Trace number 3694281

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.15 1801.31

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.F.recomb10-0.10-9.opb
MD5SUM4729c8a3829810469c3b8c83b3528a30
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8223
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70131
Total number of constraints607545
Number of constraints which are clauses607545
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 4960
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1575760
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1575760
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.61	c model valid
2.58/2.61	c current solution ok
3.77/3.88	o 54301
3.77/3.88	c fallback to adder encoding
1800.10/1801.31	./satsolver.sh: line 5: 17859 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1801.31	c error: unexpected solver exit code
1800.10/1801.31	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-3694281-1338235885/watcher-3694281-1338235885 -o /tmp/evaluation-result-3694281-1338235885/solver-3694281-1338235885 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694281-1338235885.opb 19796100 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/179 17852
/proc/meminfo: memFree=25684472/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0

[startup+0.0340991 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17852
/proc/meminfo: memFree=25684472/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100236 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17852
/proc/meminfo: memFree=25684472/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300207 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17852
/proc/meminfo: memFree=25684472/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700184 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17852
/proc/meminfo: memFree=25684472/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17854
/proc/meminfo: memFree=25674792/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=19272 CPUtime=1.49 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) R 17852 17852 17216 0 -1 4202496 2507 0 0 0 148 1 0 0 20 0 1 0 289714307 19734528 3013 33554432000 4194304 5873084 140734208409760 140734208407128 4327099 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17853/statm: 4818 3013 145 410 0 4400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28420

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17856
/proc/meminfo: memFree=25638548/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=29480 CPUtime=3.07 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) R 17852 17852 17216 0 -1 4202496 6004 9839 0 0 241 42 22 2 20 0 1 0 289714307 30187520 6601 33554432000 4194304 5873084 140734208409760 140734208405192 5127520 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17853/statm: 7370 6601 171 410 0 6952 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 38628

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17859
/proc/meminfo: memFree=25501920/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=123892 CPUtime=1.09 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 23542 0 0 0 103 6 0 0 20 0 1 0 289714828 126865408 25888 33554432000 4194304 4896791 140736263318160 140736262267208 4224029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 30973 25888 78 172 0 30799 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 222272

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17859
/proc/meminfo: memFree=25429660/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=124664 CPUtime=7.49 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 23952 0 0 0 743 6 0 0 20 0 1 0 289714828 127655936 26059 33554432000 4194304 4896791 140736263318160 140736263315480 4203064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 31166 26059 78 172 0 30992 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 223044

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17859
/proc/meminfo: memFree=25399208/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=132172 CPUtime=20.28 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 27600 0 0 0 2020 8 0 0 20 0 1 0 289714828 135344128 29040 33554432000 4194304 4896791 140736263318160 140736263315368 4203013 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 33043 29040 78 172 0 32869 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 230552

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17859
/proc/meminfo: memFree=25386752/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=164904 CPUtime=45.87 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 38751 0 0 0 4571 16 0 0 20 0 1 0 289714828 168861696 34047 33554432000 4194304 4896791 140736263318160 140736263315368 4203968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 41226 34047 78 172 0 41052 0
Current children cumulated CPU time (s) 50.2
Current children cumulated vsize (KiB) 263284

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17904
/proc/meminfo: memFree=25974528/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=182952 CPUtime=97.07 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 51077 0 0 0 9680 27 0 0 20 0 1 0 289714828 187342848 40207 33554432000 4194304 4896791 140736263318160 140736263315288 4203013 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 45738 40207 78 172 0 45564 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 281332

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17904
/proc/meminfo: memFree=25946264/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=199560 CPUtime=157.05 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 58815 0 0 0 15670 35 0 0 20 0 1 0 289714828 204349440 44261 33554432000 4194304 4896791 140736263318160 140736263315736 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 49890 44261 78 172 0 49716 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 297940

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17905
/proc/meminfo: memFree=25914872/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17916
/proc/meminfo: memFree=25487720/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=433368 CPUtime=1416.83 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 130070 0 0 0 141553 130 0 0 20 0 1 0 289714828 443768832 101413 33554432000 4194304 4896791 140736263318160 140736263315384 4203834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 108342 101413 78 172 0 108168 0
Current children cumulated CPU time (s) 1421.16
Current children cumulated vsize (KiB) 531748

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17916
/proc/meminfo: memFree=25432496/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=436460 CPUtime=1476.81 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 131411 0 0 0 147548 133 0 0 20 0 1 0 289714828 446935040 105610 33554432000 4194304 4896791 140736263318160 140736263315368 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 109115 105610 78 172 0 108941 0
Current children cumulated CPU time (s) 1481.14
Current children cumulated vsize (KiB) 534840

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17916
/proc/meminfo: memFree=25453288/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=439012 CPUtime=1536.8 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 133003 0 0 0 153544 136 0 0 20 0 1 0 289714828 449548288 105803 33554432000 4194304 4896791 140736263318160 140736263315368 4203733 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 109753 105803 78 172 0 109579 0
Current children cumulated CPU time (s) 1541.13
Current children cumulated vsize (KiB) 537392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17916
/proc/meminfo: memFree=25446100/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=440276 CPUtime=1596.79 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 134538 0 0 0 159540 139 0 0 20 0 1 0 289714828 450842624 99533 33554432000 4194304 4896791 140736263318160 140736263313896 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 110069 99533 78 172 0 109895 0
Current children cumulated CPU time (s) 1601.12
Current children cumulated vsize (KiB) 538656

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 17916
/proc/meminfo: memFree=25450220/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=444104 CPUtime=1656.79 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 136679 0 0 0 165535 144 0 0 20 0 1 0 289714828 454762496 99956 33554432000 4194304 4896791 140736263318160 140736263313832 4225344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 111026 99956 78 172 0 110852 0
Current children cumulated CPU time (s) 1661.12
Current children cumulated vsize (KiB) 542484

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 17919
/proc/meminfo: memFree=25448716/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=445432 CPUtime=1716.77 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 137015 0 0 0 171533 144 0 0 20 0 1 0 289714828 456122368 103358 33554432000 4194304 4896791 140736263318160 140736263315384 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 111358 103358 78 172 0 111184 0
Current children cumulated CPU time (s) 1721.1
Current children cumulated vsize (KiB) 543812

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 17920
/proc/meminfo: memFree=25247888/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=450284 CPUtime=1776.77 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 139448 0 0 0 177527 150 0 0 20 0 1 0 289714828 461090816 103554 33554432000 4194304 4896791 140736263318160 140736263315368 4202992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 112571 103554 78 172 0 112397 0
Current children cumulated CPU time (s) 1781.1
Current children cumulated vsize (KiB) 548664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 17920
/proc/meminfo: memFree=25390884/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=451516 CPUtime=1795.77 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 139780 0 0 0 179427 150 0 0 20 0 1 0 289714828 462352384 109507 33554432000 4194304 4896791 140736263318160 140736263315368 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 112879 109507 78 172 0 112705 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 549896

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 17920
/proc/meminfo: memFree=25390884/32873660 swapFree=7120/7120
[pid=17852] ppid=17850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17852/stat : 17852 (runPb2satCp2.sh) S 17850 17852 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289714307 9367552 275 33554432000 4194304 5064252 140733778689552 140733778688464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17852/statm: 2287 275 233 213 0 72 0
[pid=17853] ppid=17852 vsize=80084 CPUtime=4.33 cores=1,3,5,7
/proc/17853/stat : 17853 (pb2sat) S 17852 17852 17216 0 -1 4202496 8799 10353 0 0 299 108 22 4 20 0 1 0 289714307 82006016 18806 33554432000 4194304 5873084 140734208409760 140734208403576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 84 0 0
/proc/17853/statm: 20021 18806 179 410 0 19603 0
[pid=17858] ppid=17853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17858/stat : 17858 (satsolver.sh) S 17853 17852 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289714827 9367552 267 33554432000 4194304 5064252 140734228333568 140734228332480 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17858/statm: 2287 267 226 213 0 72 0
[pid=17859] ppid=17858 vsize=451516 CPUtime=1795.77 cores=1,3,5,7
/proc/17859/stat : 17859 (glucose_static) R 17858 17852 17216 0 -1 4202496 139780 0 0 0 179427 150 0 0 20 0 1 0 289714828 462352384 109507 33554432000 4194304 4896791 140736263318160 140736263315368 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17859/statm: 112879 109507 78 172 0 112705 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 549896

Child status: 0
Real time (s): 1801.31
CPU time (s): 1800.15
CPU user time (s): 1797.5
CPU system time (s): 2.6496
CPU usage (%): 99.9354
Max. virtual memory (cumulated for all children) (KiB): 759084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.5
system time used= 2.6496
maximum resident set size= 538056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159921
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75
involuntary context switches= 1860

runsolver used 6.35603 second user time and 16.4895 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 22:11:26
IDJOB=3694281
IDBENCH=92848
IDSOLVER=2273
FILE ID=node117/3694281-1338235885
RUNJOBID= node117-1338228753-17233
PBS_JOBID= 14624638
Free space on /tmp= 69628 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped3.F.recomb10-0.10-9.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694281-1338235885/watcher-3694281-1338235885 -o /tmp/evaluation-result-3694281-1338235885/solver-3694281-1338235885 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694281-1338235885.opb 19796100 HOME HOME

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

MD5SUM BENCH= 4729c8a3829810469c3b8c83b3528a30
RANDOM SEED=19796100

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        25684496 kB
Buffers:          594288 kB
Cached:          4608916 kB
SwapCached:            0 kB
Active:          3997040 kB
Inactive:        2277080 kB
Active(anon):    1055156 kB
Inactive(anon):    11352 kB
Active(file):    2941884 kB
Inactive(file):  2265728 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27092 kB
Writeback:             0 kB
AnonPages:       1112252 kB
Mapped:            15312 kB
Shmem:               200 kB
Slab:             774200 kB
SReclaimable:     218272 kB
SUnreclaim:       555928 kB
KernelStack:        1488 kB
PageTables:         6232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1429804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    892928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69696 MiB
End job on node117 at 2012-05-28 22:41:27