Trace number 3716834

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
mprime/normalized-mprime01ac_wcsp.wbo
MD5SUMb6e14fdba85251f7b3f2d00029d0ec92
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark174
Best CPU time to get the best result obtained on this benchmark2.12368
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables733
Total number of constraints18009
Number of soft constraints17802
Number of constraints which are clauses17802
Number of constraints which are cardinality constraints (but not clauses)207
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Top cost 11602
Min constraint cost 1
Max constraint cost 11602
Sum of constraints costs 203889015
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.16	o 81214
0.00/0.16	c current bound: 40607
0.00/0.16	c fallback to adder encoding
735.85/736.08	o 37783
735.85/736.08	c current bound: 18891
735.85/736.08	c fallback to adder encoding
1800.05/1800.41	./satsolver.sh: line 5:  6481 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3716834-1338220688/watcher-3716834-1338220688 -o /tmp/evaluation-result-3716834-1338220688/solver-3716834-1338220688 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716834-1338220688.wbo 1967000203 HOME HOME 

running on 4 cores: 0,2,4,6

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.02 2.00 3/177 6439
/proc/meminfo: memFree=27497996/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0

[startup+0.100338 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6439
/proc/meminfo: memFree=27497996/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200291 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6439
/proc/meminfo: memFree=27497996/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300329 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6439
/proc/meminfo: memFree=27497996/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6439
/proc/meminfo: memFree=27497996/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 6444
/proc/meminfo: memFree=27420848/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=148520 CPUtime=1.48 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) R 6439 6439 2489 0 -1 4202496 8626 2216 0 0 139 7 2 0 20 0 1 0 288194245 152084480 25614 33554432000 4194304 5872148 140735491770960 140735491764824 4392342 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37130 25614 174 410 0 36712 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 157668

[startup+3.10041 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 6446
/proc/meminfo: memFree=27214080/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=148520 CPUtime=1.9 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 9257 2216 0 0 165 23 2 0 20 0 1 0 288194245 152084480 29711 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37130 29711 175 410 0 36712 0
[pid=6445] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6445/stat : 6445 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288194436 9367552 266 33554432000 4194304 5064252 140736006564656 140736006563568 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6445/statm: 2287 266 226 213 0 72 0
[pid=6446] ppid=6445 vsize=256168 CPUtime=1.18 cores=0,2,4,6
/proc/6446/stat : 6446 (glucose_static) R 6445 6439 2489 0 -1 4202496 37833 0 0 0 110 8 0 0 20 0 1 0 288194437 262316032 57924 33554432000 4194304 4896791 140733555529568 140733554478616 4226926 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6446/statm: 64042 57925 58 172 0 63868 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 422984

[startup+6.30042 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 6446
/proc/meminfo: memFree=27015148/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=148520 CPUtime=1.9 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 9257 2216 0 0 165 23 2 0 20 0 1 0 288194245 152084480 29711 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37130 29711 175 410 0 36712 0
[pid=6445] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6445/stat : 6445 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288194436 9367552 266 33554432000 4194304 5064252 140736006564656 140736006563568 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6445/statm: 2287 266 226 213 0 72 0
[pid=6446] ppid=6445 vsize=284664 CPUtime=4.38 cores=0,2,4,6
/proc/6446/stat : 6446 (glucose_static) R 6445 6439 2489 0 -1 4202496 47381 0 0 0 426 12 0 0 20 0 1 0 288194437 291495936 63316 33554432000 4194304 4896791 140733555529568 140733555526712 4204839 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6446/statm: 71166 63316 77 172 0 70992 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 451480

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 6446
/proc/meminfo: memFree=27020992/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=148520 CPUtime=1.9 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 9257 2216 0 0 165 23 2 0 20 0 1 0 288194245 152084480 29711 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37130 29711 175 410 0 36712 0
[pid=6445] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6445/stat : 6445 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288194436 9367552 266 33554432000 4194304 5064252 140736006564656 140736006563568 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6445/statm: 2287 266 226 213 0 72 0
[pid=6446] ppid=6445 vsize=284800 CPUtime=10.78 cores=0,2,4,6
/proc/6446/stat : 6446 (glucose_static) R 6445 6439 2489 0 -1 4202496 47419 0 0 0 1066 12 0 0 20 0 1 0 288194437 291635200 63354 33554432000 4194304 4896791 140733555529568 140733555526712 4224046 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6446/statm: 71200 63354 77 172 0 71026 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 451616

[startup+25.5005 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 6446
/proc/meminfo: memFree=27021208/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=148520 CPUtime=1.9 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 9257 2216 0 0 165 23 2 0 20 0 1 0 288194245 152084480 29711 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37130 29711 175 410 0 36712 0
[pid=6445] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6445/stat : 6445 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288194436 9367552 266 33554432000 4194304 5064252 140736006564656 140736006563568 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6445/statm: 2287 266 226 213 0 72 0
[pid=6446] ppid=6445 vsize=284932 CPUtime=23.58 cores=0,2,4,6
/proc/6446/stat : 6446 (glucose_static) R 6445 6439 2489 0 -1 4202496 47464 0 0 0 2346 12 0 0 20 0 1 0 288194437 291770368 63399 33554432000 4194304 4896791 140733555529568 140733555526776 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6446/statm: 71233 63399 77 172 0 71059 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 451748

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 6446
/proc/meminfo: memFree=27021052/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=148520 CPUtime=1.9 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 9257 2216 0 0 165 23 2 0 20 0 1 0 288194245 152084480 29711 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37130 29711 175 410 0 36712 0
[pid=6445] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6445/stat : 6445 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288194436 9367552 266 33554432000 4194304 5064252 140736006564656 140736006563568 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6445/statm: 2287 266 226 213 0 72 0
[pid=6446] ppid=6445 vsize=285196 CPUtime=49.17 cores=0,2,4,6
/proc/6446/stat : 6446 (glucose_static) R 6445 6439 2489 0 -1 4202496 47533 0 0 0 4905 12 0 0 20 0 1 0 288194437 292040704 63468 33554432000 4194304 4896791 140733555529568 140733555526776 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6446/statm: 71299 63468 77 172 0 71125 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 452012

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 6446
/proc/meminfo: memFree=27020600/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=148520 CPUtime=1.9 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 9257 2216 0 0 165 23 2 0 20 0 1 0 288194245 152084480 29711 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37130 29711 175 410 0 36712 0
[pid=6445] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6445/stat : 6445 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288194436 9367552 266 33554432000 4194304 5064252 140736006564656 140736006563568 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6445/statm: 2287 266 226 213 0 72 0
[pid=6446] ppid=6445 vsize=285632 CPUtime=100.37 cores=0,2,4,6
/proc/6446/stat : 6446 (glucose_static) R 6445 6439 2489 0 -1 4202496 47618 0 0 0 10025 12 0 0 20 0 1 0 288194437 292487168 63553 33554432000 4194304 4896791 140733555529568 140733555526888 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6446/statm: 71408 63553 77 172 0 71234 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 452448

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 6450
/proc/meminfo: memFree=27020520/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=148520 CPUtime=1.9 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 9257 2216 0 0 165 23 2 0 20 0 1 0 288194245 152084480 29711 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37130 29711 175 410 0 36712 0
[pid=6445] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6445/stat : 6445 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288194436 9367552 266 33554432000 4194304 5064252 140736006564656 140736006563568 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6445/statm: 2287 266 226 213 0 72 0
[pid=6446] ppid=6445 vsize=285952 CPUtime=160.35 cores=0,2,4,6
/proc/6446/stat : 6446 (glucose_static) R 6445 6439 2489 0 -1 4202496 47699 0 0 0 16023 12 0 0 20 0 1 0 288194437 292814848 63634 33554432000 4194304 4896791 140733555529568 140733555526712 4223776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6446/statm: 71488 63634 77 172 0 71314 0
Current children cumulated CPU time (s) 162.25

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6486
/proc/meminfo: memFree=26973368/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=302248 CPUtime=684.45 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53170 0 0 0 68431 14 0 0 20 0 1 0 288268017 309501952 69543 33554432000 4194304 4896791 140733828852784 140733828849992 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75562 69543 78 172 0 75388 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 470652

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 6531
/proc/meminfo: memFree=27817568/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=302380 CPUtime=744.43 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53206 0 0 0 74429 14 0 0 20 0 1 0 288268017 309637120 70090 33554432000 4194304 4896791 140733828852784 140733828849992 4203765 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75595 70090 78 172 0 75421 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 470784

[startup+1542.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 6531
/proc/meminfo: memFree=27815752/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=302644 CPUtime=804.44 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53532 0 0 0 80428 16 0 0 20 0 1 0 288268017 309907456 66006 33554432000 4194304 4896791 140733828852784 140733828850360 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75661 66006 78 172 0 75487 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 471048

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 6531
/proc/meminfo: memFree=27804348/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=302644 CPUtime=864.42 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53542 0 0 0 86426 16 0 0 20 0 1 0 288268017 309907456 66016 33554432000 4194304 4896791 140733828852784 140733828850360 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75661 66016 78 172 0 75487 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 471048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6532
/proc/meminfo: memFree=27797500/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=302644 CPUtime=924.41 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53546 0 0 0 92425 16 0 0 20 0 1 0 288268017 309907456 66021 33554432000 4194304 4896791 140733828852784 140733828850360 4203903 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75661 66021 78 172 0 75487 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 471048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6532
/proc/meminfo: memFree=27771004/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=302776 CPUtime=984.41 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53559 0 0 0 98425 16 0 0 20 0 1 0 288268017 310042624 66545 33554432000 4194304 4896791 140733828852784 140733828849992 4223776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75694 66545 78 172 0 75520 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 471180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6532
/proc/meminfo: memFree=27765500/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=303724 CPUtime=1044.4 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53821 0 0 0 104424 16 0 0 20 0 1 0 288268017 311013376 67825 33554432000 4194304 4896791 140733828852784 140733828850008 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75931 67825 78 172 0 75757 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 472128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6532
/proc/meminfo: memFree=27766960/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=303724 CPUtime=1062.5 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53821 0 0 0 106234 16 0 0 20 0 1 0 288268017 311013376 67825 33554432000 4194304 4896791 140733828852784 140733828850008 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75931 67825 78 172 0 75757 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 472128

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6532
/proc/meminfo: memFree=27766960/32873852 swapFree=6848/6848
[pid=6439] ppid=6437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (runWbo2satCp2.s) S 6437 6439 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288194245 9367552 275 33554432000 4194304 5064252 140735437902976 140735437901888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 2287 275 233 213 0 72 0
[pid=6440] ppid=6439 vsize=150108 CPUtime=737.55 cores=0,2,4,6
/proc/6440/stat : 6440 (wbo2sat) S 6439 6439 2489 0 -1 4202496 19018 60310 0 0 314 40 73382 19 20 0 1 0 288194245 153710592 28402 33554432000 4194304 5872148 140735491770960 140735491764232 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6440/statm: 37527 28402 175 410 0 37109 0
[pid=6480] ppid=6440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6480/stat : 6480 (satsolver.sh) S 6440 6439 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288268017 9367552 267 33554432000 4194304 5064252 140735714259104 140735714258016 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6480/statm: 2287 267 226 213 0 72 0
[pid=6481] ppid=6480 vsize=303724 CPUtime=1062.5 cores=0,2,4,6
/proc/6481/stat : 6481 (glucose_static) R 6480 6439 2489 0 -1 4202496 53821 0 0 0 106234 16 0 0 20 0 1 0 288268017 311013376 67825 33554432000 4194304 4896791 140733828852784 140733828850008 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6481/statm: 75931 67825 78 172 0 75757 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 472128

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.32
CPU system time (s): 0.780881
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 574780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.780881
maximum resident set size= 340760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103
involuntary context switches= 1889

runsolver used 3.68244 second user time and 9.40057 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-28 17:58:08
IDJOB=3716834
IDBENCH=79482
IDSOLVER=2299
FILE ID=node129/3716834-1338220688
RUNJOBID= node129-1338193705-2505
PBS_JOBID= 14624591
Free space on /tmp= 70992 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/mprime/normalized-mprime01ac_wcsp.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716834-1338220688/watcher-3716834-1338220688 -o /tmp/evaluation-result-3716834-1338220688/solver-3716834-1338220688 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3716834-1338220688.wbo 1967000203 HOME HOME

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

MD5SUM BENCH= b6e14fdba85251f7b3f2d00029d0ec92
RANDOM SEED=1967000203

node129.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.957
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	: 5333.91
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.957
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.957
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		: 2666.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27498640 kB
Buffers:          408360 kB
Cached:          3367776 kB
SwapCached:            0 kB
Active:          2221420 kB
Inactive:        2291392 kB
Active(anon):     738996 kB
Inactive(anon):        0 kB
Active(file):    1482424 kB
Inactive(file):  2291392 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8952 kB
Writeback:             0 kB
AnonPages:        904900 kB
Mapped:            15156 kB
Shmem:               204 kB
Slab:             721360 kB
SReclaimable:     163952 kB
SUnreclaim:       557408 kB
KernelStack:        1504 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     982088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 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= 71064 MiB
End job on node129 at 2012-05-28 18:28:08