Trace number 3700835

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 1.0? (TO) 1800.1 1800.63

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-harp2.opb
MD5SUM3f0afbcd16b5dd29f67967742a878949
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-67205306
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2993
Total number of constraints112
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)73
Number of constraints which are nor clauses,nor cardinality constraints39
Minimum length of a constraint41
Maximum length of a constraint73
Number of terms in the objective function 2993
Biggest coefficient in the objective function 17006200
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 4415092451
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 4208540000
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 46909379837
Number of bits of the biggest sum of numbers36
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.17	c fallback to adder encoding
0.00/0.41	c fallback to adder encoding
0.00/0.66	c fallback to adder encoding
0.00/0.92	c fallback to adder encoding
1.10/1.16	c fallback to adder encoding
1.39/1.41	c fallback to adder encoding
1.58/1.66	c fallback to adder encoding
1.89/1.90	c fallback to adder encoding
2.09/2.14	c fallback to adder encoding
2.28/2.38	c fallback to adder encoding
2.59/2.62	c fallback to adder encoding
2.79/2.86	c fallback to adder encoding
3.09/3.11	c fallback to adder encoding
3.30/3.36	c fallback to adder encoding
3.59/3.60	c fallback to adder encoding
3.79/3.84	c fallback to adder encoding
3.99/4.08	c fallback to adder encoding
4.29/4.33	c fallback to adder encoding
4.40/4.41	c run usual solver
25.25/25.32	c model valid
25.25/25.32	c current solution ok
25.77/25.88	o -54840094
25.77/25.88	c current bound: 2112244248
25.77/25.88	c fallback to adder encoding
280.36/280.67	c current bound: 3168366373
280.36/280.67	c fallback to adder encoding
1315.68/1316.19	c current bound: 3696427435
1315.68/1316.19	c fallback to adder encoding
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	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-3700835-1338110095/watcher-3700835-1338110095 -o /tmp/evaluation-result-3700835-1338110095/solver-3700835-1338110095 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700835-1338110095.opb 427280729 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.00 2.00 2.02 3/177 31388
/proc/meminfo: memFree=17534824/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0

[startup+0.0994629 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 31388
/proc/meminfo: memFree=17534824/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100346 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 31388
/proc/meminfo: memFree=17534824/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300317 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 31388
/proc/meminfo: memFree=17534824/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70031 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 31388
/proc/meminfo: memFree=17534824/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 31390
/proc/meminfo: memFree=17451368/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=123216 CPUtime=1.49 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) R 31388 31388 23596 0 -1 4202496 30058 0 0 0 145 4 0 0 20 0 1 0 277135415 126173184 29560 33554432000 4194304 5992684 140734055853696 140734055835928 4956952 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31389/statm: 30804 29560 165 440 0 30360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132364

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 31390
/proc/meminfo: memFree=17363432/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=252848 CPUtime=3.09 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) R 31388 31388 23596 0 -1 4202496 60926 0 0 0 300 9 0 0 20 0 1 0 277135415 258916352 61446 33554432000 4194304 5992684 140734055853696 140734055839672 4229135 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31389/statm: 63212 61446 165 440 0 62768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 261996

[startup+6.30028 s]
/proc/loadavg: 2.08 2.02 2.02 3/181 31392
/proc/meminfo: memFree=17111240/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=339572 CPUtime=5.8 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 83489 16233 0 0 425 17 132 6 20 0 1 0 277135415 347721728 83665 33554432000 4194304 5992684 140734055853696 140734055848816 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31389/statm: 84893 83665 173 440 0 84449 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 348720

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.02 3/181 31395
/proc/meminfo: memFree=17150452/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=339572 CPUtime=5.8 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 83489 16233 0 0 425 17 132 6 20 0 1 0 277135415 347721728 83665 33554432000 4194304 5992684 140734055853696 140734055848816 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31389/statm: 84893 83665 173 440 0 84449 0
[pid=31394] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31394/stat : 31394 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277135997 9367552 267 33554432000 4194304 5064252 140734109781376 140734109780288 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31394/statm: 2287 267 226 213 0 72 0
[pid=31395] ppid=31394 vsize=46744 CPUtime=6.85 cores=1,3,5,7
/proc/31395/stat : 31395 (glucose) R 31394 31388 23596 0 -1 4202496 9162 0 0 0 683 2 0 0 20 0 1 0 277135999 47865856 10428 33554432000 4194304 5208918 140735197330960 140735197328904 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31395/statm: 11686 10428 104 248 0 11435 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 404612

[startup+25.5002 s]
/proc/loadavg: 2.06 2.01 2.02 3/181 31395
/proc/meminfo: memFree=17121476/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=341204 CPUtime=25.47 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) R 31388 31388 23596 0 -1 4202496 83866 30212 0 0 428 33 2074 12 20 0 1 0 277135415 349392896 84002 33554432000 4194304 5992684 140734055853696 140734055847880 5179696 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/31389/statm: 85301 84002 179 440 0 84857 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 350352

[startup+51.1005 s]
/proc/loadavg: 2.11 2.03 2.02 3/181 31403
/proc/meminfo: memFree=16955556/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=425304 CPUtime=26.46 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 88754 30727 0 0 486 72 2074 14 20 0 1 0 277135415 435511296 97496 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 106326 97496 182 440 0 105882 0
[pid=31401] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31401/stat : 31401 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277138074 9367552 267 33554432000 4194304 5064252 140736046867824 140736046866736 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31401/statm: 2287 267 226 213 0 72 0
[pid=31402] ppid=31401 vsize=132028 CPUtime=24.44 cores=1,3,5,7
/proc/31402/stat : 31402 (glucose) R 31401 31388 23596 0 -1 4202496 28017 0 0 0 2437 7 0 0 20 0 1 0 277138076 135196672 29954 33554432000 4194304 5208918 140734065585136 140734065583224 4229824 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 33007 29954 105 248 0 32756 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 575628

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.02 3/181 31403
/proc/meminfo: memFree=16895180/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=425304 CPUtime=26.46 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 88754 30727 0 0 486 72 2074 14 20 0 1 0 277135415 435511296 97496 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 106326 97496 182 440 0 105882 0
[pid=31401] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31401/stat : 31401 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277138074 9367552 267 33554432000 4194304 5064252 140736046867824 140736046866736 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31401/statm: 2287 267 226 213 0 72 0
[pid=31402] ppid=31401 vsize=162068 CPUtime=75.64 cores=1,3,5,7
/proc/31402/stat : 31402 (glucose) R 31401 31388 23596 0 -1 4202496 29862 0 0 0 7553 11 0 0 20 0 1 0 277138076 165957632 38901 33554432000 4194304 5208918 140734065585136 140734065581512 4212649 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 40517 38901 105 248 0 40266 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 605668

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.01 3/181 31403
/proc/meminfo: memFree=17191880/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=425304 CPUtime=26.46 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 88754 30727 0 0 486 72 2074 14 20 0 1 0 277135415 435511296 97496 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 106326 97496 182 440 0 105882 0
[pid=31401] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31401/stat : 31401 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277138074 9367552 267 33554432000 4194304 5064252 140736046867824 140736046866736 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31401/statm: 2287 267 226 213 0 72 0
[pid=31402] ppid=31401 vsize=211388 CPUtime=135.62 cores=1,3,5,7
/proc/31402/stat : 31402 (glucose) R 31401 31388 23596 0 -1 4202496 30681 0 0 0 13549 13 0 0 20 0 1 0 277138076 216461312 47751 33554432000 4194304 5208918 140734065585136 140734065581448 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 52847 47751 105 248 0 52596 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 654988

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 31403
/proc/meminfo: memFree=17155248/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=425304 CPUtime=26.46 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 88754 30727 0 0 486 72 2074 14 20 0 1 0 277135415 435511296 97496 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 106326 97496 182 440 0 105882 0
[pid=31401] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31401/stat : 31401 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277138074 9367552 267 33554432000 4194304 5064252 140736046867824 140736046866736 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31401/statm: 2287 267 226 213 0 72 0
[pid=31402] ppid=31401 vsize=211388 CPUtime=195.61 cores=1,3,5,7
/proc/31402/stat : 31402 (glucose) R 31401 31388 23596 0 -1 4202496 31531 0 0 0 19545 16 0 0 20 0 1 0 277138076 216461312 48316 33554432000 4194304 5208918 140734065585136 140734065581512 4215154 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 52847 48316 105 248 0 52596 0
Current children cumulated CPU time (s) 222.07

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

/proc/31479/statm: 53239 47210 104 248 0 52988 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 640316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31479
/proc/meminfo: memFree=24061720/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=409064 CPUtime=1316.38 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 98212 129145 0 0 590 92 130848 108 20 0 1 0 277135415 418881536 93468 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 102266 93468 182 440 0 101822 0
[pid=31478] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 277267095 9367552 267 33554432000 4194304 5064252 140734756636144 140734756635056 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31478/statm: 2287 267 226 213 0 72 0
[pid=31479] ppid=31478 vsize=212956 CPUtime=105.47 cores=1,3,5,7
/proc/31479/stat : 31479 (glucose) R 31478 31388 23596 0 -1 4202496 31703 0 0 0 10533 14 0 0 20 0 1 0 277267097 218066944 47787 33554432000 4194304 5208918 140734202497424 140734202493800 4229493 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31479/statm: 53239 47787 104 248 0 52988 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 640316

[startup+1482.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/182 31480
/proc/meminfo: memFree=24061712/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=409064 CPUtime=1316.38 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 98212 129145 0 0 590 92 130848 108 20 0 1 0 277135415 418881536 93468 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 102266 93468 182 440 0 101822 0
[pid=31478] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 277267095 9367552 267 33554432000 4194304 5064252 140734756636144 140734756635056 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31478/statm: 2287 267 226 213 0 72 0
[pid=31479] ppid=31478 vsize=212956 CPUtime=165.45 cores=1,3,5,7
/proc/31479/stat : 31479 (glucose) R 31478 31388 23596 0 -1 4202496 32657 0 0 0 16528 17 0 0 20 0 1 0 277267097 218066944 47787 33554432000 4194304 5208918 140734202497424 140734202495416 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31479/statm: 53239 47787 104 248 0 52988 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 640316

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 31482
/proc/meminfo: memFree=24061960/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=409064 CPUtime=1316.38 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 98212 129145 0 0 590 92 130848 108 20 0 1 0 277135415 418881536 93468 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 102266 93468 182 440 0 101822 0
[pid=31478] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 277267095 9367552 267 33554432000 4194304 5064252 140734756636144 140734756635056 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31478/statm: 2287 267 226 213 0 72 0
[pid=31479] ppid=31478 vsize=212956 CPUtime=225.44 cores=1,3,5,7
/proc/31479/stat : 31479 (glucose) R 31478 31388 23596 0 -1 4202496 33384 0 0 0 22525 19 0 0 20 0 1 0 277267097 218066944 47793 33554432000 4194304 5208918 140734202497424 140734202495416 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31479/statm: 53239 47793 104 248 0 52988 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 640316

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 31483
/proc/meminfo: memFree=24048936/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=409064 CPUtime=1316.38 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 98212 129145 0 0 590 92 130848 108 20 0 1 0 277135415 418881536 93468 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 102266 93468 182 440 0 101822 0
[pid=31478] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 277267095 9367552 267 33554432000 4194304 5064252 140734756636144 140734756635056 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31478/statm: 2287 267 226 213 0 72 0
[pid=31479] ppid=31478 vsize=212956 CPUtime=285.43 cores=1,3,5,7
/proc/31479/stat : 31479 (glucose) R 31478 31388 23596 0 -1 4202496 34235 0 0 0 28521 22 0 0 20 0 1 0 277267097 218066944 47281 33554432000 4194304 5208918 140734202497424 140734202493800 4229347 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31479/statm: 53239 47281 104 248 0 52988 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 640316

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 31483
/proc/meminfo: memFree=24057128/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=409064 CPUtime=1316.38 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 98212 129145 0 0 590 92 130848 108 20 0 1 0 277135415 418881536 93468 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 102266 93468 182 440 0 101822 0
[pid=31478] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 277267095 9367552 267 33554432000 4194304 5064252 140734756636144 140734756635056 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31478/statm: 2287 267 226 213 0 72 0
[pid=31479] ppid=31478 vsize=212956 CPUtime=345.43 cores=1,3,5,7
/proc/31479/stat : 31479 (glucose) R 31478 31388 23596 0 -1 4202496 34845 0 0 0 34519 24 0 0 20 0 1 0 277267097 218066944 48817 33554432000 4194304 5208918 140734202497424 140734202493800 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31479/statm: 53239 48817 104 248 0 52988 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 640316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 31483
/proc/meminfo: memFree=24052784/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=409064 CPUtime=1316.38 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 98212 129145 0 0 590 92 130848 108 20 0 1 0 277135415 418881536 93468 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 102266 93468 182 440 0 101822 0
[pid=31478] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 277267095 9367552 267 33554432000 4194304 5064252 140734756636144 140734756635056 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31478/statm: 2287 267 226 213 0 72 0
[pid=31479] ppid=31478 vsize=212956 CPUtime=405.42 cores=1,3,5,7
/proc/31479/stat : 31479 (glucose) R 31478 31388 23596 0 -1 4202496 36128 0 0 0 40516 26 0 0 20 0 1 0 277267097 218066944 49925 33554432000 4194304 5208918 140734202497424 140734202493800 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31479/statm: 53239 49925 104 248 0 52988 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 640316

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31483
/proc/meminfo: memFree=24046656/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=409064 CPUtime=1316.38 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 98212 129145 0 0 590 92 130848 108 20 0 1 0 277135415 418881536 93468 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 102266 93468 182 440 0 101822 0
[pid=31478] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 277267095 9367552 267 33554432000 4194304 5064252 140734756636144 140734756635056 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31478/statm: 2287 267 226 213 0 72 0
[pid=31479] ppid=31478 vsize=212956 CPUtime=465.41 cores=1,3,5,7
/proc/31479/stat : 31479 (glucose) R 31478 31388 23596 0 -1 4202496 37672 0 0 0 46512 29 0 0 20 0 1 0 277267097 218066944 51377 33554432000 4194304 5208918 140734202497424 140734202493800 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31479/statm: 53239 51377 104 248 0 52988 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 640316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31483
/proc/meminfo: memFree=24054740/32873852 swapFree=6856/6856
[pid=31388] ppid=31386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31388/stat : 31388 (npSolver-pbo.sh) S 31386 31388 23596 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277135415 9367552 274 33554432000 4194304 5064252 140736553988432 140736553987344 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31388/statm: 2287 274 233 213 0 72 0
[pid=31389] ppid=31388 vsize=409064 CPUtime=1316.38 cores=1,3,5,7
/proc/31389/stat : 31389 (npSolver-pbo) S 31388 31388 23596 0 -1 4202496 98212 129145 0 0 590 92 130848 108 20 0 1 0 277135415 418881536 93468 33554432000 4194304 5992684 140734055853696 140734055846016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/31389/statm: 102266 93468 182 440 0 101822 0
[pid=31478] ppid=31389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (satsolver.sh) S 31389 31388 23596 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 277267095 9367552 267 33554432000 4194304 5064252 140734756636144 140734756635056 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31478/statm: 2287 267 226 213 0 72 0
[pid=31479] ppid=31478 vsize=212956 CPUtime=483.72 cores=1,3,5,7
/proc/31479/stat : 31479 (glucose) R 31478 31388 23596 0 -1 4202496 38556 0 0 0 48341 31 0 0 20 0 1 0 277267097 218066944 49329 33554432000 4194304 5208918 140734202497424 140734202495512 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31479/statm: 53239 49329 104 248 0 52988 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 640316

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

Real time (s): 1800.63
CPU time (s): 1800.1
CPU user time (s): 1797.79
CPU system time (s): 2.31
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 820764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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.01139 second user time and 12.2721 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 11:14:55
IDJOB=3700835
IDBENCH=89903
IDSOLVER=2277
FILE ID=node128/3700835-1338110095
RUNJOBID= node128-1338098911-27180
PBS_JOBID= 14624447
Free space on /tmp= 69436 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-harp2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700835-1338110095/watcher-3700835-1338110095 -o /tmp/evaluation-result-3700835-1338110095/solver-3700835-1338110095 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700835-1338110095.opb 427280729 HOME HOME

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

MD5SUM BENCH= 3f0afbcd16b5dd29f67967742a878949
RANDOM SEED=427280729

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.91
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.389
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.389
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.389
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:       32873852 kB
MemFree:        17535732 kB
Buffers:          388684 kB
Cached:          4108580 kB
SwapCached:          636 kB
Active:         12845848 kB
Inactive:        1574380 kB
Active(anon):    9911256 kB
Inactive(anon):    14208 kB
Active(file):    2934592 kB
Inactive(file):  1560172 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107280 kB
Dirty:              8236 kB
Writeback:             0 kB
AnonPages:      10043996 kB
Mapped:            15396 kB
Shmem:               200 kB
Slab:             759472 kB
SReclaimable:     201908 kB
SUnreclaim:       557564 kB
KernelStack:        1504 kB
PageTables:        23448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   11784432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2861056 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= 70244 MiB
End job on node128 at 2012-05-27 11:44:58