Trace number 3698506

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.07 1800.72

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM0d3fc2c8f241373f1d8055b65975d8e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-12288
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 912385
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 912385
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.14	c fallback to adder encoding
7.09/7.17	c run inc solver
7.09/7.17	c [INC SYSTEM] run initial solver
7.09/7.17	c [INC SYSTEM] preprocess with white file
25.74/25.96	c [INC SYSTEM] finished preprocessing in 18 s
25.74/25.96	c [INC SYSTEM] execute solver
113.85/114.09	c [INC SEARCH] formula is SAT
113.97/114.20	c [INC SYSTEM] solved the initial formula
114.96/115.14	c model valid
114.96/115.14	c current solution ok
122.97/123.47	o -2048
122.97/123.47	c [INC SYSTEM] there exists a inc, kill it!
122.97/123.47	c write failed with 2
123.20/123.51	c [INC SEARCH] iteration: 0
123.20/123.51	c [INC BOUNDS] best value:910337 search for 910336
123.20/123.51	c [INC SYSTEM] create new solver instance
123.20/123.51	c [INC] encode full formula
123.20/123.51	c fallback to adder encoding
123.31/123.61	c set iterative enc to: adder
123.31/123.61	c set iterative enc to: none
123.33/123.84	c [INC SEARCH] isOptimum variable: 0
1386.19/1386.79	c formula is SAT
1386.41/1386.91	c [INC SEARCH] copied best model
1386.41/1386.92	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1387.29/1387.85	c model valid
1387.29/1387.85	c current solution ok
1387.29/1387.85	o -3072
1387.29/1387.85	c [INC SEARCH] iteration: 1
1387.29/1387.85	c [INC BOUNDS] best value:909313 search for 909312
1387.29/1387.85	c [INC SYSTEM] there exists a inc, kill it!
1387.29/1387.85	c write failed with 2
1387.29/1387.86	c [INC SYSTEM] create new solver instance
1387.29/1387.86	c [INC] encode full formula
1387.29/1387.86	c fallback to adder encoding
1387.41/1387.96	c set iterative enc to: adder
1387.41/1387.96	c set iterative enc to: none
1387.48/1388.19	c [INC SEARCH] isOptimum variable: 0

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-3698506-1338109031/watcher-3698506-1338109031 -o /tmp/evaluation-result-3698506-1338109031/solver-3698506-1338109031 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698506-1338109031.opb 999279051 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: 2.17 2.10 2.02 3/178 23424
/proc/meminfo: memFree=30253112/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0

[startup+0.0246941 s]
/proc/loadavg: 2.17 2.10 2.02 3/178 23424
/proc/meminfo: memFree=30253112/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/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: 2.17 2.10 2.02 3/178 23424
/proc/meminfo: memFree=30253112/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30021 s]
/proc/loadavg: 2.17 2.10 2.02 3/178 23424
/proc/meminfo: memFree=30253112/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700211 s]
/proc/loadavg: 2.17 2.10 2.02 3/178 23424
/proc/meminfo: memFree=30253112/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.17 2.10 2.02 3/180 23426
/proc/meminfo: memFree=30247064/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=13528 CPUtime=1.49 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) R 23424 23424 18125 0 -1 4202496 2536 0 0 0 149 0 0 0 20 0 1 0 277027694 13852672 2550 33554432000 4194304 5992684 140737072860624 140737072857128 4768613 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23425/statm: 3382 2550 146 440 0 2938 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22676

[startup+3.10035 s]
/proc/loadavg: 2.15 2.10 2.02 3/180 23426
/proc/meminfo: memFree=30240548/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=49768 CPUtime=3.08 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) R 23424 23424 18125 0 -1 4202496 9979 0 0 0 305 3 0 0 20 0 1 0 277027694 50962432 11522 33554432000 4194304 5992684 140737072860624 140737072856744 4571359 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23425/statm: 12442 11522 159 440 0 11998 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 58916

[startup+6.30029 s]
/proc/loadavg: 2.15 2.10 2.02 3/180 23426
/proc/meminfo: memFree=29991416/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=372740 CPUtime=6.29 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) R 23424 23424 18125 0 -1 4202496 31716 0 0 0 614 15 0 0 20 0 1 0 277027694 381685760 83728 33554432000 4194304 5992684 140737072860624 140737072855592 4525041 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23425/statm: 93185 83728 167 440 0 92741 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381888

[startup+12.7004 s]
/proc/loadavg: 2.14 2.09 2.02 3/182 23428
/proc/meminfo: memFree=28673776/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=372740 CPUtime=7.17 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 32440 0 0 0 660 57 0 0 20 0 1 0 277027694 381685760 90944 33554432000 4194304 5992684 140737072860624 140737072855072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23425/statm: 93185 90944 174 440 0 92741 0
[pid=23427] ppid=23425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23427/stat : 23427 (cp2_pre.sh) S 23425 23424 18125 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277028412 9367552 276 33554432000 4194304 5064252 140737052330800 140737052329504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23427/statm: 2287 276 234 213 0 72 0
[pid=23428] ppid=23427 vsize=1137644 CPUtime=5.5 cores=1,3,5,7
/proc/23428/stat : 23428 (coprocessor) R 23427 23424 18125 0 -1 4202496 74252 0 0 0 514 36 0 0 20 0 1 0 277028412 1164947456 250822 33554432000 4194304 6586260 140735406222880 140735406219144 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23428/statm: 284411 250822 164 584 0 283823 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1528680

[startup+25.5004 s]
/proc/loadavg: 2.24 2.12 2.03 3/182 23428
/proc/meminfo: memFree=28091656/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=372740 CPUtime=7.17 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 32440 0 0 0 660 57 0 0 20 0 1 0 277027694 381685760 90944 33554432000 4194304 5992684 140737072860624 140737072855072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23425/statm: 93185 90944 174 440 0 92741 0
[pid=23427] ppid=23425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23427/stat : 23427 (cp2_pre.sh) S 23425 23424 18125 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277028412 9367552 276 33554432000 4194304 5064252 140737052330800 140737052329504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23427/statm: 2287 276 234 213 0 72 0
[pid=23428] ppid=23427 vsize=1482376 CPUtime=18.18 cores=1,3,5,7
/proc/23428/stat : 23428 (coprocessor) R 23427 23424 18125 0 -1 4202496 121107 0 0 0 1743 75 0 0 20 0 1 0 277028412 1517953024 356619 33554432000 4194304 6586260 140735406222880 140735406218632 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 12 0 0
/proc/23428/statm: 370594 356619 193 584 0 370006 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1873412

[startup+51.1005 s]
/proc/loadavg: 2.22 2.12 2.04 3/181 23430
/proc/meminfo: memFree=29216360/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=372740 CPUtime=25.82 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 32456 122009 0 0 660 58 1778 86 20 0 1 0 277027694 381685760 90946 33554432000 4194304 5992684 140737072860624 140737072846888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23425/statm: 93185 90946 176 440 0 92741 0
[pid=23430] ppid=23425 vsize=616524 CPUtime=25.12 cores=1,3,5,7
/proc/23430/stat : 23430 (glucosInc) R 23425 23424 18125 0 -1 4202496 89217 0 0 0 2488 24 0 0 20 0 1 0 277030290 631320576 135783 33554432000 4194304 5654031 140733808064592 140733808062424 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23430/statm: 154131 135783 140 357 0 153771 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 998412

[startup+102.3 s]
/proc/loadavg: 2.10 2.10 2.03 3/181 23430
/proc/meminfo: memFree=29209644/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=372740 CPUtime=25.82 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 32456 122009 0 0 660 58 1778 86 20 0 1 0 277027694 381685760 90946 33554432000 4194304 5992684 140737072860624 140737072846888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23425/statm: 93185 90946 176 440 0 92741 0
[pid=23430] ppid=23425 vsize=620892 CPUtime=76.31 cores=1,3,5,7
/proc/23430/stat : 23430 (glucosInc) R 23425 23424 18125 0 -1 4202496 90484 0 0 0 7607 24 0 0 20 0 1 0 277030290 635793408 137050 33554432000 4194304 5654031 140733808064592 140733808052408 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23430/statm: 155223 137050 140 357 0 154863 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 1002780

[startup+162.3 s]
/proc/loadavg: 2.08 2.10 2.03 3/181 23433
/proc/meminfo: memFree=29048768/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=404452 CPUtime=123.55 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 41527 214337 0 0 922 718 10559 156 20 0 1 0 277027694 414158848 98861 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 101113 98861 185 440 0 100669 0
[pid=23433] ppid=23425 vsize=615816 CPUtime=38.43 cores=1,3,5,7
/proc/23433/stat : 23433 (glucosInc) R 23425 23424 18125 0 -1 4202496 89653 0 0 0 3820 23 0 0 20 0 1 0 277040078 630595584 136912 33554432000 4194304 5654031 140735817809744 140735817797560 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23433/statm: 153954 136912 141 357 0 153594 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 1029416

[startup+222.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/182 23436
/proc/meminfo: memFree=29032780/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=404452 CPUtime=123.55 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 41527 214337 0 0 922 718 10559 156 20 0 1 0 277027694 414158848 98861 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 101113 98861 185 440 0 100669 0
[pid=23433] ppid=23425 vsize=625784 CPUtime=98.43 cores=1,3,5,7
/proc/23433/stat : 23433 (glucosInc) R 23425 23424 18125 0 -1 4202496 91579 0 0 0 9819 24 0 0 20 0 1 0 277040078 640802816 140371 33554432000 4194304 5654031 140735817809744 140735817807528 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23433/statm: 156446 140371 141 357 0 156086 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 1039384

[startup+282.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/182 23459
/proc/meminfo: memFree=29031664/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=29400784/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=404452 CPUtime=123.55 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 41527 214337 0 0 922 718 10559 156 20 0 1 0 277027694 414158848 98861 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 101113 98861 185 440 0 100669 0
[pid=23433] ppid=23425 vsize=640744 CPUtime=1178.25 cores=1,3,5,7
/proc/23433/stat : 23433 (glucosInc) R 23425 23424 18125 0 -1 4202496 94489 0 0 0 117800 25 0 0 20 0 1 0 277040078 656121856 148516 33554432000 4194304 5654031 140735817809744 140735817797560 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23433/statm: 160186 148516 141 357 0 159826 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 1054344

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 23555
/proc/meminfo: memFree=29387692/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=404452 CPUtime=123.55 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 41527 214337 0 0 922 718 10559 156 20 0 1 0 277027694 414158848 98861 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 101113 98861 185 440 0 100669 0
[pid=23433] ppid=23425 vsize=653848 CPUtime=1238.24 cores=1,3,5,7
/proc/23433/stat : 23433 (glucosInc) R 23425 23424 18125 0 -1 4202496 96028 0 0 0 123799 25 0 0 20 0 1 0 277040078 669540352 151077 33554432000 4194304 5654031 140735817809744 140735817797560 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23433/statm: 163462 151077 141 357 0 163102 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 1067448

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 23560
/proc/meminfo: memFree=29435708/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=410836 CPUtime=1387.7 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 50634 310946 0 0 1042 722 136803 203 20 0 1 0 277027694 420696064 100350 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 102709 100350 185 440 0 102265 0
[pid=23560] ppid=23425 vsize=616484 CPUtime=34.06 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23425 23424 18125 0 -1 4202496 87040 0 0 0 3382 24 0 0 20 0 1 0 277166513 631279616 136383 33554432000 4194304 5654031 140736607273840 140736607261656 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23560/statm: 154121 136383 140 357 0 153761 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 1036468

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 23560
/proc/meminfo: memFree=29406692/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=410836 CPUtime=1387.7 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 50634 310946 0 0 1042 722 136803 203 20 0 1 0 277027694 420696064 100350 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 102709 100350 185 440 0 102265 0
[pid=23560] ppid=23425 vsize=634484 CPUtime=94.05 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23425 23424 18125 0 -1 4202496 89688 0 0 0 9380 25 0 0 20 0 1 0 277166513 649711616 143626 33554432000 4194304 5654031 140736607273840 140736607261656 4214494 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23560/statm: 158621 143626 141 357 0 158261 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 1054468

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 23561
/proc/meminfo: memFree=29402500/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=410836 CPUtime=1387.7 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 50634 310946 0 0 1042 722 136803 203 20 0 1 0 277027694 420696064 100350 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 102709 100350 185 440 0 102265 0
[pid=23560] ppid=23425 vsize=634484 CPUtime=154.03 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23425 23424 18125 0 -1 4202496 89693 0 0 0 15378 25 0 0 20 0 1 0 277166513 649711616 144138 33554432000 4194304 5654031 140736607273840 140736607261656 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23560/statm: 158621 144138 141 357 0 158261 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 1054468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23561
/proc/meminfo: memFree=29398512/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=410836 CPUtime=1387.7 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 50634 310946 0 0 1042 722 136803 203 20 0 1 0 277027694 420696064 100350 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 102709 100350 185 440 0 102265 0
[pid=23560] ppid=23425 vsize=634484 CPUtime=214.01 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23425 23424 18125 0 -1 4202496 89712 0 0 0 21376 25 0 0 20 0 1 0 277166513 649711616 144650 33554432000 4194304 5654031 140736607273840 140736607261656 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23560/statm: 158621 144650 141 357 0 158261 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 1054468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23561
/proc/meminfo: memFree=29388772/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=410836 CPUtime=1387.7 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 50634 310946 0 0 1042 722 136803 203 20 0 1 0 277027694 420696064 100350 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 102709 100350 185 440 0 102265 0
[pid=23560] ppid=23425 vsize=641836 CPUtime=273.99 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23425 23424 18125 0 -1 4202496 90744 0 0 0 27374 25 0 0 20 0 1 0 277166513 657240064 146699 33554432000 4194304 5654031 140736607273840 140736607271608 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23560/statm: 160459 146699 141 357 0 160099 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 1061820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23561
/proc/meminfo: memFree=29399460/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=410836 CPUtime=1387.7 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 50634 310946 0 0 1042 722 136803 203 20 0 1 0 277027694 420696064 100350 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 102709 100350 185 440 0 102265 0
[pid=23560] ppid=23425 vsize=641836 CPUtime=333.99 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23425 23424 18125 0 -1 4202496 90748 0 0 0 33374 25 0 0 20 0 1 0 277166513 657240064 146699 33554432000 4194304 5654031 140736607273840 140736607271608 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23560/statm: 160459 146699 141 357 0 160099 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 1061820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23561
/proc/meminfo: memFree=29395088/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=410836 CPUtime=1387.7 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 50634 310946 0 0 1042 722 136803 203 20 0 1 0 277027694 420696064 100350 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 102709 100350 185 440 0 102265 0
[pid=23560] ppid=23425 vsize=641836 CPUtime=393.97 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23425 23424 18125 0 -1 4202496 90749 0 0 0 39372 25 0 0 20 0 1 0 277166513 657240064 146699 33554432000 4194304 5654031 140736607273840 140736607261656 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23560/statm: 160459 146699 141 357 0 160099 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 1061820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23561
/proc/meminfo: memFree=29384040/32873844 swapFree=6080/6080
[pid=23424] ppid=23422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23424/stat : 23424 (npSolver-pbo-It) S 23422 23424 18125 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 277027694 9367552 275 33554432000 4194304 5064252 140736035362032 140736035360944 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23424/statm: 2287 275 233 213 0 72 0
[pid=23425] ppid=23424 vsize=410836 CPUtime=1387.7 cores=1,3,5,7
/proc/23425/stat : 23425 (npSolver-pbo) S 23424 23424 18125 0 -1 4202496 50634 310946 0 0 1042 722 136803 203 20 0 1 0 277027694 420696064 100350 33554432000 4194304 5992684 140737072860624 140737072846456 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 15 0 0
/proc/23425/statm: 102709 100350 185 440 0 102265 0
[pid=23560] ppid=23425 vsize=641836 CPUtime=412.37 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23425 23424 18125 0 -1 4202496 90749 0 0 0 41212 25 0 0 20 0 1 0 277166513 657240064 146699 33554432000 4194304 5654031 140736607273840 140736607261656 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23560/statm: 160459 146699 141 357 0 160099 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1061820

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23424 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# 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.72
CPU time (s): 1800.07
CPU user time (s): 1790.57
CPU system time (s): 9.5
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 1873412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.22136 second user time and 11.4133 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 10:57:11
IDJOB=3698506
IDBENCH=90929
IDSOLVER=2275
FILE ID=node139/3698506-1338109031
RUNJOBID= node139-1338101718-21711
PBS_JOBID= 14624436
Free space on /tmp= 71384 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698506-1338109031/watcher-3698506-1338109031 -o /tmp/evaluation-result-3698506-1338109031/solver-3698506-1338109031 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698506-1338109031.opb 999279051 HOME HOME

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

MD5SUM BENCH= 0d3fc2c8f241373f1d8055b65975d8e6
RANDOM SEED=999279051

node139.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		: 2666.750
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	: 5333.50
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		: 2666.750
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		: 2666.750
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.90
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		: 2666.750
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		: 2666.750
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		: 2666.750
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		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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:        30253368 kB
Buffers:          301936 kB
Cached:           567168 kB
SwapCached:          788 kB
Active:          1750928 kB
Inactive:          26560 kB
Active(anon):     902884 kB
Inactive(anon):     8064 kB
Active(file):     848044 kB
Inactive(file):    18496 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             35740 kB
Writeback:             0 kB
AnonPages:        915832 kB
Mapped:            13124 kB
Shmem:                 8 kB
Slab:             701668 kB
SReclaimable:     143832 kB
SUnreclaim:       557836 kB
KernelStack:        1472 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1144096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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= 71284 MiB
End job on node139 at 2012-05-27 11:27:14