Trace number 3694840

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
pb2satCp2 2012-05-19? (TO) 1800.07 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark765
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
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

169.23/169.36	c model valid
169.23/169.36	c current solution ok
170.63/170.78	o 6977
170.63/170.78	c fallback to adder encoding
177.93/178.07	c model valid
177.93/178.07	c current solution ok
178.02/178.10	o 6901
178.02/178.10	c fallback to adder encoding
186.31/186.47	c model valid
186.31/186.47	c current solution ok
186.40/186.50	o 6813
186.40/186.50	c fallback to adder encoding
211.42/211.54	c model valid
211.42/211.54	c current solution ok
211.42/211.57	o 6453
211.42/211.57	c fallback to adder encoding
265.41/265.58	c model valid
265.41/265.58	c current solution ok
265.49/265.61	o 6287
265.49/265.61	c fallback to adder encoding
325.67/325.81	c model valid
325.67/325.81	c current solution ok
325.67/325.84	o 6023
325.67/325.84	c fallback to adder encoding
702.28/702.53	c model valid
702.28/702.53	c current solution ok
702.28/702.57	o 5948
702.28/702.57	c fallback to adder encoding
1800.03/1800.50	./satsolver.sh: line 5: 11111 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3694840-1338312550/watcher-3694840-1338312550 -o /tmp/evaluation-result-3694840-1338312550/solver-3694840-1338312550 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694840-1338312550.opb 649378599 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.06 2.03 1.92 3/177 11066
/proc/meminfo: memFree=29239000/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runsolver) D 11064 11066 10839 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 297379398 12095488 51 33554432000 4194304 5436572 140735371121168 140735371117464 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/11066/statm: 2953 51 31 304 0 2645 0

[startup+0.0441671 s]
/proc/loadavg: 2.06 2.03 1.92 3/177 11066
/proc/meminfo: memFree=29239000/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100218 s]
/proc/loadavg: 2.06 2.03 1.92 3/177 11066
/proc/meminfo: memFree=29239000/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 2.06 2.03 1.92 3/177 11066
/proc/meminfo: memFree=29239000/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700186 s]
/proc/loadavg: 2.06 2.03 1.92 3/177 11066
/proc/meminfo: memFree=29239000/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.05 2.03 1.92 3/181 11070
/proc/meminfo: memFree=29201124/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=20992 CPUtime=1.36 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 3546 0 0 0 134 2 0 0 20 0 1 0 297379398 21495808 3592 33554432000 4194304 5873084 140735268332944 140735268329368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 5248 3592 162 410 0 4830 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 30140

[startup+3.10035 s]
/proc/loadavg: 2.05 2.03 1.92 3/183 11072
/proc/meminfo: memFree=29118724/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=20992 CPUtime=1.36 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 3546 0 0 0 134 2 0 0 20 0 1 0 297379398 21495808 3592 33554432000 4194304 5873084 140735268332944 140735268329368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 5248 3592 162 410 0 4830 0
[pid=11071] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11071/stat : 11071 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297379535 9367552 267 33554432000 4194304 5064252 140734930991136 140734930990048 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11071/statm: 2287 267 226 213 0 72 0
[pid=11072] ppid=11071 vsize=43684 CPUtime=1.72 cores=0,2,4,6
/proc/11072/stat : 11072 (glucose_static) R 11071 11066 10839 0 -1 4202496 10828 0 0 0 170 2 0 0 20 0 1 0 297379535 44732416 10167 33554432000 4194304 4896791 140735216496320 140735216493528 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11072/statm: 10921 10167 76 172 0 10747 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82972

[startup+6.30036 s]
/proc/loadavg: 2.05 2.03 1.92 3/183 11072
/proc/meminfo: memFree=29072332/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=20992 CPUtime=1.36 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 3546 0 0 0 134 2 0 0 20 0 1 0 297379398 21495808 3592 33554432000 4194304 5873084 140735268332944 140735268329368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 5248 3592 162 410 0 4830 0
[pid=11071] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11071/stat : 11071 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297379535 9367552 267 33554432000 4194304 5064252 140734930991136 140734930990048 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11071/statm: 2287 267 226 213 0 72 0
[pid=11072] ppid=11071 vsize=44164 CPUtime=4.91 cores=0,2,4,6
/proc/11072/stat : 11072 (glucose_static) R 11071 11066 10839 0 -1 4202496 13016 0 0 0 488 3 0 0 20 0 1 0 297379535 45223936 9955 33554432000 4194304 4896791 140735216496320 140735216493848 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11072/statm: 11041 9955 76 172 0 10867 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 83452

[startup+12.7004 s]
/proc/loadavg: 2.12 2.04 1.92 3/183 11072
/proc/meminfo: memFree=29111180/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=20992 CPUtime=1.36 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 3546 0 0 0 134 2 0 0 20 0 1 0 297379398 21495808 3592 33554432000 4194304 5873084 140735268332944 140735268329368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 5248 3592 162 410 0 4830 0
[pid=11071] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11071/stat : 11071 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297379535 9367552 267 33554432000 4194304 5064252 140734930991136 140734930990048 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11071/statm: 2287 267 226 213 0 72 0
[pid=11072] ppid=11071 vsize=56596 CPUtime=11.31 cores=0,2,4,6
/proc/11072/stat : 11072 (glucose_static) R 11071 11066 10839 0 -1 4202496 17152 0 0 0 1125 6 0 0 20 0 1 0 297379535 57954304 10919 33554432000 4194304 4896791 140735216496320 140735216493704 4203844 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11072/statm: 14149 10919 76 172 0 13975 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 95884

[startup+25.5004 s]
/proc/loadavg: 2.10 2.04 1.92 3/183 11072
/proc/meminfo: memFree=29101812/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=20992 CPUtime=1.36 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 3546 0 0 0 134 2 0 0 20 0 1 0 297379398 21495808 3592 33554432000 4194304 5873084 140735268332944 140735268329368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 5248 3592 162 410 0 4830 0
[pid=11071] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11071/stat : 11071 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297379535 9367552 267 33554432000 4194304 5064252 140734930991136 140734930990048 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11071/statm: 2287 267 226 213 0 72 0
[pid=11072] ppid=11071 vsize=58160 CPUtime=24.11 cores=0,2,4,6
/proc/11072/stat : 11072 (glucose_static) R 11071 11066 10839 0 -1 4202496 22082 0 0 0 2401 10 0 0 20 0 1 0 297379535 59555840 12013 33554432000 4194304 4896791 140735216496320 140735216493896 4203891 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11072/statm: 14540 12013 76 172 0 14366 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 97448

[startup+51.1004 s]
/proc/loadavg: 2.06 2.04 1.92 3/183 11072
/proc/meminfo: memFree=29070992/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=20992 CPUtime=1.36 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 3546 0 0 0 134 2 0 0 20 0 1 0 297379398 21495808 3592 33554432000 4194304 5873084 140735268332944 140735268329368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 5248 3592 162 410 0 4830 0
[pid=11071] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11071/stat : 11071 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297379535 9367552 267 33554432000 4194304 5064252 140734930991136 140734930990048 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11071/statm: 2287 267 226 213 0 72 0
[pid=11072] ppid=11071 vsize=78784 CPUtime=49.7 cores=0,2,4,6
/proc/11072/stat : 11072 (glucose_static) R 11071 11066 10839 0 -1 4202496 28409 0 0 0 4955 15 0 0 20 0 1 0 297379535 80674816 16102 33554432000 4194304 4896791 140735216496320 140735216493528 4204109 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11072/statm: 19696 16102 76 172 0 19522 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 118072

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 1.92 3/184 11075
/proc/meminfo: memFree=29089996/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=20992 CPUtime=1.36 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 3546 0 0 0 134 2 0 0 20 0 1 0 297379398 21495808 3592 33554432000 4194304 5873084 140735268332944 140735268329368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 5248 3592 162 410 0 4830 0
[pid=11071] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11071/stat : 11071 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297379535 9367552 267 33554432000 4194304 5064252 140734930991136 140734930990048 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11071/statm: 2287 267 226 213 0 72 0
[pid=11072] ppid=11071 vsize=62028 CPUtime=100.89 cores=0,2,4,6
/proc/11072/stat : 11072 (glucose_static) R 11071 11066 10839 0 -1 4202496 39188 0 0 0 10065 24 0 0 20 0 1 0 297379535 63516672 12957 33554432000 4194304 4896791 140735216496320 140735216493848 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11072/statm: 15507 12957 76 172 0 15333 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 101316

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/183 11076
/proc/meminfo: memFree=29060696/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=20992 CPUtime=1.36 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 3546 0 0 0 134 2 0 0 20 0 1 0 297379398 21495808 3592 33554432000 4194304 5873084 140735268332944 140735268329368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 5248 3592 162 410 0 4830 0
[pid=11071] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11071/stat : 11071 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297379535 9367552 267 33554432000 4194304 5064252 140734930991136 140734930990048 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11071/statm: 2287 267 226 213 0 72 0
[pid=11072] ppid=11071 vsize=83460 CPUtime=160.88 cores=0,2,4,6
/proc/11072/stat : 11072 (glucose_static) R 11071 11066 10839 0 -1 4202496 49486 0 0 0 16054 34 0 0 20 0 1 0 297379535 85463040 18099 33554432000 4194304 4896791 140735216496320 140735216493528 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11072/statm: 20865 18099 76 172 0 20691 0
Current children cumulated CPU time (s) 162.24

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 11117
/proc/meminfo: memFree=28285840/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=364080 CPUtime=718.76 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 73541 0 0 0 71819 57 0 0 20 0 1 0 297449735 372817920 86507 33554432000 4194304 4896791 140736400878368 140736400876008 4204939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 91020 86507 78 172 0 90846 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 476256

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11117
/proc/meminfo: memFree=28226228/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=283368 CPUtime=778.74 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 76767 0 0 0 77812 62 0 0 20 0 1 0 297449735 290168832 55696 33554432000 4194304 4896791 140736400878368 140736400875736 4225240 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 70842 55696 78 172 0 70668 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 395544

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 11117
/proc/meminfo: memFree=28448636/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=235880 CPUtime=838.72 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 80227 0 0 0 83806 66 0 0 20 0 1 0 297449735 241541120 53684 33554432000 4194304 4896791 140736400878368 140736400873448 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 58970 53684 78 172 0 58796 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 348056

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 11117
/proc/meminfo: memFree=28203196/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=367788 CPUtime=898.71 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 82463 0 0 0 89802 69 0 0 20 0 1 0 297449735 376614912 74770 33554432000 4194304 4896791 140736400878368 140736400875576 4204125 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 91947 74770 78 172 0 91773 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 479964

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 11117
/proc/meminfo: memFree=28191284/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=501208 CPUtime=958.71 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 83299 0 0 0 95800 71 0 0 20 0 1 0 297449735 513236992 98089 33554432000 4194304 4896791 140736400878368 140736400875896 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 125302 98089 78 172 0 125128 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 613384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 11118
/proc/meminfo: memFree=28495976/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=288796 CPUtime=1018.7 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 85691 0 0 0 101795 75 0 0 20 0 1 0 297449735 295727104 61364 33554432000 4194304 4896791 140736400878368 140736400874104 4225507 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 72199 61364 78 172 0 72025 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 400972

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 11118
/proc/meminfo: memFree=28368316/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=209428 CPUtime=1078.69 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 88181 0 0 0 107790 79 0 0 20 0 1 0 297449735 214454272 48967 33554432000 4194304 4896791 140736400878368 140736400876008 4203980 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 52357 48967 78 172 0 52183 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 321604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.11 2.04 2.01 2/174 11143
/proc/meminfo: memFree=28936236/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=209604 CPUtime=1096.89 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 88191 0 0 0 109610 79 0 0 20 0 1 0 297449735 214634496 49488 33554432000 4194304 4896791 140736400878368 140736400875512 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 52401 49488 78 172 0 52227 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 321780

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.11 2.04 2.01 2/174 11143
/proc/meminfo: memFree=28936236/32873844 swapFree=7628/7628
[pid=11066] ppid=11064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11066/stat : 11066 (runPb2satCp2.sh) S 11064 11066 10839 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297379398 9367552 275 33554432000 4194304 5064252 140736476236144 140736476235056 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 2287 275 233 213 0 72 0
[pid=11068] ppid=11066 vsize=93880 CPUtime=703.14 cores=0,2,4,6
/proc/11068/stat : 11068 (pb2sat) S 11066 11066 10839 0 -1 4202496 52956 276348 0 0 1161 191 68817 145 20 0 1 0 297379398 96133120 16940 33554432000 4194304 5873084 140735268332944 140735268326760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11068/statm: 23470 16940 179 410 0 23052 0
[pid=11110] ppid=11068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11110/stat : 11110 (satsolver.sh) S 11068 11066 10839 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297449735 9367552 267 33554432000 4194304 5064252 140736809280560 140736809279472 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11110/statm: 2287 267 226 213 0 72 0
[pid=11111] ppid=11110 vsize=209604 CPUtime=1096.89 cores=0,2,4,6
/proc/11111/stat : 11111 (glucose_static) R 11110 11066 10839 0 -1 4202496 88191 0 0 0 109610 79 0 0 20 0 1 0 297449735 214634496 49488 33554432000 4194304 4896791 140736400878368 140736400875512 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11111/statm: 52401 49488 78 172 0 52227 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 321780

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1795.9
CPU system time (s): 4.17437
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 663044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.9
system time used= 4.17436
maximum resident set size= 474852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 847952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 240
involuntary context switches= 2144

runsolver used 6.29804 second user time and 19.711 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 19:29:10
IDJOB=3694840
IDBENCH=1969
IDSOLVER=2273
FILE ID=node145/3694840-1338312550
RUNJOBID= node145-1338310748-10855
PBS_JOBID= 14632083
Free space on /tmp= 71340 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694840-1338312550/watcher-3694840-1338312550 -o /tmp/evaluation-result-3694840-1338312550/solver-3694840-1338312550 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694840-1338312550.opb 649378599 HOME HOME

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

MD5SUM BENCH= 325852af8542a0f454599a2893f1b120
RANDOM SEED=649378599

node145.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.149
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.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		: 2667.149
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		: 2667.149
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	: 5313.38
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.149
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.149
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		: 2667.149
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.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29239232 kB
Buffers:          407584 kB
Cached:          2356432 kB
SwapCached:            0 kB
Active:           945384 kB
Inactive:        1834476 kB
Active(anon):       6936 kB
Inactive(anon):    11136 kB
Active(file):     938448 kB
Inactive(file):  1823340 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50644 kB
Writeback:             0 kB
AnonPages:        102808 kB
Mapped:            14532 kB
Shmem:               200 kB
Slab:             714128 kB
SReclaimable:     155424 kB
SUnreclaim:       558704 kB
KernelStack:        1456 kB
PageTables:         3928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     130440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71288 MiB
End job on node145 at 2012-05-29 19:59:11