Trace number 3696388

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 NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cmb.opb
MD5SUM8aa1aebf70d33d96463ba96014c98682
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark0.042993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1053
Optimality of the best value was proved YES
Number of variables304
Total number of constraints671
Number of constraints which are clauses671
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Number of terms in the objective function 304
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 12887
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12887
Number of bits of the biggest sum of numbers14
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.02	c model valid
0.00/0.02	c current solution ok
0.00/0.03	o 3602
0.00/0.03	c current bound: 1801
0.00/0.03	c fallback to adder encoding
11.27/11.35	c model valid
11.27/11.35	c current solution ok
11.27/11.36	o 1794
11.27/11.36	c current bound: 897
1800.05/1800.40	./satsolver.sh: line 5: 32061 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	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-3696388-1338057276/watcher-3696388-1338057276 -o /tmp/evaluation-result-3696388-1338057276/solver-3696388-1338057276 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696388-1338057276.opb 1200347219 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.01 2.01 2.00 4/178 32046
/proc/meminfo: memFree=28835384/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0

[startup+0.0885301 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 32046
/proc/meminfo: memFree=28835384/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100287 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 32046
/proc/meminfo: memFree=28835384/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300195 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 32046
/proc/meminfo: memFree=28835384/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7002 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 32046
/proc/meminfo: memFree=28835384/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 32055
/proc/meminfo: memFree=28807124/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=3544 CPUtime=0.04 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 1179 1454 0 0 3 1 0 0 20 0 1 0 271851749 3629056 578 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 886 578 178 410 0 468 0
[pid=32054] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32054/stat : 32054 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271851754 9367552 267 33554432000 4194304 5064252 140735259918656 140735259917568 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32054/statm: 2287 267 226 213 0 72 0
[pid=32055] ppid=32054 vsize=9284 CPUtime=1.44 cores=0,2,4,6
/proc/32055/stat : 32055 (glucose_static) R 32054 32046 31659 0 -1 4202496 3813 0 0 0 143 1 0 0 20 0 1 0 271851755 9506816 1962 33554432000 4194304 4896791 140735603200080 140735603197288 4224963 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32055/statm: 2321 1962 78 172 0 2147 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31124

[startup+3.10033 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 32055
/proc/meminfo: memFree=28805700/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=3544 CPUtime=0.04 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 1179 1454 0 0 3 1 0 0 20 0 1 0 271851749 3629056 578 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 886 578 178 410 0 468 0
[pid=32054] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32054/stat : 32054 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271851754 9367552 267 33554432000 4194304 5064252 140735259918656 140735259917568 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32054/statm: 2287 267 226 213 0 72 0
[pid=32055] ppid=32054 vsize=9952 CPUtime=3.03 cores=0,2,4,6
/proc/32055/stat : 32055 (glucose_static) R 32054 32046 31659 0 -1 4202496 5818 0 0 0 302 1 0 0 20 0 1 0 271851755 10190848 2216 33554432000 4194304 4896791 140735603200080 140735603197608 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32055/statm: 2488 2216 78 172 0 2314 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 31792

[startup+6.30029 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 32058
/proc/meminfo: memFree=28791356/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=3544 CPUtime=0.04 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 1179 1454 0 0 3 1 0 0 20 0 1 0 271851749 3629056 578 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 886 578 178 410 0 468 0
[pid=32054] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32054/stat : 32054 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271851754 9367552 267 33554432000 4194304 5064252 140735259918656 140735259917568 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32054/statm: 2287 267 226 213 0 72 0
[pid=32055] ppid=32054 vsize=12808 CPUtime=6.24 cores=0,2,4,6
/proc/32055/stat : 32055 (glucose_static) R 32054 32046 31659 0 -1 4202496 9046 0 0 0 622 2 0 0 20 0 1 0 271851755 13115392 2612 33554432000 4194304 4896791 140735603200080 140735603197608 4223797 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32055/statm: 3202 2612 78 172 0 3028 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34648

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 32061
/proc/meminfo: memFree=28713616/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=78480 CPUtime=1.18 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 16546 0 0 0 115 3 0 0 20 0 1 0 271852900 80363520 18052 33554432000 4194304 4896791 140737215966592 140737215963896 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 19620 18052 76 172 0 19446 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 116612

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 32061
/proc/meminfo: memFree=28710460/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=79660 CPUtime=13.97 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 17381 0 0 0 1394 3 0 0 20 0 1 0 271852900 81571840 18425 33554432000 4194304 4896791 140737215966592 140737215963800 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 19915 18425 77 172 0 19741 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 117792

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 32064
/proc/meminfo: memFree=28708812/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=80404 CPUtime=39.56 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 18383 0 0 0 3952 4 0 0 20 0 1 0 271852900 82333696 18849 33554432000 4194304 4896791 140737215966592 140737215964168 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 20101 18849 77 172 0 19927 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 118536

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32064
/proc/meminfo: memFree=28701452/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=81712 CPUtime=90.75 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 19503 0 0 0 9071 4 0 0 20 0 1 0 271852900 83673088 19035 33554432000 4194304 4896791 140737215966592 140737215963880 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 20428 19035 77 172 0 20254 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 119844

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32067
/proc/meminfo: memFree=28703080/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32089
/proc/meminfo: memFree=28677472/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=100196 CPUtime=1350.53 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 36623 0 0 0 135038 15 0 0 20 0 1 0 271852900 102600704 22971 33554432000 4194304 4896791 140737215966592 140737215963800 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25049 22971 77 172 0 24875 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 138328

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32090
/proc/meminfo: memFree=28672008/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=100764 CPUtime=1410.52 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 37209 0 0 0 141037 15 0 0 20 0 1 0 271852900 103182336 22610 33554432000 4194304 4896791 140737215966592 140737215964168 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25191 22610 77 172 0 25017 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 138896

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32090
/proc/meminfo: memFree=28673572/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=101052 CPUtime=1470.51 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 37271 0 0 0 147036 15 0 0 20 0 1 0 271852900 103477248 23694 33554432000 4194304 4896791 140737215966592 140737215964024 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25263 23694 77 172 0 25089 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 139184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 32093
/proc/meminfo: memFree=28668720/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=101420 CPUtime=1530.5 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 37899 0 0 0 153035 15 0 0 20 0 1 0 271852900 103854080 22802 33554432000 4194304 4896791 140737215966592 140737215964168 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25355 22802 77 172 0 25181 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 139552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 32119
/proc/meminfo: memFree=28687096/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=101692 CPUtime=1590.49 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 37976 0 0 0 159034 15 0 0 20 0 1 0 271852900 104132608 23901 33554432000 4194304 4896791 140737215966592 140737215963880 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25423 23901 77 172 0 25249 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 139824

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32119
/proc/meminfo: memFree=28684512/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=102508 CPUtime=1650.48 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 38762 0 0 0 165032 16 0 0 20 0 1 0 271852900 104968192 23050 33554432000 4194304 4896791 140737215966592 140737215964168 4224732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25627 23050 77 172 0 25453 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 140640

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32119
/proc/meminfo: memFree=28680088/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=102812 CPUtime=1710.47 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 38833 0 0 0 171031 16 0 0 20 0 1 0 271852900 105279488 24143 33554432000 4194304 4896791 140737215966592 140737215963800 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25703 24143 77 172 0 25529 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 140944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32120
/proc/meminfo: memFree=28678800/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=103020 CPUtime=1770.46 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 39598 0 0 0 177030 16 0 0 20 0 1 0 271852900 105492480 23175 33554432000 4194304 4896791 140737215966592 140737215964168 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25755 23175 77 172 0 25581 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 141152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32120
/proc/meminfo: memFree=28708440/32873648 swapFree=7360/7360
[pid=32046] ppid=32043 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (runPb2sat.sh) S 32043 32046 31659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271851749 9367552 275 33554432000 4194304 5064252 140736405710080 140736405708992 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32046/statm: 2287 275 233 213 0 72 0
[pid=32047] ppid=32046 vsize=19836 CPUtime=11.49 cores=0,2,4,6
/proc/32047/stat : 32047 (pb2sat) S 32046 32046 31659 0 -1 4202496 4568 14937 0 0 16 3 1126 4 20 0 1 0 271851749 20312064 2891 33554432000 4194304 5873084 140734800403968 140734800397784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32047/statm: 4959 2891 179 410 0 4541 0
[pid=32060] ppid=32047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32060/stat : 32060 (satsolver.sh) S 32047 32046 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271852900 9367552 266 33554432000 4194304 5064252 140733799907776 140733799906688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32060/statm: 2287 266 226 213 0 72 0
[pid=32061] ppid=32060 vsize=103168 CPUtime=1788.56 cores=0,2,4,6
/proc/32061/stat : 32061 (glucose_static) R 32060 32046 31659 0 -1 4202496 39655 0 0 0 178840 16 0 0 20 0 1 0 271852900 105644032 23743 33554432000 4194304 4896791 140737215966592 140737215963800 4225487 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32061/statm: 25792 23743 77 172 0 25618 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 141300

Sending SIGTERM to process tree (bottom up)

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.249962
maximum resident set size= 111604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88
involuntary context switches= 1955

runsolver used 2.77058 second user time and 7.05793 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-26 20:34:37
IDJOB=3696388
IDBENCH=2020
IDSOLVER=2274
FILE ID=node149/3696388-1338057276
RUNJOBID= node149-1338051874-31675
PBS_JOBID= 14624385
Free space on /tmp= 71704 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cmb.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696388-1338057276/watcher-3696388-1338057276 -o /tmp/evaluation-result-3696388-1338057276/solver-3696388-1338057276 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696388-1338057276.opb 1200347219 HOME HOME

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

MD5SUM BENCH= 8aa1aebf70d33d96463ba96014c98682
RANDOM SEED=1200347219

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28836712 kB
Buffers:          272864 kB
Cached:          2982896 kB
SwapCached:            0 kB
Active:           692364 kB
Inactive:        2575824 kB
Active(anon):      13592 kB
Inactive(anon):        0 kB
Active(file):     678772 kB
Inactive(file):  2575824 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17092 kB
Writeback:             0 kB
AnonPages:        192020 kB
Mapped:            13760 kB
Shmem:               200 kB
Slab:             632804 kB
SReclaimable:      77164 kB
SUnreclaim:       555640 kB
KernelStack:        1520 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71680 MiB
End job on node149 at 2012-05-26 21:04:37