Trace number 3714611

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
npSolver inc-topDown? (TO) 1800.02 1813.72

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-floppy1-7.ucl--soft-0-100-0.wbo
MD5SUMc66b0d06980494e69f908f826af367b4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.062989
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2913
Total number of constraints3105
Number of soft constraints3105
Number of constraints which are clauses2259
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints846
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 157316
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 157315
Biggest number in a constraint 6518
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18803
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

53.49/53.57	c run usual solver
188.55/190.18	o 1411
188.55/190.18	c fallback to adder encoding
301.12/300.47	o 1410
301.12/300.47	c fallback to adder encoding
395.65/395.97	o 1405
395.65/395.97	c fallback to adder encoding
485.19/483.12	o 1404
485.19/483.12	c fallback to adder encoding
580.94/580.99	o 1403
580.94/580.99	c fallback to adder encoding
676.21/676.95	o 1395
676.21/676.95	c fallback to adder encoding
723.53/725.96	o 1394
723.53/725.96	c fallback to adder encoding
942.86/947.27	o 1393
942.86/947.27	c fallback to adder encoding
1095.27/1099.68	o 1392
1095.27/1099.68	c fallback to adder encoding
1193.18/1198.46	o 1391
1193.18/1198.46	c fallback to adder encoding
1344.32/1351.13	o 1390
1344.32/1351.13	c fallback to adder encoding
1441.77/1450.08	o 1389
1441.77/1450.08	c fallback to adder encoding
1522.89/1532.60	o 1388
1522.89/1532.60	c fallback to adder encoding
1671.30/1682.81	o 1387
1671.30/1682.81	c fallback to adder encoding
1775.00/1787.69	o 1380
1775.00/1787.69	c fallback to adder encoding
1800.02/1813.71	c error: unexpected solver exit code
1800.02/1813.71	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-3714611-1338219622/watcher-3714611-1338219622 -o /tmp/evaluation-result-3714611-1338219622/solver-3714611-1338219622 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714611-1338219622.wbo 2119472785 HOME HOME 

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: 1.94 1.98 1.99 3/180 30428
/proc/meminfo: memFree=30652004/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0

[startup+0.0266811 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 30428
/proc/meminfo: memFree=30652004/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100221 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 30428
/proc/meminfo: memFree=30652004/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300215 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 30428
/proc/meminfo: memFree=30652004/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700263 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 30428
/proc/meminfo: memFree=30652004/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.94 1.98 1.99 3/182 30430
/proc/meminfo: memFree=30581544/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=134432 CPUtime=1.49 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) R 30428 30428 16422 0 -1 4202496 4436 0 0 0 146 3 0 0 20 0 1 0 288087087 137658368 26761 33554432000 4194304 5990268 140736870967664 140736870961960 4568093 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30429/statm: 33608 26761 143 439 0 33165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143580

[startup+3.1003 s]
/proc/loadavg: 1.94 1.98 1.99 3/182 30430
/proc/meminfo: memFree=30501052/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=265504 CPUtime=3.09 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) R 30428 30428 16422 0 -1 4202496 5068 0 0 0 301 8 0 0 20 0 1 0 288087087 271876096 55945 33554432000 4194304 5990268 140736870967664 140736870961960 4521650 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30429/statm: 66376 55945 143 439 0 65933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 274652

[startup+6.3003 s]
/proc/loadavg: 1.95 1.98 1.99 3/182 30430
/proc/meminfo: memFree=30258900/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=527648 CPUtime=6.29 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) R 30428 30428 16422 0 -1 4202496 5823 0 0 0 613 16 0 0 20 0 1 0 288087087 540311552 115337 33554432000 4194304 5990268 140736870967664 140736870961960 4521673 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30429/statm: 131912 115337 143 439 0 131469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 536796

[startup+12.7003 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 30435
/proc/meminfo: memFree=29367876/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2132572 CPUtime=12.68 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) R 30428 30428 16422 0 -1 4202496 13214 0 0 0 1203 65 0 0 20 0 1 0 288087087 2183753728 328329 33554432000 4194304 5990268 140736870967664 140736870963544 4512586 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30429/statm: 533143 328329 145 439 0 532700 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2141720

[startup+25.5003 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 30440
/proc/meminfo: memFree=29354760/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2132572 CPUtime=25.48 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) R 30428 30428 16422 0 -1 4202496 13214 0 0 0 2483 65 0 0 20 0 1 0 288087087 2183753728 328329 33554432000 4194304 5990268 140736870967664 140736870963544 4981564 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30429/statm: 533143 328329 145 439 0 532700 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2141720

[startup+51.1003 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 30452
/proc/meminfo: memFree=29106660/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2132572 CPUtime=51.08 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) R 30428 30428 16422 0 -1 4202496 13332 0 0 0 5039 69 0 0 20 0 1 0 288087087 2183753728 388745 33554432000 4194304 5990268 140736870967664 140736870963544 4512538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30429/statm: 533143 388745 145 439 0 532700 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2141720

[startup+102.307 s]
/proc/loadavg: 2.07 2.01 2.00 3/183 30471
/proc/meminfo: memFree=26124880/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2132572 CPUtime=99.37 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 14099 25864 0 0 5152 204 4284 297 20 0 1 0 288087087 2183753728 393362 33554432000 4194304 5990268 140736870967664 140736870961904 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30429/statm: 533143 393362 154 439 0 532700 0
[pid=30470] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30470/stat : 30470 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288097054 9367552 266 33554432000 4194304 5064252 140734251520336 140734251519248 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30470/statm: 2287 266 226 213 0 72 0
[pid=30471] ppid=30470 vsize=2940572 CPUtime=2.62 cores=0,2,4,6
/proc/30471/stat : 30471 (glucose) R 30470 30428 16422 0 -1 4202496 97839 0 0 0 198 64 0 0 20 0 1 0 288097054 3011145728 515895 33554432000 4194304 5208918 140735118678672 140735117628072 4465602 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30471/statm: 735143 515896 69 248 0 734892 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 5091440

[startup+162.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/181 30503
/proc/meminfo: memFree=27565612/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2219752 CPUtime=162.19 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) R 30428 30428 16422 0 -1 4202496 19387 400097 0 0 5628 1855 8174 562 20 0 1 0 288087087 2273026048 415160 33554432000 4194304 5990268 140736870967664 140736870960968 5177872 0 0 4096 0 0 0 0 17 2 0 0 15 0 0
/proc/30429/statm: 554938 415160 157 439 0 554495 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 2228900

[startup+222.534 s]
/proc/loadavg: 2.24 2.08 2.02 3/183 30527
/proc/meminfo: memFree=23471192/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2252524 CPUtime=190.29 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 20207 400613 0 0 6107 4040 8175 707 20 0 1 0 288087087 2306584576 420529 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 21 0 0
/proc/30429/statm: 563131 420529 166 439 0 562688 0
[pid=30519] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30519/stat : 30519 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288106133 9367552 267 33554432000 4194304 5064252 140734975106512 140734975105424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30519/statm: 2287 267 226 213 0 72 0
[pid=30520] ppid=30519 vsize=4825012 CPUtime=32.06 cores=0,2,4,6
/proc/30520/stat : 30520 (glucose) R 30519 30428 16422 0 -1 4202496 337513 0 0 0 3066 140 0 0 20 0 1 0 288106133 4940812288 916917 33554432000 4194304 5208918 140737069754640 140737069752488 4210888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30520/statm: 1206253 916917 103 248 0 1206002 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 7095832

[startup+287.822 s]
/proc/loadavg: 2.11 2.07 2.02 3/182 30561
/proc/meminfo: memFree=23325196/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2252524 CPUtime=190.29 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 20207 400613 0 0 6107 4040 8175 707 20 0 1 0 288087087 2306584576 420529 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 21 0 0
/proc/30429/statm: 563131 420529 166 439 0 562688 0
[pid=30519] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30519/stat : 30519 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288106133 9367552 267 33554432000 4194304 5064252 140734975106512 140734975105424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30519/statm: 2287 267 226 213 0 72 0
[pid=30520] ppid=30519 vsize=0 CPUtime=97.33 cores=0,2,4,6
/proc/30520/stat : 30520 (glucose) R 30519 30428 16422 0 -1 4202500 372656 0 0 0 9544 189 0 0 20 0 1 0 288106133 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30520/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 287.62

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

/proc/30808/stat : 30808 (glucose) R 30807 30428 16422 0 -1 4202496 305087 0 0 0 799 139 0 0 20 0 1 0 288222270 4844019712 878059 33554432000 4194304 5208918 140734195833936 140734194783432 4465602 0 0 4096 0 0 0 0 17 4 0 0 106 0 0
/proc/30808/statm: 1182622 878060 69 248 0 1182371 0
Current children cumulated CPU time (s) 1354.03
Current children cumulated vsize (KiB) 7010580

[startup+1422.31 s]
/proc/loadavg: 2.15 2.15 2.10 3/183 30808
/proc/meminfo: memFree=22707344/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2261796 CPUtime=1344.65 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 81178 4266230 0 0 7692 4208 117255 5310 20 0 1 0 288087087 2316079104 422847 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 443 0 0
/proc/30429/statm: 565449 422847 166 439 0 565006 0
[pid=30807] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288222270 9367552 266 33554432000 4194304 5064252 140733962226928 140733962225840 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30807/statm: 2287 266 226 213 0 72 0
[pid=30808] ppid=30807 vsize=4931532 CPUtime=69.38 cores=0,2,4,6
/proc/30808/stat : 30808 (glucose) R 30807 30428 16422 0 -1 4202496 371127 0 0 0 6783 155 0 0 20 0 1 0 288222270 5049888768 957485 33554432000 4194304 5208918 140734195833936 140734195831880 4228947 0 0 4096 0 0 0 0 17 4 0 0 106 0 0
/proc/30808/statm: 1232883 957485 103 248 0 1232632 0
Current children cumulated CPU time (s) 1414.03
Current children cumulated vsize (KiB) 7211624

[startup+1482.3 s]
/proc/loadavg: 2.21 2.17 2.10 3/183 30815
/proc/meminfo: memFree=22879792/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2261796 CPUtime=1442.14 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 87277 4651746 0 0 7853 4225 126409 5727 20 0 1 0 288087087 2316079104 422847 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 491 0 0
/proc/30429/statm: 565449 422847 166 439 0 565006 0
[pid=30814] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30814/stat : 30814 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288232171 9367552 267 33554432000 4194304 5064252 140734238750448 140734238749360 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30814/statm: 2287 267 226 213 0 72 0
[pid=30815] ppid=30814 vsize=4817112 CPUtime=30.4 cores=0,2,4,6
/proc/30815/stat : 30815 (glucose) R 30814 30428 16422 0 -1 4202496 339309 0 0 0 2893 147 0 0 20 0 1 0 288232171 4932722688 913791 33554432000 4194304 5208918 140734697016592 140734697014344 4211141 0 0 4096 0 0 0 0 17 4 0 0 104 0 0
/proc/30815/statm: 1204278 913791 103 248 0 1204027 0
Current children cumulated CPU time (s) 1472.54
Current children cumulated vsize (KiB) 7097204

[startup+1542.3 s]
/proc/loadavg: 2.36 2.20 2.11 3/183 30825
/proc/meminfo: memFree=23542780/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2261796 CPUtime=1523.18 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 93367 5033418 0 0 8013 4242 133916 6147 20 0 1 0 288087087 2316079104 422847 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 559 0 0
/proc/30429/statm: 565449 422847 166 439 0 565006 0
[pid=30821] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30821/stat : 30821 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288240443 9367552 267 33554432000 4194304 5064252 140736823748080 140736823746992 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30821/statm: 2287 267 226 213 0 72 0
[pid=30822] ppid=30821 vsize=4098296 CPUtime=7.48 cores=0,2,4,6
/proc/30822/stat : 30822 (glucose) R 30821 30428 16422 0 -1 4202496 246324 0 0 0 633 115 0 0 20 0 1 0 288240444 4196655104 775849 33554432000 4194304 5208918 140737303120272 140737302069768 4465602 0 0 4096 0 0 0 0 17 4 0 0 123 0 0
/proc/30822/statm: 1024574 775850 69 248 0 1024323 0
Current children cumulated CPU time (s) 1530.66
Current children cumulated vsize (KiB) 6378388

[startup+1602.3 s]
/proc/loadavg: 2.13 2.16 2.10 3/183 30830
/proc/meminfo: memFree=22761160/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2261796 CPUtime=1523.18 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 93367 5033418 0 0 8013 4242 133916 6147 20 0 1 0 288087087 2316079104 422847 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 559 0 0
/proc/30429/statm: 565449 422847 166 439 0 565006 0
[pid=30821] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30821/stat : 30821 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288240443 9367552 267 33554432000 4194304 5064252 140736823748080 140736823746992 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30821/statm: 2287 267 226 213 0 72 0
[pid=30822] ppid=30821 vsize=4906868 CPUtime=67.47 cores=0,2,4,6
/proc/30822/stat : 30822 (glucose) R 30821 30428 16422 0 -1 4202496 363789 0 0 0 6596 151 0 0 20 0 1 0 288240444 5024632832 946054 33554432000 4194304 5208918 140737303120272 140737303118120 4229328 0 0 4096 0 0 0 0 17 4 0 0 123 0 0
/proc/30822/statm: 1226717 946054 103 248 0 1226466 0
Current children cumulated CPU time (s) 1590.65
Current children cumulated vsize (KiB) 7186960

[startup+1662.3 s]
/proc/loadavg: 2.05 2.13 2.09 3/183 30830
/proc/meminfo: memFree=22704884/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2261796 CPUtime=1523.18 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 93367 5033418 0 0 8013 4242 133916 6147 20 0 1 0 288087087 2316079104 422847 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 559 0 0
/proc/30429/statm: 565449 422847 166 439 0 565006 0
[pid=30821] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30821/stat : 30821 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288240443 9367552 267 33554432000 4194304 5064252 140736823748080 140736823746992 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30821/statm: 2287 267 226 213 0 72 0
[pid=30822] ppid=30821 vsize=4937264 CPUtime=127.46 cores=0,2,4,6
/proc/30822/stat : 30822 (glucose) R 30821 30428 16422 0 -1 4202496 374804 0 0 0 12591 155 0 0 20 0 1 0 288240444 5055758336 958980 33554432000 4194304 5208918 140737303120272 140737303118216 4211122 0 0 4096 0 0 0 0 17 4 0 0 123 0 0
/proc/30822/statm: 1234316 958980 103 248 0 1234065 0
Current children cumulated CPU time (s) 1650.64
Current children cumulated vsize (KiB) 7217356

[startup+1722.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/183 30837
/proc/meminfo: memFree=22867932/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2261796 CPUtime=1671.62 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 99421 5422637 0 0 8176 4260 148155 6571 20 0 1 0 288087087 2316079104 422847 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 608 0 0
/proc/30429/statm: 565449 422847 166 439 0 565006 0
[pid=30836] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30836/stat : 30836 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288255446 9367552 267 33554432000 4194304 5064252 140733717686160 140733717685072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30836/statm: 2287 267 226 213 0 72 0
[pid=30837] ppid=30836 vsize=4830356 CPUtime=38.04 cores=0,2,4,6
/proc/30837/stat : 30837 (glucose) R 30836 30428 16422 0 -1 4202496 341057 0 0 0 3664 140 0 0 20 0 1 0 288255447 4946284544 917761 33554432000 4194304 5208918 140733869213856 140733869211704 4229335 0 0 4096 0 0 0 0 17 2 0 0 63 0 0
/proc/30837/statm: 1207589 917761 103 248 0 1207338 0
Current children cumulated CPU time (s) 1709.66
Current children cumulated vsize (KiB) 7110448

[startup+1782.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/184 30843
/proc/meminfo: memFree=26019644/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2261796 CPUtime=1762.34 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 99427 5802321 0 0 8176 4260 157032 6766 20 0 1 0 288087087 2316079104 422847 33554432000 4194304 5990268 140736870967664 140736870958576 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 608 0 0
/proc/30429/statm: 565449 422847 166 439 0 565006 0
[pid=30838] ppid=30429 vsize=9148 CPUtime=0.04 cores=0,2,4,6
/proc/30838/stat : 30838 (cp2_post.sh) S 30429 30428 16422 0 -1 4202496 608 224 0 0 0 0 0 4 20 0 1 0 288264584 9367552 265 33554432000 4194304 5064252 140733670035136 140733670033424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30838/statm: 2287 265 225 213 0 72 0
[pid=30840] ppid=30838 vsize=593080 CPUtime=7.31 cores=0,2,4,6
/proc/30840/stat : 30840 (coprocessor) R 30838 30428 16422 0 -1 4202496 12062 0 0 0 698 33 0 0 20 0 1 0 288264585 607313920 90579 33554432000 4194304 6586260 140734740677216 140734740674136 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/30840/statm: 148270 90579 148 584 0 147682 0
Current children cumulated CPU time (s) 1769.69
Current children cumulated vsize (KiB) 2873172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 2.19 2.14 2.10 3/184 30847
/proc/meminfo: memFree=22870044/32873844 swapFree=6600/6600
[pid=30428] ppid=30426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30428/stat : 30428 (npSolver-wbo-It) S 30426 30428 16422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288087087 9367552 275 33554432000 4194304 5064252 140736182080768 140736182079680 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30428/statm: 2287 275 233 213 0 72 0
[pid=30429] ppid=30428 vsize=2261796 CPUtime=1775.4 cores=0,2,4,6
/proc/30429/stat : 30429 (npSolver-wbo) S 30428 30428 16422 0 -1 4202496 105491 5816027 0 0 8346 4276 157944 6974 20 0 1 0 288087087 2316079104 422847 33554432000 4194304 5990268 140736870967664 140736870959088 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 678 0 0
/proc/30429/statm: 565449 422847 166 439 0 565006 0
[pid=30846] ppid=30429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (satsolver.sh) S 30429 30428 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288265956 9367552 267 33554432000 4194304 5064252 140737315477712 140737315476624 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30846/statm: 2287 267 226 213 0 72 0
[pid=30847] ppid=30846 vsize=4820592 CPUtime=24.62 cores=0,2,4,6
/proc/30847/stat : 30847 (glucose) R 30846 30428 16422 0 -1 4202496 334177 0 0 0 2326 136 0 0 20 0 1 0 288265956 4936286208 916267 33554432000 4194304 5208918 140737386288496 140737386286456 4211599 0 0 4096 0 0 0 0 17 2 0 0 38 0 0
/proc/30847/statm: 1205148 916267 95 248 0 1204897 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 7100684

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30428 and gives
#  childrusage.ru_utime.tv_sec=1662
#  childrusage.ru_utime.tv_usec=913198
#  childrusage.ru_stime.tv_sec=112
#  childrusage.ru_stime.tv_usec=523893
# CPU time returned by wait4() is 1775.44
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.72
CPU time (s): 1800.02
CPU user time (s): 1686.16
CPU system time (s): 113.86
CPU usage (%): 99.2447
Max. virtual memory (cumulated for all children) (KiB): 7285116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1662.91
system time used= 112.524
maximum resident set size= 3875584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5922494
page faults= 0
swaps= 0
block input operations= 0
block output operations= 42526080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 600875
involuntary context switches= 2741

runsolver used 2.56561 second user time and 6.32804 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-28 17:40:22
IDJOB=3714611
IDBENCH=79321
IDSOLVER=2296
FILE ID=node140/3714611-1338219622
RUNJOBID= node140-1338193685-16438
PBS_JOBID= 14624590
Free space on /tmp= 71320 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-7.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714611-1338219622/watcher-3714611-1338219622 -o /tmp/evaluation-result-3714611-1338219622/solver-3714611-1338219622 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714611-1338219622.wbo 2119472785 HOME HOME

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

MD5SUM BENCH= c66b0d06980494e69f908f826af367b4
RANDOM SEED=2119472785

node140.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.094
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.18
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.094
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.094
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.91
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.094
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.094
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.92
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.094
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.88
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.094
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.094
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30652648 kB
Buffers:          506840 kB
Cached:           777684 kB
SwapCached:         1516 kB
Active:          1034064 kB
Inactive:         306788 kB
Active(anon):      47664 kB
Inactive(anon):     8636 kB
Active(file):     986400 kB
Inactive(file):   298152 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105308 kB
Dirty:             16444 kB
Writeback:             0 kB
AnonPages:        118744 kB
Mapped:            12620 kB
Shmem:                 8 kB
Slab:             741304 kB
SReclaimable:     182780 kB
SUnreclaim:       558524 kB
KernelStack:        1536 kB
PageTables:         4308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     173524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 69412 MiB
End job on node140 at 2012-05-28 18:10:36