Trace number 3694547

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.05 1802.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_0.opb
MD5SUMca79c3a72fcbc528e4a81e658af79fe0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4272093
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 134217728
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 100330219838
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 134217728
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 100330219838
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.66/1.78	c model valid
1.66/1.78	c current solution ok
2.84/2.90	o 405558179
2.84/2.90	c fallback to adder encoding
9.57/9.68	c model valid
9.57/9.68	c current solution ok
9.64/9.82	o 158474997
9.64/9.82	c fallback to adder encoding
76.57/76.73	c model valid
76.57/76.73	c current solution ok
76.57/76.77	o 149014105
76.57/76.77	c fallback to adder encoding
82.04/82.29	c model valid
82.04/82.29	c current solution ok
82.17/84.04	o 117951603
82.17/84.04	c fallback to adder encoding
108.03/110.00	c model valid
108.03/110.00	c current solution ok
108.16/110.04	o 79865751
108.16/110.04	c fallback to adder encoding
125.13/127.05	c model valid
125.13/127.05	c current solution ok
125.13/127.09	o 42392435
125.13/127.09	c fallback to adder encoding
134.43/136.30	c model valid
134.43/136.30	c current solution ok
134.43/136.34	o 20318699
134.43/136.34	c fallback to adder encoding
191.91/193.86	c model valid
191.91/193.86	c current solution ok
191.98/193.90	o 17431191
191.98/193.90	c fallback to adder encoding
292.58/294.58	c model valid
292.58/294.58	c current solution ok
292.67/294.62	o 15955013
292.67/294.62	c fallback to adder encoding
415.16/417.16	c model valid
415.16/417.16	c current solution ok
415.22/417.20	o 13641319
415.22/417.20	c fallback to adder encoding
738.62/740.70	c model valid
738.62/740.70	c current solution ok
738.62/740.73	o 12160025
738.62/740.73	c fallback to adder encoding
1800.05/1802.41	c error: unexpected solver exit code
1800.05/1802.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-3694547-1338222103/watcher-3694547-1338222103 -o /tmp/evaluation-result-3694547-1338222103/solver-3694547-1338222103 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694547-1338222103.opb 1367296988 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.01 2.00 2.00 3/179 12964
/proc/meminfo: memFree=28268568/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0

[startup+0.0210469 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12964
/proc/meminfo: memFree=28268568/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100667 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12964
/proc/meminfo: memFree=28268568/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.301067 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12964
/proc/meminfo: memFree=28268568/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700204 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12964
/proc/meminfo: memFree=28268568/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50121 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12968
/proc/meminfo: memFree=28161820/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=30472 CPUtime=0.32 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 5954 0 0 0 30 2 0 0 20 0 1 0 288336347 31203328 6479 33554432000 4194304 5873084 140734749023728 140734749020152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 7618 6479 169 410 0 7200 0
[pid=12967] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12967/stat : 12967 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288336381 9367552 267 33554432000 4194304 5064252 140735225077008 140735225075920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12967/statm: 2287 267 226 213 0 72 0
[pid=12968] ppid=12967 vsize=85828 CPUtime=1.14 cores=1,3,5,7
/proc/12968/stat : 12968 (glucose_static) R 12967 12964 12080 0 -1 4202496 16321 0 0 0 112 2 0 0 20 0 1 0 288336381 87887872 18344 33554432000 4194304 4896791 140733964527376 140733964524680 4224921 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12968/statm: 21457 18344 78 172 0 21283 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 134596

[startup+3.10075 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 12968
/proc/meminfo: memFree=28223644/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=75044 CPUtime=3.06 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) R 12964 12964 12080 0 -1 4202496 12594 17653 0 0 75 91 135 5 20 0 1 0 288336347 76845056 16789 33554432000 4194304 5873084 140734749023728 140734749019064 4664146 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12965/statm: 18761 16789 183 410 0 18343 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 84192

[startup+6.30123 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12971
/proc/meminfo: memFree=27765284/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=189732 CPUtime=4.59 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 14900 17653 0 0 208 111 135 5 20 0 1 0 288336347 194285568 40341 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12965/statm: 47433 40341 183 410 0 47015 0
[pid=12970] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12970/stat : 12970 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288336809 9367552 266 33554432000 4194304 5064252 140736744194480 140736744193392 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12970/statm: 2287 266 226 213 0 72 0
[pid=12971] ppid=12970 vsize=477772 CPUtime=1.66 cores=1,3,5,7
/proc/12971/stat : 12971 (glucose_static) R 12970 12964 12080 0 -1 4202496 56455 0 0 0 153 13 0 0 20 0 1 0 288336809 489238528 92564 33554432000 4194304 4896791 140736832963664 140736832961320 4216830 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12971/statm: 119443 92564 73 172 0 119269 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 685800

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12974
/proc/meminfo: memFree=27800428/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=11.35 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 27364 78662 0 0 363 130 614 28 20 0 1 0 288336347 219910144 45573 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12965/statm: 53689 45573 183 410 0 53271 0
[pid=12973] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12973/stat : 12973 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288337495 9367552 267 33554432000 4194304 5064252 140735148129760 140735148128672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12973/statm: 2287 267 226 213 0 72 0
[pid=12974] ppid=12973 vsize=365312 CPUtime=1.21 cores=1,3,5,7
/proc/12974/stat : 12974 (glucose_static) R 12973 12964 12080 0 -1 4202496 45852 0 0 0 110 11 0 0 20 0 1 0 288337495 374079488 69884 33554432000 4194304 4896791 140733194731568 140733193680632 4401607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12974/statm: 91328 69884 58 172 0 91154 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 598364

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12977
/proc/meminfo: memFree=27632684/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=11.35 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 27364 78662 0 0 363 130 614 28 20 0 1 0 288336347 219910144 45573 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12965/statm: 53689 45573 183 410 0 53271 0
[pid=12973] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12973/stat : 12973 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288337495 9367552 267 33554432000 4194304 5064252 140735148129760 140735148128672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12973/statm: 2287 267 226 213 0 72 0
[pid=12974] ppid=12973 vsize=353636 CPUtime=14.01 cores=1,3,5,7
/proc/12974/stat : 12974 (glucose_static) R 12973 12964 12080 0 -1 4202496 58311 0 0 0 1386 15 0 0 20 0 1 0 288337495 362123264 79238 33554432000 4194304 4896791 140733194731568 140733194729208 4202736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12974/statm: 88409 79238 78 172 0 88235 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 586688

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12977
/proc/meminfo: memFree=27596908/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=11.35 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 27364 78662 0 0 363 130 614 28 20 0 1 0 288336347 219910144 45573 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12965/statm: 53689 45573 183 410 0 53271 0
[pid=12973] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12973/stat : 12973 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288337495 9367552 267 33554432000 4194304 5064252 140735148129760 140735148128672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12973/statm: 2287 267 226 213 0 72 0
[pid=12974] ppid=12973 vsize=405180 CPUtime=39.6 cores=1,3,5,7
/proc/12974/stat : 12974 (glucose_static) R 12973 12964 12080 0 -1 4202496 59744 0 0 0 3944 16 0 0 20 0 1 0 288337495 414904320 83986 33554432000 4194304 4896791 140733194731568 140733194728776 4225376 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12974/statm: 101295 83986 78 172 0 101121 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 638232

[startup+102.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/183 12983
/proc/meminfo: memFree=27632388/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=83.78 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 52271 200971 0 0 668 167 7463 80 20 0 1 0 288336347 219910144 45062 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12965/statm: 53689 45062 184 410 0 53271 0
[pid=12982] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12982/stat : 12982 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288344910 9367552 267 33554432000 4194304 5064252 140737450221744 140737450220656 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12982/statm: 2287 267 226 213 0 72 0
[pid=12983] ppid=12982 vsize=352036 CPUtime=16.66 cores=1,3,5,7
/proc/12983/stat : 12983 (glucose_static) R 12982 12964 12080 0 -1 4202496 58205 0 0 0 1648 18 0 0 20 0 1 0 288344911 360484864 77459 33554432000 4194304 4896791 140734674478960 140734674476600 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12983/statm: 88009 77459 78 172 0 87835 0
Current children cumulated CPU time (s) 100.44
Current children cumulated vsize (KiB) 585088

[startup+162.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 12995
/proc/meminfo: memFree=27796280/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=135.69 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 88368 381726 0 0 1065 217 12136 151 20 0 1 0 288336347 219910144 38918 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 38918 184 410 0 53271 0
[pid=12991] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12991/stat : 12991 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288350103 9367552 267 33554432000 4194304 5064252 140735655043680 140735655042592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12991/statm: 2287 267 226 213 0 72 0
[pid=12992] ppid=12991 vsize=298736 CPUtime=24.71 cores=1,3,5,7
/proc/12992/stat : 12992 (glucose_static) R 12991 12964 12080 0 -1 4202496 49507 0 0 0 2459 12 0 0 20 0 1 0 288350103 305905664 64092 33554432000 4194304 4896791 140734149568784 140734149565992 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12992/statm: 74684 64092 78 172 0 74510 0
Current children cumulated CPU time (s) 160.4

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

/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 77031 0 0 0 67989 40 0 0 20 0 1 0 288410530 356388864 72717 33554432000 4194304 4896791 140734777088352 140734777085496 4204016 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 87009 72717 78 172 0 86835 0
Current children cumulated CPU time (s) 1420.03
Current children cumulated vsize (KiB) 581088

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/183 13033
/proc/meminfo: memFree=27861288/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=739.74 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 131425 601445 0 0 1493 270 71957 254 20 0 1 0 288336347 219910144 36870 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 36870 184 410 0 53271 0
[pid=13021] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13021/stat : 13021 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288410529 9367552 267 33554432000 4194304 5064252 140737285444128 140737285443040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13021/statm: 2287 267 226 213 0 72 0
[pid=13022] ppid=13021 vsize=298764 CPUtime=740.26 cores=1,3,5,7
/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 78868 0 0 0 73985 41 0 0 20 0 1 0 288410530 305934336 68097 33554432000 4194304 4896791 140734777088352 140734777085496 4224971 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 74691 68097 78 172 0 74517 0
Current children cumulated CPU time (s) 1480
Current children cumulated vsize (KiB) 531816

[startup+1542.31 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 13034
/proc/meminfo: memFree=27782604/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=739.74 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 131425 601445 0 0 1493 270 71957 254 20 0 1 0 288336347 219910144 36870 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 36870 184 410 0 53271 0
[pid=13021] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13021/stat : 13021 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288410529 9367552 267 33554432000 4194304 5064252 140737285444128 140737285443040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13021/statm: 2287 267 226 213 0 72 0
[pid=13022] ppid=13021 vsize=433124 CPUtime=800.26 cores=1,3,5,7
/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 81947 0 0 0 79979 47 0 0 20 0 1 0 288410530 443518976 85397 33554432000 4194304 4896791 140734777088352 140734777085560 4225180 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 108281 85397 78 172 0 108107 0
Current children cumulated CPU time (s) 1540
Current children cumulated vsize (KiB) 666176

[startup+1602.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 13034
/proc/meminfo: memFree=27838224/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=739.74 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 131425 601445 0 0 1493 270 71957 254 20 0 1 0 288336347 219910144 36870 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 36870 184 410 0 53271 0
[pid=13021] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13021/stat : 13021 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288410529 9367552 267 33554432000 4194304 5064252 140737285444128 140737285443040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13021/statm: 2287 267 226 213 0 72 0
[pid=13022] ppid=13021 vsize=353140 CPUtime=860.24 cores=1,3,5,7
/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 84587 0 0 0 85973 51 0 0 20 0 1 0 288410530 361615360 75585 33554432000 4194304 4896791 140734777088352 140734777085576 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 88285 75585 78 172 0 88111 0
Current children cumulated CPU time (s) 1599.98
Current children cumulated vsize (KiB) 586192

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 13034
/proc/meminfo: memFree=27794840/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=739.74 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 131425 601445 0 0 1493 270 71957 254 20 0 1 0 288336347 219910144 36870 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 36870 184 410 0 53271 0
[pid=13021] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13021/stat : 13021 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288410529 9367552 267 33554432000 4194304 5064252 140737285444128 140737285443040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13021/statm: 2287 267 226 213 0 72 0
[pid=13022] ppid=13021 vsize=354616 CPUtime=920.23 cores=1,3,5,7
/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 86421 0 0 0 91971 52 0 0 20 0 1 0 288410530 363126784 81601 33554432000 4194304 4896791 140734777088352 140734777085992 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 88654 81601 78 172 0 88480 0
Current children cumulated CPU time (s) 1659.97
Current children cumulated vsize (KiB) 587668

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/184 13037
/proc/meminfo: memFree=27856672/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=739.74 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 131425 601445 0 0 1493 270 71957 254 20 0 1 0 288336347 219910144 36870 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 36870 184 410 0 53271 0
[pid=13021] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13021/stat : 13021 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288410529 9367552 267 33554432000 4194304 5064252 140737285444128 140737285443040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13021/statm: 2287 267 226 213 0 72 0
[pid=13022] ppid=13021 vsize=305184 CPUtime=980.22 cores=1,3,5,7
/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 86773 0 0 0 97968 54 0 0 20 0 1 0 288410530 312508416 69694 33554432000 4194304 4896791 140734777088352 140734777085992 4203806 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 76296 69694 78 172 0 76122 0
Current children cumulated CPU time (s) 1719.96
Current children cumulated vsize (KiB) 538236

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 13040
/proc/meminfo: memFree=27865788/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=739.74 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 131425 601445 0 0 1493 270 71957 254 20 0 1 0 288336347 219910144 36870 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 36870 184 410 0 53271 0
[pid=13021] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13021/stat : 13021 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288410529 9367552 267 33554432000 4194304 5064252 140737285444128 140737285443040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13021/statm: 2287 267 226 213 0 72 0
[pid=13022] ppid=13021 vsize=356312 CPUtime=1040.21 cores=1,3,5,7
/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 89734 0 0 0 103965 56 0 0 20 0 1 0 288410530 364863488 75367 33554432000 4194304 4896791 140734777088352 140734777085880 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 89078 75367 78 172 0 88904 0
Current children cumulated CPU time (s) 1779.95
Current children cumulated vsize (KiB) 589364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.01 2.04 2.00 3/181 13083
/proc/meminfo: memFree=28030244/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=739.74 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 131425 601445 0 0 1493 270 71957 254 20 0 1 0 288336347 219910144 36870 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 36870 184 410 0 53271 0
[pid=13021] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13021/stat : 13021 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288410529 9367552 267 33554432000 4194304 5064252 140737285444128 140737285443040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13021/statm: 2287 267 226 213 0 72 0
[pid=13022] ppid=13021 vsize=356804 CPUtime=1060.31 cores=1,3,5,7
/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 89983 0 0 0 105975 56 0 0 20 0 1 0 288410530 365367296 78061 33554432000 4194304 4896791 140734777088352 140734777084088 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 89201 78061 78 172 0 89027 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 589856

Sending SIGTERM to process tree (bottom up)

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

[startup+1802.4 s]
/proc/loadavg: 2.01 2.04 2.00 3/181 13083
/proc/meminfo: memFree=28030244/32873648 swapFree=6844/6844
[pid=12964] ppid=12962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12964/stat : 12964 (runPb2satCp2.sh) S 12962 12964 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288336347 9367552 275 33554432000 4194304 5064252 140733398215168 140733398214080 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12964/statm: 2287 275 233 213 0 72 0
[pid=12965] ppid=12964 vsize=214756 CPUtime=739.74 cores=1,3,5,7
/proc/12965/stat : 12965 (pb2sat) S 12964 12964 12080 0 -1 4202496 131425 601445 0 0 1493 270 71957 254 20 0 1 0 288336347 219910144 36870 33554432000 4194304 5873084 140734749023728 140734749017544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12965/statm: 53689 36870 184 410 0 53271 0
[pid=13021] ppid=12965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13021/stat : 13021 (satsolver.sh) S 12965 12964 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288410529 9367552 267 33554432000 4194304 5064252 140737285444128 140737285443040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13021/statm: 2287 267 226 213 0 72 0
[pid=13022] ppid=13021 vsize=356804 CPUtime=1060.31 cores=1,3,5,7
/proc/13022/stat : 13022 (glucose_static) R 13021 12964 12080 0 -1 4202496 89983 0 0 0 105975 56 0 0 20 0 1 0 288410530 365367296 78061 33554432000 4194304 4896791 140734777088352 140734777084088 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13022/statm: 89201 78061 78 172 0 89027 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 589856

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12964 and gives
#  childrusage.ru_utime.tv_sec=734
#  childrusage.ru_utime.tv_usec=514336
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=261200
# CPU time returned by wait4() is 739.776
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.42
CPU time (s): 1800.05
CPU user time (s): 1794.25
CPU system time (s): 5.8
CPU usage (%): 99.8688
Max. virtual memory (cumulated for all children) (KiB): 747224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 734.514
system time used= 5.2612
maximum resident set size= 415372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 733846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2326192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281
involuntary context switches= 2409

runsolver used 3.14152 second user time and 10.8843 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 18:21:45
IDJOB=3694547
IDBENCH=92754
IDSOLVER=2273
FILE ID=node124/3694547-1338222103
RUNJOBID= node124-1338213092-12097
PBS_JOBID= 14624615
Free space on /tmp= 71300 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_0.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694547-1338222103/watcher-3694547-1338222103 -o /tmp/evaluation-result-3694547-1338222103/solver-3694547-1338222103 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694547-1338222103.opb 1367296988 HOME HOME

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

MD5SUM BENCH= ca79c3a72fcbc528e4a81e658af79fe0
RANDOM SEED=1367296988

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28268832 kB
Buffers:          410824 kB
Cached:          2874080 kB
SwapCached:            0 kB
Active:          1618664 kB
Inactive:        2148872 kB
Active(anon):     484580 kB
Inactive(anon):        0 kB
Active(file):    1134084 kB
Inactive(file):  2148872 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            146276 kB
Writeback:             0 kB
AnonPages:        433516 kB
Mapped:            15332 kB
Shmem:               200 kB
Slab:             697928 kB
SReclaimable:     140044 kB
SUnreclaim:       557884 kB
KernelStack:        1456 kB
PageTables:         4924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     666176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71264 MiB
End job on node124 at 2012-05-28 18:51:47