Trace number 3695086

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.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_013_area_delay.opb
MD5SUM7e4f679d587a41b6fd33506fbca09854
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark23.8114
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22
Optimality of the best value was proved YES
Number of variables20398
Total number of constraints145574
Number of constraints which are clauses145574
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 constraint1
Maximum length of a constraint254
Number of terms in the objective function 10090
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 10090
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10090
Number of bits of the biggest sum of numbers14
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.72	c model valid
0.00/0.72	c current solution ok
0.00/1.01	o 398
0.00/1.01	c fallback to adder encoding
284.42/284.57	c model valid
284.42/284.57	c current solution ok
284.42/284.58	o 305
284.42/284.58	c fallback to adder encoding
545.37/545.52	c model valid
545.37/545.52	c current solution ok
545.37/545.54	o 304
545.37/545.54	c fallback to adder encoding
915.59/915.87	c model valid
915.59/915.87	c current solution ok
915.59/915.89	o 277
915.59/915.89	c fallback to adder encoding
1151.75/1152.07	c model valid
1151.75/1152.07	c current solution ok
1151.75/1152.09	o 276
1151.75/1152.09	c fallback to adder encoding
1473.58/1473.90	c model valid
1473.58/1473.90	c current solution ok
1473.58/1473.92	o 275
1473.58/1473.92	c fallback to adder encoding
1800.01/1800.41	./satsolver.sh: line 5: 32639 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3695086-1338075326/watcher-3695086-1338075326 -o /tmp/evaluation-result-3695086-1338075326/solver-3695086-1338075326 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695086-1338075326.opb 759330545 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.97 2.03 2.00 3/179 32377
/proc/meminfo: memFree=29992748/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0

[startup+0.10169 s]
/proc/loadavg: 1.97 2.03 2.00 3/179 32377
/proc/meminfo: memFree=29992748/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200266 s]
/proc/loadavg: 1.97 2.03 2.00 3/179 32377
/proc/meminfo: memFree=29992748/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300269 s]
/proc/loadavg: 1.97 2.03 2.00 3/179 32377
/proc/meminfo: memFree=29992748/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 1.97 2.03 2.00 3/179 32377
/proc/meminfo: memFree=29992748/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.97 2.03 2.00 3/181 32382
/proc/meminfo: memFree=29964032/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=81132 CPUtime=1.47 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) R 32377 32377 28113 0 -1 4202496 6606 4139 0 0 116 25 5 1 20 0 1 0 273656994 83079168 17356 33554432000 4194304 5873084 140736445905808 140736445901144 4996870 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 20283 17356 179 410 0 19865 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 90280

[startup+3.10047 s]
/proc/loadavg: 1.97 2.03 2.00 3/183 32384
/proc/meminfo: memFree=29821312/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=49932 CPUtime=1.53 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 7101 4139 0 0 117 30 5 1 20 0 1 0 273656994 51130368 11584 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 12483 11584 179 410 0 12065 0
[pid=32383] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273657148 9367552 265 33554432000 4194304 5064252 140733468304160 140733468303072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32383/statm: 2287 265 226 213 0 72 0
[pid=32384] ppid=32383 vsize=92820 CPUtime=1.54 cores=1,3,5,7
/proc/32384/stat : 32384 (glucose_static) R 32383 32377 28113 0 -1 4202496 20474 0 0 0 149 5 0 0 20 0 1 0 273657149 95047680 21339 33554432000 4194304 4896791 140733628979760 140733628976968 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32384/statm: 23205 21339 76 172 0 23031 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 161048

[startup+6.30043 s]
/proc/loadavg: 1.97 2.03 2.00 3/183 32384
/proc/meminfo: memFree=29820372/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=49932 CPUtime=1.53 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 7101 4139 0 0 117 30 5 1 20 0 1 0 273656994 51130368 11584 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 12483 11584 179 410 0 12065 0
[pid=32383] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273657148 9367552 265 33554432000 4194304 5064252 140733468304160 140733468303072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32383/statm: 2287 265 226 213 0 72 0
[pid=32384] ppid=32383 vsize=92820 CPUtime=4.74 cores=1,3,5,7
/proc/32384/stat : 32384 (glucose_static) R 32383 32377 28113 0 -1 4202496 20482 0 0 0 469 5 0 0 20 0 1 0 273657149 95047680 21346 33554432000 4194304 4896791 140733628979760 140733628976968 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32384/statm: 23205 21346 76 172 0 23031 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 161048

[startup+12.7004 s]
/proc/loadavg: 1.97 2.03 2.00 3/183 32384
/proc/meminfo: memFree=29820512/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=49932 CPUtime=1.53 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 7101 4139 0 0 117 30 5 1 20 0 1 0 273656994 51130368 11584 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 12483 11584 179 410 0 12065 0
[pid=32383] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273657148 9367552 265 33554432000 4194304 5064252 140733468304160 140733468303072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32383/statm: 2287 265 226 213 0 72 0
[pid=32384] ppid=32383 vsize=93240 CPUtime=11.14 cores=1,3,5,7
/proc/32384/stat : 32384 (glucose_static) R 32383 32377 28113 0 -1 4202496 20662 0 0 0 1109 5 0 0 20 0 1 0 273657149 95477760 21510 33554432000 4194304 4896791 140733628979760 140733628977080 4224609 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32384/statm: 23310 21510 77 172 0 23136 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 161468

[startup+25.5005 s]
/proc/loadavg: 1.98 2.02 2.00 3/183 32387
/proc/meminfo: memFree=29823368/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=49932 CPUtime=1.53 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 7101 4139 0 0 117 30 5 1 20 0 1 0 273656994 51130368 11584 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 12483 11584 179 410 0 12065 0
[pid=32383] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273657148 9367552 265 33554432000 4194304 5064252 140733468304160 140733468303072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32383/statm: 2287 265 226 213 0 72 0
[pid=32384] ppid=32383 vsize=105720 CPUtime=23.94 cores=1,3,5,7
/proc/32384/stat : 32384 (glucose_static) R 32383 32377 28113 0 -1 4202496 21058 0 0 0 2389 5 0 0 20 0 1 0 273657149 108257280 21883 33554432000 4194304 4896791 140733628979760 140733628976968 4223797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32384/statm: 26430 21883 77 172 0 26256 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 173948

[startup+51.1004 s]
/proc/loadavg: 1.98 2.02 2.00 3/183 32433
/proc/meminfo: memFree=29757920/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=49932 CPUtime=1.53 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 7101 4139 0 0 117 30 5 1 20 0 1 0 273656994 51130368 11584 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 12483 11584 179 410 0 12065 0
[pid=32383] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273657148 9367552 265 33554432000 4194304 5064252 140733468304160 140733468303072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32383/statm: 2287 265 226 213 0 72 0
[pid=32384] ppid=32383 vsize=107220 CPUtime=49.52 cores=1,3,5,7
/proc/32384/stat : 32384 (glucose_static) R 32383 32377 28113 0 -1 4202496 21619 0 0 0 4947 5 0 0 20 0 1 0 273657149 109793280 22919 33554432000 4194304 4896791 140733628979760 140733628976968 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32384/statm: 26805 22919 77 172 0 26631 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 175448

[startup+102.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/183 32436
/proc/meminfo: memFree=29719552/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=49932 CPUtime=1.53 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 7101 4139 0 0 117 30 5 1 20 0 1 0 273656994 51130368 11584 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 12483 11584 179 410 0 12065 0
[pid=32383] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273657148 9367552 265 33554432000 4194304 5064252 140733468304160 140733468303072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32383/statm: 2287 265 226 213 0 72 0
[pid=32384] ppid=32383 vsize=110472 CPUtime=100.72 cores=1,3,5,7
/proc/32384/stat : 32384 (glucose_static) R 32383 32377 28113 0 -1 4202496 22662 0 0 0 10066 6 0 0 20 0 1 0 273657149 113123328 24387 33554432000 4194304 4896791 140733628979760 140733628977288 4224732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32384/statm: 27618 24387 77 172 0 27444 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 178700

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 32439
/proc/meminfo: memFree=29712140/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=49932 CPUtime=1.53 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 7101 4139 0 0 117 30 5 1 20 0 1 0 273656994 51130368 11584 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 12483 11584 179 410 0 12065 0
[pid=32383] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273657148 9367552 265 33554432000 4194304 5064252 140733468304160 140733468303072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32383/statm: 2287 265 226 213 0 72 0
[pid=32384] ppid=32383 vsize=111516 CPUtime=160.7 cores=1,3,5,7
/proc/32384/stat : 32384 (glucose_static) R 32383 32377 28113 0 -1 4202496 22951 0 0 0 16064 6 0 0 20 0 1 0 273657149 114192384 25698 33554432000 4194304 4896791 140733628979760 140733628976968 4204129 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32384/statm: 27879 25698 77 172 0 27705 0
Current children cumulated CPU time (s) 162.23

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32633
/proc/meminfo: memFree=29790464/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1152.37 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 26338 107283 0 0 385 54 114756 42 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32525] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32525/stat : 32525 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273772255 9367552 267 33554432000 4194304 5064252 140736310452384 140736310451296 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32525/statm: 2287 267 226 213 0 72 0
[pid=32526] ppid=32525 vsize=112976 CPUtime=269.62 cores=1,3,5,7
/proc/32526/stat : 32526 (glucose_static) R 32525 32377 28113 0 -1 4202496 24086 0 0 0 26953 9 0 0 20 0 1 0 273772255 115687424 25739 33554432000 4194304 4896791 140733481927456 140733481924664 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32526/statm: 28244 25739 78 172 0 28070 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 210972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 32639
/proc/meminfo: memFree=29800828/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1474.12 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 31124 132626 0 0 452 59 146847 54 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32638] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273804438 9367552 266 33554432000 4194304 5064252 140734414270752 140734414269664 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32638/statm: 2287 266 226 213 0 72 0
[pid=32639] ppid=32638 vsize=93428 CPUtime=7.84 cores=1,3,5,7
/proc/32639/stat : 32639 (glucose_static) R 32638 32377 28113 0 -1 4202496 21262 0 0 0 779 5 0 0 20 0 1 0 273804438 95670272 21693 33554432000 4194304 4896791 140737200734848 140737200732168 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32639/statm: 23357 21693 77 172 0 23183 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 191424

[startup+1542.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 32663
/proc/meminfo: memFree=29795568/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1474.12 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 31124 132626 0 0 452 59 146847 54 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32638] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273804438 9367552 266 33554432000 4194304 5064252 140734414270752 140734414269664 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32638/statm: 2287 266 226 213 0 72 0
[pid=32639] ppid=32638 vsize=105320 CPUtime=67.83 cores=1,3,5,7
/proc/32639/stat : 32639 (glucose_static) R 32638 32377 28113 0 -1 4202496 21517 0 0 0 6778 5 0 0 20 0 1 0 273804438 107847680 22298 33554432000 4194304 4896791 140737200734848 140737200732392 4203058 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32639/statm: 26330 22298 77 172 0 26156 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 203316

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 32663
/proc/meminfo: memFree=29792336/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1474.12 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 31124 132626 0 0 452 59 146847 54 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32638] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273804438 9367552 266 33554432000 4194304 5064252 140734414270752 140734414269664 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32638/statm: 2287 266 226 213 0 72 0
[pid=32639] ppid=32638 vsize=105956 CPUtime=127.82 cores=1,3,5,7
/proc/32639/stat : 32639 (glucose_static) R 32638 32377 28113 0 -1 4202496 21870 0 0 0 12777 5 0 0 20 0 1 0 273804438 108498944 22611 33554432000 4194304 4896791 140737200734848 140737200732056 4202999 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32639/statm: 26489 22611 77 172 0 26315 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 203952

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 32663
/proc/meminfo: memFree=29784496/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1474.12 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 31124 132626 0 0 452 59 146847 54 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32638] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273804438 9367552 266 33554432000 4194304 5064252 140734414270752 140734414269664 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32638/statm: 2287 266 226 213 0 72 0
[pid=32639] ppid=32638 vsize=109216 CPUtime=187.81 cores=1,3,5,7
/proc/32639/stat : 32639 (glucose_static) R 32638 32377 28113 0 -1 4202496 22857 0 0 0 18775 6 0 0 20 0 1 0 273804438 111837184 24090 33554432000 4194304 4896791 140737200734848 140737200732056 4224929 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32639/statm: 27304 24090 77 172 0 27130 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 207212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32666
/proc/meminfo: memFree=29787096/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1474.12 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 31124 132626 0 0 452 59 146847 54 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32638] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273804438 9367552 266 33554432000 4194304 5064252 140734414270752 140734414269664 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32638/statm: 2287 266 226 213 0 72 0
[pid=32639] ppid=32638 vsize=112024 CPUtime=247.79 cores=1,3,5,7
/proc/32639/stat : 32639 (glucose_static) R 32638 32377 28113 0 -1 4202496 23705 0 0 0 24773 6 0 0 20 0 1 0 273804438 114712576 26274 33554432000 4194304 4896791 140737200734848 140737200732056 4223776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32639/statm: 28006 26274 78 172 0 27832 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 210020

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32666
/proc/meminfo: memFree=29783924/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1474.12 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 31124 132626 0 0 452 59 146847 54 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32638] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273804438 9367552 266 33554432000 4194304 5064252 140734414270752 140734414269664 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32638/statm: 2287 266 226 213 0 72 0
[pid=32639] ppid=32638 vsize=113624 CPUtime=307.79 cores=1,3,5,7
/proc/32639/stat : 32639 (glucose_static) R 32638 32377 28113 0 -1 4202496 25877 0 0 0 30772 7 0 0 20 0 1 0 273804438 116350976 26105 33554432000 4194304 4896791 140737200734848 140737200732056 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32639/statm: 28406 26105 78 172 0 28232 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 211620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32666
/proc/meminfo: memFree=29778508/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1474.12 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 31124 132626 0 0 452 59 146847 54 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32638] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273804438 9367552 266 33554432000 4194304 5064252 140734414270752 140734414269664 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32638/statm: 2287 266 226 213 0 72 0
[pid=32639] ppid=32638 vsize=114408 CPUtime=325.89 cores=1,3,5,7
/proc/32639/stat : 32639 (glucose_static) R 32638 32377 28113 0 -1 4202496 26673 0 0 0 32582 7 0 0 20 0 1 0 273804438 117153792 26807 33554432000 4194304 4896791 140737200734848 140737200732056 4203820 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32639/statm: 28602 26807 78 172 0 28428 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 212404

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32666
/proc/meminfo: memFree=29778508/32873844 swapFree=7628/7628
[pid=32377] ppid=32375 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32377/stat : 32377 (runPb2satCp2.sh) S 32375 32377 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273656993 9367552 274 33554432000 4194304 5064252 140735739763760 140735739762672 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32377/statm: 2287 274 233 213 0 72 0
[pid=32378] ppid=32377 vsize=79700 CPUtime=1474.12 cores=1,3,5,7
/proc/32378/stat : 32378 (pb2sat) S 32377 32377 28113 0 -1 4202496 31124 132626 0 0 452 59 146847 54 20 0 1 0 273656994 81612800 19035 33554432000 4194304 5873084 140736445905808 140736445899624 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32378/statm: 19925 19035 179 410 0 19507 0
[pid=32638] ppid=32378 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (satsolver.sh) S 32378 32377 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273804438 9367552 266 33554432000 4194304 5064252 140734414270752 140734414269664 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32638/statm: 2287 266 226 213 0 72 0
[pid=32639] ppid=32638 vsize=114408 CPUtime=325.89 cores=1,3,5,7
/proc/32639/stat : 32639 (glucose_static) R 32638 32377 28113 0 -1 4202496 26673 0 0 0 32582 7 0 0 20 0 1 0 273804438 117153792 26807 33554432000 4194304 4896791 140737200734848 140737200732056 4203820 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32639/statm: 28602 26807 78 172 0 28428 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 212404

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.83
CPU system time (s): 1.22581
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 243324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.22581
maximum resident set size= 132676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191410
page faults= 0
swaps= 0
block input operations= 0
block output operations= 442624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175
involuntary context switches= 1928

runsolver used 3.40048 second user time and 8.76967 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 01:35:26
IDJOB=3695086
IDBENCH=24976
IDSOLVER=2273
FILE ID=node145/3695086-1338075326
RUNJOBID= node145-1338052957-28130
PBS_JOBID= 14624410
Free space on /tmp= 71452 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_013_area_delay.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695086-1338075326/watcher-3695086-1338075326 -o /tmp/evaluation-result-3695086-1338075326/solver-3695086-1338075326 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695086-1338075326.opb 759330545 HOME HOME

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

MD5SUM BENCH= 7e4f679d587a41b6fd33506fbca09854
RANDOM SEED=759330545

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:        29993656 kB
Buffers:          270900 kB
Cached:          1754504 kB
SwapCached:            0 kB
Active:           710940 kB
Inactive:        1362600 kB
Active(anon):      38348 kB
Inactive(anon):    12156 kB
Active(file):     672592 kB
Inactive(file):  1350444 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16572 kB
Writeback:             0 kB
AnonPages:         55640 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             664348 kB
SReclaimable:     105244 kB
SUnreclaim:       559104 kB
KernelStack:        1496 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     165144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 71408 MiB
End job on node145 at 2012-05-27 02:05:27