Trace number 3716018

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
wbo2sat 2012-05-19? (TO) 1800.11 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j602_7-unsat--soft-0-100-0.wbo
MD5SUMc93eadfd598977d622635d98b523c998
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.072988
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6466
Total number of constraints19939
Number of soft constraints19939
Number of constraints which are clauses19731
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints208
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 1003722
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1003721
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 112
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.66/2.72	o 421
2.66/2.72	c current bound: 210
2.66/2.72	c fallback to adder encoding
947.27/947.50	o 210
947.27/947.50	c current bound: 105
947.27/947.50	c fallback to adder encoding
1800.06/1800.41	./satsolver.sh: line 5: 24727 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
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-3716018-1338214880/watcher-3716018-1338214880 -o /tmp/evaluation-result-3716018-1338214880/solver-3716018-1338214880 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716018-1338214880.wbo 1222327016 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.01 2.00 4/179 21926
/proc/meminfo: memFree=30642408/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0

[startup+0.00759796 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 21926
/proc/meminfo: memFree=30642408/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 21926
/proc/meminfo: memFree=30642408/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300261 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 21926
/proc/meminfo: memFree=30642408/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700231 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 21926
/proc/meminfo: memFree=30642408/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 21928
/proc/meminfo: memFree=30601940/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=68144 CPUtime=1.48 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) R 21926 21926 18056 0 -1 4202496 6234 0 0 0 146 2 0 0 20 0 1 0 287614102 69779456 10121 33554432000 4194304 5872148 140736649175456 140736649165704 4393672 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 17036 10121 155 410 0 16618 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 77292

[startup+3.10035 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 21930
/proc/meminfo: memFree=30574332/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=143264 CPUtime=3.07 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) R 21926 21926 18056 0 -1 4202496 12432 7897 0 0 218 57 26 6 20 0 1 0 287614102 146702336 27128 33554432000 4194304 5872148 140736649175456 140736649170248 4707610 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 35816 27128 176 410 0 35398 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 152412

[startup+6.30045 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 21933
/proc/meminfo: memFree=30232792/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=176032 CPUtime=3.66 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 13695 7897 0 0 267 67 26 6 20 0 1 0 287614102 180256768 35321 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44008 35321 177 410 0 43590 0
[pid=21932] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21932/stat : 21932 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287614471 9367552 267 33554432000 4194304 5064252 140734482937504 140734482936416 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21932/statm: 2287 267 226 213 0 72 0
[pid=21933] ppid=21932 vsize=182544 CPUtime=2.6 cores=1,3,5,7
/proc/21933/stat : 21933 (glucose_static) R 21932 21926 18056 0 -1 4202496 31916 0 0 0 251 9 0 0 20 0 1 0 287614472 186925056 41898 33554432000 4194304 4896791 140734010338320 140734010335448 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 45636 41898 76 172 0 45462 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 376872

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21934
/proc/meminfo: memFree=30234048/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=176032 CPUtime=3.66 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 13695 7897 0 0 267 67 26 6 20 0 1 0 287614102 180256768 35321 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44008 35321 177 410 0 43590 0
[pid=21932] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21932/stat : 21932 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287614471 9367552 267 33554432000 4194304 5064252 140734482937504 140734482936416 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21932/statm: 2287 267 226 213 0 72 0
[pid=21933] ppid=21932 vsize=182544 CPUtime=9 cores=1,3,5,7
/proc/21933/stat : 21933 (glucose_static) R 21932 21926 18056 0 -1 4202496 31916 0 0 0 891 9 0 0 20 0 1 0 287614472 186925056 41898 33554432000 4194304 4896791 140734010338320 140734010335448 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 45636 41898 76 172 0 45462 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 376872

[startup+25.5005 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 21934
/proc/meminfo: memFree=30233168/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=176032 CPUtime=3.66 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 13695 7897 0 0 267 67 26 6 20 0 1 0 287614102 180256768 35321 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44008 35321 177 410 0 43590 0
[pid=21932] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21932/stat : 21932 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287614471 9367552 267 33554432000 4194304 5064252 140734482937504 140734482936416 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21932/statm: 2287 267 226 213 0 72 0
[pid=21933] ppid=21932 vsize=182544 CPUtime=21.79 cores=1,3,5,7
/proc/21933/stat : 21933 (glucose_static) R 21932 21926 18056 0 -1 4202496 31917 0 0 0 2170 9 0 0 20 0 1 0 287614472 186925056 41899 33554432000 4194304 4896791 140734010338320 140734010335448 4224994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 45636 41899 76 172 0 45462 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 376872

[startup+51.1004 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 21934
/proc/meminfo: memFree=30233168/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=176032 CPUtime=3.66 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 13695 7897 0 0 267 67 26 6 20 0 1 0 287614102 180256768 35321 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44008 35321 177 410 0 43590 0
[pid=21932] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21932/stat : 21932 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287614471 9367552 267 33554432000 4194304 5064252 140734482937504 140734482936416 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21932/statm: 2287 267 226 213 0 72 0
[pid=21933] ppid=21932 vsize=182544 CPUtime=47.39 cores=1,3,5,7
/proc/21933/stat : 21933 (glucose_static) R 21932 21926 18056 0 -1 4202496 31920 0 0 0 4730 9 0 0 20 0 1 0 287614472 186925056 41902 33554432000 4194304 4896791 140734010338320 140734010335448 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 45636 41902 76 172 0 45462 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 376872

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 23175
/proc/meminfo: memFree=30592044/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=176032 CPUtime=3.66 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 13695 7897 0 0 267 67 26 6 20 0 1 0 287614102 180256768 35321 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44008 35321 177 410 0 43590 0
[pid=21932] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21932/stat : 21932 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287614471 9367552 267 33554432000 4194304 5064252 140734482937504 140734482936416 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21932/statm: 2287 267 226 213 0 72 0
[pid=21933] ppid=21932 vsize=182544 CPUtime=98.59 cores=1,3,5,7
/proc/21933/stat : 21933 (glucose_static) R 21932 21926 18056 0 -1 4202496 31924 0 0 0 9850 9 0 0 20 0 1 0 287614472 186925056 41906 33554432000 4194304 4896791 140734010338320 140734010335448 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 45636 41906 76 172 0 45462 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 376872

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/183 23418
/proc/meminfo: memFree=30595552/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=176032 CPUtime=3.66 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 13695 7897 0 0 267 67 26 6 20 0 1 0 287614102 180256768 35321 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44008 35321 177 410 0 43590 0
[pid=21932] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21932/stat : 21932 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287614471 9367552 267 33554432000 4194304 5064252 140734482937504 140734482936416 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21932/statm: 2287 267 226 213 0 72 0
[pid=21933] ppid=21932 vsize=183740 CPUtime=158.56 cores=1,3,5,7
/proc/21933/stat : 21933 (glucose_static) R 21932 21926 18056 0 -1 4202496 32236 0 0 0 15847 9 0 0 20 0 1 0 287614472 188149760 42213 33554432000 4194304 4896791 140734010338320 140734010335528 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 45935 42213 77 172 0 45761 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 378068

[startup+222.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/183 23619
/proc/meminfo: memFree=30588004/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 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 24731
/proc/meminfo: memFree=30603812/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=180652 CPUtime=413.87 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 31762 0 0 0 41377 10 0 0 20 0 1 0 287708937 184987648 39692 33554432000 4194304 4896791 140733676328528 140733676326072 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 45163 39692 77 172 0 44989 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 376372

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 24731
/proc/meminfo: memFree=30602676/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=182308 CPUtime=473.86 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 32234 0 0 0 47376 10 0 0 20 0 1 0 287708937 186683392 40162 33554432000 4194304 4896791 140733676328528 140733676325736 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 45577 40162 77 172 0 45403 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 378028

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 24731
/proc/meminfo: memFree=30593612/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=183984 CPUtime=533.85 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 33229 0 0 0 53374 11 0 0 20 0 1 0 287708937 188399616 40556 33554432000 4194304 4896791 140733676328528 140733676325752 4224640 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 45996 40556 77 172 0 45822 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 379704

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 24732
/proc/meminfo: memFree=30591308/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=184532 CPUtime=593.84 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 33958 0 0 0 59373 11 0 0 20 0 1 0 287708937 188960768 41222 33554432000 4194304 4896791 140733676328528 140733676326040 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 46133 41222 77 172 0 45959 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 380252

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 24732
/proc/meminfo: memFree=30594588/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=184532 CPUtime=653.83 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 33958 0 0 0 65372 11 0 0 20 0 1 0 287708937 188960768 41222 33554432000 4194304 4896791 140733676328528 140733676326040 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 46133 41222 77 172 0 45959 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 380252

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 24732
/proc/meminfo: memFree=30592772/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=185044 CPUtime=713.82 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 34953 0 0 0 71371 11 0 0 20 0 1 0 287708937 189485056 41351 33554432000 4194304 4896791 140733676328528 140733676325736 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 46261 41351 77 172 0 46087 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 380764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24735
/proc/meminfo: memFree=30594256/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=185728 CPUtime=773.81 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 35441 0 0 0 77370 11 0 0 20 0 1 0 287708937 190185472 41552 33554432000 4194304 4896791 140733676328528 140733676325720 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 46432 41552 77 172 0 46258 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 381448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24735
/proc/meminfo: memFree=30595592/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=186748 CPUtime=833.8 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 35733 0 0 0 83369 11 0 0 20 0 1 0 287708937 191229952 41812 33554432000 4194304 4896791 140733676328528 140733676326056 4203968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 46687 41812 77 172 0 46513 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 382468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24738
/proc/meminfo: memFree=30625108/32873844 swapFree=7372/7372
[pid=21926] ppid=21924 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21926/stat : 21926 (runWbo2sat.sh) S 21924 21926 18056 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287614102 9367552 275 33554432000 4194304 5064252 140733803092560 140733803091472 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21926/statm: 2287 275 233 213 0 72 0
[pid=21927] ppid=21926 vsize=177424 CPUtime=948.16 cores=1,3,5,7
/proc/21927/stat : 21927 (wbo2sat) S 21926 21926 18056 0 -1 4202496 22192 45041 0 0 345 77 94370 24 20 0 1 0 287614102 181682176 34182 33554432000 4194304 5872148 140736649175456 140736649168728 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21927/statm: 44356 34182 177 410 0 43938 0
[pid=24726] ppid=21927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24726/stat : 24726 (satsolver.sh) S 21927 21926 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287708937 9367552 266 33554432000 4194304 5064252 140735612256272 140735612255184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24726/statm: 2287 266 226 213 0 72 0
[pid=24727] ppid=24726 vsize=186884 CPUtime=851.9 cores=1,3,5,7
/proc/24727/stat : 24727 (glucose_static) R 24726 21926 18056 0 -1 4202496 35774 0 0 0 85179 11 0 0 20 0 1 0 287708937 191369216 41853 33554432000 4194304 4896791 140733676328528 140733676325736 4203806 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24727/statm: 46721 41853 77 172 0 46547 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 382604

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.41
CPU time (s): 1800.11
CPU user time (s): 1798.96
CPU system time (s): 1.14682
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 453584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.14682
maximum resident set size= 225292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 381928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76
involuntary context switches= 1864

runsolver used 6.42902 second user time and 18.6862 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 16:21:20
IDJOB=3716018
IDBENCH=79347
IDSOLVER=2298
FILE ID=node118/3716018-1338214880
RUNJOBID= node118-1338192055-18073
PBS_JOBID= 14624575
Free space on /tmp= 71560 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j60/normalized-j602_7-unsat--soft-0-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716018-1338214880/watcher-3716018-1338214880 -o /tmp/evaluation-result-3716018-1338214880/solver-3716018-1338214880 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716018-1338214880.wbo 1222327016 HOME HOME

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

MD5SUM BENCH= c93eadfd598977d622635d98b523c998
RANDOM SEED=1222327016

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30643316 kB
Buffers:          421296 kB
Cached:           661156 kB
SwapCached:            0 kB
Active:           974588 kB
Inactive:         406020 kB
Active(anon):     287956 kB
Inactive(anon):    11320 kB
Active(file):     686632 kB
Inactive(file):   394700 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9336 kB
Writeback:             0 kB
AnonPages:        326284 kB
Mapped:            12484 kB
Shmem:               200 kB
Slab:             706812 kB
SReclaimable:     148312 kB
SUnreclaim:       558500 kB
KernelStack:        1520 kB
PageTables:         4240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     496004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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= 71568 MiB
End job on node118 at 2012-05-28 16:51:21