Trace number 3696467

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.12 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
MD5SUM669011fc499ae56e44c354cc6cddc4c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80851
Number of constraints which are clauses80851
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 constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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

0.00/0.25	c model valid
0.00/0.25	c current solution ok
0.00/0.38	o 0
0.00/0.38	c current bound: 575
0.00/0.38	c (debug) using card networks
3.96/4.07	c current bound: 863
3.96/4.07	c (debug) using card networks
11.06/11.10	c current bound: 1007
11.06/11.10	c (debug) using card networks
20.66/20.70	c current bound: 1079
20.66/20.70	c (debug) using card networks
34.36/34.45	c current bound: 1115
34.36/34.45	c (debug) using card networks
37.16/37.24	c model valid
37.16/37.24	c current solution ok
37.16/37.25	o -37
37.16/37.25	c current bound: 1096
37.16/37.25	c (debug) using card networks
50.26/50.34	c current bound: 1105
50.26/50.34	c (debug) using card networks
74.45/74.53	c model valid
74.45/74.53	c current solution ok
74.45/74.54	o -45
74.45/74.54	c current bound: 1101
74.45/74.54	c (debug) using card networks
1800.08/1800.50	./satsolver.sh: line 5:  5065 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.50	c error: unexpected solver exit code
1800.08/1800.50	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-3696467-1338063737/watcher-3696467-1338063737 -o /tmp/evaluation-result-3696467-1338063737/solver-3696467-1338063737 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696467-1338063737.opb 1658728432 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.03 2.02 2.00 3/179 4977
/proc/meminfo: memFree=29933280/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0

[startup+0.043286 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4977
/proc/meminfo: memFree=29933280/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4977
/proc/meminfo: memFree=29933280/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300249 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4977
/proc/meminfo: memFree=29933280/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700304 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4977
/proc/meminfo: memFree=29933280/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 4984
/proc/meminfo: memFree=29892432/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=8300 CPUtime=0.41 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 3086 2744 0 0 29 11 1 0 20 0 1 0 272501083 8499200 1539 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4978/statm: 2075 1539 172 410 0 1657 0
[pid=4983] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4983/stat : 4983 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272501127 9367552 267 33554432000 4194304 5064252 140733954468080 140733954466992 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4983/statm: 2287 267 226 213 0 72 0
[pid=4984] ppid=4983 vsize=32844 CPUtime=1.05 cores=1,3,5,7
/proc/4984/stat : 4984 (glucose_static) R 4983 4977 3861 0 -1 4202496 8738 0 0 0 104 1 0 0 20 0 1 0 272501127 33632256 7414 33554432000 4194304 4896791 140734121148496 140734121146008 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4984/statm: 8211 7414 76 172 0 8037 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 59440

[startup+3.10043 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 4984
/proc/meminfo: memFree=29888660/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=8300 CPUtime=0.41 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 3086 2744 0 0 29 11 1 0 20 0 1 0 272501083 8499200 1539 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4978/statm: 2075 1539 172 410 0 1657 0
[pid=4983] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4983/stat : 4983 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272501127 9367552 267 33554432000 4194304 5064252 140733954468080 140733954466992 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4983/statm: 2287 267 226 213 0 72 0
[pid=4984] ppid=4983 vsize=32920 CPUtime=2.64 cores=1,3,5,7
/proc/4984/stat : 4984 (glucose_static) R 4983 4977 3861 0 -1 4202496 11019 0 0 0 263 1 0 0 20 0 1 0 272501127 33710080 7476 33554432000 4194304 4896791 140734121148496 140734121146008 4225201 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4984/statm: 8230 7476 76 172 0 8056 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 59516

[startup+6.30042 s]
/proc/loadavg: 2.11 2.04 2.01 2/175 5014
/proc/meminfo: memFree=30013264/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=11372 CPUtime=4.11 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 4593 16250 0 0 34 12 362 3 20 0 1 0 272501083 11644928 2424 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4978/statm: 2843 2424 172 410 0 2425 0
[pid=4986] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4986/stat : 4986 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272501497 9367552 267 33554432000 4194304 5064252 140733714491264 140733714490176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4986/statm: 2287 267 226 213 0 72 0
[pid=4987] ppid=4986 vsize=32964 CPUtime=2.15 cores=1,3,5,7
/proc/4987/stat : 4987 (glucose_static) R 4986 4977 3861 0 -1 4202496 10349 0 0 0 214 1 0 0 20 0 1 0 272501497 33755136 7463 33554432000 4194304 4896791 140736310261952 140736310259464 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4987/statm: 8241 7463 76 172 0 8067 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 62632

[startup+12.7004 s]
/proc/loadavg: 2.10 2.04 2.00 3/183 5038
/proc/meminfo: memFree=29953060/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=11372 CPUtime=11.13 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 6100 34529 0 0 39 13 1054 7 20 0 1 0 272501083 11644928 2424 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4978/statm: 2843 2424 172 410 0 2425 0
[pid=5034] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5034/stat : 5034 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272502199 9367552 267 33554432000 4194304 5064252 140734894249376 140734894248288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5034/statm: 2287 267 226 213 0 72 0
[pid=5035] ppid=5034 vsize=32996 CPUtime=1.53 cores=1,3,5,7
/proc/5035/stat : 5035 (glucose_static) R 5034 4977 3861 0 -1 4202496 9692 0 0 0 152 1 0 0 20 0 1 0 272502199 33787904 7460 33554432000 4194304 4896791 140734473261568 140734473259080 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5035/statm: 8249 7460 76 172 0 8075 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 62664

[startup+25.5004 s]
/proc/loadavg: 2.16 2.05 2.01 3/183 5044
/proc/meminfo: memFree=29950776/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=11380 CPUtime=20.74 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 7607 55220 0 0 45 13 2004 12 20 0 1 0 272501083 11653120 2424 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4978/statm: 2845 2424 172 410 0 2427 0
[pid=5040] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272503160 9367552 266 33554432000 4194304 5064252 140734913395472 140734913394384 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5040/statm: 2287 266 226 213 0 72 0
[pid=5041] ppid=5040 vsize=36640 CPUtime=4.72 cores=1,3,5,7
/proc/5041/stat : 5041 (glucose_static) R 5040 4977 3861 0 -1 4202496 14492 0 0 0 470 2 0 0 20 0 1 0 272503160 37519360 8061 33554432000 4194304 4896791 140735843750736 140735843748248 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5041/statm: 9160 8061 78 172 0 8986 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 66316

[startup+51.1004 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 5056
/proc/meminfo: memFree=29950576/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=50.36 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 12734 115839 0 0 70 15 4925 26 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5055] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5055/stat : 5055 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272506124 9367552 266 33554432000 4194304 5064252 140737125853904 140737125852816 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5055/statm: 2287 266 226 213 0 72 0
[pid=5056] ppid=5055 vsize=33668 CPUtime=0.68 cores=1,3,5,7
/proc/5056/stat : 5056 (glucose_static) R 5055 4977 3861 0 -1 4202496 8020 0 0 0 67 1 0 0 20 0 1 0 272506124 34476032 7898 33554432000 4194304 4896791 140734964860944 140734964858456 4207793 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5056/statm: 8417 7898 76 172 0 8243 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 64852

[startup+102.307 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 5068
/proc/meminfo: memFree=29937956/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=44436 CPUtime=27.68 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 32564 0 0 0 2760 8 0 0 20 0 1 0 272508543 45502464 10023 33554432000 4194304 4896791 140734976004752 140734976002328 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 11109 10023 78 172 0 10935 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 75620

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 5068
/proc/meminfo: memFree=29908852/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5079
/proc/meminfo: memFree=29791672/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=122424 CPUtime=1347.4 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 116095 0 0 0 134662 78 0 0 20 0 1 0 272508543 125362176 29265 33554432000 4194304 4896791 140734976004752 140734976000488 4225439 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 30606 29265 78 172 0 30432 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 153608

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 5079
/proc/meminfo: memFree=29762368/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=154176 CPUtime=1407.37 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 118065 0 0 0 140657 80 0 0 20 0 1 0 272508543 157876224 32139 33554432000 4194304 4896791 140734976004752 140734976002008 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 38544 32139 78 172 0 38370 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 185360

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5080
/proc/meminfo: memFree=29778836/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=104700 CPUtime=1467.37 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 119538 0 0 0 146653 84 0 0 20 0 1 0 272508543 107212800 24954 33554432000 4194304 4896791 140734976004752 140734976002328 4225191 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 26175 24954 78 172 0 26001 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 135884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5080
/proc/meminfo: memFree=29763016/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=124356 CPUtime=1527.36 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 121538 0 0 0 152650 86 0 0 20 0 1 0 272508543 127340544 26178 33554432000 4194304 4896791 140734976004752 140734976002280 4225201 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 31089 26178 78 172 0 30915 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 155540

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5080
/proc/meminfo: memFree=29784668/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=125080 CPUtime=1587.35 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 122957 0 0 0 158647 88 0 0 20 0 1 0 272508543 128081920 28372 33554432000 4194304 4896791 140734976004752 140734976002184 4203740 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 31270 28372 78 172 0 31096 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 156264

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 5083
/proc/meminfo: memFree=29770696/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=126628 CPUtime=1647.34 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 124767 0 0 0 164643 91 0 0 20 0 1 0 272508543 129667072 30371 33554432000 4194304 4896791 140734976004752 140734976002040 4224999 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 31657 30371 78 172 0 31483 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 157812

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5083
/proc/meminfo: memFree=29757472/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=159400 CPUtime=1707.32 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 127145 0 0 0 170639 93 0 0 20 0 1 0 272508543 163225600 32482 33554432000 4194304 4896791 140734976004752 140734976002008 4224960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 39850 32482 78 172 0 39676 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 190584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5083
/proc/meminfo: memFree=29770144/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=110136 CPUtime=1725.53 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 127638 0 0 0 172458 95 0 0 20 0 1 0 272508543 112779264 25442 33554432000 4194304 4896791 140734976004752 140734976002328 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 27534 25442 78 172 0 27360 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 141320

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.01 2.01 2.00 3/183 5083
/proc/meminfo: memFree=29770144/32873648 swapFree=7116/7116
[pid=4977] ppid=4975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4977/stat : 4977 (runPb2sat.sh) S 4975 4977 3861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272501083 9367552 275 33554432000 4194304 5064252 140734371784208 140734371783120 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4977/statm: 2287 275 233 213 0 72 0
[pid=4978] ppid=4977 vsize=12888 CPUtime=74.55 cores=1,3,5,7
/proc/4978/stat : 4978 (pb2sat) S 4977 4977 3861 0 -1 4202496 14899 144948 0 0 84 16 7321 34 20 0 1 0 272501083 13197312 2624 33554432000 4194304 5873084 140736983933408 140736983927224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4978/statm: 3222 2624 172 410 0 2804 0
[pid=5064] ppid=4978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5064/stat : 5064 (satsolver.sh) S 4978 4977 3861 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272508543 9367552 266 33554432000 4194304 5064252 140737174130224 140737174129136 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5064/statm: 2287 266 226 213 0 72 0
[pid=5065] ppid=5064 vsize=110136 CPUtime=1725.53 cores=1,3,5,7
/proc/5065/stat : 5065 (glucose_static) R 5064 4977 3861 0 -1 4202496 127638 0 0 0 172458 95 0 0 20 0 1 0 272508543 112779264 25442 33554432000 4194304 4896791 140734976004752 140734976002328 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 27534 25442 78 172 0 27360 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 141320

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1798.64
CPU system time (s): 1.47178
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 220152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.47178
maximum resident set size= 160424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 69248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 236
involuntary context switches= 4215

runsolver used 3.63345 second user time and 8.47871 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-26 22:22:17
IDJOB=3696467
IDBENCH=2264
IDSOLVER=2274
FILE ID=node114/3696467-1338063737
RUNJOBID= node114-1338052930-3878
PBS_JOBID= 14624398
Free space on /tmp= 71392 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696467-1338063737/watcher-3696467-1338063737 -o /tmp/evaluation-result-3696467-1338063737/solver-3696467-1338063737 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696467-1338063737.opb 1658728432 HOME HOME

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

MD5SUM BENCH= 669011fc499ae56e44c354cc6cddc4c7
RANDOM SEED=1658728432

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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		: 2666.242
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.242
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:        29933296 kB
Buffers:          261416 kB
Cached:          1766668 kB
SwapCached:         2036 kB
Active:          1097468 kB
Inactive:        1041284 kB
Active(anon):     105368 kB
Inactive(anon):     7652 kB
Active(file):     992100 kB
Inactive(file):  1033632 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103728 kB
Dirty:             10492 kB
Writeback:             0 kB
AnonPages:        116104 kB
Mapped:            14308 kB
Shmem:               116 kB
Slab:             661668 kB
SReclaimable:     105916 kB
SUnreclaim:       555752 kB
KernelStack:        1464 kB
PageTables:         4504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     243232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71384 MiB
End job on node114 at 2012-05-26 22:52:18