Trace number 3750029

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.06 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null50mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUMe7d71f8c85158f98a7e157e1065b4cf5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-7488
Best CPU time to get the best result obtained on this benchmark1774.04
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 32076
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 4158132
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 4158132
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.41/2.50	c run usual solver
13.09/13.26	c model valid
13.09/13.26	c current solution ok
16.58/16.78	o -4119
16.58/16.78	c current bound: 2077006
16.58/16.78	c fallback to adder encoding
1800.06/1800.51	c error: unexpected solver exit code
1800.06/1800.51	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-3750029-1339175622/watcher-3750029-1339175622 -o /tmp/evaluation-result-3750029-1339175622/solver-3750029-1339175622 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750029-1339175622.opb 44045710 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.02 2.02 2.00 3/180 32108
/proc/meminfo: memFree=23863248/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0

[startup+0.0141151 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 32108
/proc/meminfo: memFree=23863248/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100279 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 32108
/proc/meminfo: memFree=23863248/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300342 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 32108
/proc/meminfo: memFree=23863248/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700311 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 32108
/proc/meminfo: memFree=23863248/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 32110
/proc/meminfo: memFree=23718792/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=241520 CPUtime=1.48 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) R 32108 32108 31525 0 -1 4202496 22924 0 0 0 141 7 0 0 20 0 1 0 383690831 247316480 44273 33554432000 4194304 6004724 140735854496016 140735854491064 5055540 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32109/statm: 60380 44273 154 442 0 59934 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 250668

[startup+3.10036 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 32110
/proc/meminfo: memFree=23642396/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=167852 CPUtime=2.45 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 23763 0 0 0 213 32 0 0 20 0 1 0 383690831 171880448 37820 33554432000 4194304 6004724 140735854496016 140735854490064 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/32109/statm: 41963 37820 163 442 0 41517 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 177000
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 32112
/proc/meminfo: memFree=23180192/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=167852 CPUtime=2.45 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 23763 0 0 0 213 32 0 0 20 0 1 0 383690831 171880448 37820 33554432000 4194304 6004724 140735854496016 140735854490064 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/32109/statm: 41963 37820 163 442 0 41517 0
[pid=32111] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32111/stat : 32111 (cp2_pre.sh) S 32109 32108 31525 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 383691085 9367552 276 33554432000 4194304 5064252 140734869782208 140734869780912 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 2287 276 234 213 0 72 0
[pid=32112] ppid=32111 vsize=494004 CPUtime=3.74 cores=1,3,5,7
/proc/32112/stat : 32112 (coprocessor) R 32111 32108 31525 0 -1 4202496 52176 0 0 0 359 15 0 0 20 0 1 0 383691086 505860096 109330 33554432000 4194304 6586260 140736658845600 140736658841864 4496502 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/32112/statm: 123501 109330 168 584 0 122913 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 680152

[startup+12.7004 s]
/proc/loadavg: 2.10 2.03 2.01 3/184 32115
/proc/meminfo: memFree=23495956/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=167852 CPUtime=11.35 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 23770 67783 0 0 213 32 853 37 20 0 1 0 383690831 171880448 37820 33554432000 4194304 6004724 140735854496016 140735854491152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/32109/statm: 41963 37820 163 442 0 41517 0
[pid=32114] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32114/stat : 32114 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383691977 9367552 266 33554432000 4194304 5064252 140734878216688 140734878215600 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32114/statm: 2287 266 226 213 0 72 0
[pid=32115] ppid=32114 vsize=234120 CPUtime=1.22 cores=1,3,5,7
/proc/32115/stat : 32115 (glucose) R 32114 32108 31525 0 -1 4202496 42727 0 0 0 113 9 0 0 20 0 1 0 383691977 239738880 52144 33554432000 4194304 5208918 140734596466128 140734596463800 4607488 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32115/statm: 58530 52144 105 248 0 58279 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 420268

[startup+25.5005 s]
/proc/loadavg: 2.08 2.03 2.00 3/184 32122
/proc/meminfo: memFree=22204736/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=1219852 CPUtime=4.29 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 112496 0 0 0 392 37 0 0 20 0 1 0 383692951 1249128448 224532 33554432000 4194304 5208918 140736918187824 140736918185992 4222322 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 304963 224532 91 248 0 304712 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1947200

[startup+51.1005 s]
/proc/loadavg: 2.11 2.04 2.01 3/184 32122
/proc/meminfo: memFree=22286880/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=29.88 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119662 0 0 0 2948 40 0 0 20 0 1 0 383692951 923455488 189944 33554432000 4194304 5208918 140736918187824 140736918185656 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 189944 104 248 0 225202 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1629160

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 32122
/proc/meminfo: memFree=22286888/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=81.08 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119704 0 0 0 8068 40 0 0 20 0 1 0 383692951 923455488 189986 33554432000 4194304 5208918 140736918187824 140736918185656 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 189986 104 248 0 225202 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 1629160

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 32123
/proc/meminfo: memFree=22286512/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=141.06 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119704 0 0 0 14066 40 0 0 20 0 1 0 383692951 923455488 189986 33554432000 4194304 5208918 140736918187824 140736918185656 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 189986 104 248 0 225202 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 1629160

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 32123
/proc/meminfo: memFree=22285052/32873844 swapFree=7116/7116

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

/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119750 0 0 0 140045 40 0 0 20 0 1 0 383692951 923455488 190746 33554432000 4194304 5208918 140736918187824 140736918185656 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 190746 104 248 0 225202 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1629160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32178
/proc/meminfo: memFree=28170060/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=1460.83 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119753 0 0 0 146043 40 0 0 20 0 1 0 383692951 923455488 191771 33554432000 4194304 5208918 140736918187824 140736918184200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 191771 105 248 0 225202 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1629160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32178
/proc/meminfo: memFree=28170184/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=1520.82 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119753 0 0 0 152042 40 0 0 20 0 1 0 383692951 923455488 191771 33554432000 4194304 5208918 140736918187824 140736918184200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 191771 105 248 0 225202 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1629160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 32181
/proc/meminfo: memFree=28169804/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=1580.81 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119753 0 0 0 158041 40 0 0 20 0 1 0 383692951 923455488 191771 33554432000 4194304 5208918 140736918187824 140736918184200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 191771 105 248 0 225202 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1629160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32181
/proc/meminfo: memFree=28169812/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=1640.8 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119753 0 0 0 164040 40 0 0 20 0 1 0 383692951 923455488 191771 33554432000 4194304 5208918 140736918187824 140736918184200 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 191771 105 248 0 225202 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1629160

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 32182
/proc/meminfo: memFree=28167268/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=1700.79 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119753 0 0 0 170039 40 0 0 20 0 1 0 383692951 923455488 191771 33554432000 4194304 5208918 140736918187824 140736918184200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 191771 105 248 0 225202 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1629160

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 32182
/proc/meminfo: memFree=28166896/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=1760.78 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119753 0 0 0 176038 40 0 0 20 0 1 0 383692951 923455488 191771 33554432000 4194304 5208918 140736918187824 140736918184200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 191771 105 248 0 225202 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1629160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 32182
/proc/meminfo: memFree=28167020/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=1778.99 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119753 0 0 0 177859 40 0 0 20 0 1 0 383692951 923455488 191771 33554432000 4194304 5208918 140736918187824 140736918184200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 191771 105 248 0 225202 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1629160

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 32182
/proc/meminfo: memFree=28167020/32873844 swapFree=7116/7116
[pid=32108] ppid=32106 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (npSolver-pbo.sh) S 32106 32108 31525 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383690830 9367552 275 33554432000 4194304 5064252 140734653261888 140734653260800 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32108/statm: 2287 275 233 213 0 72 0
[pid=32109] ppid=32108 vsize=709052 CPUtime=21.07 cores=1,3,5,7
/proc/32109/stat : 32109 (npSolver-pbo) S 32108 32108 31525 0 -1 4202496 38194 118413 0 0 675 370 1003 59 20 0 1 0 383690831 726069248 111455 33554432000 4194304 6004724 140735854496016 140735854488368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/32109/statm: 177263 111455 175 442 0 176817 0
[pid=32121] ppid=32109 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (satsolver.sh) S 32109 32108 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383692950 9367552 266 33554432000 4194304 5064252 140733445448448 140733445447360 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32121/statm: 2287 266 226 213 0 72 0
[pid=32122] ppid=32121 vsize=901812 CPUtime=1778.99 cores=1,3,5,7
/proc/32122/stat : 32122 (glucose) R 32121 32108 31525 0 -1 4202496 119753 0 0 0 177859 40 0 0 20 0 1 0 383692951 923455488 191771 33554432000 4194304 5208918 140736918187824 140736918184200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32122/statm: 225453 191771 105 248 0 225202 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1629160

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32108 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=795446
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=314344
# CPU time returned by wait4() is 21.1098
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.06
CPU user time (s): 1795.37
CPU system time (s): 4.69
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 1947200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7954
system time used= 4.31434
maximum resident set size= 721412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157585
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1079352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1267
involuntary context switches= 45

runsolver used 3.37749 second user time and 8.73767 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-08 19:13:43
IDJOB=3750029
IDBENCH=91273
IDSOLVER=2334
FILE ID=node103/3750029-1339175622
RUNJOBID= node103-1339170217-31542
PBS_JOBID= 14643832
Free space on /tmp= 69872 MiB

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

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

MD5SUM BENCH= e7d71f8c85158f98a7e157e1065b4cf5
RANDOM SEED=44045710

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        23863784 kB
Buffers:          414072 kB
Cached:          2959308 kB
SwapCached:         5468 kB
Active:          6675568 kB
Inactive:        1435288 kB
Active(anon):    4733416 kB
Inactive(anon):     5816 kB
Active(file):    1942152 kB
Inactive(file):  1429472 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:             11220 kB
Writeback:           184 kB
AnonPages:       4741348 kB
Mapped:            10124 kB
Shmem:                 0 kB
Slab:             750320 kB
SReclaimable:     189984 kB
SUnreclaim:       560336 kB
KernelStack:        1512 kB
PageTables:        13372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6321600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1765376 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= 70808 MiB
End job on node103 at 2012-06-08 19:43:43