Trace number 3694734

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.04 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-jac3.opb
MD5SUM05a03b946ede4da21fcf30fd621632f5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.294954
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables1731
Total number of constraints1254
Number of constraints which are clauses1254
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 constraint694
Number of terms in the objective function 1731
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 1731
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 1731
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.09	c model valid
0.00/0.09	c current solution ok
0.00/0.33	o 58
0.00/0.33	c (debug) using card networks
0.00/0.49	c model valid
0.00/0.49	c current solution ok
0.00/0.50	o 23
0.00/0.50	c (debug) using card networks
0.00/0.63	c model valid
0.00/0.63	c current solution ok
0.00/0.63	o 22
0.00/0.63	c (debug) using card networks
7.64/7.84	c model valid
7.64/7.84	c current solution ok
7.64/7.85	o 21
7.64/7.85	c (debug) using card networks
14.25/14.50	c model valid
14.25/14.50	c current solution ok
14.36/14.51	o 20
14.36/14.51	c (debug) using card networks
26.15/26.38	c model valid
26.15/26.38	c current solution ok
26.15/26.38	o 18
26.15/26.38	c (debug) using card networks
28.64/28.82	c model valid
28.64/28.82	c current solution ok
28.64/28.83	o 17
86.43/86.70	c model valid
86.43/86.70	c current solution ok
86.54/86.70	o 16
1800.01/1800.51	./satsolver.sh: line 5:  7946 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-3694734-1338056561/watcher-3694734-1338056561 -o /tmp/evaluation-result-3694734-1338056561/solver-3694734-1338056561 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694734-1338056561.opb 117042539 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 3/179 7918
/proc/meminfo: memFree=29239384/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0

[startup+0.0862791 s]
/proc/loadavg: 1.93 2.00 1.99 3/179 7918
/proc/meminfo: memFree=29239384/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100351 s]
/proc/loadavg: 1.93 2.00 1.99 3/179 7918
/proc/meminfo: memFree=29239384/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300293 s]
/proc/loadavg: 1.93 2.00 1.99 3/179 7918
/proc/meminfo: memFree=29239384/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700316 s]
/proc/loadavg: 1.93 2.00 1.99 3/179 7918
/proc/meminfo: memFree=29239384/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 7931
/proc/meminfo: memFree=29213808/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9296 CPUtime=0.51 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 5743 14476 0 0 15 10 22 4 20 0 1 0 271781163 9519104 1853 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/7919/statm: 2324 1853 175 410 0 1906 0
[pid=7930] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7930/stat : 7930 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271781229 9367552 266 33554432000 4194304 5064252 140734124908912 140734124907824 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7930/statm: 2287 266 226 213 0 72 0
[pid=7931] ppid=7930 vsize=19500 CPUtime=0.83 cores=1,3,5,7
/proc/7931/stat : 7931 (glucose_static) R 7930 7918 7219 0 -1 4202496 4737 0 0 0 83 0 0 0 20 0 1 0 271781229 19968000 4416 33554432000 4194304 4896791 140735889178720 140735889176248 4203772 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7931/statm: 4875 4416 76 172 0 4701 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 47092

[startup+3.10042 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 7931
/proc/meminfo: memFree=29208404/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9296 CPUtime=0.51 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 5743 14476 0 0 15 10 22 4 20 0 1 0 271781163 9519104 1853 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/7919/statm: 2324 1853 175 410 0 1906 0
[pid=7930] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7930/stat : 7930 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271781229 9367552 266 33554432000 4194304 5064252 140734124908912 140734124907824 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7930/statm: 2287 266 226 213 0 72 0
[pid=7931] ppid=7930 vsize=22352 CPUtime=2.43 cores=1,3,5,7
/proc/7931/stat : 7931 (glucose_static) R 7930 7918 7219 0 -1 4202496 5820 0 0 0 242 1 0 0 20 0 1 0 271781229 22888448 5021 33554432000 4194304 4896791 140735889178720 140735889175928 4204099 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7931/statm: 5588 5021 76 172 0 5414 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 49944

[startup+6.30038 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 7931
/proc/meminfo: memFree=29196860/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9296 CPUtime=0.51 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 5743 14476 0 0 15 10 22 4 20 0 1 0 271781163 9519104 1853 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/7919/statm: 2324 1853 175 410 0 1906 0
[pid=7930] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7930/stat : 7930 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271781229 9367552 266 33554432000 4194304 5064252 140734124908912 140734124907824 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7930/statm: 2287 266 226 213 0 72 0
[pid=7931] ppid=7930 vsize=45892 CPUtime=5.63 cores=1,3,5,7
/proc/7931/stat : 7931 (glucose_static) R 7930 7918 7219 0 -1 4202496 7157 0 0 0 562 1 0 0 20 0 1 0 271781229 46993408 8911 33554432000 4194304 4896791 140735889178720 140735889176248 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7931/statm: 11473 8911 76 172 0 11299 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 73484

[startup+12.7004 s]
/proc/loadavg: 1.94 2.00 1.99 3/183 7934
/proc/meminfo: memFree=29199920/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9296 CPUtime=7.73 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 6883 23301 0 0 19 11 736 7 20 0 1 0 271781163 9519104 1853 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2324 1853 175 410 0 1906 0
[pid=7933] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7933/stat : 7933 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271781950 9367552 266 33554432000 4194304 5064252 140733844452080 140733844450992 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7933/statm: 2287 266 226 213 0 72 0
[pid=7934] ppid=7933 vsize=22960 CPUtime=4.82 cores=1,3,5,7
/proc/7934/stat : 7934 (glucose_static) R 7933 7918 7219 0 -1 4202496 8129 0 0 0 480 2 0 0 20 0 1 0 271781950 23511040 5258 33554432000 4194304 4896791 140734387049792 140734387047112 4225148 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7934/statm: 5740 5258 78 172 0 5566 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 50552

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 7937
/proc/meminfo: memFree=29200272/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=14.39 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 8073 33014 0 0 21 11 1396 11 20 0 1 0 271781163 10002432 1946 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1946 175 410 0 2024 0
[pid=7936] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7936/stat : 7936 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271782616 9367552 267 33554432000 4194304 5064252 140737391259424 140737391258336 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2287 267 226 213 0 72 0
[pid=7937] ppid=7936 vsize=27788 CPUtime=10.96 cores=1,3,5,7
/proc/7937/stat : 7937 (glucose_static) R 7936 7918 7219 0 -1 4202496 11825 0 0 0 1093 3 0 0 20 0 1 0 271782616 28454912 6263 33554432000 4194304 4896791 140733630531488 140733630529064 4230803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7937/statm: 6947 6263 78 172 0 6773 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 55852

[startup+51.1004 s]
/proc/loadavg: 1.97 2.00 1.99 3/183 7943
/proc/meminfo: memFree=29199172/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=28.7 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 10128 53272 0 0 27 12 2814 17 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7942] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7942/stat : 7942 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271784048 9367552 267 33554432000 4194304 5064252 140737137697056 140737137695968 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7942/statm: 2287 267 226 213 0 72 0
[pid=7943] ppid=7942 vsize=28720 CPUtime=22.23 cores=1,3,5,7
/proc/7943/stat : 7943 (glucose_static) R 7942 7918 7219 0 -1 4202496 11516 0 0 0 2220 3 0 0 20 0 1 0 271784048 29409280 5744 33554432000 4194304 4896791 140733210564640 140733210562008 4225120 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7943/statm: 7180 5744 78 172 0 7006 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 56784

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/183 7946
/proc/meminfo: memFree=29190672/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=20700 CPUtime=15.57 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 8742 0 0 0 1555 2 0 0 20 0 1 0 271789835 21196800 4667 33554432000 4194304 4896791 140734125896736 140734125893880 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7946/statm: 5175 4667 78 172 0 5001 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 48764

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 7949
/proc/meminfo: memFree=29177124/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.09 2.07 2.02 3/183 7975
/proc/meminfo: memFree=29115300/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=86476 CPUtime=1335.33 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 66151 0 0 0 133480 53 0 0 20 0 1 0 271789835 88551424 18608 33554432000 4194304 4896791 140734125896736 140734125894264 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 21619 18608 78 172 0 21445 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 114540

[startup+1482.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/183 7976
/proc/meminfo: memFree=29100880/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=87616 CPUtime=1395.31 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 67632 0 0 0 139475 56 0 0 20 0 1 0 271789835 89718784 18902 33554432000 4194304 4896791 140734125896736 140734125894264 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 21904 18902 78 172 0 21730 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 115680

[startup+1542.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 7976
/proc/meminfo: memFree=29096452/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=88840 CPUtime=1455.3 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 68977 0 0 0 145472 58 0 0 20 0 1 0 271789835 90972160 19064 33554432000 4194304 4896791 140734125896736 140734125894264 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 22210 19064 78 172 0 22036 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 116904

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 7976
/proc/meminfo: memFree=29091500/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=89856 CPUtime=1515.28 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 70381 0 0 0 151469 59 0 0 20 0 1 0 271789835 92012544 19832 33554432000 4194304 4896791 140734125896736 140734125893944 4225061 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 22464 19832 78 172 0 22290 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 117920

[startup+1662.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/184 7982
/proc/meminfo: memFree=29121912/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=90648 CPUtime=1575.27 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 71782 0 0 0 157466 61 0 0 20 0 1 0 271789835 92823552 19016 33554432000 4194304 4896791 140734125896736 140734125894264 4225148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 22662 19016 78 172 0 22488 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 118712

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 7982
/proc/meminfo: memFree=29109288/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=92512 CPUtime=1635.26 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 73384 0 0 0 163463 63 0 0 20 0 1 0 271789835 94732288 19958 33554432000 4194304 4896791 140734125896736 140734125894264 4224696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 23128 19958 78 172 0 22954 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 120576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 7983
/proc/meminfo: memFree=29098284/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=93260 CPUtime=1695.24 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 74735 0 0 0 169459 65 0 0 20 0 1 0 271789835 95498240 19652 33554432000 4194304 4896791 140734125896736 140734125894264 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 23315 19652 78 172 0 23141 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 121324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8052
/proc/meminfo: memFree=29290348/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=93468 CPUtime=1713.45 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 74778 0 0 0 171279 66 0 0 20 0 1 0 271789835 95711232 21228 33554432000 4194304 4896791 140734125896736 140734125893944 4225514 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 23367 21228 78 172 0 23193 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121532

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.02 2.00 3/183 8052
/proc/meminfo: memFree=29290348/32873844 swapFree=7116/7116
[pid=7918] ppid=7916 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7918/stat : 7918 (runPb2satCp2.sh) S 7916 7918 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781163 9367552 275 33554432000 4194304 5064252 140735853631312 140735853630224 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7918/statm: 2287 275 233 213 0 72 0
[pid=7919] ppid=7918 vsize=9768 CPUtime=86.56 cores=1,3,5,7
/proc/7919/stat : 7919 (pb2sat) S 7918 7918 7219 0 -1 4202496 11017 71596 0 0 30 12 8589 25 20 0 1 0 271781163 10002432 1971 33554432000 4194304 5873084 140735543530352 140735543524168 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 10 0 0
/proc/7919/statm: 2442 1971 176 410 0 2024 0
[pid=7945] ppid=7919 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7945/stat : 7945 (satsolver.sh) S 7919 7918 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271789835 9367552 266 33554432000 4194304 5064252 140734616101488 140734616100400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=93468 CPUtime=1713.45 cores=1,3,5,7
/proc/7946/stat : 7946 (glucose_static) R 7945 7918 7219 0 -1 4202496 74778 0 0 0 171279 66 0 0 20 0 1 0 271789835 95711232 21228 33554432000 4194304 4896791 140734125896736 140734125893944 4225514 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7946/statm: 23367 21228 78 172 0 23193 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121532

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1798.99
CPU system time (s): 1.04884
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 156356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.04884
maximum resident set size= 116296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158378
page faults= 0
swaps= 0
block input operations= 0
block output operations= 46832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159
involuntary context switches= 2108

runsolver used 4.40833 second user time and 9.15361 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-26 20:22:41
IDJOB=3694734
IDBENCH=2045
IDSOLVER=2273
FILE ID=node138/3694734-1338056561
RUNJOBID= node138-1338052933-7236
PBS_JOBID= 14624399
Free space on /tmp= 71480 MiB

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

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

MD5SUM BENCH= 05a03b946ede4da21fcf30fd621632f5
RANDOM SEED=117042539

node138.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.347
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.69
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.347
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.347
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.347
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.347
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.347
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.347
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		: 2667.347
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:        29240028 kB
Buffers:          295356 kB
Cached:          2364096 kB
SwapCached:          232 kB
Active:           903148 kB
Inactive:        1907388 kB
Active(anon):     142384 kB
Inactive(anon):    11384 kB
Active(file):     760764 kB
Inactive(file):  1896004 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:             54952 kB
Writeback:             0 kB
AnonPages:        158200 kB
Mapped:            15184 kB
Shmem:               200 kB
Slab:             683600 kB
SReclaimable:     125156 kB
SUnreclaim:       558444 kB
KernelStack:        1520 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     288180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 71500 MiB
End job on node138 at 2012-05-26 20:52:42