Trace number 3704328

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 NameAnswerCPU timeWall clock time
pwbo 2.0UNSAT 663.42 663.673

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.9148
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
Number of bits of the biggest sum of numbers9
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704328-1338094692.opb.
0.00/0.00	c Instance file HOME/instance-3704328-1338094692.opb
0.00/0.00	c File size is 2994149 bytes.
0.19/0.22	c Highest Coefficient sum: 397
0.19/0.22	c ============================[ Problem Statistics ]=============================
0.19/0.22	c |                                                                             |
0.19/0.22	c |  Parsing time:          0.22         s                                      |
0.19/0.22	c |  Number Variables:      28798                                               |
0.19/0.22	c |  Number Clauses:        99264                                               |
0.19/0.22	c |  Number Cardinality:    0                                                   |
0.19/0.22	c |  Number PB Constraints: 472                                                 |
0.19/0.22	c |                                                                             |
0.19/0.26	c |  Problem Type:          Decision                                            |
0.19/0.26	c |  Objective Function:    None                                                |
0.19/0.26	c |                                                                             |
0.19/0.26	c ===============================================================================
663.42/663.67	c ===============================================================================
663.42/663.67	c Wall Clock Time: 663.67 s
663.42/663.67	s UNSATISFIABLE

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-3704328-1338094692/watcher-3704328-1338094692 -o /tmp/evaluation-result-3704328-1338094692/solver-3704328-1338094692 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704328-1338094692.opb 

running on 4 cores: 1,3,5,7

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.00 2.00 2.00 3/177 19678
/proc/meminfo: memFree=28717732/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=6736 CPUtime=0 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) R 19676 19678 17458 0 -1 4202496 491 0 0 0 0 0 0 0 20 0 1 0 275593684 6897664 443 33554432000 4194304 5965102 140737142121152 140734901614296 4396239 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 1684 444 172 433 0 517 0

[startup+0.027003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19678
/proc/meminfo: memFree=28717732/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=10880 CPUtime=0.02 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) R 19676 19678 17458 0 -1 4202496 1524 0 0 0 2 0 0 0 20 0 1 0 275593684 11141120 1476 33554432000 4194304 5965102 140737142121152 140734901614296 4350598 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 2720 1481 235 433 0 1553 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10880

[startup+0.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19678
/proc/meminfo: memFree=28717732/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=14200 CPUtime=0.09 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) R 19676 19678 17458 0 -1 4202496 2545 0 0 0 9 0 0 0 20 0 1 0 275593684 14540800 2464 33554432000 4194304 5965102 140737142121152 140734901614296 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 3550 2465 494 433 0 2383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14200

[startup+0.300175 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19678
/proc/meminfo: memFree=28717732/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=0.29 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 9998 0 0 0 28 1 0 0 20 0 2 0 275593684 102715392 8160 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 8160 189 433 0 24641 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100308

[startup+0.70011 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19678
/proc/meminfo: memFree=28717732/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=0.69 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 10000 0 0 0 68 1 0 0 20 0 2 0 275593684 102715392 8162 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 8162 191 433 0 24641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100308

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19680
/proc/meminfo: memFree=28686220/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=1.49 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 10262 0 0 0 148 1 0 0 20 0 2 0 275593684 102715392 8424 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 8424 191 433 0 24641 0
[pid=19678/tid=19680] ppid=19676 vsize=100308 CPUtime=1.26 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 4792 0 0 0 126 0 0 0 20 0 2 0 275593707 102715392 8424 33554432000 4194304 5965102 140737142121152 140345455327224 4400894 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100308

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19680
/proc/meminfo: memFree=28683988/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=3.09 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 10920 0 0 0 308 1 0 0 20 0 2 0 275593684 102715392 9082 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 9082 191 433 0 24641 0
[pid=19678/tid=19680] ppid=19676 vsize=100308 CPUtime=2.85 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 5450 0 0 0 285 0 0 0 20 0 2 0 275593707 102715392 9082 33554432000 4194304 5965102 140737142121152 140345455327272 4401118 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100308

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19680
/proc/meminfo: memFree=28678456/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=6.28 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 12048 0 0 0 627 1 0 0 20 0 2 0 275593684 102715392 10210 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 10210 191 433 0 24641 0
[pid=19678/tid=19680] ppid=19676 vsize=100308 CPUtime=6.04 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 6578 0 0 0 603 1 0 0 20 0 2 0 275593707 102715392 10210 33554432000 4194304 5965102 140737142121152 140345455327032 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 100308

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19680
/proc/meminfo: memFree=28670844/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=12.68 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 13742 0 0 0 1266 2 0 0 20 0 2 0 275593684 102715392 11904 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 11904 191 433 0 24641 0
[pid=19678/tid=19680] ppid=19676 vsize=100308 CPUtime=12.43 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 8272 0 0 0 1241 2 0 0 20 0 2 0 275593707 102715392 11904 33554432000 4194304 5965102 140737142121152 140345455327272 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100308

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19680
/proc/meminfo: memFree=28664156/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=25.48 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 15257 0 0 0 2544 4 0 0 20 0 2 0 275593684 102715392 13419 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 13419 191 433 0 24641 0
[pid=19678/tid=19680] ppid=19676 vsize=100308 CPUtime=25.19 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 9787 0 0 0 2516 3 0 0 20 0 2 0 275593707 102715392 13419 33554432000 4194304 5965102 140737142121152 140345455327032 4401441 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100308

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19680
/proc/meminfo: memFree=28647744/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=51.08 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 19242 0 0 0 5100 8 0 0 20 0 2 0 275593684 102715392 17404 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 17404 191 433 0 24641 0
[pid=19678/tid=19680] ppid=19676 vsize=100308 CPUtime=50.73 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 13772 0 0 0 5066 7 0 0 20 0 2 0 275593707 102715392 17404 33554432000 4194304 5965102 140737142121152 140345455327272 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 100308

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19680
/proc/meminfo: memFree=28633572/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=100308 CPUtime=102.28 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 22270 0 0 0 10216 12 0 0 20 0 2 0 275593684 102715392 20432 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 25077 20432 191 433 0 24641 0
[pid=19678/tid=19680] ppid=19676 vsize=100308 CPUtime=101.8 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 16800 0 0 0 10168 12 0 0 20 0 2 0 275593707 102715392 20432 33554432000 4194304 5965102 140737142121152 140345455327032 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 100308

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19683
/proc/meminfo: memFree=28591212/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=167468 CPUtime=162.26 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 28235 0 0 0 16211 15 0 0 20 0 2 0 275593684 171487232 26397 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 41867 26397 191 433 0 41431 0
[pid=19678/tid=19680] ppid=19676 vsize=167468 CPUtime=161.64 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 22765 0 0 0 16147 17 0 0 20 0 2 0 275593707 171487232 26397 33554432000 4194304 5965102 140737142121152 140345455327032 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 167468

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19707
/proc/meminfo: memFree=28555304/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=167468 CPUtime=222.23 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 32290 0 0 0 22203 20 0 0 20 0 2 0 275593684 171487232 30849 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 41867 30849 191 433 0 41431 0
[pid=19678/tid=19680] ppid=19676 vsize=167468 CPUtime=221.46 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 26820 0 0 0 22124 22 0 0 20 0 2 0 275593707 171487232 30849 33554432000 4194304 5965102 140737142121152 140345455327272 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 167468

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19707
/proc/meminfo: memFree=28520868/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=168276 CPUtime=282.2 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 36565 0 0 0 28195 25 0 0 20 0 2 0 275593684 172314624 35315 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 42069 35315 191 433 0 41633 0
[pid=19678/tid=19680] ppid=19676 vsize=168276 CPUtime=281.29 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 31095 0 0 0 28100 29 0 0 20 0 2 0 275593707 172314624 35315 33554432000 4194304 5965102 140737142121152 140345455327032 4222016 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 168276

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 19707
/proc/meminfo: memFree=28498872/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=168276 CPUtime=342.2 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 38411 0 0 0 34193 27 0 0 20 0 2 0 275593684 172314624 37161 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 42069 37161 191 433 0 41633 0
[pid=19678/tid=19680] ppid=19676 vsize=168276 CPUtime=341.13 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 32941 0 0 0 34081 32 0 0 20 0 2 0 275593707 172314624 37161 33554432000 4194304 5965102 140737142121152 140345455327224 4401559 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 168276

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 19707
/proc/meminfo: memFree=28468492/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=233812 CPUtime=402.19 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 43057 0 0 0 40185 34 0 0 20 0 2 0 275593684 239423488 41807 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58453 41807 191 433 0 58017 0
[pid=19678/tid=19680] ppid=19676 vsize=233812 CPUtime=400.98 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 37587 0 0 0 40059 39 0 0 20 0 2 0 275593707 239423488 41807 33554432000 4194304 5965102 140737142121152 140345455327224 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 233812

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19707
/proc/meminfo: memFree=28450024/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=233812 CPUtime=462.18 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 46888 0 0 0 46180 38 0 0 20 0 2 0 275593684 239423488 45638 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58453 45638 191 433 0 58017 0
[pid=19678/tid=19680] ppid=19676 vsize=233812 CPUtime=460.82 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 41418 0 0 0 46039 43 0 0 20 0 2 0 275593707 239423488 45638 33554432000 4194304 5965102 140737142121152 140345455327032 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 233812

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19708
/proc/meminfo: memFree=28440836/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=522.14 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 48915 0 0 0 52174 40 0 0 20 0 2 0 275593684 240668672 47773 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 47773 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=520.63 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 43445 0 0 0 52016 47 0 0 20 0 2 0 275593707 240668672 47773 33554432000 4194304 5965102 140737142121152 140345455327032 4401015 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 235028

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 19708
/proc/meminfo: memFree=28439100/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=582.13 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 49129 0 0 0 58173 40 0 0 20 0 2 0 275593684 240668672 47987 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 47987 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=580.48 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 43659 0 0 0 58000 48 0 0 20 0 2 0 275593707 240668672 47987 33554432000 4194304 5965102 140737142121152 140345455327032 4401668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 235028

[startup+642.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19708
/proc/meminfo: memFree=28423904/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=642.13 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 51095 0 0 0 64170 43 0 0 20 0 2 0 275593684 240668672 49953 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 49953 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=640.33 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 45625 0 0 0 63981 52 0 0 20 0 2 0 275593707 240668672 49953 33554432000 4194304 5965102 140737142121152 140345455327224 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 235028

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

[startup+652.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19708
/proc/meminfo: memFree=28417812/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=652.52 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 51620 0 0 0 65208 44 0 0 20 0 2 0 275593684 240668672 50478 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 50478 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=650.69 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 46150 0 0 0 65017 52 0 0 20 0 2 0 275593707 240668672 50478 33554432000 4194304 5965102 140737142121152 140345455327224 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 652.52
Current children cumulated vsize (KiB) 235028

[startup+659.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19708
/proc/meminfo: memFree=28413844/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=658.92 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 51960 0 0 0 65847 45 0 0 20 0 2 0 275593684 240668672 50818 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 50818 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=657.08 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 46490 0 0 0 65655 53 0 0 20 0 2 0 275593707 240668672 50818 33554432000 4194304 5965102 140737142121152 140345455327240 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 658.92
Current children cumulated vsize (KiB) 235028

[startup+660.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19708
/proc/meminfo: memFree=28412592/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=660.52 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 52044 0 0 0 66007 45 0 0 20 0 2 0 275593684 240668672 50902 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 50902 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=658.67 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 46574 0 0 0 65813 54 0 0 20 0 2 0 275593707 240668672 50902 33554432000 4194304 5965102 140737142121152 140345455327032 4401559 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 660.52
Current children cumulated vsize (KiB) 235028

[startup+662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19708
/proc/meminfo: memFree=28411848/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=662.12 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 52110 0 0 0 66167 45 0 0 20 0 2 0 275593684 240668672 50968 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 50968 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=660.27 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 46640 0 0 0 65973 54 0 0 20 0 2 0 275593707 240668672 50968 33554432000 4194304 5965102 140737142121152 140345455327272 4401116 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 662.12
Current children cumulated vsize (KiB) 235028

[startup+663.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19708
/proc/meminfo: memFree=28411848/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=662.92 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 52149 0 0 0 66247 45 0 0 20 0 2 0 275593684 240668672 51007 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 51007 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=661.07 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 46679 0 0 0 66053 54 0 0 20 0 2 0 275593707 240668672 51007 33554432000 4194304 5965102 140737142121152 140345455327224 4401046 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 662.92
Current children cumulated vsize (KiB) 235028

[startup+663.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19708
/proc/meminfo: memFree=28410980/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=663.32 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 52163 0 0 0 66287 45 0 0 20 0 2 0 275593684 240668672 51021 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 51021 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=661.47 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 46693 0 0 0 66093 54 0 0 20 0 2 0 275593707 240668672 51021 33554432000 4194304 5965102 140737142121152 140345455327224 4401559 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 663.32
Current children cumulated vsize (KiB) 235028

[startup+663.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19708
/proc/meminfo: memFree=28410980/32873648 swapFree=6604/6604
[pid=19678] ppid=19676 vsize=235028 CPUtime=663.42 cores=1,3,5,7
/proc/19678/stat : 19678 (pwbo2.0) S 19676 19678 17458 0 -1 4202496 52166 0 0 0 66297 45 0 0 20 0 2 0 275593684 240668672 51024 33554432000 4194304 5965102 140737142121152 140737142120672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19678/statm: 58757 51024 191 433 0 58321 0
[pid=19678/tid=19680] ppid=19676 vsize=235028 CPUtime=661.57 cores=1,3,5,7
/proc/19678/task/19680/stat : 19680 (pwbo2.0) R 19676 19678 17458 0 -1 4202560 46696 0 0 0 66103 54 0 0 20 0 2 0 275593707 240668672 51024 33554432000 4194304 5965102 140737142121152 140345455327224 4401852 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 663.42
Current children cumulated vsize (KiB) 235028

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19678 and gives
#  childrusage.ru_utime.tv_sec=661
#  childrusage.ru_utime.tv_usec=327462
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=557915
# CPU time returned by wait4() is 661.885
# while last known CPU time is 663.42
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 663.673
CPU time (s): 663.42
CPU user time (s): 662.97
CPU system time (s): 0.45
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 235028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 661.327
system time used= 0.557915
maximum resident set size= 204160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52182
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= 85
involuntary context switches= 747

runsolver used 0.942856 second user time and 2.68759 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 06:58:12
IDJOB=3704328
IDBENCH=73869
IDSOLVER=2280
FILE ID=node148/3704328-1338094692
RUNJOBID= node148-1338087316-17475
PBS_JOBID= 14624438
Free space on /tmp= 71704 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704328-1338094692/watcher-3704328-1338094692 -o /tmp/evaluation-result-3704328-1338094692/solver-3704328-1338094692 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704328-1338094692.opb

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=576728565

node148.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.284
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.56
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.284
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.94
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.284
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	: 5331.92
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.284
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28718640 kB
Buffers:          315728 kB
Cached:          2754188 kB
SwapCached:          576 kB
Active:           744176 kB
Inactive:        2583968 kB
Active(anon):     249488 kB
Inactive(anon):    11120 kB
Active(file):     494688 kB
Inactive(file):  2572848 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        264164 kB
Mapped:            14884 kB
Shmem:                96 kB
Slab:             689196 kB
SReclaimable:     133216 kB
SUnreclaim:       555980 kB
KernelStack:        1480 kB
PageTables:         4596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     175620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node148 at 2012-05-27 07:09:16