Trace number 3694866

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
MD5SUM05ceccb8ea9c274c844c39df1472d3cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-42
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints59186
Number of constraints which are clauses59186
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 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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.18	c model valid
0.00/0.18	c current solution ok
0.00/0.28	o 0
0.00/0.28	c (debug) using card networks
0.00/0.45	c model valid
0.00/0.45	c current solution ok
0.00/0.46	o -29
0.00/0.46	c (debug) using card networks
0.00/0.90	c model valid
0.00/0.90	c current solution ok
0.00/0.91	o -31
0.00/0.91	c (debug) using card networks
1.27/1.35	c model valid
1.27/1.35	c current solution ok
1.27/1.35	o -33
1.27/1.35	c (debug) using card networks
4.27/4.32	c model valid
4.27/4.32	c current solution ok
4.27/4.32	o -34
4.27/4.32	c (debug) using card networks
7.57/7.62	c model valid
7.57/7.62	c current solution ok
7.57/7.63	o -35
7.57/7.63	c (debug) using card networks
11.86/11.90	c model valid
11.86/11.90	c current solution ok
11.86/11.91	o -36
11.86/11.91	c (debug) using card networks
16.27/16.35	c model valid
16.27/16.35	c current solution ok
16.27/16.36	o -37
16.27/16.36	c (debug) using card networks
22.47/22.53	c model valid
22.47/22.53	c current solution ok
22.47/22.53	o -38
22.47/22.53	c (debug) using card networks
30.56/30.62	c model valid
30.56/30.62	c current solution ok
30.56/30.62	o -39
30.56/30.62	c (debug) using card networks
37.75/37.83	c model valid
37.75/37.83	c current solution ok
37.75/37.84	o -40
37.75/37.84	c (debug) using card networks
49.74/49.89	c model valid
49.74/49.89	c current solution ok
49.74/49.89	o -41
49.74/49.89	c (debug) using card networks
68.93/69.02	c model valid
68.93/69.02	c current solution ok
68.93/69.02	o -42
68.93/69.02	c (debug) using card networks
205.01/205.18	c model valid
205.01/205.18	c current solution ok
205.01/205.18	o -43
205.01/205.18	c (debug) using card networks
1800.04/1800.51	c error: unexpected solver exit code
1800.04/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-3694866-1338061959/watcher-3694866-1338061959 -o /tmp/evaluation-result-3694866-1338061959/solver-3694866-1338061959 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694866-1338061959.opb 1823510389 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.00 2.00 2.00 3/179 8080
/proc/meminfo: memFree=28949896/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0

[startup+0.0752299 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8080
/proc/meminfo: memFree=28949896/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8080
/proc/meminfo: memFree=28949896/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/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.00 2.00 2.00 3/179 8080
/proc/meminfo: memFree=28949896/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700166 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8080
/proc/meminfo: memFree=28949896/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8093
/proc/meminfo: memFree=28927860/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=1.35 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 5641 17831 0 0 45 9 77 4 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 17024

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8096
/proc/meminfo: memFree=28925884/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=1.35 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 5641 17831 0 0 45 9 77 4 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8095] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8095/stat : 8095 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272321005 9367552 267 33554432000 4194304 5064252 140733652981824 140733652980736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8095/statm: 2287 267 226 213 0 72 0
[pid=8096] ppid=8095 vsize=19196 CPUtime=1.71 cores=0,2,4,6
/proc/8096/stat : 8096 (glucose_static) R 8095 8080 6780 0 -1 4202496 5390 0 0 0 170 1 0 0 20 0 1 0 272321006 19656704 3922 33554432000 4194304 4896791 140735594454272 140735594451784 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8096/statm: 4799 3922 78 172 0 4625 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 45368

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8099
/proc/meminfo: memFree=28923080/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=4.32 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 6867 24965 0 0 54 9 363 6 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8098] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8098/stat : 8098 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272321302 9367552 267 33554432000 4194304 5064252 140735803908240 140735803907152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8098/statm: 2287 267 226 213 0 72 0
[pid=8099] ppid=8098 vsize=19232 CPUtime=1.94 cores=0,2,4,6
/proc/8099/stat : 8099 (glucose_static) R 8098 8080 6780 0 -1 4202496 5610 0 0 0 193 1 0 0 20 0 1 0 272321303 19693568 3950 33554432000 4194304 4896791 140733898182272 140733898179784 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8099/statm: 4808 3950 78 172 0 4634 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 45404

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8108
/proc/meminfo: memFree=28923844/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=11.89 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 9319 41110 0 0 71 9 1099 10 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8107] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8107/stat : 8107 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272322061 9367552 266 33554432000 4194304 5064252 140736440143584 140736440142496 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8107/statm: 2287 266 226 213 0 72 0
[pid=8108] ppid=8107 vsize=19032 CPUtime=0.75 cores=0,2,4,6
/proc/8108/stat : 8108 (glucose_static) R 8107 8080 6780 0 -1 4202496 4458 0 0 0 75 0 0 0 20 0 1 0 272322061 19488768 3827 33554432000 4194304 4896791 140737273340864 140737273338376 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8108/statm: 4758 3827 76 172 0 4584 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 45204

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8114
/proc/meminfo: memFree=28919720/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=22.52 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 11697 61325 0 0 88 10 2138 16 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8113] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8113/stat : 8113 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272323123 9367552 267 33554432000 4194304 5064252 140736012695168 140736012694080 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 2287 267 226 213 0 72 0
[pid=8114] ppid=8113 vsize=19520 CPUtime=2.93 cores=0,2,4,6
/proc/8114/stat : 8114 (glucose_static) R 8113 8080 6780 0 -1 4202496 6363 0 0 0 291 2 0 0 20 0 1 0 272323123 19988480 4291 33554432000 4194304 4896791 140734816508288 140734816505800 4205669 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8114/statm: 4880 4291 78 172 0 4706 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 45692

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8126
/proc/meminfo: memFree=28914172/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=49.87 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 15301 98470 0 0 113 11 4836 27 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8125] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8125/stat : 8125 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272325860 9367552 266 33554432000 4194304 5064252 140735452101392 140735452100304 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8125/statm: 2287 266 226 213 0 72 0
[pid=8126] ppid=8125 vsize=19088 CPUtime=1.16 cores=0,2,4,6
/proc/8126/stat : 8126 (glucose_static) R 8125 8080 6780 0 -1 4202496 5271 0 0 0 115 1 0 0 20 0 1 0 272325860 19546112 4102 33554432000 4194304 4896791 140737396668208 140737396665448 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8126/statm: 4772 4102 78 172 0 4598 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 45260

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8132
/proc/meminfo: memFree=28904796/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=69 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 16453 113758 0 0 122 11 6734 33 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8128] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8128/stat : 8128 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272327772 9367552 267 33554432000 4194304 5064252 140734145777344 140734145776256 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8128/statm: 2287 267 226 213 0 72 0
[pid=8129] ppid=8128 vsize=31708 CPUtime=33.23 cores=0,2,4,6
/proc/8129/stat : 8129 (glucose_static) R 8128 8080 6780 0 -1 4202496 18199 0 0 0 3319 4 0 0 20 0 1 0 272327772 32468992 7133 33554432000 4194304 4896791 140736680772832 140736680770120 4224975 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8129/statm: 7927 7133 78 172 0 7753 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 57880

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8133
/proc/meminfo: memFree=28882604/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=69 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 16453 113758 0 0 122 11 6734 33 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8128] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8128/stat : 8128 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272327772 9367552 267 33554432000 4194304 5064252 140734145777344 140734145776256 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8128/statm: 2287 267 226 213 0 72 0
[pid=8129] ppid=8128 vsize=43540 CPUtime=93.22 cores=0,2,4,6
/proc/8129/stat : 8129 (glucose_static) R 8128 8080 6780 0 -1 4202496 29121 0 0 0 9311 11 0 0 20 0 1 0 272327772 44584960 9331 33554432000 4194304 4896791 140736680772832 140736680770040 4225201 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8129/statm: 10885 9331 78 172 0 10711 0
Current children cumulated CPU time (s) 162.22

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

/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 117835 0 0 0 121603 77 0 0 20 0 1 0 272341388 112533504 24266 33554432000 4194304 4896791 140737087694096 140737087691304 4225435 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 27474 24266 78 172 0 27300 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 136068

[startup+1482.3 s]
/proc/loadavg: 2.08 2.08 2.01 3/183 8169
/proc/meminfo: memFree=28732676/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=205.11 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 17679 150617 0 0 130 11 20322 48 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8135] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8135/stat : 8135 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272341388 9367552 266 33554432000 4194304 5064252 140735369286256 140735369285168 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8135/statm: 2287 266 226 213 0 72 0
[pid=8136] ppid=8135 vsize=141788 CPUtime=1276.78 cores=0,2,4,6
/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 120214 0 0 0 127598 80 0 0 20 0 1 0 272341388 145190912 28736 33554432000 4194304 4896791 140737087694096 140737087691624 4225420 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 35447 28736 78 172 0 35273 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 167960

[startup+1542.3 s]
/proc/loadavg: 2.08 2.08 2.01 3/183 8170
/proc/meminfo: memFree=28779932/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=205.11 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 17679 150617 0 0 130 11 20322 48 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8135] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8135/stat : 8135 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272341388 9367552 266 33554432000 4194304 5064252 140735369286256 140735369285168 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8135/statm: 2287 266 226 213 0 72 0
[pid=8136] ppid=8135 vsize=111648 CPUtime=1336.77 cores=0,2,4,6
/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 123743 0 0 0 133595 82 0 0 20 0 1 0 272341388 114327552 23349 33554432000 4194304 4896791 140737087694096 140737087691624 4225376 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 27912 23349 78 172 0 27738 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 137820

[startup+1602.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/183 8170
/proc/meminfo: memFree=28745840/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=205.11 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 17679 150617 0 0 130 11 20322 48 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8135] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8135/stat : 8135 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272341388 9367552 266 33554432000 4194304 5064252 140735369286256 140735369285168 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8135/statm: 2287 266 226 213 0 72 0
[pid=8136] ppid=8135 vsize=143248 CPUtime=1396.75 cores=0,2,4,6
/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 126596 0 0 0 139592 83 0 0 20 0 1 0 272341388 146685952 28048 33554432000 4194304 4896791 140737087694096 140737087691624 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 35812 28048 78 172 0 35638 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 169420

[startup+1662.3 s]
/proc/loadavg: 2.10 2.09 2.02 3/184 8173
/proc/meminfo: memFree=28758324/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=205.11 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 17679 150617 0 0 130 11 20322 48 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8135] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8135/stat : 8135 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272341388 9367552 266 33554432000 4194304 5064252 140735369286256 140735369285168 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8135/statm: 2287 266 226 213 0 72 0
[pid=8136] ppid=8135 vsize=93936 CPUtime=1456.75 cores=0,2,4,6
/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 128873 0 0 0 145590 85 0 0 20 0 1 0 272341388 96190464 21472 33554432000 4194304 4896791 140737087694096 140737087691304 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 23484 21472 78 172 0 23310 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 120108

[startup+1722.3 s]
/proc/loadavg: 2.13 2.10 2.02 3/183 8173
/proc/meminfo: memFree=28743704/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=205.11 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 17679 150617 0 0 130 11 20322 48 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8135] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8135/stat : 8135 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272341388 9367552 266 33554432000 4194304 5064252 140735369286256 140735369285168 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8135/statm: 2287 266 226 213 0 72 0
[pid=8136] ppid=8135 vsize=113936 CPUtime=1516.74 cores=0,2,4,6
/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 131374 0 0 0 151586 88 0 0 20 0 1 0 272341388 116670464 24369 33554432000 4194304 4896791 140737087694096 140737087691624 4224687 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 28484 24369 78 172 0 28310 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 140108

[startup+1782.3 s]
/proc/loadavg: 2.05 2.08 2.02 3/183 8227
/proc/meminfo: memFree=28798832/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=205.11 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 17679 150617 0 0 130 11 20322 48 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8135] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8135/stat : 8135 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272341388 9367552 266 33554432000 4194304 5064252 140735369286256 140735369285168 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8135/statm: 2287 266 226 213 0 72 0
[pid=8136] ppid=8135 vsize=114856 CPUtime=1576.72 cores=0,2,4,6
/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 132361 0 0 0 157582 90 0 0 20 0 1 0 272341388 117612544 27256 33554432000 4194304 4896791 140737087694096 140737087691624 4225183 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 28714 27256 78 172 0 28540 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 141028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.07 2.02 3/183 8230
/proc/meminfo: memFree=28786172/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=205.11 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 17679 150617 0 0 130 11 20322 48 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8135] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8135/stat : 8135 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272341388 9367552 266 33554432000 4194304 5064252 140735369286256 140735369285168 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8135/statm: 2287 266 226 213 0 72 0
[pid=8136] ppid=8135 vsize=145820 CPUtime=1594.93 cores=0,2,4,6
/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 132985 0 0 0 159402 91 0 0 20 0 1 0 272341388 149319680 30939 33554432000 4194304 4896791 140737087694096 140737087691384 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 36455 30939 78 172 0 36281 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 171992

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.04 2.07 2.02 3/183 8230
/proc/meminfo: memFree=28786172/32873844 swapFree=7116/7116
[pid=8080] ppid=8078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8080/stat : 8080 (runPb2satCp2.sh) S 8078 8080 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272320867 9367552 275 33554432000 4194304 5064252 140736353125872 140736353124784 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8080/statm: 2287 275 233 213 0 72 0
[pid=8081] ppid=8080 vsize=7876 CPUtime=205.11 cores=0,2,4,6
/proc/8081/stat : 8081 (pb2sat) S 8080 8080 6780 0 -1 4202496 17679 150617 0 0 130 11 20322 48 20 0 1 0 272320867 8065024 1361 33554432000 4194304 5873084 140737428707536 140737428701352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8081/statm: 1969 1361 172 410 0 1551 0
[pid=8135] ppid=8081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8135/stat : 8135 (satsolver.sh) S 8081 8080 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272341388 9367552 266 33554432000 4194304 5064252 140735369286256 140735369285168 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8135/statm: 2287 266 226 213 0 72 0
[pid=8136] ppid=8135 vsize=145820 CPUtime=1594.93 cores=0,2,4,6
/proc/8136/stat : 8136 (glucose_static) R 8135 8080 6780 0 -1 4202496 132985 0 0 0 159402 91 0 0 20 0 1 0 272341388 149319680 30939 33554432000 4194304 4896791 140737087694096 140737087691384 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8136/statm: 36455 30939 78 172 0 36281 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 171992

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8080 and gives
#  childrusage.ru_utime.tv_sec=204
#  childrusage.ru_utime.tv_usec=532906
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=608907
# CPU time returned by wait4() is 205.142
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1798.54
CPU system time (s): 1.5
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 202200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.533
system time used= 0.608907
maximum resident set size= 57948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169275
page faults= 0
swaps= 0
block input operations= 0
block output operations= 62984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149
involuntary context switches= 413

runsolver used 6.86796 second user time and 18.0333 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-26 21:52:39
IDJOB=3694866
IDBENCH=2252
IDSOLVER=2273
FILE ID=node146/3694866-1338061959
RUNJOBID= node146-1338052923-6796
PBS_JOBID= 14624393
Free space on /tmp= 71156 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694866-1338061959/watcher-3694866-1338061959 -o /tmp/evaluation-result-3694866-1338061959/solver-3694866-1338061959 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694866-1338061959.opb 1823510389 HOME HOME

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

MD5SUM BENCH= 05ceccb8ea9c274c844c39df1472d3cc
RANDOM SEED=1823510389

node146.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.034
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.06
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.034
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.92
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.034
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.91
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.034
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.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28950424 kB
Buffers:          272948 kB
Cached:          2841800 kB
SwapCached:         2348 kB
Active:           922552 kB
Inactive:        2218284 kB
Active(anon):      25612 kB
Inactive(anon):     3064 kB
Active(file):     896940 kB
Inactive(file):  2215220 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             22464 kB
Writeback:             0 kB
AnonPages:        102740 kB
Mapped:             8840 kB
Shmem:                 0 kB
Slab:             644212 kB
SReclaimable:      85600 kB
SUnreclaim:       558612 kB
KernelStack:        1520 kB
PageTables:         4304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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= 71136 MiB
End job on node146 at 2012-05-26 22:22:40