Trace number 3750156

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 1.0 (fixed)? (TO) 1800.07 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat15_4_4_3_mh_ic.opb
MD5SUMbd1f23f2ad95dce248911d20ecda08b7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4397958
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9765
Total number of constraints21293
Number of constraints which are clauses14520
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints6750
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 4005
Biggest coefficient in the objective function 109215352
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 5000695793
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 109215352
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 5000695793
Number of bits of the biggest sum of numbers33
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.07	c old isEQ: 0, new EQ is 1
0.00/0.08	c old isEQ: 176, new EQ is 0
0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.09	c old isEQ: 0, new EQ is 0
0.00/0.09	c old isEQ: 0, new EQ is 0
0.00/0.09	c old isEQ: 0, new EQ is 0
0.00/0.09	c old isEQ: 0, new EQ is 0
0.00/0.10	c old isEQ: 0, new EQ is 0
0.00/0.10	c old isEQ: 0, new EQ is 0
0.00/0.10	c old isEQ: 0, new EQ is 0
0.00/0.11	c old isEQ: 0, new EQ is 0
0.00/0.11	c old isEQ: 0, new EQ is 0
0.00/0.11	c old isEQ: 0, new EQ is 0
0.00/0.11	c old isEQ: 0, new EQ is 0
0.00/0.12	c old isEQ: 0, new EQ is 1
0.00/0.13	c old isEQ: 1, new EQ is 1
0.00/0.16	c run usual solver
1.24/1.40	c model valid
1.24/1.40	c current solution ok
1.46/1.56	o 110812958
1.46/1.56	c current bound: 55406486
1.46/1.56	c fallback to adder encoding
517.63/518.17	c model valid
517.63/518.17	c current solution ok
517.63/518.18	o 54785573
517.63/518.18	c current bound: 27392794
517.63/518.18	c fallback to adder encoding
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3750156-1339178175/watcher-3750156-1339178175 -o /tmp/evaluation-result-3750156-1339178175/solver-3750156-1339178175 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750156-1339178175.opb 956333343 HOME HOME 

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: 4.98 3.60 2.65 6/176 5493
/proc/meminfo: memFree=28798768/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0

[startup+0.088109 s]
/proc/loadavg: 4.98 3.60 2.65 6/176 5493
/proc/meminfo: memFree=28798768/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100292 s]
/proc/loadavg: 4.98 3.60 2.65 6/176 5493
/proc/meminfo: memFree=28798768/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 4.98 3.60 2.65 6/176 5493
/proc/meminfo: memFree=28798768/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 4.98 3.60 2.65 6/176 5493
/proc/meminfo: memFree=28798768/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 4.98 3.60 2.65 3/182 5511
/proc/meminfo: memFree=31570468/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=14052 CPUtime=1.46 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) R 5493 5493 4737 0 -1 4202496 5935 16624 0 1 18 11 112 5 20 0 1 0 383941985 14389248 3099 33554432000 4194304 6004724 140736554101392 140736554096016 5190832 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5494/statm: 3513 3099 170 442 0 3067 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 23200

[startup+3.10025 s]
/proc/loadavg: 4.98 3.60 2.65 3/180 5516
/proc/meminfo: memFree=31412256/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=96160 CPUtime=2.17 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 10649 17139 0 1 75 24 112 6 20 0 1 0 383941985 98467840 16898 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 24040 16898 179 442 0 23594 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 105308
heavy processes:

[startup+6.30045 s]
/proc/loadavg: 4.75 3.58 2.64 3/182 5518
/proc/meminfo: memFree=30912324/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=96160 CPUtime=2.17 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 10649 17139 0 1 75 24 112 6 20 0 1 0 383941985 98467840 16898 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 24040 16898 179 442 0 23594 0
[pid=5517] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5517/stat : 5517 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383942207 9367552 266 33554432000 4194304 5064252 140736048046320 140736048045232 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5517/statm: 2287 266 226 213 0 72 0
[pid=5518] ppid=5517 vsize=120292 CPUtime=4.06 cores=1,3,5,7
/proc/5518/stat : 5518 (glucose) R 5517 5493 4737 0 -1 4202496 24385 0 0 0 400 6 0 0 20 0 1 0 383942208 123179008 26640 33554432000 4194304 5208918 140736866913792 140736866911640 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5518/statm: 30073 26640 104 248 0 29822 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 234748

[startup+12.7005 s]
/proc/loadavg: 4.52 3.55 2.64 3/182 5518
/proc/meminfo: memFree=30385932/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=96160 CPUtime=2.17 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 10649 17139 0 1 75 24 112 6 20 0 1 0 383941985 98467840 16898 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 24040 16898 179 442 0 23594 0
[pid=5517] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5517/stat : 5517 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383942207 9367552 266 33554432000 4194304 5064252 140736048046320 140736048045232 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5517/statm: 2287 266 226 213 0 72 0
[pid=5518] ppid=5517 vsize=120824 CPUtime=10.46 cores=1,3,5,7
/proc/5518/stat : 5518 (glucose) R 5517 5493 4737 0 -1 4202496 24523 0 0 0 1040 6 0 0 20 0 1 0 383942208 123723776 26778 33554432000 4194304 5208918 140736866913792 140736866911640 4205139 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5518/statm: 30206 26778 104 248 0 29955 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 235280

[startup+25.5004 s]
/proc/loadavg: 4.11 3.51 2.64 3/182 5518
/proc/meminfo: memFree=29499180/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=96160 CPUtime=2.17 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 10649 17139 0 1 75 24 112 6 20 0 1 0 383941985 98467840 16898 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 24040 16898 179 442 0 23594 0
[pid=5517] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5517/stat : 5517 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383942207 9367552 266 33554432000 4194304 5064252 140736048046320 140736048045232 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5517/statm: 2287 266 226 213 0 72 0
[pid=5518] ppid=5517 vsize=121808 CPUtime=23.26 cores=1,3,5,7
/proc/5518/stat : 5518 (glucose) R 5517 5493 4737 0 -1 4202496 24811 0 0 0 2320 6 0 0 20 0 1 0 383942208 124731392 27577 33554432000 4194304 5208918 140736866913792 140736866911640 4229021 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5518/statm: 30452 27577 104 248 0 30201 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 236264

[startup+51.1005 s]
/proc/loadavg: 3.47 3.40 2.63 3/184 5520
/proc/meminfo: memFree=24814612/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=96160 CPUtime=2.17 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 10649 17139 0 1 75 24 112 6 20 0 1 0 383941985 98467840 16898 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 24040 16898 179 442 0 23594 0
[pid=5517] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5517/stat : 5517 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383942207 9367552 266 33554432000 4194304 5064252 140736048046320 140736048045232 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5517/statm: 2287 266 226 213 0 72 0
[pid=5518] ppid=5517 vsize=124232 CPUtime=48.85 cores=1,3,5,7
/proc/5518/stat : 5518 (glucose) R 5517 5493 4737 0 -1 4202496 26171 0 0 0 4877 8 0 0 20 0 1 0 383942208 127213568 29216 33554432000 4194304 5208918 140736866913792 140736866911640 4229344 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5518/statm: 31058 29216 105 248 0 30807 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 238688

[startup+102.3 s]
/proc/loadavg: 3.29 3.37 2.65 3/183 5520
/proc/meminfo: memFree=20918072/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=96160 CPUtime=2.17 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 10649 17139 0 1 75 24 112 6 20 0 1 0 383941985 98467840 16898 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 24040 16898 179 442 0 23594 0
[pid=5517] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5517/stat : 5517 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383942207 9367552 266 33554432000 4194304 5064252 140736048046320 140736048045232 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5517/statm: 2287 266 226 213 0 72 0
[pid=5518] ppid=5517 vsize=127428 CPUtime=100.04 cores=1,3,5,7
/proc/5518/stat : 5518 (glucose) R 5517 5493 4737 0 -1 4202496 28269 0 0 0 9994 10 0 0 20 0 1 0 383942208 130486272 29422 33554432000 4194304 5208918 140736866913792 140736866910168 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5518/statm: 31857 29422 105 248 0 31606 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 241884

[startup+162.3 s]
/proc/loadavg: 3.10 3.30 2.67 3/183 5520
/proc/meminfo: memFree=19312196/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=96160 CPUtime=2.17 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 10649 17139 0 1 75 24 112 6 20 0 1 0 383941985 98467840 16898 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 24040 16898 179 442 0 23594 0
[pid=5517] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5517/stat : 5517 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383942207 9367552 266 33554432000 4194304 5064252 140736048046320 140736048045232 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5517/statm: 2287 266 226 213 0 72 0
[pid=5518] ppid=5517 vsize=148528 CPUtime=160.03 cores=1,3,5,7
/proc/5518/stat : 5518 (glucose) R 5517 5493 4737 0 -1 4202496 30572 0 0 0 15991 12 0 0 20 0 1 0 383942208 152092672 31290 33554432000 4194304 5208918 140736866913792 140736866911944 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5518/statm: 37132 31290 105 248 0 36881 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 262984

[startup+222.3 s]
/proc/loadavg: 2.51 3.10 2.64 3/183 5524
/proc/meminfo: memFree=20278632/32873844 swapFree=6904/6904

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

/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 34620 0 0 0 84315 20 0 0 20 0 1 0 383993865 209715200 46522 33554432000 4194304 5208918 140737247929744 140737247927736 4229347 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 51200 46522 105 248 0 50949 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 302684

[startup+1422.3 s]
/proc/loadavg: 2.00 2.07 2.20 3/183 5566
/proc/meminfo: memFree=20157200/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=79588 CPUtime=518.67 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 15763 58328 0 1 133 32 51659 43 20 0 1 0 383941985 81498112 12276 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 19897 12276 180 442 0 19451 0
[pid=5557] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5557/stat : 5557 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383993865 9367552 267 33554432000 4194304 5064252 140737191205568 140737191204480 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5557/statm: 2287 267 226 213 0 72 0
[pid=5558] ppid=5557 vsize=155480 CPUtime=903.35 cores=1,3,5,7
/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 34623 0 0 0 90315 20 0 0 20 0 1 0 383993865 159211520 36875 33554432000 4194304 5208918 140737247929744 140737247927832 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 38870 36875 105 248 0 38619 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 253364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.18 3/184 5569
/proc/meminfo: memFree=20112548/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=79588 CPUtime=518.67 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 15763 58328 0 1 133 32 51659 43 20 0 1 0 383941985 81498112 12276 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 19897 12276 180 442 0 19451 0
[pid=5557] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5557/stat : 5557 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383993865 9367552 267 33554432000 4194304 5064252 140737191205568 140737191204480 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5557/statm: 2287 267 226 213 0 72 0
[pid=5558] ppid=5557 vsize=204800 CPUtime=963.34 cores=1,3,5,7
/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 35073 0 0 0 96313 21 0 0 20 0 1 0 383993865 209715200 47034 33554432000 4194304 5208918 140737247929744 140737247927736 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 51200 47034 105 248 0 50949 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 302684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.17 3/183 5569
/proc/meminfo: memFree=20115512/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=79588 CPUtime=518.67 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 15763 58328 0 1 133 32 51659 43 20 0 1 0 383941985 81498112 12276 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 19897 12276 180 442 0 19451 0
[pid=5557] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5557/stat : 5557 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383993865 9367552 267 33554432000 4194304 5064252 140737191205568 140737191204480 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5557/statm: 2287 267 226 213 0 72 0
[pid=5558] ppid=5557 vsize=204800 CPUtime=1023.33 cores=1,3,5,7
/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 35520 0 0 0 102311 22 0 0 20 0 1 0 383993865 209715200 44986 33554432000 4194304 5208918 140737247929744 140737247927736 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 51200 44986 105 248 0 50949 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 302684

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.17 3/183 5569
/proc/meminfo: memFree=20101648/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=79588 CPUtime=518.67 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 15763 58328 0 1 133 32 51659 43 20 0 1 0 383941985 81498112 12276 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 19897 12276 180 442 0 19451 0
[pid=5557] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5557/stat : 5557 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383993865 9367552 267 33554432000 4194304 5064252 140737191205568 140737191204480 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5557/statm: 2287 267 226 213 0 72 0
[pid=5558] ppid=5557 vsize=204800 CPUtime=1083.32 cores=1,3,5,7
/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 35525 0 0 0 108310 22 0 0 20 0 1 0 383993865 209715200 47546 33554432000 4194304 5208918 140737247929744 140737247926120 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 51200 47546 105 248 0 50949 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 302684

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.15 3/183 5569
/proc/meminfo: memFree=20143324/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=79588 CPUtime=518.67 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 15763 58328 0 1 133 32 51659 43 20 0 1 0 383941985 81498112 12276 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 19897 12276 180 442 0 19451 0
[pid=5557] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5557/stat : 5557 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383993865 9367552 267 33554432000 4194304 5064252 140737191205568 140737191204480 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5557/statm: 2287 267 226 213 0 72 0
[pid=5558] ppid=5557 vsize=155480 CPUtime=1143.31 cores=1,3,5,7
/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 35528 0 0 0 114309 22 0 0 20 0 1 0 383993865 159211520 36875 33554432000 4194304 5208918 140737247929744 140737247927832 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 38870 36875 105 248 0 38619 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 253364

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.14 3/183 5570
/proc/meminfo: memFree=20104608/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=79588 CPUtime=518.67 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 15763 58328 0 1 133 32 51659 43 20 0 1 0 383941985 81498112 12276 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 19897 12276 180 442 0 19451 0
[pid=5557] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5557/stat : 5557 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383993865 9367552 267 33554432000 4194304 5064252 140737191205568 140737191204480 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5557/statm: 2287 267 226 213 0 72 0
[pid=5558] ppid=5557 vsize=204800 CPUtime=1203.3 cores=1,3,5,7
/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 35976 0 0 0 120307 23 0 0 20 0 1 0 383993865 209715200 46010 33554432000 4194304 5208918 140737247929744 140737247926120 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 51200 46010 105 248 0 50949 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 302684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/183 5570
/proc/meminfo: memFree=20106132/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=79588 CPUtime=518.67 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 15763 58328 0 1 133 32 51659 43 20 0 1 0 383941985 81498112 12276 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 19897 12276 180 442 0 19451 0
[pid=5557] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5557/stat : 5557 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383993865 9367552 267 33554432000 4194304 5064252 140737191205568 140737191204480 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5557/statm: 2287 267 226 213 0 72 0
[pid=5558] ppid=5557 vsize=204800 CPUtime=1263.3 cores=1,3,5,7
/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 36426 0 0 0 126306 24 0 0 20 0 1 0 383993865 209715200 45498 33554432000 4194304 5208918 140737247929744 140737247927736 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 51200 45498 105 248 0 50949 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 302684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.13 3/183 5570
/proc/meminfo: memFree=20104084/32873844 swapFree=6904/6904
[pid=5493] ppid=5491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (npSolver-pbo.sh) S 5491 5493 4737 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383941985 9367552 274 33554432000 4194304 5064252 140736180677472 140736180676384 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5493/statm: 2287 274 233 213 0 72 0
[pid=5494] ppid=5493 vsize=79588 CPUtime=518.67 cores=1,3,5,7
/proc/5494/stat : 5494 (npSolver-pbo) S 5493 5493 4737 0 -1 4202496 15763 58328 0 1 133 32 51659 43 20 0 1 0 383941985 81498112 12276 33554432000 4194304 6004724 140736554101392 140736554093744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/5494/statm: 19897 12276 180 442 0 19451 0
[pid=5557] ppid=5494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5557/stat : 5557 (satsolver.sh) S 5494 5493 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383993865 9367552 267 33554432000 4194304 5064252 140737191205568 140737191204480 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5557/statm: 2287 267 226 213 0 72 0
[pid=5558] ppid=5557 vsize=204800 CPUtime=1281.4 cores=1,3,5,7
/proc/5558/stat : 5558 (glucose) R 5557 5493 4737 0 -1 4202496 36427 0 0 0 128116 24 0 0 20 0 1 0 383993865 209715200 46010 33554432000 4194304 5208918 140737247929744 140737247927736 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5558/statm: 51200 46010 105 248 0 50949 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 302684

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 5493 and gives
#  childrusage.ru_utime.tv_sec=517
#  childrusage.ru_utime.tv_usec=926263
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=758884
# CPU time returned by wait4() is 518.685
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.08
CPU system time (s): 0.99
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 302684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 517.926
system time used= 0.758884
maximum resident set size= 167120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75067
page faults= 1
swaps= 0
block input operations= 88
block output operations= 167824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 588
involuntary context switches= 704

runsolver used 2.92755 second user time and 8.5477 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 19:56:16
IDJOB=3750156
IDBENCH=92657
IDSOLVER=2334
FILE ID=node140/3750156-1339178175
RUNJOBID= node140-1339168783-4754
PBS_JOBID= 14643808
Free space on /tmp= 70656 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat15_4_4_3_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750156-1339178175/watcher-3750156-1339178175 -o /tmp/evaluation-result-3750156-1339178175/solver-3750156-1339178175 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750156-1339178175.opb 956333343 HOME HOME

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

MD5SUM BENCH= bd1f23f2ad95dce248911d20ecda08b7
RANDOM SEED=956333343

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:        28551344 kB
Buffers:          228580 kB
Cached:          3083480 kB
SwapCached:         2140 kB
Active:           342768 kB
Inactive:        2982100 kB
Active(anon):       5016 kB
Inactive(anon):     6700 kB
Active(file):     337752 kB
Inactive(file):  2975400 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100240 kB
Dirty:             26096 kB
Writeback:             0 kB
AnonPages:        122564 kB
Mapped:             8336 kB
Shmem:                 0 kB
Slab:             856756 kB
SReclaimable:     297164 kB
SUnreclaim:       559592 kB
KernelStack:        1496 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 68260 MiB
End job on node140 at 2012-06-08 20:26:16