Trace number 3694794

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-my_adder.opb
MD5SUM38f65eab3d9896915eed9a127435e25b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4561
Best CPU time to get the best result obtained on this benchmark0.174972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4561
Optimality of the best value was proved YES
Number of variables577
Total number of constraints1322
Number of constraints which are clauses1306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 577
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 24510
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 24510
Number of bits of the biggest sum of numbers15
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 7904
0.00/0.02	c fallback to adder encoding
123.83/123.94	c model valid
123.83/123.94	c current solution ok
123.83/123.95	o 6741
123.83/123.95	c fallback to adder encoding
594.80/595.04	c model valid
594.80/595.04	c current solution ok
594.80/595.05	o 6716
594.80/595.05	c fallback to adder encoding
1069.50/1069.87	c model valid
1069.50/1069.87	c current solution ok
1069.50/1069.88	o 6677
1069.50/1069.88	c fallback to adder encoding
1736.83/1737.32	c model valid
1736.83/1737.32	c current solution ok
1736.83/1737.33	o 6075
1736.83/1737.33	c fallback to adder encoding
1800.01/1800.51	./satsolver.sh: line 5: 28465 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.51	c error: unexpected solver exit code
1800.01/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-3694794-1338054759/watcher-3694794-1338054759 -o /tmp/evaluation-result-3694794-1338054759/solver-3694794-1338054759 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694794-1338054759.opb 1577018079 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.95 3/177 28382
/proc/meminfo: memFree=28630492/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0

[startup+0.0369969 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 28382
/proc/meminfo: memFree=28630492/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/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.95 3/177 28382
/proc/meminfo: memFree=28630492/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300148 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 28382
/proc/meminfo: memFree=28630492/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700125 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 28382
/proc/meminfo: memFree=28630492/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 28389
/proc/meminfo: memFree=28588496/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=6664 CPUtime=0.05 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 2379 1423 0 0 4 1 0 0 20 0 1 0 271600257 6823936 1220 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 1666 1220 179 410 0 1248 0
[pid=28388] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600264 9367552 267 33554432000 4194304 5064252 140733880035360 140733880034272 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 267 226 213 0 72 0
[pid=28389] ppid=28388 vsize=13952 CPUtime=1.41 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose_static) R 28388 28382 28113 0 -1 4202496 4303 0 0 0 140 1 0 0 20 0 1 0 271600264 14286848 3015 33554432000 4194304 4896791 140736850975456 140736850972664 4401607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 3488 3015 78 172 0 3314 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38912

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28391
/proc/meminfo: memFree=28432456/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=6664 CPUtime=0.05 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 2379 1423 0 0 4 1 0 0 20 0 1 0 271600257 6823936 1220 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 1666 1220 179 410 0 1248 0
[pid=28388] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600264 9367552 267 33554432000 4194304 5064252 140733880035360 140733880034272 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 267 226 213 0 72 0
[pid=28389] ppid=28388 vsize=15712 CPUtime=3.02 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose_static) R 28388 28382 28113 0 -1 4202496 6824 0 0 0 300 2 0 0 20 0 1 0 271600264 16089088 3367 33554432000 4194304 4896791 140736850975456 140736850972664 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 3928 3367 78 172 0 3754 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 40672

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28391
/proc/meminfo: memFree=28425188/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=6664 CPUtime=0.05 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 2379 1423 0 0 4 1 0 0 20 0 1 0 271600257 6823936 1220 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 1666 1220 179 410 0 1248 0
[pid=28388] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600264 9367552 267 33554432000 4194304 5064252 140733880035360 140733880034272 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 267 226 213 0 72 0
[pid=28389] ppid=28388 vsize=20696 CPUtime=6.21 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose_static) R 28388 28382 28113 0 -1 4202496 9301 0 0 0 619 2 0 0 20 0 1 0 271600264 21192704 4875 33554432000 4194304 4896791 140736850975456 140736850973000 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 5174 4875 78 172 0 5000 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 45656

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 28395
/proc/meminfo: memFree=28466224/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=6664 CPUtime=0.05 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 2379 1423 0 0 4 1 0 0 20 0 1 0 271600257 6823936 1220 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 1666 1220 179 410 0 1248 0
[pid=28388] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600264 9367552 267 33554432000 4194304 5064252 140733880035360 140733880034272 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 267 226 213 0 72 0
[pid=28389] ppid=28388 vsize=23552 CPUtime=12.61 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose_static) R 28388 28382 28113 0 -1 4202496 13315 0 0 0 1258 3 0 0 20 0 1 0 271600264 24117248 5469 33554432000 4194304 4896791 140736850975456 140736850972856 4204893 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 5888 5469 78 172 0 5714 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 48512

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28397
/proc/meminfo: memFree=28350748/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=6664 CPUtime=0.05 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 2379 1423 0 0 4 1 0 0 20 0 1 0 271600257 6823936 1220 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 1666 1220 179 410 0 1248 0
[pid=28388] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600264 9367552 267 33554432000 4194304 5064252 140733880035360 140733880034272 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 267 226 213 0 72 0
[pid=28389] ppid=28388 vsize=31684 CPUtime=25.41 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose_static) R 28388 28382 28113 0 -1 4202496 18317 0 0 0 2535 6 0 0 20 0 1 0 271600264 32444416 6692 33554432000 4194304 4896791 140736850975456 140736850973032 4224992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 7921 6692 78 172 0 7747 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 56644

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28401
/proc/meminfo: memFree=28343396/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=6664 CPUtime=0.05 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 2379 1423 0 0 4 1 0 0 20 0 1 0 271600257 6823936 1220 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 1666 1220 179 410 0 1248 0
[pid=28388] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600264 9367552 267 33554432000 4194304 5064252 140733880035360 140733880034272 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 267 226 213 0 72 0
[pid=28389] ppid=28388 vsize=44424 CPUtime=51 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose_static) R 28388 28382 28113 0 -1 4202496 24921 0 0 0 5090 10 0 0 20 0 1 0 271600264 45490176 9485 33554432000 4194304 4896791 140736850975456 140736850971192 4224960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 11106 9485 78 172 0 10932 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 69384

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28401
/proc/meminfo: memFree=28327152/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=6664 CPUtime=0.05 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 2379 1423 0 0 4 1 0 0 20 0 1 0 271600257 6823936 1220 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 1666 1220 179 410 0 1248 0
[pid=28388] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600264 9367552 267 33554432000 4194304 5064252 140733880035360 140733880034272 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 267 226 213 0 72 0
[pid=28389] ppid=28388 vsize=53264 CPUtime=102.19 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose_static) R 28388 28382 28113 0 -1 4202496 33776 0 0 0 10203 16 0 0 20 0 1 0 271600264 54542336 12863 33554432000 4194304 4896791 140736850975456 140736850972664 4224821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 13316 12863 78 172 0 13142 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 78224

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28410
/proc/meminfo: memFree=28270448/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=123.92 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 3882 38999 0 0 8 1 12364 19 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28403] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.98 3/183 28458
/proc/meminfo: memFree=28190160/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1069.62 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 6918 171602 0 0 16 3 106832 111 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28456] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28456/stat : 28456 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271707249 9367552 267 33554432000 4194304 5064252 140733346384336 140733346383248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28456/statm: 2287 267 226 213 0 72 0
[pid=28457] ppid=28456 vsize=102760 CPUtime=352.29 cores=0,2,4,6
/proc/28457/stat : 28457 (glucose_static) R 28456 28382 28113 0 -1 4202496 60436 0 0 0 35194 35 0 0 20 0 1 0 271707249 105226240 21833 33554432000 4194304 4896791 140736221061056 140736221058584 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28457/statm: 25690 21833 78 172 0 25516 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 131852

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/183 28458
/proc/meminfo: memFree=28177984/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1069.62 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 6918 171602 0 0 16 3 106832 111 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28456] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28456/stat : 28456 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271707249 9367552 267 33554432000 4194304 5064252 140733346384336 140733346383248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28456/statm: 2287 267 226 213 0 72 0
[pid=28457] ppid=28456 vsize=106684 CPUtime=412.28 cores=0,2,4,6
/proc/28457/stat : 28457 (glucose_static) R 28456 28382 28113 0 -1 4202496 63711 0 0 0 41189 39 0 0 20 0 1 0 271707249 109244416 24550 33554432000 4194304 4896791 140736221061056 140736221058264 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28457/statm: 26671 24550 78 172 0 26497 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 135776

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28458
/proc/meminfo: memFree=28168172/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1069.62 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 6918 171602 0 0 16 3 106832 111 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28456] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28456/stat : 28456 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271707249 9367552 267 33554432000 4194304 5064252 140733346384336 140733346383248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28456/statm: 2287 267 226 213 0 72 0
[pid=28457] ppid=28456 vsize=108812 CPUtime=472.26 cores=0,2,4,6
/proc/28457/stat : 28457 (glucose_static) R 28456 28382 28113 0 -1 4202496 66942 0 0 0 47183 43 0 0 20 0 1 0 271707249 111423488 26245 33554432000 4194304 4896791 140736221061056 140736221058264 4225038 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28457/statm: 27203 26245 78 172 0 27029 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 137904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28459
/proc/meminfo: memFree=28168800/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1069.62 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 6918 171602 0 0 16 3 106832 111 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28456] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28456/stat : 28456 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271707249 9367552 267 33554432000 4194304 5064252 140733346384336 140733346383248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28456/statm: 2287 267 226 213 0 72 0
[pid=28457] ppid=28456 vsize=110504 CPUtime=532.24 cores=0,2,4,6
/proc/28457/stat : 28457 (glucose_static) R 28456 28382 28113 0 -1 4202496 69894 0 0 0 53176 48 0 0 20 0 1 0 271707249 113156096 26175 33554432000 4194304 4896791 140736221061056 140736221056792 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28457/statm: 27626 26175 78 172 0 27452 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 139596

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/184 28462
/proc/meminfo: memFree=28160720/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1069.62 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 6918 171602 0 0 16 3 106832 111 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28456] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28456/stat : 28456 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271707249 9367552 267 33554432000 4194304 5064252 140733346384336 140733346383248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28456/statm: 2287 267 226 213 0 72 0
[pid=28457] ppid=28456 vsize=112248 CPUtime=592.22 cores=0,2,4,6
/proc/28457/stat : 28457 (glucose_static) R 28456 28382 28113 0 -1 4202496 72518 0 0 0 59171 51 0 0 20 0 1 0 271707249 114941952 23631 33554432000 4194304 4896791 140736221061056 140736221058632 4225014 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28457/statm: 28062 23631 78 172 0 27888 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 141340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28462
/proc/meminfo: memFree=28139724/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1069.62 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 6918 171602 0 0 16 3 106832 111 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28456] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28456/stat : 28456 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271707249 9367552 267 33554432000 4194304 5064252 140733346384336 140733346383248 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28456/statm: 2287 267 226 213 0 72 0
[pid=28457] ppid=28456 vsize=144612 CPUtime=652.21 cores=0,2,4,6
/proc/28457/stat : 28457 (glucose_static) R 28456 28382 28113 0 -1 4202496 74362 0 0 0 65167 54 0 0 20 0 1 0 271707249 148082688 30716 33554432000 4194304 4896791 140736221061056 140736221058264 4225195 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28457/statm: 36153 30716 78 172 0 35979 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 173704

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28465
/proc/meminfo: memFree=28217336/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1736.91 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 8434 247556 0 0 21 3 173500 167 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28464] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28464/stat : 28464 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271773995 9367552 267 33554432000 4194304 5064252 140735021971376 140735021970288 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28464/statm: 2287 267 226 213 0 72 0
[pid=28465] ppid=28464 vsize=34964 CPUtime=44.9 cores=0,2,4,6
/proc/28465/stat : 28465 (glucose_static) R 28464 28382 28113 0 -1 4202496 23322 0 0 0 4481 9 0 0 20 0 1 0 271773996 35803136 8063 33554432000 4194304 4896791 140736689621776 140736689619352 4225195 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28465/statm: 8741 8063 78 172 0 8567 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 64056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28510
/proc/meminfo: memFree=28564308/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1736.91 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 8434 247556 0 0 21 3 173500 167 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28464] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28464/stat : 28464 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271773995 9367552 267 33554432000 4194304 5064252 140735021971376 140735021970288 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28464/statm: 2287 267 226 213 0 72 0
[pid=28465] ppid=28464 vsize=44416 CPUtime=63.1 cores=0,2,4,6
/proc/28465/stat : 28465 (glucose_static) R 28464 28382 28113 0 -1 4202496 27541 0 0 0 6300 10 0 0 20 0 1 0 271773996 45481984 10782 33554432000 4194304 4896791 140736689621776 140736689617512 4202992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28465/statm: 11104 10782 78 172 0 10930 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 73508

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.98 3/183 28510
/proc/meminfo: memFree=28564308/32873844 swapFree=7620/7620
[pid=28382] ppid=28380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28382/stat : 28382 (runPb2satCp2.sh) S 28380 28382 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271600257 9367552 275 33554432000 4194304 5064252 140736390095264 140736390094176 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28382/statm: 2287 275 233 213 0 72 0
[pid=28383] ppid=28382 vsize=10796 CPUtime=1736.91 cores=0,2,4,6
/proc/28383/stat : 28383 (pb2sat) S 28382 28382 28113 0 -1 4202496 8434 247556 0 0 21 3 173500 167 20 0 1 0 271600257 11055104 2144 33554432000 4194304 5873084 140734956358128 140734956351944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28383/statm: 2699 2144 179 410 0 2281 0
[pid=28464] ppid=28383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28464/stat : 28464 (satsolver.sh) S 28383 28382 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271773995 9367552 267 33554432000 4194304 5064252 140735021971376 140735021970288 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28464/statm: 2287 267 226 213 0 72 0
[pid=28465] ppid=28464 vsize=44416 CPUtime=63.1 cores=0,2,4,6
/proc/28465/stat : 28465 (glucose_static) R 28464 28382 28113 0 -1 4202496 27541 0 0 0 6300 10 0 0 20 0 1 0 271773996 45481984 10782 33554432000 4194304 4896791 140736689621776 140736689617512 4202992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28465/statm: 11104 10782 78 172 0 10930 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 73508

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1798.22
CPU system time (s): 1.83272
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 223780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 1.83272
maximum resident set size= 169620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284521
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225
involuntary context switches= 2197

runsolver used 5.61115 second user time and 14.8937 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-26 19:52:39
IDJOB=3694794
IDBENCH=2015
IDSOLVER=2273
FILE ID=node145/3694794-1338054759
RUNJOBID= node145-1338052957-28129
PBS_JOBID= 14624410
Free space on /tmp= 71460 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-my_adder.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694794-1338054759/watcher-3694794-1338054759 -o /tmp/evaluation-result-3694794-1338054759/solver-3694794-1338054759 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694794-1338054759.opb 1577018079 HOME HOME

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

MD5SUM BENCH= 38f65eab3d9896915eed9a127435e25b
RANDOM SEED=1577018079

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28630756 kB
Buffers:          268628 kB
Cached:          3171180 kB
SwapCached:            0 kB
Active:           718452 kB
Inactive:        2745596 kB
Active(anon):      26636 kB
Inactive(anon):        0 kB
Active(file):     691816 kB
Inactive(file):  2745596 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20272 kB
Writeback:             0 kB
AnonPages:         22508 kB
Mapped:            14872 kB
Shmem:               200 kB
Slab:             641400 kB
SReclaimable:      83540 kB
SUnreclaim:       557860 kB
KernelStack:        1432 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144884 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= 71448 MiB
End job on node145 at 2012-05-26 20:22:39