Trace number 3696466

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.07 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
MD5SUMdc857dc123c51e1f53f981679774fda8
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.05
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 constraints80072
Number of constraints which are clauses80072
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.37	o 0
0.00/0.37	c current bound: 575
0.00/0.37	c (debug) using card networks
5.56/5.76	c current bound: 863
5.56/5.76	c (debug) using card networks
13.99/14.27	c current bound: 1007
13.99/14.27	c (debug) using card networks
25.48/25.74	c current bound: 1079
25.48/25.74	c (debug) using card networks
42.16/42.42	c current bound: 1115
42.16/42.42	c (debug) using card networks
43.99/44.28	c model valid
43.99/44.28	c current solution ok
43.99/44.28	o -37
43.99/44.28	c current bound: 1096
43.99/44.28	c (debug) using card networks
61.16/61.42	c current bound: 1105
61.16/61.42	c (debug) using card networks
84.65/84.94	c model valid
84.65/84.94	c current solution ok
84.65/84.94	o -45
84.65/84.94	c current bound: 1101
84.65/84.94	c (debug) using card networks
1800.02/1800.61	./satsolver.sh: line 5:  3057 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1800.61	c error: unexpected solver exit code
1800.02/1800.61	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-3696466-1338063369/watcher-3696466-1338063369 -o /tmp/evaluation-result-3696466-1338063369/solver-3696466-1338063369 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696466-1338063369.opb 157277417 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.08 2.08 2.03 2/177 3029
/proc/meminfo: memFree=28212132/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0

[startup+0.078862 s]
/proc/loadavg: 2.08 2.08 2.03 2/177 3029
/proc/meminfo: memFree=28212132/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.08 2.08 2.03 2/177 3029
/proc/meminfo: memFree=28212132/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.08 2.08 2.03 2/177 3029
/proc/meminfo: memFree=28212132/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700197 s]
/proc/loadavg: 2.08 2.08 2.03 2/177 3029
/proc/meminfo: memFree=28212132/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.08 2.08 2.03 3/181 3036
/proc/meminfo: memFree=28170276/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=8300 CPUtime=0.41 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 3173 2260 0 0 32 8 1 0 20 0 1 0 272465296 8499200 1630 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3030/statm: 2075 1630 172 410 0 1657 0
[pid=3035] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3035/stat : 3035 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272465339 9367552 266 33554432000 4194304 5064252 140733578488656 140733578487568 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3035/statm: 2287 266 226 213 0 72 0
[pid=3036] ppid=3035 vsize=32776 CPUtime=1.05 cores=1,3,5,7
/proc/3036/stat : 3036 (glucose_static) R 3035 3029 719 0 -1 4202496 8508 0 0 0 103 2 0 0 20 0 1 0 272465339 33562624 7385 33554432000 4194304 4896791 140735285985664 140735285983176 4224921 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3036/statm: 8194 7385 76 172 0 8020 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 59372

[startup+3.10045 s]
/proc/loadavg: 2.07 2.08 2.02 3/181 3036
/proc/meminfo: memFree=28169516/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=8300 CPUtime=0.41 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 3173 2260 0 0 32 8 1 0 20 0 1 0 272465296 8499200 1630 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3030/statm: 2075 1630 172 410 0 1657 0
[pid=3035] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3035/stat : 3035 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272465339 9367552 266 33554432000 4194304 5064252 140733578488656 140733578487568 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3035/statm: 2287 266 226 213 0 72 0
[pid=3036] ppid=3035 vsize=32812 CPUtime=2.65 cores=1,3,5,7
/proc/3036/stat : 3036 (glucose_static) R 3035 3029 719 0 -1 4202496 10168 0 0 0 263 2 0 0 20 0 1 0 272465339 33599488 7430 33554432000 4194304 4896791 140735285985664 140735285983176 4224921 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3036/statm: 8203 7430 76 172 0 8029 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 59408

[startup+6.30024 s]
/proc/loadavg: 2.07 2.08 2.02 3/181 3036
/proc/meminfo: memFree=28165236/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=11372 CPUtime=5.62 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 4441 16081 0 0 37 9 512 4 20 0 1 0 272465296 11644928 2181 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3030/statm: 2843 2181 172 410 0 2425 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 20520

[startup+12.7005 s]
/proc/loadavg: 2.06 2.07 2.02 3/181 3039
/proc/meminfo: memFree=28152104/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=11372 CPUtime=5.62 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 4441 16081 0 0 37 9 512 4 20 0 1 0 272465296 11644928 2181 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3030/statm: 2843 2181 172 410 0 2425 0
[pid=3038] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3038/stat : 3038 (satsolver.sh) S 3030 3029 719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272465878 9367552 267 33554432000 4194304 5064252 140736537637312 140736537636224 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3038/statm: 2287 267 226 213 0 72 0
[pid=3039] ppid=3038 vsize=35804 CPUtime=6.86 cores=1,3,5,7
/proc/3039/stat : 3039 (glucose_static) R 3038 3029 719 0 -1 4202496 14805 0 0 0 683 3 0 0 20 0 1 0 272465878 36663296 8065 33554432000 4194304 4896791 140736809906256 140736809903768 4224910 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3039/statm: 8951 8065 76 172 0 8777 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 65472

[startup+25.5004 s]
/proc/loadavg: 2.05 2.07 2.02 3/181 3042
/proc/meminfo: memFree=28141004/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=11372 CPUtime=14.13 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 5709 33754 0 0 42 10 1352 9 20 0 1 0 272465296 11644928 2181 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3030/statm: 2843 2181 172 410 0 2425 0
[pid=3041] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3041/stat : 3041 (satsolver.sh) S 3030 3029 719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272466730 9367552 267 33554432000 4194304 5064252 140733728309040 140733728307952 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3041/statm: 2287 267 226 213 0 72 0
[pid=3042] ppid=3041 vsize=36204 CPUtime=11.14 cores=1,3,5,7
/proc/3042/stat : 3042 (glucose_static) R 3041 3029 719 0 -1 4202496 18640 0 0 0 1112 2 0 0 20 0 1 0 272466730 37072896 7806 33554432000 4194304 4896791 140736564510240 140736564507752 4223833 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3042/statm: 9051 7806 76 172 0 8877 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 65872

[startup+51.1004 s]
/proc/loadavg: 2.03 2.06 2.02 3/181 3051
/proc/meminfo: memFree=28149000/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=44.13 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 10656 90604 0 0 66 12 4311 24 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3050] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3050/stat : 3050 (satsolver.sh) S 3030 3029 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272469731 9367552 266 33554432000 4194304 5064252 140736322605328 140736322604240 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3050/statm: 2287 266 226 213 0 72 0
[pid=3051] ppid=3050 vsize=36772 CPUtime=6.73 cores=1,3,5,7
/proc/3051/stat : 3051 (glucose_static) R 3050 3029 719 0 -1 4202496 14989 0 0 0 670 3 0 0 20 0 1 0 272469731 37654528 8157 33554432000 4194304 4896791 140735878702720 140735878700232 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3051/statm: 9193 8157 78 172 0 9019 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 67956

[startup+102.307 s]
/proc/loadavg: 2.01 2.05 2.02 3/181 3057
/proc/meminfo: memFree=28135148/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=38464 CPUtime=17.29 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 25398 0 0 0 1725 4 0 0 20 0 1 0 272473797 39387136 8664 33554432000 4194304 4896791 140735485894080 140735485891592 4223862 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3057/statm: 9616 8664 78 172 0 9442 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 69648

[startup+162.3 s]
/proc/loadavg: 2.08 2.06 2.02 3/181 3057
/proc/meminfo: memFree=28144308/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=55412 CPUtime=77.27 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 42786 0 0 0 7714 13 0 0 20 0 1 0 272473797 56741888 12071 33554432000 4194304 4896791 140735485894080 140735485891608 4225671 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 13853 12071 78 172 0 13679 0
Current children cumulated CPU time (s) 162.03

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3188
/proc/meminfo: memFree=19778304/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=152472 CPUtime=1277.02 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 123595 0 0 0 127611 91 0 0 20 0 1 0 272473797 156131328 30798 33554432000 4194304 4896791 140735485894080 140735485891288 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 38118 30798 78 172 0 37944 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 183656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3188
/proc/meminfo: memFree=19801816/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=103616 CPUtime=1337.01 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 125628 0 0 0 133607 94 0 0 20 0 1 0 272473797 106102784 24749 33554432000 4194304 4896791 140735485894080 140735485891656 4225108 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 25904 24749 78 172 0 25730 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 134800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3191
/proc/meminfo: memFree=19785048/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=123520 CPUtime=1397 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 127912 0 0 0 139603 97 0 0 20 0 1 0 272473797 126484480 29091 33554432000 4194304 4896791 140735485894080 140735485891608 4225134 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 30880 29091 78 172 0 30706 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 154704

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3192
/proc/meminfo: memFree=19778332/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=154900 CPUtime=1456.99 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 130137 0 0 0 145600 99 0 0 20 0 1 0 272473797 158617600 30831 33554432000 4194304 4896791 140735485894080 140735485891608 4224971 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 38725 30831 78 172 0 38551 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 186084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3192
/proc/meminfo: memFree=19806500/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=106484 CPUtime=1516.99 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 132502 0 0 0 151596 103 0 0 20 0 1 0 272473797 109039616 24024 33554432000 4194304 4896791 140735485894080 140735485891656 4224971 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 26621 24024 78 172 0 26447 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 137668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3192
/proc/meminfo: memFree=19790032/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=126208 CPUtime=1576.97 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 134414 0 0 0 157592 105 0 0 20 0 1 0 272473797 129236992 27856 33554432000 4194304 4896791 140735485894080 140735485891608 4206044 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 31552 27856 78 172 0 31378 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 157392

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 3192
/proc/meminfo: memFree=19778920/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=127472 CPUtime=1636.96 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 135921 0 0 0 163588 108 0 0 20 0 1 0 272473797 130531328 30725 33554432000 4194304 4896791 140735485894080 140735485891368 4225151 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 31868 30725 78 172 0 31694 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 158656

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3192
/proc/meminfo: memFree=19771324/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=158988 CPUtime=1696.95 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 137406 0 0 0 169584 111 0 0 20 0 1 0 272473797 162803712 32574 33554432000 4194304 4896791 140735485894080 140735485891608 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 39747 32574 78 172 0 39573 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 190172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3192
/proc/meminfo: memFree=19801812/32873844 swapFree=6080/6080
[pid=3029] ppid=3027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3029/stat : 3029 (runPb2sat.sh) S 3027 3029 719 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272465296 9367552 275 33554432000 4194304 5064252 140736002401280 140736002400192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3029/statm: 2287 275 233 213 0 72 0
[pid=3030] ppid=3029 vsize=12888 CPUtime=84.76 cores=1,3,5,7
/proc/3030/stat : 3030 (pb2sat) S 3029 3029 719 0 -1 4202496 14046 144114 0 0 86 13 8337 40 20 0 1 0 272465296 13197312 2620 33554432000 4194304 5873084 140737384996240 140737384990056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3030/statm: 3222 2620 172 410 0 2804 0
[pid=3056] ppid=3030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (satsolver.sh) S 3030 3029 719 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272473796 9367552 266 33554432000 4194304 5064252 140735274028560 140735274027472 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2287 266 226 213 0 72 0
[pid=3057] ppid=3056 vsize=110100 CPUtime=1715.26 cores=1,3,5,7
/proc/3057/stat : 3057 (glucose_static) R 3056 3029 719 0 -1 4202496 137919 0 0 0 171414 112 0 0 20 0 1 0 272473797 112742400 24670 33554432000 4194304 4896791 140735485894080 140735485891336 4225243 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3057/statm: 27525 24670 78 172 0 27351 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 141284

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.62
CPU time (s): 1800.07
CPU user time (s): 1798.39
CPU system time (s): 1.67374
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 220188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.67374
maximum resident set size= 169060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 68888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156
involuntary context switches= 5379

runsolver used 3.60645 second user time and 8.18975 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-26 22:16:09
IDJOB=3696466
IDBENCH=2260
IDSOLVER=2274
FILE ID=node110/3696466-1338063369
RUNJOBID= node110-1338050719-736
PBS_JOBID= 14624381
Free space on /tmp= 71540 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-1.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696466-1338063369/watcher-3696466-1338063369 -o /tmp/evaluation-result-3696466-1338063369/solver-3696466-1338063369 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696466-1338063369.opb 157277417 HOME HOME

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

MD5SUM BENCH= dc857dc123c51e1f53f981679774fda8
RANDOM SEED=157277417

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.893
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.92
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.893
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.90
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.893
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.893
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:       32873844 kB
MemFree:        28213140 kB
Buffers:          259916 kB
Cached:          3488780 kB
SwapCached:            0 kB
Active:           798120 kB
Inactive:        3084192 kB
Active(anon):     136072 kB
Inactive(anon):        0 kB
Active(file):     662048 kB
Inactive(file):  3084192 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10504 kB
Writeback:             0 kB
AnonPages:        225388 kB
Mapped:            14140 kB
Shmem:               200 kB
Slab:             635756 kB
SReclaimable:      78468 kB
SUnreclaim:       557288 kB
KernelStack:        1504 kB
PageTables:         3628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     246172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71528 MiB
End job on node110 at 2012-05-26 22:46:09