Trace number 3716836

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.09 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/mprime/
normalized-mprime01c_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 benchmark1.9437
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
772.92/773.10	o 37783
772.92/773.10	c current bound: 18891
772.92/773.10	c fallback to adder encoding
1800.07/1800.41	./satsolver.sh: line 5:  3340 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.41	c error: unexpected solver exit code
1800.07/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-3716836-1338221717/watcher-3716836-1338221717 -o /tmp/evaluation-result-3716836-1338221717/solver-3716836-1338221717 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716836-1338221717.wbo 1378659409 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.09 2.03 2.00 3/179 3248
/proc/meminfo: memFree=30660436/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0

[startup+0.096666 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 3248
/proc/meminfo: memFree=30660436/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100201 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 3248
/proc/meminfo: memFree=30660436/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 3248
/proc/meminfo: memFree=30660436/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 3248
/proc/meminfo: memFree=30660436/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/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.09 2.03 2.00 3/181 3253
/proc/meminfo: memFree=30587608/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=148520 CPUtime=1.49 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) R 3248 3248 32725 0 -1 4202496 8550 2216 0 0 141 6 2 0 20 0 1 0 288296222 152084480 26050 33554432000 4194304 5872148 140735176672096 140735176665960 4707458 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3249/statm: 37130 26050 174 410 0 36712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157668

[startup+3.1004 s]
/proc/loadavg: 2.09 2.03 2.00 3/183 3255
/proc/meminfo: memFree=30384184/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=148520 CPUtime=1.86 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 9180 2216 0 0 163 21 2 0 20 0 1 0 288296222 152084480 29635 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3249/statm: 37130 29635 175 410 0 36712 0
[pid=3254] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3254/stat : 3254 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288296409 9367552 267 33554432000 4194304 5064252 140735653665296 140735653664208 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3254/statm: 2287 267 226 213 0 72 0
[pid=3255] ppid=3254 vsize=258540 CPUtime=1.21 cores=1,3,5,7
/proc/3255/stat : 3255 (glucose_static) R 3254 3248 32725 0 -1 4202496 39772 0 0 0 112 9 0 0 20 0 1 0 288296409 264744960 60273 33554432000 4194304 4896791 140736563388176 140736562336968 4401607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3255/statm: 64635 60274 58 172 0 64461 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 425356

[startup+6.30041 s]
/proc/loadavg: 2.16 2.04 2.01 3/183 3255
/proc/meminfo: memFree=30182780/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=148520 CPUtime=1.86 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 9180 2216 0 0 163 21 2 0 20 0 1 0 288296222 152084480 29635 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3249/statm: 37130 29635 175 410 0 36712 0
[pid=3254] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3254/stat : 3254 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288296409 9367552 267 33554432000 4194304 5064252 140735653665296 140735653664208 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3254/statm: 2287 267 226 213 0 72 0
[pid=3255] ppid=3254 vsize=284660 CPUtime=4.41 cores=1,3,5,7
/proc/3255/stat : 3255 (glucose_static) R 3254 3248 32725 0 -1 4202496 48240 0 0 0 428 13 0 0 20 0 1 0 288296409 291491840 63012 33554432000 4194304 4896791 140736563388176 140736563385384 4203013 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3255/statm: 71165 63012 77 172 0 70991 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 451476

[startup+12.7005 s]
/proc/loadavg: 2.15 2.04 2.01 3/183 3255
/proc/meminfo: memFree=30180356/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=148520 CPUtime=1.86 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 9180 2216 0 0 163 21 2 0 20 0 1 0 288296222 152084480 29635 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3249/statm: 37130 29635 175 410 0 36712 0
[pid=3254] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3254/stat : 3254 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288296409 9367552 267 33554432000 4194304 5064252 140735653665296 140735653664208 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3254/statm: 2287 267 226 213 0 72 0
[pid=3255] ppid=3254 vsize=284796 CPUtime=10.81 cores=1,3,5,7
/proc/3255/stat : 3255 (glucose_static) R 3254 3248 32725 0 -1 4202496 48280 0 0 0 1068 13 0 0 20 0 1 0 288296409 291631104 63563 33554432000 4194304 4896791 140736563388176 140736563385320 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3255/statm: 71199 63563 77 172 0 71025 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 451612

[startup+25.5005 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 3255
/proc/meminfo: memFree=30180896/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=148520 CPUtime=1.86 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 9180 2216 0 0 163 21 2 0 20 0 1 0 288296222 152084480 29635 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3249/statm: 37130 29635 175 410 0 36712 0
[pid=3254] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3254/stat : 3254 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288296409 9367552 267 33554432000 4194304 5064252 140735653665296 140735653664208 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3254/statm: 2287 267 226 213 0 72 0
[pid=3255] ppid=3254 vsize=284928 CPUtime=23.61 cores=1,3,5,7
/proc/3255/stat : 3255 (glucose_static) R 3254 3248 32725 0 -1 4202496 48326 0 0 0 2348 13 0 0 20 0 1 0 288296409 291766272 63609 33554432000 4194304 4896791 140736563388176 140736563385384 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3255/statm: 71232 63609 77 172 0 71058 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 451744

[startup+51.1005 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 3255
/proc/meminfo: memFree=30180772/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=148520 CPUtime=1.86 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 9180 2216 0 0 163 21 2 0 20 0 1 0 288296222 152084480 29635 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3249/statm: 37130 29635 175 410 0 36712 0
[pid=3254] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3254/stat : 3254 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288296409 9367552 267 33554432000 4194304 5064252 140735653665296 140735653664208 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3254/statm: 2287 267 226 213 0 72 0
[pid=3255] ppid=3254 vsize=285192 CPUtime=49.21 cores=1,3,5,7
/proc/3255/stat : 3255 (glucose_static) R 3254 3248 32725 0 -1 4202496 48393 0 0 0 4908 13 0 0 20 0 1 0 288296409 292036608 63676 33554432000 4194304 4896791 140736563388176 140736563385384 4204939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3255/statm: 71298 63676 77 172 0 71124 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 452008

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 3255
/proc/meminfo: memFree=30178296/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=148520 CPUtime=1.86 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 9180 2216 0 0 163 21 2 0 20 0 1 0 288296222 152084480 29635 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3249/statm: 37130 29635 175 410 0 36712 0
[pid=3254] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3254/stat : 3254 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288296409 9367552 267 33554432000 4194304 5064252 140735653665296 140735653664208 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3254/statm: 2287 267 226 213 0 72 0
[pid=3255] ppid=3254 vsize=285628 CPUtime=100.4 cores=1,3,5,7
/proc/3255/stat : 3255 (glucose_static) R 3254 3248 32725 0 -1 4202496 48482 0 0 0 10027 13 0 0 20 0 1 0 288296409 292483072 63765 33554432000 4194304 4896791 140736563388176 140736563385496 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3255/statm: 71407 63765 77 172 0 71233 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 452444

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3256
/proc/meminfo: memFree=30177056/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=148520 CPUtime=1.86 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 9180 2216 0 0 163 21 2 0 20 0 1 0 288296222 152084480 29635 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3249/statm: 37130 29635 175 410 0 36712 0
[pid=3254] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3254/stat : 3254 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288296409 9367552 267 33554432000 4194304 5064252 140735653665296 140735653664208 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3254/statm: 2287 267 226 213 0 72 0
[pid=3255] ppid=3254 vsize=285948 CPUtime=160.39 cores=1,3,5,7
/proc/3255/stat : 3255 (glucose_static) R 3254 3248 32725 0 -1 4202496 48565 0 0 0 16026 13 0 0 20 0 1 0 288296409 292810752 63848 33554432000 4194304 4896791 140736563388176 140736563385384 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3255/statm: 71487 63848 77 172 0 71313 0
Current children cumulated CPU time (s) 162.25

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


[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3370
/proc/meminfo: memFree=30612896/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=300344 CPUtime=647.48 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 51252 0 0 0 64730 18 0 0 20 0 1 0 288373692 307552256 68058 33554432000 4194304 4896791 140734410538688 140734410536328 4203891 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75086 68058 78 172 0 74912 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 468748

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3370
/proc/meminfo: memFree=30599196/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=301540 CPUtime=707.47 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 52138 0 0 0 70728 19 0 0 20 0 1 0 288373692 308776960 69932 33554432000 4194304 4896791 140734410538688 140734410535896 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75385 69932 78 172 0 75211 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 469944

[startup+1542.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/184 3373
/proc/meminfo: memFree=30578680/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=302380 CPUtime=767.47 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 52321 0 0 0 76728 19 0 0 20 0 1 0 288373692 309637120 70114 33554432000 4194304 4896791 140734410538688 140734410535896 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75595 70114 78 172 0 75421 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 470784

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3373
/proc/meminfo: memFree=30592572/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=302380 CPUtime=827.45 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 52332 0 0 0 82726 19 0 0 20 0 1 0 288373692 309637120 70636 33554432000 4194304 4896791 140734410538688 140734410535896 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75595 70636 78 172 0 75421 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 470784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 3373
/proc/meminfo: memFree=30597752/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=302644 CPUtime=887.44 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 52743 0 0 0 88724 20 0 0 20 0 1 0 288373692 309907456 66553 33554432000 4194304 4896791 140734410538688 140734410536264 4203841 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75661 66553 78 172 0 75487 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 471048

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 3377
/proc/meminfo: memFree=30632368/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=302644 CPUtime=947.43 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 52751 0 0 0 94723 20 0 0 20 0 1 0 288373692 309907456 66561 33554432000 4194304 4896791 140734410538688 140734410536264 4203806 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75661 66561 78 172 0 75487 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 471048

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 3377
/proc/meminfo: memFree=30616252/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=302644 CPUtime=1007.42 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 52753 0 0 0 100722 20 0 0 20 0 1 0 288373692 309907456 66563 33554432000 4194304 4896791 140734410538688 140734410536264 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75661 66563 78 172 0 75487 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 471048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3377
/proc/meminfo: memFree=30615604/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=302644 CPUtime=1025.53 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 52754 0 0 0 102533 20 0 0 20 0 1 0 288373692 309907456 66569 33554432000 4194304 4896791 140734410538688 140734410536264 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75661 66569 78 172 0 75487 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 471048

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.01 2.02 2.00 3/183 3377
/proc/meminfo: memFree=30615604/32873648 swapFree=6612/6612
[pid=3248] ppid=3246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3248/stat : 3248 (runWbo2satCp2.s) S 3246 3248 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288296221 9367552 275 33554432000 4194304 5064252 140736029055584 140736029054496 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3248/statm: 2287 275 233 213 0 72 0
[pid=3249] ppid=3248 vsize=150108 CPUtime=774.54 cores=1,3,5,7
/proc/3249/stat : 3249 (wbo2sat) S 3248 3248 32725 0 -1 4202496 19886 61112 0 0 308 39 77085 22 20 0 1 0 288296222 153710592 28326 33554432000 4194304 5872148 140735176672096 140735176665368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3249/statm: 37527 28326 175 410 0 37109 0
[pid=3339] ppid=3249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3249 3248 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288373692 9367552 267 33554432000 4194304 5064252 140735006090848 140735006089760 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3339/statm: 2287 267 226 213 0 72 0
[pid=3340] ppid=3339 vsize=302644 CPUtime=1025.53 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose_static) R 3339 3248 32725 0 -1 4202496 52754 0 0 0 102533 20 0 0 20 0 1 0 288373692 309907456 66569 33554432000 4194304 4896791 140734410538688 140734410536264 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3340/statm: 75661 66569 78 172 0 75487 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 471048

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.27
CPU system time (s): 0.823874
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 574776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.823874
maximum resident set size= 343240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134741
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= 90
involuntary context switches= 1865

runsolver used 5.35119 second user time and 19.2131 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-28 18:15:17
IDJOB=3716836
IDBENCH=79490
IDSOLVER=2299
FILE ID=node148/3716836-1338221717
RUNJOBID= node148-1338194963-32742
PBS_JOBID= 14624603
Free space on /tmp= 71588 MiB

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

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

MD5SUM BENCH= b6e14fdba85251f7b3f2d00029d0ec92
RANDOM SEED=1378659409

node148.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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		: 2667.284
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:       32873648 kB
MemFree:        30660064 kB
Buffers:          419972 kB
Cached:           500372 kB
SwapCached:          576 kB
Active:          1086700 kB
Inactive:         257096 kB
Active(anon):     414116 kB
Inactive(anon):    11140 kB
Active(file):     672584 kB
Inactive(file):   245956 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              9012 kB
Writeback:             0 kB
AnonPages:        430532 kB
Mapped:            11768 kB
Shmem:                96 kB
Slab:             730832 kB
SReclaimable:     174780 kB
SUnreclaim:       556052 kB
KernelStack:        1520 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     582952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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= 71580 MiB
End job on node148 at 2012-05-28 18:45:18