Trace number 3694834

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_36.opb.PB06.opb
MD5SUM77b4ba393aa7b9b6b0fcb1b4220a12a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1038
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1036
Optimality of the best value was proved NO
Number of variables1969
Total number of constraints4000
Number of constraints which are clauses4000
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 1969
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 1969
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 1969
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.02	c model valid
0.00/0.02	c current solution ok
0.00/0.02	o 1204
0.00/0.02	c (debug) using card networks
0.00/0.28	c model valid
0.00/0.28	c current solution ok
0.00/0.28	o 1193
0.00/0.28	c (debug) using card networks
0.00/0.53	c model valid
0.00/0.53	c current solution ok
0.00/0.53	o 1187
0.00/0.53	c (debug) using card networks
462.98/463.19	c model valid
462.98/463.19	c current solution ok
463.08/463.20	o 1177
463.08/463.20	c (debug) using card networks
753.20/753.43	c model valid
753.20/753.43	c current solution ok
753.20/753.44	o 1166
753.20/753.44	c (debug) using card networks
1800.09/1800.51	./satsolver.sh: line 5: 10311 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.51	c error: unexpected solver exit code
1800.09/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-3694834-1338053848/watcher-3694834-1338053848 -o /tmp/evaluation-result-3694834-1338053848/solver-3694834-1338053848 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694834-1338053848.opb 1685835432 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 1.91 2/179 10280
/proc/meminfo: memFree=28204704/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0

[startup+0.025756 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 10280
/proc/meminfo: memFree=28204704/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100158 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 10280
/proc/meminfo: memFree=28204704/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300261 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 10280
/proc/meminfo: memFree=28204704/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700138 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 10280
/proc/meminfo: memFree=28204704/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10293
/proc/meminfo: memFree=28160808/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=0.57 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 7021 17487 0 0 19 2 32 4 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10292] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10292/stat : 10292 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271509208 9367552 266 33554432000 4194304 5064252 140735119067856 140735119066768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10292/statm: 2287 266 226 213 0 72 0
[pid=10293] ppid=10292 vsize=32080 CPUtime=0.89 cores=0,2,4,6
/proc/10293/stat : 10293 (glucose_static) R 10292 10280 10094 0 -1 4202496 7885 0 0 0 88 1 0 0 20 0 1 0 271509208 32849920 7362 33554432000 4194304 4896791 140735180870720 140735180868232 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10293/statm: 8020 7362 78 172 0 7846 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 62332

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10293
/proc/meminfo: memFree=28156948/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=0.57 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 7021 17487 0 0 19 2 32 4 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10292] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10292/stat : 10292 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271509208 9367552 266 33554432000 4194304 5064252 140735119067856 140735119066768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10292/statm: 2287 266 226 213 0 72 0
[pid=10293] ppid=10292 vsize=35120 CPUtime=2.49 cores=0,2,4,6
/proc/10293/stat : 10293 (glucose_static) R 10292 10280 10094 0 -1 4202496 9415 0 0 0 248 1 0 0 20 0 1 0 271509208 35962880 7703 33554432000 4194304 4896791 140735180870720 140735180867928 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10293/statm: 8780 7703 78 172 0 8606 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 65372

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10293
/proc/meminfo: memFree=28150924/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=0.57 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 7021 17487 0 0 19 2 32 4 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10292] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10292/stat : 10292 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271509208 9367552 266 33554432000 4194304 5064252 140735119067856 140735119066768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10292/statm: 2287 266 226 213 0 72 0
[pid=10293] ppid=10292 vsize=35872 CPUtime=5.69 cores=0,2,4,6
/proc/10293/stat : 10293 (glucose_static) R 10292 10280 10094 0 -1 4202496 10859 0 0 0 567 2 0 0 20 0 1 0 271509208 36732928 8418 33554432000 4194304 4896791 140735180870720 140735180867928 4203806 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10293/statm: 8968 8418 78 172 0 8794 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 66124

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10296
/proc/meminfo: memFree=28148112/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=0.57 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 7021 17487 0 0 19 2 32 4 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10292] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10292/stat : 10292 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271509208 9367552 266 33554432000 4194304 5064252 140735119067856 140735119066768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10292/statm: 2287 266 226 213 0 72 0
[pid=10293] ppid=10292 vsize=41400 CPUtime=12.09 cores=0,2,4,6
/proc/10293/stat : 10293 (glucose_static) R 10292 10280 10094 0 -1 4202496 14288 0 0 0 1206 3 0 0 20 0 1 0 271509208 42393600 9524 33554432000 4194304 4896791 140735180870720 140735180867928 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10293/statm: 10350 9524 78 172 0 10176 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 71652

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10296
/proc/meminfo: memFree=28135420/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=0.57 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 7021 17487 0 0 19 2 32 4 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10292] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10292/stat : 10292 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271509208 9367552 266 33554432000 4194304 5064252 140735119067856 140735119066768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10292/statm: 2287 266 226 213 0 72 0
[pid=10293] ppid=10292 vsize=50456 CPUtime=24.89 cores=0,2,4,6
/proc/10293/stat : 10293 (glucose_static) R 10292 10280 10094 0 -1 4202496 18992 0 0 0 2484 5 0 0 20 0 1 0 271509208 51666944 10545 33554432000 4194304 4896791 140735180870720 140735180868136 4205066 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10293/statm: 12614 10545 78 172 0 12440 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 80708

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10296
/proc/meminfo: memFree=28099256/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=0.57 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 7021 17487 0 0 19 2 32 4 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10292] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10292/stat : 10292 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271509208 9367552 266 33554432000 4194304 5064252 140735119067856 140735119066768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10292/statm: 2287 266 226 213 0 72 0
[pid=10293] ppid=10292 vsize=65104 CPUtime=50.47 cores=0,2,4,6
/proc/10293/stat : 10293 (glucose_static) R 10292 10280 10094 0 -1 4202496 26181 0 0 0 5039 8 0 0 20 0 1 0 271509208 66666496 14700 33554432000 4194304 4896791 140735180870720 140735180867928 4224999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10293/statm: 16276 14700 78 172 0 16102 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 95356

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 10296
/proc/meminfo: memFree=28080672/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=0.57 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 7021 17487 0 0 19 2 32 4 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10292] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10292/stat : 10292 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271509208 9367552 266 33554432000 4194304 5064252 140735119067856 140735119066768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10292/statm: 2287 266 226 213 0 72 0
[pid=10293] ppid=10292 vsize=70016 CPUtime=101.68 cores=0,2,4,6
/proc/10293/stat : 10293 (glucose_static) R 10292 10280 10094 0 -1 4202496 38007 0 0 0 10154 14 0 0 20 0 1 0 271509208 71696384 15674 33554432000 4194304 4896791 140735180870720 140735180865736 4203834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10293/statm: 17504 15674 78 172 0 17330 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100268

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 10300
/proc/meminfo: memFree=28079480/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=0.57 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 7021 17487 0 0 19 2 32 4 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10292] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.94 3/184 10340
/proc/meminfo: memFree=27881148/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=96276 CPUtime=668.66 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 89810 0 0 0 66807 59 0 0 20 0 1 0 271584499 98586624 22466 33554432000 4194304 4896791 140737170394944 140737170392456 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 24069 22466 78 172 0 23895 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 126528

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 10340
/proc/meminfo: memFree=27877696/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=159632 CPUtime=728.65 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 93877 0 0 0 72802 63 0 0 20 0 1 0 271584499 163463168 35241 33554432000 4194304 4896791 140737170394944 140737170392472 4224971 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 39908 35241 78 172 0 39734 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 189884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 10340
/proc/meminfo: memFree=27950100/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=133676 CPUtime=788.63 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 97390 0 0 0 78797 66 0 0 20 0 1 0 271584499 136884224 31014 33554432000 4194304 4896791 140737170394944 140737170390616 4224992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 33419 31014 78 172 0 33245 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 163928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 10340
/proc/meminfo: memFree=27813292/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=166760 CPUtime=848.62 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 99975 0 0 0 84792 70 0 0 20 0 1 0 271584499 170762240 40278 33554432000 4194304 4896791 140737170394944 140737170392472 4224831 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 41690 40278 78 172 0 41516 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 197012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 10340
/proc/meminfo: memFree=27920640/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=119832 CPUtime=908.61 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 102900 0 0 0 90786 75 0 0 20 0 1 0 271584499 122707968 28154 33554432000 4194304 4896791 140737170394944 140737170392472 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 29958 28154 78 172 0 29784 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 150084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 10341
/proc/meminfo: memFree=27957956/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=173648 CPUtime=968.59 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 105938 0 0 0 96781 78 0 0 20 0 1 0 271584499 177815552 35859 33554432000 4194304 4896791 140737170394944 140737170392472 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 43412 35859 78 172 0 43238 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 203900

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 10341
/proc/meminfo: memFree=27786912/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=225172 CPUtime=1028.58 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 108170 0 0 0 102776 82 0 0 20 0 1 0 271584499 230576128 46755 33554432000 4194304 4896791 140737170394944 140737170390680 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 56293 46755 78 172 0 56119 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 255424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 10386
/proc/meminfo: memFree=28074568/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=144648 CPUtime=1046.79 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 108892 0 0 0 104595 84 0 0 20 0 1 0 271584499 148119552 32237 33554432000 4194304 4896791 140737170394944 140737170392472 4204115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 36162 32237 78 172 0 35988 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 174900

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.00 2.00 1.94 3/183 10386
/proc/meminfo: memFree=28074568/32873844 swapFree=7616/7616
[pid=10280] ppid=10278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10280/stat : 10280 (runPb2satCp2.sh) S 10278 10280 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271509149 9367552 275 33554432000 4194304 5064252 140736308433120 140736308432032 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10280/statm: 2287 275 233 213 0 72 0
[pid=10281] ppid=10280 vsize=11956 CPUtime=753.3 cores=0,2,4,6
/proc/10281/stat : 10281 (pb2sat) S 10280 10280 10094 0 -1 4202496 11722 164739 0 0 32 3 75199 96 20 0 1 0 271509149 12242944 2647 33554432000 4194304 5873084 140734384578048 140734384571864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10281/statm: 2989 2647 172 410 0 2571 0
[pid=10310] ppid=10281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10310/stat : 10310 (satsolver.sh) S 10281 10280 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271584499 9367552 266 33554432000 4194304 5064252 140733953265424 140733953264336 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10310/statm: 2287 266 226 213 0 72 0
[pid=10311] ppid=10310 vsize=144648 CPUtime=1046.79 cores=0,2,4,6
/proc/10311/stat : 10311 (glucose_static) R 10310 10280 10094 0 -1 4202496 108892 0 0 0 104595 84 0 0 20 0 1 0 271584499 148119552 32237 33554432000 4194304 4896791 140737170394944 140737170392472 4204115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10311/statm: 36162 32237 78 172 0 35988 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 174900

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1798.27
CPU system time (s): 1.86072
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 326964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 1.86072
maximum resident set size= 273492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286342
page faults= 0
swaps= 0
block input operations= 0
block output operations= 37536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215
involuntary context switches= 2206

runsolver used 3.79342 second user time and 9.06762 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-26 19:37:28
IDJOB=3694834
IDBENCH=1989
IDSOLVER=2273
FILE ID=node141/3694834-1338053848
RUNJOBID= node141-1338052046-10110
PBS_JOBID= 14624387
Free space on /tmp= 71496 MiB

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

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

MD5SUM BENCH= 77b4ba393aa7b9b6b0fcb1b4220a12a4
RANDOM SEED=1685835432

node141.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.744
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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.93
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.744
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.92
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.744
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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
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.744
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:        28204852 kB
Buffers:          286048 kB
Cached:          3539316 kB
SwapCached:            0 kB
Active:           702528 kB
Inactive:        3167244 kB
Active(anon):      46852 kB
Inactive(anon):        0 kB
Active(file):     655676 kB
Inactive(file):  3167244 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20412 kB
Writeback:             4 kB
AnonPages:        162356 kB
Mapped:            15072 kB
Shmem:               200 kB
Slab:             658016 kB
SReclaimable:     100376 kB
SUnreclaim:       557640 kB
KernelStack:        1504 kB
PageTables:         4088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     163116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71484 MiB
End job on node141 at 2012-05-26 20:07:29