Trace number 3695410

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.07 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_1.opb
MD5SUM6a7c5d2366cf8704587c2ca2c97e69d0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-120
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -111
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 constraint10
Maximum length of a constraint22
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)6318
Sum of products size (including duplicates)12636
Number of different products3159
Sum of products size6318

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.02	c model valid
0.00/0.02	c current solution ok
0.00/0.07	o 0
0.00/0.07	c (debug) using card networks
0.00/0.11	c model valid
0.00/0.11	c current solution ok
0.00/0.12	o -99
0.00/0.12	c (debug) using card networks
0.00/0.17	c model valid
0.00/0.17	c current solution ok
0.00/0.17	o -100
0.00/0.17	c (debug) using card networks
10.66/10.79	c model valid
10.66/10.79	c current solution ok
10.66/10.80	o -105
10.66/10.80	c (debug) using card networks
10.77/10.86	c model valid
10.77/10.86	c current solution ok
10.77/10.87	o -106
10.77/10.87	c (debug) using card networks
16.46/16.52	c model valid
16.46/16.52	c current solution ok
16.46/16.52	o -110
16.46/16.52	c (debug) using card networks
309.27/309.46	c model valid
309.27/309.46	c current solution ok
309.27/309.47	o -112
309.27/309.47	c (debug) using card networks
1800.04/1800.61	./satsolver.sh: line 5:  6877 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.61	c error: unexpected solver exit code
1800.04/1800.61	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-3695410-1338083070/watcher-3695410-1338083070 -o /tmp/evaluation-result-3695410-1338083070/solver-3695410-1338083070 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695410-1338083070.opb 1889688702 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.02 2.04 2.00 3/180 6851
/proc/meminfo: memFree=28898220/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0

[startup+0.016693 s]
/proc/loadavg: 2.02 2.04 2.00 3/180 6851
/proc/meminfo: memFree=28898220/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100205 s]
/proc/loadavg: 2.02 2.04 2.00 3/180 6851
/proc/meminfo: memFree=28898220/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300208 s]
/proc/loadavg: 2.02 2.04 2.00 3/180 6851
/proc/meminfo: memFree=28898220/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700176 s]
/proc/loadavg: 2.02 2.04 2.00 3/180 6851
/proc/meminfo: memFree=28898220/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.02 2.04 2.00 3/184 6864
/proc/meminfo: memFree=28883932/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=0.15 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 2094 7659 0 0 5 3 6 1 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6863] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6863/stat : 6863 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274433005 9367552 267 33554432000 4194304 5064252 140733852592432 140733852591344 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6863/statm: 2287 267 226 213 0 72 0
[pid=6864] ppid=6863 vsize=12340 CPUtime=1.3 cores=1,3,5,7
/proc/6864/stat : 6864 (glucose_static) R 6863 6851 1501 0 -1 4202496 3549 0 0 0 130 0 0 0 20 0 1 0 274433005 12636160 2730 33554432000 4194304 4896791 140735335059296 140735335056504 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6864/statm: 3085 2730 76 172 0 2911 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 35332

[startup+3.1004 s]
/proc/loadavg: 2.02 2.04 2.00 3/184 6864
/proc/meminfo: memFree=28903596/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=0.15 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 2094 7659 0 0 5 3 6 1 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6863] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6863/stat : 6863 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274433005 9367552 267 33554432000 4194304 5064252 140733852592432 140733852591344 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6863/statm: 2287 267 226 213 0 72 0
[pid=6864] ppid=6863 vsize=15324 CPUtime=2.9 cores=1,3,5,7
/proc/6864/stat : 6864 (glucose_static) R 6863 6851 1501 0 -1 4202496 6022 0 0 0 289 1 0 0 20 0 1 0 274433005 15691776 2924 33554432000 4194304 4896791 140735335059296 140735335056824 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6864/statm: 3831 2924 76 172 0 3657 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 38316

[startup+6.30039 s]
/proc/loadavg: 2.02 2.04 2.00 3/184 6864
/proc/meminfo: memFree=28902008/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=0.15 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 2094 7659 0 0 5 3 6 1 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6863] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6863/stat : 6863 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274433005 9367552 267 33554432000 4194304 5064252 140733852592432 140733852591344 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6863/statm: 2287 267 226 213 0 72 0
[pid=6864] ppid=6863 vsize=20832 CPUtime=6.11 cores=1,3,5,7
/proc/6864/stat : 6864 (glucose_static) R 6863 6851 1501 0 -1 4202496 9457 0 0 0 609 2 0 0 20 0 1 0 274433005 21331968 4101 33554432000 4194304 4896791 140735335059296 140735335056824 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6864/statm: 5208 4101 78 172 0 5034 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43824

[startup+12.7002 s]
/proc/loadavg: 2.01 2.04 2.00 3/184 6870
/proc/meminfo: memFree=28893516/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=10.85 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 3284 25382 0 0 8 4 1068 5 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6869] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6869/stat : 6869 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274434075 9367552 267 33554432000 4194304 5064252 140733615863712 140733615862624 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6869/statm: 2287 267 226 213 0 72 0
[pid=6870] ppid=6869 vsize=11180 CPUtime=1.81 cores=1,3,5,7
/proc/6870/stat : 6870 (glucose_static) R 6869 6851 1501 0 -1 4202496 3846 0 0 0 181 0 0 0 20 0 1 0 274434075 11448320 2510 33554432000 4194304 4896791 140735181985936 140735181983336 4204016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6870/statm: 2795 2510 78 172 0 2621 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 34172

[startup+25.5004 s]
/proc/loadavg: 2.08 2.05 2.00 3/184 6873
/proc/meminfo: memFree=28874628/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=16.51 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 3874 33343 0 0 10 4 1630 7 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6872] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6872/stat : 6872 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274434640 9367552 267 33554432000 4194304 5064252 140734527116800 140734527115712 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6872/statm: 2287 267 226 213 0 72 0
[pid=6873] ppid=6872 vsize=21420 CPUtime=8.95 cores=1,3,5,7
/proc/6873/stat : 6873 (glucose_static) R 6872 6851 1501 0 -1 4202496 8481 0 0 0 893 2 0 0 20 0 1 0 274434640 21934080 4105 33554432000 4194304 4896791 140735972257760 140735972254904 4203844 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6873/statm: 5355 4105 78 172 0 5181 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 44412

[startup+51.1002 s]
/proc/loadavg: 2.12 2.06 2.01 3/183 6873
/proc/meminfo: memFree=28856160/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=16.51 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 3874 33343 0 0 10 4 1630 7 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6872] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6872/stat : 6872 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274434640 9367552 267 33554432000 4194304 5064252 140734527116800 140734527115712 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6872/statm: 2287 267 226 213 0 72 0
[pid=6873] ppid=6872 vsize=43704 CPUtime=34.54 cores=1,3,5,7
/proc/6873/stat : 6873 (glucose_static) R 6872 6851 1501 0 -1 4202496 18566 0 0 0 3448 6 0 0 20 0 1 0 274434640 44752896 7962 33554432000 4194304 4896791 140735972257760 140735972254968 4224913 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6873/statm: 10926 7962 78 172 0 10752 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 66696

[startup+102.307 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 6873
/proc/meminfo: memFree=28839452/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=16.51 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 3874 33343 0 0 10 4 1630 7 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6872] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6872/stat : 6872 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274434640 9367552 267 33554432000 4194304 5064252 140734527116800 140734527115712 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6872/statm: 2287 267 226 213 0 72 0
[pid=6873] ppid=6872 vsize=48612 CPUtime=85.74 cores=1,3,5,7
/proc/6873/stat : 6873 (glucose_static) R 6872 6851 1501 0 -1 4202496 30849 0 0 0 8562 12 0 0 20 0 1 0 274434640 49778688 11057 33554432000 4194304 4896791 140735972257760 140735972254968 4204099 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6873/statm: 12153 11057 78 172 0 11979 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 71604

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 6873
/proc/meminfo: memFree=28867644/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=16.51 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 3874 33343 0 0 10 4 1630 7 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6872] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 6987
/proc/meminfo: memFree=28879496/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=82228 CPUtime=1052.48 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 127768 0 0 0 105152 96 0 0 20 0 1 0 274463935 84201472 19440 33554432000 4194304 4896791 140734949559136 140734949556664 4203806 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 20557 19440 78 172 0 20383 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 105220

[startup+1422.31 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 6994
/proc/meminfo: memFree=28838724/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=133140 CPUtime=1112.46 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 131812 0 0 0 111145 101 0 0 20 0 1 0 274463935 136335360 27958 33554432000 4194304 4896791 140734949559136 140734949556664 4206864 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 33285 27958 78 172 0 33111 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 156132

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 6994
/proc/meminfo: memFree=28809892/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=134648 CPUtime=1172.44 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 134871 0 0 0 117139 105 0 0 20 0 1 0 274463935 137879552 31896 33554432000 4194304 4896791 140734949559136 140734949556344 4225201 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 33662 31896 78 172 0 33488 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 157640

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/184 6997
/proc/meminfo: memFree=28862200/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=73728 CPUtime=1232.42 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 139145 0 0 0 123132 110 0 0 20 0 1 0 274463935 75497472 18019 33554432000 4194304 4896791 140734949559136 140734949556712 4206896 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 18432 18019 78 172 0 18258 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 96720

[startup+1602.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/183 6997
/proc/meminfo: memFree=28831572/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=105720 CPUtime=1292.41 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 142775 0 0 0 129127 114 0 0 20 0 1 0 274463935 108257280 25614 33554432000 4194304 4896791 140734949559136 140734949554872 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 26430 25614 78 172 0 26256 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 128712

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 6997
/proc/meminfo: memFree=28795524/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=136812 CPUtime=1352.41 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 146054 0 0 0 135122 119 0 0 20 0 1 0 274463935 140095488 30293 33554432000 4194304 4896791 140734949559136 140734949554808 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 34203 30293 78 172 0 34029 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 159804

[startup+1722.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/183 6998
/proc/meminfo: memFree=28788240/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=187440 CPUtime=1412.39 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 149703 0 0 0 141116 123 0 0 20 0 1 0 274463935 191938560 35334 33554432000 4194304 4896791 140734949559136 140734949556664 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 46860 35334 78 172 0 46686 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 210432

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/183 6998
/proc/meminfo: memFree=28771304/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=139468 CPUtime=1472.37 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 152339 0 0 0 147111 126 0 0 20 0 1 0 274463935 142815232 33217 33554432000 4194304 4896791 140734949559136 140734949556344 4225168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 34867 33217 78 172 0 34693 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 162460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 6998
/proc/meminfo: memFree=28749276/32873648 swapFree=7372/7372
[pid=6851] ppid=6849 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (runPb2satCp2.sh) S 6849 6851 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274432987 9367552 275 33554432000 4194304 5064252 140733399475168 140733399474080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2287 275 233 213 0 72 0
[pid=6852] ppid=6851 vsize=4696 CPUtime=309.36 cores=1,3,5,7
/proc/6852/stat : 6852 (pb2sat) S 6851 6851 1501 0 -1 4202496 4473 94721 0 0 11 4 30878 43 20 0 1 0 274432987 4808704 806 33554432000 4194304 5873084 140734632212176 140734632205992 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6852/statm: 1174 806 174 410 0 756 0
[pid=6876] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6876/stat : 6876 (satsolver.sh) S 6852 6851 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274463935 9367552 267 33554432000 4194304 5064252 140736528589968 140736528588880 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6876/statm: 2287 267 226 213 0 72 0
[pid=6877] ppid=6876 vsize=190764 CPUtime=1490.68 cores=1,3,5,7
/proc/6877/stat : 6877 (glucose_static) R 6876 6851 1501 0 -1 4202496 153105 0 0 0 148942 126 0 0 20 0 1 0 274463935 195342336 39602 33554432000 4194304 4896791 140734949559136 140734949556344 4225640 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6877/statm: 47691 39602 78 172 0 47517 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 213756

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.07
CPU user time (s): 1798.32
CPU system time (s): 1.74873
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 323032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.74873
maximum resident set size= 211684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253289
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358
involuntary context switches= 1874

runsolver used 5.9171 second user time and 19.41 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 03:44:30
IDJOB=3695410
IDBENCH=48176
IDSOLVER=2273
FILE ID=node122/3695410-1338083070
RUNJOBID= node122-1338050676-1518
PBS_JOBID= 14624380
Free space on /tmp= 71688 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695410-1338083070/watcher-3695410-1338083070 -o /tmp/evaluation-result-3695410-1338083070/solver-3695410-1338083070 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695410-1338083070.opb 1889688702 HOME HOME

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

MD5SUM BENCH= 6a7c5d2366cf8704587c2ca2c97e69d0
RANDOM SEED=1889688702

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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		: 2666.533
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	: 5438.54
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.533
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.533
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:        28898864 kB
Buffers:          275544 kB
Cached:          2827328 kB
SwapCached:            0 kB
Active:          1176172 kB
Inactive:        2014984 kB
Active(anon):      79420 kB
Inactive(anon):    11052 kB
Active(file):    1096752 kB
Inactive(file):  2003932 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12808 kB
Writeback:             4 kB
AnonPages:         94944 kB
Mapped:            14808 kB
Shmem:               200 kB
Slab:             643824 kB
SReclaimable:      87964 kB
SUnreclaim:       555860 kB
KernelStack:        1520 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     222476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71676 MiB
End job on node122 at 2012-05-27 04:14:31