Trace number 3705253

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.69 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-saucier.r.opb
MD5SUMaa80468537d69826ea16800f352007ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1593.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables6207
Total number of constraints171
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5184
Number of terms in the objective function 6207
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6207
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6207
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705253-1338100156.opb.
0.00/0.00	c Instance file HOME/instance-3705253-1338100156.opb
0.00/0.00	c File size is 4472668 bytes.
0.29/0.32	c Cost Offset: 0
0.29/0.32	c Highest Coefficient sum: 5185
0.29/0.32	c ============================[ Problem Statistics ]=============================
0.29/0.32	c |                                                                             |
0.29/0.32	c |  Parsing time:          0.33         s                                      |
0.29/0.32	c |  Number Variables:      6207                                                |
0.29/0.32	c |  Number Clauses:        171                                                 |
0.29/0.32	c |  Number Cardinality:    0                                                   |
0.29/0.32	c |  Number PB Constraints: 0                                                   |
0.29/0.32	c |                                                                             |
0.29/0.33	c |  Problem Type:          Optimization                                        |
0.29/0.33	c |  Objective Function:    Cardinality Constraint                              |
0.29/0.33	c |                                                                             |
0.29/0.33	c ============================[ Search Statistics ]==============================
0.29/0.33	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.29/0.33	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.29/0.33	c ===============================================================================
0.38/0.40	c | 0.40      | 0  | 1            lb |  0                0                0.00  |
0.38/0.43	c | 0.43      | 0  | 2            lb |  0                0                0.00  |
6.49/6.58	c | 6.59      | 0  | 3            lb |  0                0                0.00  |
1799.69/1800.00	c ===============================================================================
1799.69/1800.00	c Wall Clock Time: 1800.01 s
1799.69/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3705253-1338100156/watcher-3705253-1338100156 -o /tmp/evaluation-result-3705253-1338100156/solver-3705253-1338100156 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705253-1338100156.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/174 3567
/proc/meminfo: memFree=30080464/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=8788 CPUtime=0 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) R 3565 3567 2698 0 -1 4202496 593 0 0 0 0 0 0 0 20 0 1 0 276140027 8998912 545 33554432000 4194304 5963574 140736250990944 140733971434264 5178752 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 2197 545 160 432 0 670 0

[startup+0.0403651 s]
/proc/loadavg: 2.01 2.01 2.00 2/174 3567
/proc/meminfo: memFree=30080464/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=9256 CPUtime=0.03 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) R 3565 3567 2698 0 -1 4202496 824 0 0 0 3 0 0 0 20 0 1 0 276140027 9478144 776 33554432000 4194304 5963574 140736250990944 140733971434264 5155354 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 2314 776 282 432 0 787 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9256

[startup+0.10032 s]
/proc/loadavg: 2.01 2.01 2.00 2/174 3567
/proc/meminfo: memFree=30080464/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=9676 CPUtime=0.09 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) R 3565 3567 2698 0 -1 4202496 1122 0 0 0 9 0 0 0 20 0 1 0 276140027 9908224 1074 33554432000 4194304 5963574 140736250990944 140736250989432 5159024 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 2419 1074 484 432 0 892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9676

[startup+0.300238 s]
/proc/loadavg: 2.01 2.01 2.00 2/174 3567
/proc/meminfo: memFree=30080464/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=10960 CPUtime=0.29 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) R 3565 3567 2698 0 -1 4202496 2115 0 0 0 29 0 0 0 20 0 1 0 276140027 11223040 2067 33554432000 4194304 5963574 140736250990944 140736250989432 4344320 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 2740 2067 1156 432 0 1213 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10960

[startup+0.700109 s]
/proc/loadavg: 2.01 2.01 2.00 2/174 3567
/proc/meminfo: memFree=30080464/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=87284 CPUtime=0.68 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 5176 0 0 0 68 0 0 0 20 0 2 0 276140027 89378816 3666 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 21821 3666 190 432 0 21386 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87284

[startup+1.50021 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3608
/proc/meminfo: memFree=30058784/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=87284 CPUtime=1.48 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 5176 0 0 0 148 0 0 0 20 0 2 0 276140027 89378816 3666 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 21821 3666 190 432 0 21386 0
[pid=3567/tid=3608] ppid=3565 vsize=87284 CPUtime=1.15 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 2473 0 0 0 115 0 0 0 20 0 2 0 276140060 89378816 3666 33554432000 4194304 5963574 140736250990944 140591269784504 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87284

[startup+3.10031 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3608
/proc/meminfo: memFree=30055436/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=87284 CPUtime=3.08 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 5188 0 0 0 308 0 0 0 20 0 2 0 276140027 89378816 3678 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 21821 3678 191 432 0 21386 0
[pid=3567/tid=3608] ppid=3565 vsize=87284 CPUtime=2.74 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 2485 0 0 0 274 0 0 0 20 0 2 0 276140060 89378816 3678 33554432000 4194304 5963574 140736250990944 140591269784504 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87284

[startup+6.30031 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3608
/proc/meminfo: memFree=30050848/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=87284 CPUtime=6.29 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 5800 0 0 0 628 1 0 0 20 0 2 0 276140027 89378816 4290 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 21821 4290 192 432 0 21386 0
[pid=3567/tid=3608] ppid=3565 vsize=87284 CPUtime=5.94 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 3097 0 0 0 594 0 0 0 20 0 2 0 276140060 89378816 4290 33554432000 4194304 5963574 140736250990944 140591269783544 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87284

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3608
/proc/meminfo: memFree=30028584/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=88144 CPUtime=12.68 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 7164 0 0 0 1267 1 0 0 20 0 2 0 276140027 90259456 5580 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 22036 5580 192 432 0 21601 0
[pid=3567/tid=3608] ppid=3565 vsize=88144 CPUtime=12.32 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 4461 0 0 0 1232 0 0 0 20 0 2 0 276140060 90259456 5580 33554432000 4194304 5963574 140736250990944 140591269784504 4399627 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88144

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 3608
/proc/meminfo: memFree=29983068/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=88144 CPUtime=25.48 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 11684 0 0 0 2547 1 0 0 20 0 2 0 276140027 90259456 10100 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 22036 10100 192 432 0 21601 0
[pid=3567/tid=3608] ppid=3565 vsize=88144 CPUtime=25.09 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 8981 0 0 0 2508 1 0 0 20 0 2 0 276140060 90259456 10100 33554432000 4194304 5963574 140736250990944 140591269783544 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88144

[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 3611
/proc/meminfo: memFree=29943440/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=88144 CPUtime=51.08 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 16306 0 0 0 5105 3 0 0 20 0 2 0 276140027 90259456 14722 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 22036 14722 192 432 0 21601 0
[pid=3567/tid=3608] ppid=3565 vsize=88144 CPUtime=50.62 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 13603 0 0 0 5060 2 0 0 20 0 2 0 276140060 90259456 14722 33554432000 4194304 5963574 140736250990944 140591269783176 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 88144

[startup+102.306 s]
/proc/loadavg: 2.09 2.03 2.00 3/180 3611
/proc/meminfo: memFree=29878304/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=153680 CPUtime=102.27 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 20229 0 0 0 10223 4 0 0 20 0 2 0 276140027 157368320 18653 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 38420 18653 192 432 0 37985 0
[pid=3567/tid=3608] ppid=3565 vsize=153680 CPUtime=101.69 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 17526 0 0 0 10165 4 0 0 20 0 2 0 276140060 157368320 18653 33554432000 4194304 5963574 140736250990944 140591269783544 4410275 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 153680

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 3611
/proc/meminfo: memFree=29820764/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=153680 CPUtime=162.26 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 27128 0 0 0 16221 5 0 0 20 0 2 0 276140027 157368320 25752 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 38420 25752 192 432 0 37985 0
[pid=3567/tid=3608] ppid=3565 vsize=153680 CPUtime=161.53 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 24425 0 0 0 16147 6 0 0 20 0 2 0 276140060 157368320 25752 33554432000 4194304 5963574 140736250990944 140591269783544 4388668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 153680

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 3611
/proc/meminfo: memFree=29760916/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=219216 CPUtime=222.24 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 42087 0 0 0 22217 7 0 0 20 0 2 0 276140027 224477184 40710 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 54804 40710 192 432 0 54369 0
[pid=3567/tid=3608] ppid=3565 vsize=219216 CPUtime=221.37 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 39384 0 0 0 22127 10 0 0 20 0 2 0 276140060 224477184 40710 33554432000 4194304 5963574 140736250990944 140591269783144 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 219216

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 3612
/proc/meminfo: memFree=29683940/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=284752 CPUtime=282.23 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 55515 0 0 0 28213 10 0 0 20 0 2 0 276140027 291586048 54137 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 71188 54137 192 432 0 70753 0
[pid=3567/tid=3608] ppid=3565 vsize=284752 CPUtime=281.21 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 52812 0 0 0 28108 13 0 0 20 0 2 0 276140060 291586048 54137 33554432000 4194304 5963574 140736250990944 140591269783544 4410275 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 284752

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 3612
/proc/meminfo: memFree=29641020/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=284752 CPUtime=342.22 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 55515 0 0 0 34212 10 0 0 20 0 2 0 276140027 291586048 54146 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 71188 54146 192 432 0 70753 0
[pid=3567/tid=3608] ppid=3565 vsize=284752 CPUtime=341.05 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 52812 0 0 0 34091 14 0 0 20 0 2 0 276140060 291586048 54146 33554432000 4194304 5963574 140736250990944 140591269783544 4399546 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 284752

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 3612
/proc/meminfo: memFree=29615764/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=284752 CPUtime=402.21 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 58677 0 0 0 40211 10 0 0 20 0 2 0 276140027 291586048 57308 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 71188 57308 192 432 0 70753 0
[pid=3567/tid=3608] ppid=3565 vsize=284752 CPUtime=400.89 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 55974 0 0 0 40073 16 0 0 20 0 2 0 276140060 291586048 57308 33554432000 4194304 5963574 140736250990944 140591269783544 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 284752

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 3613
/proc/meminfo: memFree=29518804/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=350288 CPUtime=462.2 cores=0,2,4,6

################
# More data... #
################


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3622
/proc/meminfo: memFree=28714740/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1422.06 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195035 0 0 0 142170 36 0 0 20 0 2 0 276140027 828456960 193667 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193667 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1418.23 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192332 0 0 0 141766 57 0 0 20 0 2 0 276140060 828456960 193667 33554432000 4194304 5963574 140736250990944 140591269783544 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 809040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3623
/proc/meminfo: memFree=28712012/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1482.04 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195035 0 0 0 148168 36 0 0 20 0 2 0 276140027 828456960 193667 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193667 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1478.07 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192332 0 0 0 147749 58 0 0 20 0 2 0 276140060 828456960 193667 33554432000 4194304 5963574 140736250990944 140591269783544 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 809040

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3623
/proc/meminfo: memFree=28673696/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1542.03 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195036 0 0 0 154167 36 0 0 20 0 2 0 276140027 828456960 193668 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193668 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1537.91 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192333 0 0 0 153732 59 0 0 20 0 2 0 276140060 828456960 193668 33554432000 4194304 5963574 140736250990944 140591269783544 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 809040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3623
/proc/meminfo: memFree=28670624/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1602.02 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195036 0 0 0 160166 36 0 0 20 0 2 0 276140027 828456960 193670 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193670 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1597.76 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192333 0 0 0 159716 60 0 0 20 0 2 0 276140060 828456960 193670 33554432000 4194304 5963574 140736250990944 140591269783544 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 809040

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 3623
/proc/meminfo: memFree=28624588/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1662.01 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195036 0 0 0 166165 36 0 0 20 0 2 0 276140027 828456960 193679 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193679 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1657.6 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192333 0 0 0 165699 61 0 0 20 0 2 0 276140060 828456960 193679 33554432000 4194304 5963574 140736250990944 140591269783544 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 809040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3623
/proc/meminfo: memFree=28599748/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1722 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195040 0 0 0 172164 36 0 0 20 0 2 0 276140027 828456960 193685 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193685 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1717.44 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192337 0 0 0 171682 62 0 0 20 0 2 0 276140060 828456960 193685 33554432000 4194304 5963574 140736250990944 140591269783544 4388706 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 809040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3624
/proc/meminfo: memFree=28597472/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1781.99 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195043 0 0 0 178163 36 0 0 20 0 2 0 276140027 828456960 193686 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193686 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1777.28 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192340 0 0 0 177665 63 0 0 20 0 2 0 276140060 828456960 193686 33554432000 4194304 5963574 140736250990944 140591269783544 4388665 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 809040

Solver just ended. Dumping a history of the last processes samples

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3624
/proc/meminfo: memFree=28597100/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1791.6 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195043 0 0 0 179124 36 0 0 20 0 2 0 276140027 828456960 193686 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193686 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1786.86 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192340 0 0 0 178623 63 0 0 20 0 2 0 276140060 828456960 193686 33554432000 4194304 5963574 140736250990944 140591269783544 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 809040

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3624
/proc/meminfo: memFree=28597100/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1794.8 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195043 0 0 0 179444 36 0 0 20 0 2 0 276140027 828456960 193686 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193686 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1790.05 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192340 0 0 0 178942 63 0 0 20 0 2 0 276140060 828456960 193686 33554432000 4194304 5963574 140736250990944 140591269783544 4403253 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 809040

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3624
/proc/meminfo: memFree=28597100/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1797.99 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195043 0 0 0 179763 36 0 0 20 0 2 0 276140027 828456960 193686 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193686 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1793.24 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192340 0 0 0 179261 63 0 0 20 0 2 0 276140060 828456960 193686 33554432000 4194304 5963574 140736250990944 140591269783544 4399451 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 809040

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3624
/proc/meminfo: memFree=28597100/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1798.79 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195043 0 0 0 179843 36 0 0 20 0 2 0 276140027 828456960 193686 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193686 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1794.04 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192340 0 0 0 179341 63 0 0 20 0 2 0 276140060 828456960 193686 33554432000 4194304 5963574 140736250990944 140591269783544 4410272 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.79
Current children cumulated vsize (KiB) 809040

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3624
/proc/meminfo: memFree=28597100/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1799.2 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195043 0 0 0 179884 36 0 0 20 0 2 0 276140027 828456960 193686 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193686 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1794.44 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192340 0 0 0 179381 63 0 0 20 0 2 0 276140060 828456960 193686 33554432000 4194304 5963574 140736250990944 140591269783544 4388668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.2
Current children cumulated vsize (KiB) 809040

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3624
/proc/meminfo: memFree=28597100/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1799.59 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195043 0 0 0 179923 36 0 0 20 0 2 0 276140027 828456960 193686 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193686 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1794.84 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192340 0 0 0 179421 63 0 0 20 0 2 0 276140060 828456960 193686 33554432000 4194304 5963574 140736250990944 140591269783544 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 809040

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3624
/proc/meminfo: memFree=28597100/32873844 swapFree=7628/7628
[pid=3567] ppid=3565 vsize=809040 CPUtime=1799.69 cores=0,2,4,6
/proc/3567/stat : 3567 (wbo1.7) S 3565 3567 2698 0 -1 4202496 195043 0 0 0 179933 36 0 0 20 0 2 0 276140027 828456960 193686 33554432000 4194304 5963574 140736250990944 140736250990464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3567/statm: 202260 193686 192 432 0 201825 0
[pid=3567/tid=3608] ppid=3565 vsize=809040 CPUtime=1794.94 cores=0,2,4,6
/proc/3567/task/3608/stat : 3608 (wbo1.7) R 3565 3567 2698 0 -1 4202560 192340 0 0 0 179431 63 0 0 20 0 2 0 276140060 828456960 193686 33554432000 4194304 5963574 140736250990944 140591269783544 4410275 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (KiB) 809040

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3567 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=638173
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=648901
# CPU time returned by wait4() is 1795.29
# while last known CPU time is 1799.69
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.69
CPU user time (s): 1799.33
CPU system time (s): 0.36
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 809040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 0.648901
maximum resident set size= 774744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195043
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31
involuntary context switches= 2067

runsolver used 3.9184 second user time and 9.68153 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 08:29:17
IDJOB=3705253
IDBENCH=2850
IDSOLVER=2283
FILE ID=node145/3705253-1338100156
RUNJOBID= node145-1338087553-2714
PBS_JOBID= 14624445
Free space on /tmp= 71548 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-saucier.r.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705253-1338100156/watcher-3705253-1338100156 -o /tmp/evaluation-result-3705253-1338100156/solver-3705253-1338100156 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705253-1338100156.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= aa80468537d69826ea16800f352007ec
RANDOM SEED=1653217516

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30080480 kB
Buffers:          290768 kB
Cached:          1677024 kB
SwapCached:            0 kB
Active:           644588 kB
Inactive:        1335428 kB
Active(anon):       4084 kB
Inactive(anon):    10912 kB
Active(file):     640504 kB
Inactive(file):  1324516 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9724 kB
Writeback:             0 kB
AnonPages:         19796 kB
Mapped:            14028 kB
Shmem:               200 kB
Slab:             673328 kB
SReclaimable:     115020 kB
SUnreclaim:       558308 kB
KernelStack:        1488 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     126036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71544 MiB
End job on node145 at 2012-05-27 08:59:17