Trace number 3750030

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 (fixed)? (TO) 1800.1 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod3.opb
MD5SUM00d33b404ccfa37a52c39e2042459966
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-5888
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1720554
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1720554
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.58/2.66	c run usual solver
1800.06/1800.41	./satsolver.sh: line 5: 26566 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.41	c error: unexpected solver exit code
1800.06/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3750030-1339175616/watcher-3750030-1339175616 -o /tmp/evaluation-result-3750030-1339175616/solver-3750030-1339175616 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750030-1339175616.opb 2093378731 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.00 3/177 26559
/proc/meminfo: memFree=29705368/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0

[startup+0.025875 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26559
/proc/meminfo: memFree=29705368/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26559
/proc/meminfo: memFree=29705368/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300314 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26559
/proc/meminfo: memFree=29705368/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700328 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26559
/proc/meminfo: memFree=29705368/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26561
/proc/meminfo: memFree=29464800/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=242636 CPUtime=1.49 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) R 26559 26559 26138 0 -1 4202496 22918 0 0 0 141 8 0 0 20 0 1 0 383690122 248459264 44674 33554432000 4194304 6004724 140736633207168 140736633201448 4536305 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 60659 44674 154 442 0 60213 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 251784

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26561
/proc/meminfo: memFree=29250608/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=2.7 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23573 0 0 0 235 35 0 0 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633201216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 176944

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26563
/proc/meminfo: memFree=28305084/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=2.7 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23573 0 0 0 235 35 0 0 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633201216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26562] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (cp2_pre.sh) S 26560 26559 26138 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383690393 9367552 277 33554432000 4194304 5064252 140737447225632 140737447224336 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26562/statm: 2287 277 234 213 0 72 0
[pid=26563] ppid=26562 vsize=547284 CPUtime=3.58 cores=1,3,5,7
/proc/26563/stat : 26563 (coprocessor) R 26562 26559 26138 0 -1 4202496 52482 0 0 0 340 18 0 0 20 0 1 0 383690393 560418816 122922 33554432000 4194304 6586260 140736191334160 140736191330424 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26563/statm: 136821 122922 164 584 0 136233 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 733376

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 26563
/proc/meminfo: memFree=27751256/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=2.7 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23573 0 0 0 235 35 0 0 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633201216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26562] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (cp2_pre.sh) S 26560 26559 26138 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383690393 9367552 277 33554432000 4194304 5064252 140737447225632 140737447224336 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26562/statm: 2287 277 234 213 0 72 0
[pid=26563] ppid=26562 vsize=0 CPUtime=9.94 cores=1,3,5,7
/proc/26563/stat : 26563 (coprocessor) R 26562 26559 26138 0 -1 4202500 71114 0 0 0 955 39 0 0 20 0 1 0 383690393 0 0 33554432000 0 0 0 0 0 0 0 4096 8404994 18446744073709551615 0 0 17 5 0 0 3 0 0
/proc/26563/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 186092

[startup+25.5004 s]
/proc/loadavg: 2.13 2.03 2.01 3/183 26568
/proc/meminfo: memFree=25966280/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=274944 CPUtime=12.75 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 47679 0 0 0 1265 10 0 0 20 0 1 0 383691396 281542656 60419 33554432000 4194304 5208918 140737444378928 140737444376760 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 68736 60419 103 248 0 68485 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 461036

[startup+51.1005 s]
/proc/loadavg: 2.43 2.11 2.03 3/183 26568
/proc/meminfo: memFree=23692620/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=274944 CPUtime=38.34 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 47848 0 0 0 3824 10 0 0 20 0 1 0 383691396 281542656 60588 33554432000 4194304 5208918 140737444378928 140737444376760 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 68736 60588 103 248 0 68485 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 461036

[startup+102.307 s]
/proc/loadavg: 2.56 2.21 2.07 3/183 26571
/proc/meminfo: memFree=23467704/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=277668 CPUtime=89.54 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 48304 0 0 0 8944 10 0 0 20 0 1 0 383691396 284332032 62066 33554432000 4194304 5208918 140737444378928 140737444376760 4229328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 69417 62066 104 248 0 69166 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 463760

[startup+162.3 s]
/proc/loadavg: 2.20 2.17 2.07 3/183 26572
/proc/meminfo: memFree=23456976/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=277668 CPUtime=149.53 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 48760 0 0 0 14942 11 0 0 20 0 1 0 383691396 284332032 62503 33554432000 4194304 5208918 140737444378928 140737444375304 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 69417 62503 104 248 0 69166 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 463760

[startup+222.3 s]
/proc/loadavg: 2.07 2.13 2.06 3/183 26572
/proc/meminfo: memFree=23455736/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26584
/proc/meminfo: memFree=23331056/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=321752 CPUtime=1349.34 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 53347 0 0 0 134917 17 0 0 20 0 1 0 383691396 329474048 67943 33554432000 4194304 5208918 140737444378928 140737444374696 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80438 67943 105 248 0 80187 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 507844

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26584
/proc/meminfo: memFree=23324540/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=321752 CPUtime=1409.34 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 53421 0 0 0 140917 17 0 0 20 0 1 0 383691396 329474048 69039 33554432000 4194304 5208918 140737444378928 140737444374616 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80438 69039 105 248 0 80187 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 507844

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 26584
/proc/meminfo: memFree=23317652/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=322252 CPUtime=1469.32 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 53603 0 0 0 146915 17 0 0 20 0 1 0 383691396 329986048 70243 33554432000 4194304 5208918 140737444378928 140737444376680 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80563 70243 105 248 0 80312 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 508344

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26584
/proc/meminfo: memFree=23306772/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=322252 CPUtime=1529.32 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 53677 0 0 0 152914 18 0 0 20 0 1 0 383691396 329986048 71850 33554432000 4194304 5208918 140737444378928 140737444376680 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80563 71850 105 248 0 80312 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 508344

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26587
/proc/meminfo: memFree=23300168/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=322616 CPUtime=1589.3 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 53744 0 0 0 158912 18 0 0 20 0 1 0 383691396 330358784 72419 33554432000 4194304 5208918 140737444378928 140737444376680 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80654 72419 105 248 0 80403 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 508708

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 4/182 26587
/proc/meminfo: memFree=23288072/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=322832 CPUtime=1649.29 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 53805 0 0 0 164911 18 0 0 20 0 1 0 383691396 330579968 73553 33554432000 4194304 5208918 140737444378928 140737444376680 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80708 73553 105 248 0 80457 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 508924

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26588
/proc/meminfo: memFree=23280868/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=323776 CPUtime=1709.27 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 54315 0 0 0 170909 18 0 0 20 0 1 0 383691396 331546624 74211 33554432000 4194304 5208918 140737444378928 140737444376888 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80944 74211 105 248 0 80693 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 509868

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 26588
/proc/meminfo: memFree=23272084/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=323776 CPUtime=1769.27 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 54356 0 0 0 176909 18 0 0 20 0 1 0 383691396 331546624 74252 33554432000 4194304 5208918 140737444378928 140737444376888 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80944 74252 105 248 0 80693 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 509868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26588
/proc/meminfo: memFree=23271556/32873844 swapFree=7384/7384
[pid=26559] ppid=26557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26559/stat : 26559 (npSolver-pbo.sh) S 26557 26559 26138 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690122 9367552 275 33554432000 4194304 5064252 140735889003584 140735889002496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26559/statm: 2287 275 233 213 0 72 0
[pid=26560] ppid=26559 vsize=167796 CPUtime=12.69 cores=1,3,5,7
/proc/26560/stat : 26560 (npSolver-pbo) S 26559 26559 26138 0 -1 4202496 23580 72013 0 0 235 35 956 43 20 0 1 0 383690122 171823104 41586 33554432000 4194304 6004724 140736633207168 140736633202304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26560/statm: 41949 41586 163 442 0 41503 0
[pid=26565] ppid=26560 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26565/stat : 26565 (satsolver.sh) S 26560 26559 26138 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691396 9367552 267 33554432000 4194304 5064252 140737264789328 140737264788240 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26565/statm: 2287 267 226 213 0 72 0
[pid=26566] ppid=26565 vsize=323776 CPUtime=1787.37 cores=1,3,5,7
/proc/26566/stat : 26566 (glucose) R 26565 26559 26138 0 -1 4202496 54376 0 0 0 178719 18 0 0 20 0 1 0 383691396 331546624 74272 33554432000 4194304 5208918 140737444378928 140737444376888 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26566/statm: 80944 74272 105 248 0 80693 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 509868

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.1
CPU user time (s): 1799.11
CPU system time (s): 0.98185
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 845688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 0.98185
maximum resident set size= 656132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150959
page faults= 0
swaps= 0
block input operations= 8
block output operations= 366168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 1860

runsolver used 3.13052 second user time and 8.61569 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-08 19:13:36
IDJOB=3750030
IDBENCH=91185
IDSOLVER=2334
FILE ID=node106/3750030-1339175616
RUNJOBID= node106-1339170213-26155
PBS_JOBID= 14643827
Free space on /tmp= 70980 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750030-1339175616/watcher-3750030-1339175616 -o /tmp/evaluation-result-3750030-1339175616/solver-3750030-1339175616 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750030-1339175616.opb 2093378731 HOME HOME

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

MD5SUM BENCH= 00d33b404ccfa37a52c39e2042459966
RANDOM SEED=2093378731

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.92
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.065
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		: 2667.065
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.065
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		: 2667.065
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:        29706120 kB
Buffers:          381268 kB
Cached:          1828064 kB
SwapCached:         2384 kB
Active:           519548 kB
Inactive:        1716680 kB
Active(anon):      23800 kB
Inactive(anon):     5564 kB
Active(file):     495748 kB
Inactive(file):  1711116 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100748 kB
Dirty:             46944 kB
Writeback:             0 kB
AnonPages:         33664 kB
Mapped:             9424 kB
Shmem:                 0 kB
Slab:             790264 kB
SReclaimable:     231944 kB
SUnreclaim:       558320 kB
KernelStack:        1472 kB
PageTables:         3844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 69672 MiB
End job on node106 at 2012-06-08 19:43:37