Trace number 3694588

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 NameAnswerCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.13 1801.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_5_ic.opb
MD5SUMb21934a70a1a4d281831f1d388e1f253
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20693353
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 160989184
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 45888664096
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160989184
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 45888664096
Number of bits of the biggest sum of numbers36
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

102.15/102.23	c model valid
102.15/102.23	c current solution ok
104.65/104.78	o 515243757
104.65/104.78	c fallback to adder encoding
117.14/117.25	c model valid
117.14/117.25	c current solution ok
117.19/117.32	o 316476589
117.19/117.32	c fallback to adder encoding
130.15/130.22	c model valid
130.15/130.22	c current solution ok
130.15/130.29	o 314485473
130.15/130.29	c fallback to adder encoding
166.73/166.80	c model valid
166.73/166.80	c current solution ok
166.73/166.88	o 247238777
166.73/166.88	c fallback to adder encoding
184.63/184.76	c model valid
184.63/184.76	c current solution ok
184.68/184.83	o 217604049
184.68/184.83	c fallback to adder encoding
190.92/191.02	c model valid
190.92/191.02	c current solution ok
190.98/191.94	o 166059941
190.98/191.94	c fallback to adder encoding
196.87/197.80	c model valid
196.87/197.80	c current solution ok
196.87/197.88	o 152920735
196.87/197.88	c fallback to adder encoding
334.32/335.38	c model valid
334.32/335.38	c current solution ok
334.43/335.45	o 104707489
334.43/335.45	c fallback to adder encoding
363.22/364.26	c model valid
363.22/364.26	c current solution ok
363.29/364.34	o 104443549
363.29/364.34	c fallback to adder encoding
1419.51/1420.75	c model valid
1419.51/1420.75	c current solution ok
1419.56/1420.82	o 90339023
1419.56/1420.82	c fallback to adder encoding
1800.10/1801.41	./satsolver.sh: line 5: 27987 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1801.41	c error: unexpected solver exit code
1800.10/1801.41	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-3694588-1338230275/watcher-3694588-1338230275 -o /tmp/evaluation-result-3694588-1338230275/solver-3694588-1338230275 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694588-1338230275.opb 939461561 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: 1.84 1.97 1.99 3/179 27825
/proc/meminfo: memFree=30263716/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0

[startup+0.101291 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 27825
/proc/meminfo: memFree=30263716/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200269 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 27825
/proc/meminfo: memFree=30263716/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30027 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 27825
/proc/meminfo: memFree=30263716/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 27825
/proc/meminfo: memFree=30263716/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.84 1.97 1.99 3/181 27827
/proc/meminfo: memFree=30226140/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=136776 CPUtime=1.49 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) R 27825 27825 27775 0 -1 4202496 12854 0 0 0 141 8 0 0 20 0 1 0 289156067 140058624 26103 33554432000 4194304 5873084 140734948928768 140734948926568 5129975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27826/statm: 34194 26103 166 410 0 33776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145924

[startup+3.1004 s]
/proc/loadavg: 1.84 1.97 1.99 3/183 27832
/proc/meminfo: memFree=29997808/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=102624 CPUtime=1.49 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 12858 0 0 0 141 8 0 0 20 0 1 0 289156067 105086976 17568 33554432000 4194304 5873084 140734948928768 140734948925192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27826/statm: 25656 17568 169 410 0 25238 0
[pid=27828] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27828/stat : 27828 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289156217 9367552 267 33554432000 4194304 5064252 140735473540624 140735473539536 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27828/statm: 2287 267 226 213 0 72 0
[pid=27829] ppid=27828 vsize=168188 CPUtime=1.58 cores=0,2,4,6
/proc/27829/stat : 27829 (glucose_static) R 27828 27825 27775 0 -1 4202496 29266 0 0 0 152 6 0 0 20 0 1 0 289156217 172224512 35438 33554432000 4194304 4896791 140734477034416 140734477031624 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27829/statm: 42047 35438 76 172 0 41873 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289108

[startup+6.30039 s]
/proc/loadavg: 1.85 1.97 1.99 3/183 27838
/proc/meminfo: memFree=29996672/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=102624 CPUtime=1.49 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 12858 0 0 0 141 8 0 0 20 0 1 0 289156067 105086976 17568 33554432000 4194304 5873084 140734948928768 140734948925192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27826/statm: 25656 17568 169 410 0 25238 0
[pid=27828] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27828/stat : 27828 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289156217 9367552 267 33554432000 4194304 5064252 140735473540624 140735473539536 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27828/statm: 2287 267 226 213 0 72 0
[pid=27829] ppid=27828 vsize=168320 CPUtime=4.79 cores=0,2,4,6
/proc/27829/stat : 27829 (glucose_static) R 27828 27825 27775 0 -1 4202496 29616 0 0 0 472 7 0 0 20 0 1 0 289156217 172359680 35787 33554432000 4194304 4896791 140734477034416 140734477031624 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27829/statm: 42080 35787 76 172 0 41906 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 289240

[startup+12.7004 s]
/proc/loadavg: 1.86 1.97 1.99 3/183 27853
/proc/meminfo: memFree=29998624/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=102624 CPUtime=1.49 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 12858 0 0 0 141 8 0 0 20 0 1 0 289156067 105086976 17568 33554432000 4194304 5873084 140734948928768 140734948925192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27826/statm: 25656 17568 169 410 0 25238 0
[pid=27828] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27828/stat : 27828 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289156217 9367552 267 33554432000 4194304 5064252 140735473540624 140735473539536 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27828/statm: 2287 267 226 213 0 72 0
[pid=27829] ppid=27828 vsize=168452 CPUtime=11.18 cores=0,2,4,6
/proc/27829/stat : 27829 (glucose_static) R 27828 27825 27775 0 -1 4202496 30521 0 0 0 1110 8 0 0 20 0 1 0 289156217 172494848 35840 33554432000 4194304 4896791 140734477034416 140734477031992 4225376 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27829/statm: 42113 35840 76 172 0 41939 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 289372

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 1.99 3/183 27868
/proc/meminfo: memFree=29996036/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=102624 CPUtime=1.49 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 12858 0 0 0 141 8 0 0 20 0 1 0 289156067 105086976 17568 33554432000 4194304 5873084 140734948928768 140734948925192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27826/statm: 25656 17568 169 410 0 25238 0
[pid=27828] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27828/stat : 27828 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289156217 9367552 267 33554432000 4194304 5064252 140735473540624 140735473539536 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27828/statm: 2287 267 226 213 0 72 0
[pid=27829] ppid=27828 vsize=187976 CPUtime=23.99 cores=0,2,4,6
/proc/27829/stat : 27829 (glucose_static) R 27828 27825 27775 0 -1 4202496 31925 0 0 0 2389 10 0 0 20 0 1 0 289156217 192487424 36897 33554432000 4194304 4896791 140734477034416 140734477031944 4203674 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27829/statm: 46994 36897 76 172 0 46820 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 308896

[startup+51.1004 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 27886
/proc/meminfo: memFree=29987816/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=102624 CPUtime=1.49 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 12858 0 0 0 141 8 0 0 20 0 1 0 289156067 105086976 17568 33554432000 4194304 5873084 140734948928768 140734948925192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27826/statm: 25656 17568 169 410 0 25238 0
[pid=27828] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27828/stat : 27828 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289156217 9367552 267 33554432000 4194304 5064252 140735473540624 140735473539536 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27828/statm: 2287 267 226 213 0 72 0
[pid=27829] ppid=27828 vsize=189024 CPUtime=49.58 cores=0,2,4,6
/proc/27829/stat : 27829 (glucose_static) R 27828 27825 27775 0 -1 4202496 33780 0 0 0 4945 13 0 0 20 0 1 0 289156217 193560576 39689 33554432000 4194304 4896791 140734477034416 140734477031992 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27829/statm: 47256 39689 76 172 0 47082 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 309944

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/181 27892
/proc/meminfo: memFree=30131336/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=113140 CPUtime=102.25 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) R 27825 27825 27775 0 -1 4202496 14562 39792 0 0 186 15 10000 24 20 0 1 0 289156067 115855360 20205 33554432000 4194304 5873084 140734948928768 140734948924376 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27826/statm: 28285 20205 177 410 0 27867 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 122288

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/184 27905
/proc/meminfo: memFree=29557408/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=131.59 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 31597 163693 0 0 680 265 12130 84 20 0 1 0 289156067 289320960 50678 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27826/statm: 70635 50678 184 410 0 70217 0
[pid=27903] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27903/stat : 27903 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289169232 9367552 267 33554432000 4194304 5064252 140735420753248 140735420752160 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27903/statm: 2287 267 226 213 0 72 0
[pid=27904] ppid=27903 vsize=355844 CPUtime=30.62 cores=0,2,4,6
/proc/27904/stat : 27904 (glucose_static) R 27903 27825 27775 0 -1 4202496 62376 0 0 0 3046 16 0 0 20 0 1 0 289169232 364384256 83390 33554432000 4194304 4896791 140736408677296 140736408674616 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27904/statm: 88961 83390 78 172 0 88787 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 656680

[startup+222.3 s]
/proc/loadavg: 2.24 2.07 2.02 3/183 27935
/proc/meminfo: memFree=29576196/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27987
/proc/meminfo: memFree=29832160/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=86264 CPUtime=0.26 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 17246 0 0 0 23 3 0 0 20 0 1 0 289298270 88334336 20432 33554432000 4194304 4896791 140734871958944 140734870908040 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 21566 20434 58 172 0 21392 0
Current children cumulated CPU time (s) 1421.1
Current children cumulated vsize (KiB) 387100

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 27987
/proc/meminfo: memFree=29561000/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=344668 CPUtime=60.25 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 57817 0 0 0 6008 17 0 0 20 0 1 0 289298270 352940032 77639 33554432000 4194304 4896791 140734871958944 140734871956472 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 86167 77639 78 172 0 85993 0
Current children cumulated CPU time (s) 1481.09
Current children cumulated vsize (KiB) 645504

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 27987
/proc/meminfo: memFree=29545276/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=353936 CPUtime=120.24 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 61236 0 0 0 12006 18 0 0 20 0 1 0 289298270 362430464 82348 33554432000 4194304 4896791 140734871958944 140734871956152 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 88484 82348 78 172 0 88310 0
Current children cumulated CPU time (s) 1541.08
Current children cumulated vsize (KiB) 654772

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 27987
/proc/meminfo: memFree=29555852/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=355256 CPUtime=180.2 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 63169 0 0 0 17999 21 0 0 20 0 1 0 289298270 363782144 80690 33554432000 4194304 4896791 140734871958944 140734871956152 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 88814 80690 78 172 0 88640 0
Current children cumulated CPU time (s) 1601.04
Current children cumulated vsize (KiB) 656092

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 27987
/proc/meminfo: memFree=29550040/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=356640 CPUtime=240.18 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 64326 0 0 0 23997 21 0 0 20 0 1 0 289298270 365199360 83579 33554432000 4194304 4896791 140734871958944 140734871956312 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 89160 83579 78 172 0 88986 0
Current children cumulated CPU time (s) 1661.02
Current children cumulated vsize (KiB) 657476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27988
/proc/meminfo: memFree=29537124/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=358532 CPUtime=300.16 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 65751 0 0 0 29992 24 0 0 20 0 1 0 289298270 367136768 84065 33554432000 4194304 4896791 140734871958944 140734871956152 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 89633 84065 78 172 0 89459 0
Current children cumulated CPU time (s) 1721
Current children cumulated vsize (KiB) 659368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27988
/proc/meminfo: memFree=29524740/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=409556 CPUtime=360.15 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 66903 0 0 0 35990 25 0 0 20 0 1 0 289298270 419385344 88477 33554432000 4194304 4896791 140734871958944 140734871956152 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 102389 88477 78 172 0 102215 0
Current children cumulated CPU time (s) 1780.99
Current children cumulated vsize (KiB) 710392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28030
/proc/meminfo: memFree=29577880/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=361016 CPUtime=379.26 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 67608 0 0 0 37898 28 0 0 20 0 1 0 289298270 369680384 83943 33554432000 4194304 4896791 140734871958944 140734871956312 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 90254 83943 78 172 0 90080 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 661852

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28030
/proc/meminfo: memFree=29577880/32873844 swapFree=7108/7108
[pid=27825] ppid=27823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27825/stat : 27825 (runPb2satCp2.sh) S 27823 27825 27775 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289156066 9367552 274 33554432000 4194304 5064252 140736173432912 140736173431824 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27825/statm: 2287 274 233 213 0 72 0
[pid=27826] ppid=27825 vsize=282540 CPUtime=1420.84 cores=0,2,4,6
/proc/27826/stat : 27826 (pb2sat) S 27825 27825 27775 0 -1 4202496 79116 616688 0 0 1802 372 139618 292 20 0 1 0 289156067 289320960 49142 33554432000 4194304 5873084 140734948928768 140734948922584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/27826/statm: 70635 49142 184 410 0 70217 0
[pid=27986] ppid=27826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27986/stat : 27986 (satsolver.sh) S 27826 27825 27775 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289298269 9367552 267 33554432000 4194304 5064252 140737046037168 140737046036080 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 2287 267 226 213 0 72 0
[pid=27987] ppid=27986 vsize=361016 CPUtime=379.26 cores=0,2,4,6
/proc/27987/stat : 27987 (glucose_static) R 27986 27825 27775 0 -1 4202496 67608 0 0 0 37898 28 0 0 20 0 1 0 289298270 369680384 83943 33554432000 4194304 4896791 140734871958944 140734871956312 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 90254 83943 78 172 0 90080 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 661852

Child status: 0
Real time (s): 1801.42
CPU time (s): 1800.13
CPU user time (s): 1793.19
CPU system time (s): 6.94094
CPU usage (%): 99.9289
Max. virtual memory (cumulated for all children) (KiB): 800076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.19
system time used= 6.94094
maximum resident set size= 447720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 764401
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2539008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356
involuntary context switches= 2017

runsolver used 3.81242 second user time and 9.1976 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-28 20:37:55
IDJOB=3694588
IDBENCH=92782
IDSOLVER=2273
FILE ID=node102/3694588-1338230275
RUNJOBID= node102-1338230275-27791
PBS_JOBID= 14624651
Free space on /tmp= 71500 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_5_ic.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694588-1338230275/watcher-3694588-1338230275 -o /tmp/evaluation-result-3694588-1338230275/solver-3694588-1338230275 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694588-1338230275.opb 939461561 HOME HOME

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

MD5SUM BENCH= b21934a70a1a4d281831f1d388e1f253
RANDOM SEED=939461561

node102.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.178
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.35
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.178
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.90
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.178
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.178
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.178
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.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
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.178
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.178
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:        30269120 kB
Buffers:          396896 kB
Cached:          1341336 kB
SwapCached:            0 kB
Active:          1074484 kB
Inactive:         691564 kB
Active(anon):      19544 kB
Inactive(anon):    11064 kB
Active(file):    1054940 kB
Inactive(file):   680500 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36896 kB
Writeback:             0 kB
AnonPages:         28548 kB
Mapped:            14644 kB
Shmem:               200 kB
Slab:             699124 kB
SReclaimable:     141448 kB
SUnreclaim:       557676 kB
KernelStack:        1336 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71344 MiB
End job on node102 at 2012-05-28 21:07:57