Trace number 3716403

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.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf8.ucl--soft-33-100-0.wbo
MD5SUM0f4cdf827473fd69202dfaa2ec82572c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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.678895
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6832
Total number of constraints19477
Number of soft constraints13064
Number of constraints which are clauses18953
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints524
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 665815
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 665814
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
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.43/2.60	o 2469
2.43/2.60	c current bound: 1234
2.43/2.60	c fallback to adder encoding
438.86/439.10	o 1234
438.86/439.10	c current bound: 617
438.86/439.10	c fallback to adder encoding
1800.08/1800.50	./satsolver.sh: line 5: 29392 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.51	c error: unexpected solver exit code
1800.08/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-3716403-1338191382/watcher-3716403-1338191382 -o /tmp/evaluation-result-3716403-1338191382/solver-3716403-1338191382 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716403-1338191382.wbo 1379952347 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.80 2.37 2.14 3/179 29374
/proc/meminfo: memFree=30776328/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0

[startup+0.0415069 s]
/proc/loadavg: 2.80 2.37 2.14 3/179 29374
/proc/meminfo: memFree=30776328/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 2.80 2.37 2.14 3/179 29374
/proc/meminfo: memFree=30776328/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 2.80 2.37 2.14 3/179 29374
/proc/meminfo: memFree=30776328/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.80 2.37 2.14 3/179 29374
/proc/meminfo: memFree=30776328/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 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.73 2.36 2.14 3/181 29376
/proc/meminfo: memFree=30761156/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=35052 CPUtime=1.49 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) R 29374 29374 24824 0 -1 4202496 6212 0 0 0 148 1 0 0 20 0 1 0 285264991 35893248 7383 33554432000 4194304 5872148 140733611181840 140733611178936 4663481 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29375/statm: 8763 7383 151 410 0 8345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44200

[startup+3.10029 s]
/proc/loadavg: 2.73 2.36 2.14 3/183 29378
/proc/meminfo: memFree=30707072/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=91644 CPUtime=2.97 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) R 29374 29374 24824 0 -1 4202496 11853 5608 0 0 236 41 16 4 20 0 1 0 285264991 93843456 22032 33554432000 4194304 5872148 140733611181840 140733611175752 4663458 0 0 4096 0 0 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 22911 22032 174 410 0 22493 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 100792

[startup+6.30041 s]
/proc/loadavg: 2.73 2.36 2.14 3/183 29381
/proc/meminfo: memFree=30443924/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=124412 CPUtime=3.33 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 12744 5608 0 0 264 49 16 4 20 0 1 0 285264991 127397888 26641 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 31103 26641 175 410 0 30685 0
[pid=29380] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29380/stat : 29380 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285265337 9367552 267 33554432000 4194304 5064252 140736274931888 140736274930800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29380/statm: 2287 267 226 213 0 72 0
[pid=29381] ppid=29380 vsize=167192 CPUtime=2.83 cores=1,3,5,7
/proc/29381/stat : 29381 (glucose_static) R 29380 29374 24824 0 -1 4202496 30552 0 0 0 275 8 0 0 20 0 1 0 285265337 171204608 36153 33554432000 4194304 4896791 140737176693792 140737176691000 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29381/statm: 41798 36153 77 172 0 41624 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 309900

[startup+12.7003 s]
/proc/loadavg: 2.62 2.35 2.14 3/183 29381
/proc/meminfo: memFree=30445684/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=124412 CPUtime=3.33 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 12744 5608 0 0 264 49 16 4 20 0 1 0 285264991 127397888 26641 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 31103 26641 175 410 0 30685 0
[pid=29380] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29380/stat : 29380 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285265337 9367552 267 33554432000 4194304 5064252 140736274931888 140736274930800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29380/statm: 2287 267 226 213 0 72 0
[pid=29381] ppid=29380 vsize=167344 CPUtime=9.22 cores=1,3,5,7
/proc/29381/stat : 29381 (glucose_static) R 29380 29374 24824 0 -1 4202496 30561 0 0 0 914 8 0 0 20 0 1 0 285265337 171360256 36162 33554432000 4194304 4896791 140737176693792 140737176691000 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29381/statm: 41836 36162 77 172 0 41662 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 310052

[startup+25.5003 s]
/proc/loadavg: 2.52 2.34 2.13 3/184 29384
/proc/meminfo: memFree=30443620/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=124412 CPUtime=3.33 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 12744 5608 0 0 264 49 16 4 20 0 1 0 285264991 127397888 26641 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 31103 26641 175 410 0 30685 0
[pid=29380] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29380/stat : 29380 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285265337 9367552 267 33554432000 4194304 5064252 140736274931888 140736274930800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29380/statm: 2287 267 226 213 0 72 0
[pid=29381] ppid=29380 vsize=167488 CPUtime=22.02 cores=1,3,5,7
/proc/29381/stat : 29381 (glucose_static) R 29380 29374 24824 0 -1 4202496 30593 0 0 0 2194 8 0 0 20 0 1 0 285265337 171507712 36705 33554432000 4194304 4896791 140737176693792 140737176691192 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29381/statm: 41872 36705 77 172 0 41698 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 310196

[startup+51.1004 s]
/proc/loadavg: 2.34 2.31 2.13 3/184 29384
/proc/meminfo: memFree=30444572/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=124412 CPUtime=3.33 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 12744 5608 0 0 264 49 16 4 20 0 1 0 285264991 127397888 26641 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 31103 26641 175 410 0 30685 0
[pid=29380] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29380/stat : 29380 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285265337 9367552 267 33554432000 4194304 5064252 140736274931888 140736274930800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29380/statm: 2287 267 226 213 0 72 0
[pid=29381] ppid=29380 vsize=167924 CPUtime=47.62 cores=1,3,5,7
/proc/29381/stat : 29381 (glucose_static) R 29380 29374 24824 0 -1 4202496 30683 0 0 0 4754 8 0 0 20 0 1 0 285265337 171954176 36795 33554432000 4194304 4896791 140737176693792 140737176690920 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29381/statm: 41981 36795 77 172 0 41807 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 310632

[startup+102.307 s]
/proc/loadavg: 2.14 2.25 2.12 3/183 29384
/proc/meminfo: memFree=30442100/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=124412 CPUtime=3.33 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 12744 5608 0 0 264 49 16 4 20 0 1 0 285264991 127397888 26641 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 31103 26641 175 410 0 30685 0
[pid=29380] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29380/stat : 29380 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285265337 9367552 267 33554432000 4194304 5064252 140736274931888 140736274930800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29380/statm: 2287 267 226 213 0 72 0
[pid=29381] ppid=29380 vsize=168108 CPUtime=98.82 cores=1,3,5,7
/proc/29381/stat : 29381 (glucose_static) R 29380 29374 24824 0 -1 4202496 30745 0 0 0 9874 8 0 0 20 0 1 0 285265337 172142592 36857 33554432000 4194304 4896791 140737176693792 140737176690888 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29381/statm: 42027 36857 77 172 0 41853 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 310816

[startup+162.3 s]
/proc/loadavg: 2.05 2.20 2.11 3/183 29385
/proc/meminfo: memFree=30436960/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=124412 CPUtime=3.33 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 12744 5608 0 0 264 49 16 4 20 0 1 0 285264991 127397888 26641 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 31103 26641 175 410 0 30685 0
[pid=29380] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29380/stat : 29380 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285265337 9367552 267 33554432000 4194304 5064252 140736274931888 140736274930800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29380/statm: 2287 267 226 213 0 72 0
[pid=29381] ppid=29380 vsize=169600 CPUtime=158.8 cores=1,3,5,7
/proc/29381/stat : 29381 (glucose_static) R 29380 29374 24824 0 -1 4202496 31087 0 0 0 15872 8 0 0 20 0 1 0 285265337 173670400 37199 33554432000 4194304 4896791 140737176693792 140737176691000 4224950 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29381/statm: 42400 37199 77 172 0 42226 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 312308

[startup+222.3 s]
/proc/loadavg: 2.02 2.16 2.10 3/183 29388
/proc/meminfo: memFree=30468936/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29494
/proc/meminfo: memFree=30790788/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=982.25 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30063 0 0 0 98216 9 0 0 20 0 1 0 285308980 239833088 50560 33554432000 4194304 4896791 140736383639136 140736383636664 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 50560 77 172 0 58379 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 361712

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 29494
/proc/meminfo: memFree=30786448/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=1042.23 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30064 0 0 0 104214 9 0 0 20 0 1 0 285308980 239833088 51072 33554432000 4194304 4896791 140736383639136 140736383636664 4204062 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 51072 77 172 0 58379 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 361712

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 29497
/proc/meminfo: memFree=30810220/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=1102.23 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30066 0 0 0 110213 10 0 0 20 0 1 0 285308980 239833088 52096 33554432000 4194304 4896791 140736383639136 140736383636664 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 52096 77 172 0 58379 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 361712

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 29497
/proc/meminfo: memFree=30805880/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=1162.22 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30067 0 0 0 116212 10 0 0 20 0 1 0 285308980 239833088 52608 33554432000 4194304 4896791 140736383639136 140736383636664 4203956 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 52608 77 172 0 58379 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 361712

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 29501
/proc/meminfo: memFree=30814524/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=1222.21 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30069 0 0 0 122211 10 0 0 20 0 1 0 285308980 239833088 53121 33554432000 4194304 4896791 140736383639136 140736383636664 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 53121 77 172 0 58379 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 361712

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 29501
/proc/meminfo: memFree=30809684/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=1282.2 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30071 0 0 0 128210 10 0 0 20 0 1 0 285308980 239833088 53634 33554432000 4194304 4896791 140736383639136 140736383636664 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 53634 77 172 0 58379 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 361712

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29504
/proc/meminfo: memFree=30818088/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=1342.19 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30073 0 0 0 134209 10 0 0 20 0 1 0 285308980 239833088 54658 33554432000 4194304 4896791 140736383639136 140736383636664 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 54658 77 172 0 58379 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 361712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29504
/proc/meminfo: memFree=30817592/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=1360.4 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30073 0 0 0 136030 10 0 0 20 0 1 0 285308980 239833088 54658 33554432000 4194304 4896791 140736383639136 140736383636664 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 54658 77 172 0 58379 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 361712

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.00 2.00 2.00 3/183 29504
/proc/meminfo: memFree=30817592/32873648 swapFree=6852/6852
[pid=29374] ppid=29372 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29374/stat : 29374 (runWbo2sat.sh) S 29372 29374 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285264991 9367552 274 33554432000 4194304 5064252 140734163582736 140734163581648 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29374/statm: 2287 274 233 213 0 72 0
[pid=29375] ppid=29374 vsize=109204 CPUtime=439.68 cores=1,3,5,7
/proc/29375/stat : 29375 (wbo2sat) S 29374 29374 24824 0 -1 4202496 19886 39873 0 0 335 58 43557 18 20 0 1 0 285264991 111824896 21871 33554432000 4194304 5872148 140733611181840 140733611175112 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/29375/statm: 27301 21871 175 410 0 26883 0
[pid=29391] ppid=29375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29391/stat : 29391 (satsolver.sh) S 29375 29374 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285308980 9367552 267 33554432000 4194304 5064252 140736390749904 140736390748816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29391/statm: 2287 267 226 213 0 72 0
[pid=29392] ppid=29391 vsize=234212 CPUtime=1360.4 cores=1,3,5,7
/proc/29392/stat : 29392 (glucose_static) R 29391 29374 24824 0 -1 4202496 30073 0 0 0 136030 10 0 0 20 0 1 0 285308980 239833088 54658 33554432000 4194304 4896791 140736383639136 140736383636664 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29392/statm: 58553 54658 77 172 0 58379 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 361712

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1799.24
CPU system time (s): 0.874867
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 383732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.874867
maximum resident set size= 218632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90823
page faults= 0
swaps= 0
block input operations= 8
block output operations= 311672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57
involuntary context switches= 1880

runsolver used 2.91656 second user time and 7.44587 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 09:49:42
IDJOB=3716403
IDBENCH=79050
IDSOLVER=2298
FILE ID=node115/3716403-1338191382
RUNJOBID= node115-1338159625-24841
PBS_JOBID= 14624555
Free space on /tmp= 71528 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf8.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716403-1338191382/watcher-3716403-1338191382 -o /tmp/evaluation-result-3716403-1338191382/solver-3716403-1338191382 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716403-1338191382.wbo 1379952347 HOME HOME

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

MD5SUM BENCH= 0f4cdf827473fd69202dfaa2ec82572c
RANDOM SEED=1379952347

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        30776592 kB
Buffers:          374052 kB
Cached:           400728 kB
SwapCached:          972 kB
Active:          1132540 kB
Inactive:         108860 kB
Active(anon):     459876 kB
Inactive(anon):     9244 kB
Active(file):     672664 kB
Inactive(file):    99616 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:            128412 kB
Writeback:             0 kB
AnonPages:        474600 kB
Mapped:            12668 kB
Shmem:                96 kB
Slab:             714024 kB
SReclaimable:     157460 kB
SUnreclaim:       556564 kB
KernelStack:        1464 kB
PageTables:         5040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71532 MiB
End job on node115 at 2012-05-28 10:19:43