Trace number 3696979

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
pb2sat 2012-05-19? (TO) 1800.1 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_3.opb
MD5SUM0f5da0a781de7969842ad5c8dd7a6f1b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products15722
Sum of products size31444

Solver Data

0.00/0.11	c model valid
0.00/0.11	c current solution ok
0.00/0.27	o 128
0.00/0.27	c current bound: 64
0.00/0.27	c (debug) using card networks
1.47/1.59	c model valid
1.47/1.59	c current solution ok
1.47/1.59	o 41
1.47/1.59	c current bound: 20
1.47/1.59	c (debug) using card networks
1800.06/1800.51	./satsolver.sh: line 5: 19525 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.51	c error: unexpected solver exit code
1800.06/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-3696979-1338078144/watcher-3696979-1338078144 -o /tmp/evaluation-result-3696979-1338078144/solver-3696979-1338078144 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696979-1338078144.opb 75030157 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: 2.00 2.03 2.00 3/179 19515
/proc/meminfo: memFree=27515212/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0

[startup+0.0539859 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 19515
/proc/meminfo: memFree=27515212/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 19515
/proc/meminfo: memFree=27515212/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 19515
/proc/meminfo: memFree=27515212/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700251 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 19515
/proc/meminfo: memFree=27515212/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 19522
/proc/meminfo: memFree=27492364/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=7572 CPUtime=0.26 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 2699 3871 0 0 9 13 4 0 20 0 1 0 273941646 7753728 1451 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 1893 1451 174 410 0 1475 0
[pid=19521] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19521/stat : 19521 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273941673 9367552 267 33554432000 4194304 5064252 140736293128016 140736293126928 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19521/statm: 2287 267 226 213 0 72 0
[pid=19522] ppid=19521 vsize=16568 CPUtime=1.21 cores=1,3,5,7
/proc/19522/stat : 19522 (glucose_static) R 19521 19515 15605 0 -1 4202496 4415 0 0 0 121 0 0 0 20 0 1 0 273941673 16965632 3610 33554432000 4194304 4896791 140736237053776 140736237050984 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19522/statm: 4142 3610 76 172 0 3968 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 42436

[startup+3.10039 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 19525
/proc/meminfo: memFree=27491612/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=16056 CPUtime=1.49 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 3919 0 0 0 149 0 0 0 20 0 1 0 273941806 16441344 3328 33554432000 4194304 4896791 140733885465424 140733885462744 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 4014 3328 78 172 0 3840 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 42436

[startup+6.3004 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 19525
/proc/meminfo: memFree=27486544/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=18524 CPUtime=4.69 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 5891 0 0 0 468 1 0 0 20 0 1 0 273941806 18968576 3702 33554432000 4194304 4896791 140733885465424 140733885462568 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 4631 3702 78 172 0 4457 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 44904

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 19525
/proc/meminfo: memFree=27479504/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=22244 CPUtime=11.08 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 10070 0 0 0 1106 2 0 0 20 0 1 0 273941806 22777856 4860 33554432000 4194304 4896791 140733885465424 140733885462952 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 5561 4860 78 172 0 5387 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 48624

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 19525
/proc/meminfo: memFree=27476872/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=24108 CPUtime=23.88 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 14175 0 0 0 2385 3 0 0 20 0 1 0 273941806 24686592 5303 33554432000 4194304 4896791 140733885465424 140733885461160 4223882 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 6027 5303 78 172 0 5853 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 50488

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 19525
/proc/meminfo: memFree=27475116/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=38320 CPUtime=49.47 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 20780 0 0 0 4942 5 0 0 20 0 1 0 273941806 39239680 7283 33554432000 4194304 4896791 140733885465424 140733885462632 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 9580 7283 78 172 0 9406 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 64700

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 19525
/proc/meminfo: memFree=27460288/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=42064 CPUtime=100.67 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 31421 0 0 0 10057 10 0 0 20 0 1 0 273941806 43073536 9038 33554432000 4194304 4896791 140733885465424 140733885462952 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 10516 9038 78 172 0 10342 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 68444

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 19525
/proc/meminfo: memFree=27448416/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 19537
/proc/meminfo: memFree=27319408/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=145536 CPUtime=1420.36 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 120651 0 0 0 141969 67 0 0 20 0 1 0 273941806 149028864 34275 33554432000 4194304 4896791 140733885465424 140733885462712 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 36384 34275 78 172 0 36210 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 171916

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19586
/proc/meminfo: memFree=27376772/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=180396 CPUtime=1480.34 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 123593 0 0 0 147965 69 0 0 20 0 1 0 273941806 184725504 37697 33554432000 4194304 4896791 140733885465424 140733885460504 4204079 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 45099 37697 78 172 0 44925 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 206776

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19586
/proc/meminfo: memFree=27363740/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=181620 CPUtime=1540.32 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 125672 0 0 0 153961 71 0 0 20 0 1 0 273941806 185978880 37157 33554432000 4194304 4896791 140733885465424 140733885462952 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 45405 37157 78 172 0 45231 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 208000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19586
/proc/meminfo: memFree=27356000/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=183652 CPUtime=1600.32 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 127966 0 0 0 159959 73 0 0 20 0 1 0 273941806 188059648 37699 33554432000 4194304 4896791 140733885465424 140733885462952 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 45913 37699 78 172 0 45739 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 210032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19589
/proc/meminfo: memFree=27354116/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=155520 CPUtime=1660.3 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 129831 0 0 0 165956 74 0 0 20 0 1 0 273941806 159252480 36254 33554432000 4194304 4896791 140733885465424 140733885462680 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 38880 36254 78 172 0 38706 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 181900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19589
/proc/meminfo: memFree=27354496/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=158048 CPUtime=1720.29 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 132192 0 0 0 171953 76 0 0 20 0 1 0 273941806 161841152 34830 33554432000 4194304 4896791 140733885465424 140733885462680 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 39512 34830 78 172 0 39338 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 184428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19589
/proc/meminfo: memFree=27336804/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=160724 CPUtime=1780.28 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 134585 0 0 0 177950 78 0 0 20 0 1 0 273941806 164581376 35539 33554432000 4194304 4896791 140733885465424 140733885462632 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 40181 35539 78 172 0 40007 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 187104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19590
/proc/meminfo: memFree=27332492/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=161164 CPUtime=1798.48 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 134949 0 0 0 179770 78 0 0 20 0 1 0 273941806 165031936 38967 33554432000 4194304 4896791 140733885465424 140733885462632 4225168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 40291 38967 78 172 0 40117 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 187544

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 2.00 3/183 19590
/proc/meminfo: memFree=27332492/32873648 swapFree=6336/6336
[pid=19515] ppid=19513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19515/stat : 19515 (runPb2sat.sh) S 19513 19515 15605 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273941645 9367552 275 33554432000 4194304 5064252 140734304144000 140734304142912 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19515/statm: 2287 275 233 213 0 72 0
[pid=19516] ppid=19515 vsize=8084 CPUtime=1.58 cores=1,3,5,7
/proc/19516/stat : 19516 (pb2sat) S 19515 19515 15605 0 -1 4202496 3434 9450 0 0 10 13 133 2 20 0 1 0 273941646 8278016 1609 33554432000 4194304 5873084 140736389200208 140736389194024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19516/statm: 2021 1609 174 410 0 1603 0
[pid=19524] ppid=19516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19524/stat : 19524 (satsolver.sh) S 19516 19515 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273941806 9367552 267 33554432000 4194304 5064252 140735681753088 140735681752000 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19524/statm: 2287 267 226 213 0 72 0
[pid=19525] ppid=19524 vsize=161164 CPUtime=1798.48 cores=1,3,5,7
/proc/19525/stat : 19525 (glucose_static) R 19524 19515 15605 0 -1 4202496 134949 0 0 0 179770 78 0 0 20 0 1 0 273941806 165031936 38967 33554432000 4194304 4896791 140733885465424 140733885462632 4225168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19525/statm: 40291 38967 78 172 0 40117 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 187544

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1799.15
CPU system time (s): 0.953854
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 236200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.953854
maximum resident set size= 185876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213
involuntary context switches= 1854

runsolver used 3.08753 second user time and 8.92964 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-27 02:22:24
IDJOB=3696979
IDBENCH=48113
IDSOLVER=2274
FILE ID=node112/3696979-1338078144
RUNJOBID= node112-1338052947-15622
PBS_JOBID= 14624404
Free space on /tmp= 71540 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_3.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696979-1338078144/watcher-3696979-1338078144 -o /tmp/evaluation-result-3696979-1338078144/solver-3696979-1338078144 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696979-1338078144.opb 75030157 HOME HOME

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

MD5SUM BENCH= 0f5da0a781de7969842ad5c8dd7a6f1b
RANDOM SEED=75030157

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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		: 2666.763
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:       32873648 kB
MemFree:        27515856 kB
Buffers:          323048 kB
Cached:          4166168 kB
SwapCached:            0 kB
Active:           826028 kB
Inactive:        3721892 kB
Active(anon):      61180 kB
Inactive(anon):        0 kB
Active(file):     764848 kB
Inactive(file):  3721892 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:        222504 kB
Mapped:            15228 kB
Shmem:               200 kB
Slab:             674512 kB
SReclaimable:     118460 kB
SUnreclaim:       556052 kB
KernelStack:        1520 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     176236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71524 MiB
End job on node112 at 2012-05-27 02:52:24