Trace number 3751251

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-quickBound (fixed)? (TO) 1800.08 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
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.80	c run inc solver
0.00/0.80	c [INC SYSTEM] run initial solver
0.00/0.80	c [INC SYSTEM] preprocess with white file
3.97/4.07	c [INC SYSTEM] finished preprocessing in 3 s
3.97/4.07	c [INC SYSTEM] execute solver
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	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-3751251-1339156741/watcher-3751251-1339156741 -o /tmp/evaluation-result-3751251-1339156741/solver-3751251-1339156741 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751251-1339156741.opb 953839813 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: 1.97 1.97 1.98 3/179 3407
/proc/meminfo: memFree=26321168/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0

[startup+0.0309229 s]
/proc/loadavg: 1.97 1.97 1.98 3/179 3407
/proc/meminfo: memFree=26321168/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100291 s]
/proc/loadavg: 1.97 1.97 1.98 3/179 3407
/proc/meminfo: memFree=26321168/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300294 s]
/proc/loadavg: 1.97 1.97 1.98 3/179 3407
/proc/meminfo: memFree=26321168/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700298 s]
/proc/loadavg: 1.97 1.97 1.98 3/179 3407
/proc/meminfo: memFree=26321168/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 1.97 1.97 1.98 3/183 3411
/proc/meminfo: memFree=26190408/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=0.79 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 12987 0 0 0 73 6 0 0 20 0 1 0 381798655 96989184 20599 33554432000 4194304 6004724 140735129648896 140735129643360 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20599 162 442 0 23233 0
[pid=3410] ppid=3408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3410/stat : 3410 (cp2_pre.sh) S 3408 3407 27075 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381798736 9367552 277 33554432000 4194304 5064252 140735236820608 140735236819312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3410/statm: 2287 277 234 213 0 72 0
[pid=3411] ppid=3410 vsize=180820 CPUtime=0.67 cores=1,3,5,7
/proc/3411/stat : 3411 (coprocessor) R 3410 3407 27075 0 -1 4202496 28016 0 0 0 63 4 0 0 20 0 1 0 381798736 185159680 40305 33554432000 4194304 6586260 140735907290304 140735907286552 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/3411/statm: 45205 40305 165 584 0 44617 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 293832

[startup+3.10043 s]
/proc/loadavg: 1.98 1.97 1.98 3/183 3411
/proc/meminfo: memFree=26031812/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=0.79 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 12987 0 0 0 73 6 0 0 20 0 1 0 381798655 96989184 20599 33554432000 4194304 6004724 140735129648896 140735129643360 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20599 162 442 0 23233 0
[pid=3410] ppid=3408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3410/stat : 3410 (cp2_pre.sh) S 3408 3407 27075 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381798736 9367552 277 33554432000 4194304 5064252 140735236820608 140735236819312 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3410/statm: 2287 277 234 213 0 72 0
[pid=3411] ppid=3410 vsize=230240 CPUtime=2.28 cores=1,3,5,7
/proc/3411/stat : 3411 (coprocessor) R 3410 3407 27075 0 -1 4202496 37704 0 0 0 222 6 0 0 20 0 1 0 381798736 235765760 56123 33554432000 4194304 6586260 140735907290304 140735907286024 4583557 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/3411/statm: 57560 56123 194 584 0 56972 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 343252

[startup+6.3004 s]
/proc/loadavg: 1.98 1.97 1.98 3/182 3413
/proc/meminfo: memFree=26155424/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=89852 CPUtime=2.21 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 17045 0 0 0 219 2 0 0 20 0 1 0 381799062 92008448 18105 33554432000 4194304 5654031 140735491881488 140735491869304 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 22463 18105 139 357 0 22103 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 193716

[startup+12.7004 s]
/proc/loadavg: 1.98 1.97 1.98 3/182 3413
/proc/meminfo: memFree=26150884/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=91348 CPUtime=8.61 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 17806 0 0 0 859 2 0 0 20 0 1 0 381799062 93540352 18854 33554432000 4194304 5654031 140735491881488 140735491869304 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 22837 18854 140 357 0 22477 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 195212

[startup+25.5004 s]
/proc/loadavg: 2.06 1.99 1.98 3/182 3413
/proc/meminfo: memFree=26148768/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=90052 CPUtime=21.42 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 19269 0 0 0 2138 4 0 0 20 0 1 0 381799062 92213248 18775 33554432000 4194304 5654031 140735491881488 140735491879512 4232544 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 22513 18775 141 357 0 22153 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 193916

[startup+51.1004 s]
/proc/loadavg: 2.04 1.99 1.98 3/182 3413
/proc/meminfo: memFree=26120968/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=120576 CPUtime=47.01 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 20136 0 0 0 4697 4 0 0 20 0 1 0 381799062 123469824 25230 33554432000 4194304 5654031 140735491881488 140735491869304 4215144 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 30144 25230 141 357 0 29784 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 224440

[startup+102.307 s]
/proc/loadavg: 2.11 2.02 1.99 3/182 3459
/proc/meminfo: memFree=26230256/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=120576 CPUtime=98.21 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 20623 0 0 0 9816 5 0 0 20 0 1 0 381799062 123469824 26612 33554432000 4194304 5654031 140735491881488 140735491879512 4214977 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 30144 26612 141 357 0 29784 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 224440

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/182 3481
/proc/meminfo: memFree=26202292/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=139432 CPUtime=158.19 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 21263 0 0 0 15813 6 0 0 20 0 1 0 381799062 142778368 31326 33554432000 4194304 5654031 140735491881488 140735491869304 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 34858 31326 141 357 0 34498 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 243296

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/181 3482
/proc/meminfo: memFree=26200800/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=139432 CPUtime=218.16 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/182 3491
/proc/meminfo: memFree=26145596/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=151928 CPUtime=1298 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 27611 0 0 0 129782 18 0 0 20 0 1 0 381799062 155574272 34698 33554432000 4194304 5654031 140735491881488 140735491869304 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 37982 34698 141 357 0 37622 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 255792

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3491
/proc/meminfo: memFree=26096720/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=232068 CPUtime=1357.99 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 28437 0 0 0 135779 20 0 0 20 0 1 0 381799062 237637632 47271 33554432000 4194304 5654031 140735491881488 140735491869304 4233344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 58017 47271 141 357 0 57657 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 335932

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3492
/proc/meminfo: memFree=26106928/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=201248 CPUtime=1417.98 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 28780 0 0 0 141777 21 0 0 20 0 1 0 381799062 206077952 46757 33554432000 4194304 5654031 140735491881488 140735491869304 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 50312 46757 141 357 0 49952 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 305112

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3492
/proc/meminfo: memFree=26116584/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=201248 CPUtime=1477.97 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 29606 0 0 0 147774 23 0 0 20 0 1 0 381799062 206077952 44676 33554432000 4194304 5654031 140735491881488 140735491869304 4215919 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 50312 44676 141 357 0 49952 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 305112

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3492
/proc/meminfo: memFree=26087372/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=201248 CPUtime=1537.96 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 30464 0 0 0 153771 25 0 0 20 0 1 0 381799062 206077952 43652 33554432000 4194304 5654031 140735491881488 140735491869304 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 50312 43652 141 357 0 49952 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 305112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3492
/proc/meminfo: memFree=26142760/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=151928 CPUtime=1597.95 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 31062 0 0 0 159770 25 0 0 20 0 1 0 381799062 155574272 34698 33554432000 4194304 5654031 140735491881488 140735491869304 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 37982 34698 141 357 0 37622 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 255792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3492
/proc/meminfo: memFree=26101820/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=232068 CPUtime=1657.94 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 31927 0 0 0 165767 27 0 0 20 0 1 0 381799062 237637632 47815 33554432000 4194304 5654031 140735491881488 140735491869304 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 58017 47815 141 357 0 57657 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 335932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3493
/proc/meminfo: memFree=26095572/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=201248 CPUtime=1717.93 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 32199 0 0 0 171765 28 0 0 20 0 1 0 381799062 206077952 44676 33554432000 4194304 5654031 140735491881488 140735491869304 4232571 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 50312 44676 141 357 0 49952 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 305112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3493
/proc/meminfo: memFree=26108444/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=201248 CPUtime=1777.93 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 33057 0 0 0 177763 30 0 0 20 0 1 0 381799062 206077952 43140 33554432000 4194304 5654031 140735491881488 140735491869304 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 50312 43140 141 357 0 49952 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 305112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3493
/proc/meminfo: memFree=26093924/32873648 swapFree=7388/7388
[pid=3407] ppid=3405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3407/stat : 3407 (npSolver-pbo-It) S 3405 3407 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381798655 9367552 275 33554432000 4194304 5064252 140733891598368 140733891597280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3407/statm: 2287 275 233 213 0 72 0
[pid=3408] ppid=3407 vsize=94716 CPUtime=4.05 cores=1,3,5,7
/proc/3408/stat : 3408 (npSolver-pbo) S 3407 3407 27075 0 -1 4202496 13005 40798 0 0 73 7 294 31 20 0 1 0 381798655 96989184 20603 33554432000 4194304 6004724 140735129648896 140735129635176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3408/statm: 23679 20603 166 442 0 23233 0
[pid=3413] ppid=3408 vsize=201248 CPUtime=1796.03 cores=1,3,5,7
/proc/3413/stat : 3413 (glucosInc) R 3408 3407 27075 0 -1 4202496 33061 0 0 0 179573 30 0 0 20 0 1 0 381799062 206077952 45188 33554432000 4194304 5654031 140735491881488 140735491869304 4232912 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3413/statm: 50312 45188 141 357 0 49952 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 305112

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 3407 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=689439
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=385941
# CPU time returned by wait4() is 4.07538
# while last known CPU time is 1800.08
#
# 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.08
CPU user time (s): 1799.4
CPU system time (s): 0.68
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 353588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.68944
system time used= 0.385941
maximum resident set size= 241920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 63352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 11

runsolver used 3.38049 second user time and 7.63084 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 13:59:02
IDJOB=3751251
IDBENCH=73805
IDSOLVER=2335
FILE ID=node148/3751251-1339156741
RUNJOBID= node148-1339134206-27092
PBS_JOBID= 14643787
Free space on /tmp= 70360 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751251-1339156741/watcher-3751251-1339156741 -o /tmp/evaluation-result-3751251-1339156741/solver-3751251-1339156741 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751251-1339156741.opb 953839813 HOME HOME

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=953839813

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:        26321812 kB
Buffers:          681460 kB
Cached:          4466368 kB
SwapCached:          560 kB
Active:          3129324 kB
Inactive:        2486664 kB
Active(anon):     457308 kB
Inactive(anon):    10620 kB
Active(file):    2672016 kB
Inactive(file):  2476044 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             11788 kB
Writeback:           204 kB
AnonPages:        568892 kB
Mapped:            12328 kB
Shmem:                36 kB
Slab:             795328 kB
SReclaimable:     237484 kB
SUnreclaim:       557844 kB
KernelStack:        1520 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     625676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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= 70360 MiB
End job on node148 at 2012-06-08 14:29:02