Trace number 3695385

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_3.opb
MD5SUMd5313ea0d4ce989dad692c9adfb6f827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1796.85
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
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 constraint61
Maximum length of a constraint111
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)37460
Sum of products size (including duplicates)74920
Number of different products37460
Sum of products size74920

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.26	c model valid
0.00/0.26	c current solution ok
0.00/0.64	o 95
0.00/0.64	c (debug) using card networks
4.57/4.67	c model valid
4.57/4.67	c current solution ok
4.66/4.84	o 26
4.66/4.84	c (debug) using card networks
8.83/9.20	c model valid
8.83/9.20	c current solution ok
8.95/9.20	o 20
8.95/9.20	c (debug) using card networks
13.04/13.37	c model valid
13.04/13.37	c current solution ok
13.04/13.38	o 19
13.04/13.38	c (debug) using card networks
17.53/17.88	c model valid
17.53/17.88	c current solution ok
17.53/17.89	o 18
17.53/17.89	c (debug) using card networks
54.51/54.85	c model valid
54.51/54.85	c current solution ok
54.51/54.86	o 17
1800.03/1800.71	./satsolver.sh: line 5: 15479 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.71	c error: unexpected solver exit code
1800.03/1800.71	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-3695385-1338081267/watcher-3695385-1338081267 -o /tmp/evaluation-result-3695385-1338081267/solver-3695385-1338081267 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695385-1338081267.opb 420830667 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: 4.74 3.65 2.69 5/182 15456
/proc/meminfo: memFree=15554416/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0

[startup+0.036644 s]
/proc/loadavg: 4.74 3.65 2.69 5/182 15456
/proc/meminfo: memFree=15554416/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100332 s]
/proc/loadavg: 4.74 3.65 2.69 5/182 15456
/proc/meminfo: memFree=15554416/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300389 s]
/proc/loadavg: 4.74 3.65 2.69 5/182 15456
/proc/meminfo: memFree=15554416/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700421 s]
/proc/loadavg: 4.74 3.65 2.69 5/182 15456
/proc/meminfo: memFree=15554416/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/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: 4.74 3.65 2.69 4/186 15463
/proc/meminfo: memFree=21629208/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=12600 CPUtime=0.63 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 4275 6699 0 0 21 30 10 2 20 0 1 0 274251065 12902400 2771 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15457/statm: 3150 2771 174 410 0 2732 0
[pid=15462] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15462/stat : 15462 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274251131 9367552 267 33554432000 4194304 5064252 140737454295712 140737454294624 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15462/statm: 2287 267 226 213 0 72 0
[pid=15463] ppid=15462 vsize=28044 CPUtime=0.84 cores=1,3,5,7
/proc/15463/stat : 15463 (glucose_static) R 15462 15456 9863 0 -1 4202496 6696 0 0 0 83 1 0 0 20 0 1 0 274251131 28717056 6237 33554432000 4194304 4896791 140735049314064 140735049311368 4203968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15463/statm: 7011 6237 76 172 0 6837 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 58940

[startup+3.10044 s]
/proc/loadavg: 4.74 3.65 2.69 4/186 15463
/proc/meminfo: memFree=28737336/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=12600 CPUtime=0.63 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 4275 6699 0 0 21 30 10 2 20 0 1 0 274251065 12902400 2771 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15457/statm: 3150 2771 174 410 0 2732 0
[pid=15462] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15462/stat : 15462 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274251131 9367552 267 33554432000 4194304 5064252 140737454295712 140737454294624 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15462/statm: 2287 267 226 213 0 72 0
[pid=15463] ppid=15462 vsize=31028 CPUtime=2.44 cores=1,3,5,7
/proc/15463/stat : 15463 (glucose_static) R 15462 15456 9863 0 -1 4202496 7073 0 0 0 243 1 0 0 20 0 1 0 274251131 31772672 6613 33554432000 4194304 4896791 140735049314064 140735049311592 4204839 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15463/statm: 7757 6613 76 172 0 7583 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 61924

[startup+6.30044 s]
/proc/loadavg: 4.52 3.63 2.69 3/185 15466
/proc/meminfo: memFree=28736020/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14560 CPUtime=4.66 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 5390 15094 0 0 24 30 408 4 20 0 1 0 274251065 14909440 3191 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15457/statm: 3640 3191 174 410 0 3222 0
[pid=15465] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15465/stat : 15465 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274251551 9367552 267 33554432000 4194304 5064252 140733364054144 140733364053056 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15465/statm: 2287 267 226 213 0 72 0
[pid=15466] ppid=15465 vsize=27744 CPUtime=1.37 cores=1,3,5,7
/proc/15466/stat : 15466 (glucose_static) R 15465 15456 9863 0 -1 4202496 6566 0 0 0 136 1 0 0 20 0 1 0 274251551 28409856 6120 33554432000 4194304 4896791 140737178055952 140737178053096 4224684 0 0 4096 0 0 0 0 17 1 0 0 5 0 0
/proc/15466/statm: 6936 6120 76 172 0 6762 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 60600

[startup+12.7004 s]
/proc/loadavg: 4.32 3.60 2.69 3/185 15469
/proc/meminfo: memFree=28726692/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=8.97 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 6528 23157 0 0 27 30 833 7 20 0 1 0 274251065 15060992 3262 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3262 174 410 0 3259 0
[pid=15468] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274251987 9367552 267 33554432000 4194304 5064252 140734836025984 140734836024896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15468/statm: 2287 267 226 213 0 72 0
[pid=15469] ppid=15468 vsize=30852 CPUtime=3.47 cores=1,3,5,7
/proc/15469/stat : 15469 (glucose_static) R 15468 15456 9863 0 -1 4202496 6263 0 0 0 346 1 0 0 20 0 1 0 274251987 31592448 6400 33554432000 4194304 4896791 140737252597312 140737252594520 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15469/statm: 7713 6400 76 172 0 7539 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 63856

[startup+25.5005 s]
/proc/loadavg: 3.80 3.52 2.67 3/183 15475
/proc/meminfo: memFree=28728764/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=17.64 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 8802 38673 0 0 33 30 1688 13 20 0 1 0 274251065 15060992 3262 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3262 174 410 0 3259 0
[pid=15474] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274252855 9367552 266 33554432000 4194304 5064252 140736165477168 140736165476080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15474/statm: 2287 266 226 213 0 72 0
[pid=15475] ppid=15474 vsize=31384 CPUtime=7.58 cores=1,3,5,7
/proc/15475/stat : 15475 (glucose_static) R 15474 15456 9863 0 -1 4202496 6960 0 0 0 757 1 0 0 20 0 1 0 274252855 32137216 6889 33554432000 4194304 4896791 140733669686080 140733669683288 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15475/statm: 7846 6889 78 172 0 7672 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 64388

[startup+51.1005 s]
/proc/loadavg: 3.19 3.40 2.66 3/184 15476
/proc/meminfo: memFree=28703812/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=17.64 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 8802 38673 0 0 33 30 1688 13 20 0 1 0 274251065 15060992 3262 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3262 174 410 0 3259 0
[pid=15474] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15474/stat : 15474 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274252855 9367552 266 33554432000 4194304 5064252 140736165477168 140736165476080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15474/statm: 2287 266 226 213 0 72 0
[pid=15475] ppid=15474 vsize=38520 CPUtime=33.18 cores=1,3,5,7
/proc/15475/stat : 15475 (glucose_static) R 15474 15456 9863 0 -1 4202496 12048 0 0 0 3314 4 0 0 20 0 1 0 274252855 39444480 8679 33554432000 4194304 4896791 140733669686080 140733669683224 4205040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15475/statm: 9630 8679 78 172 0 9456 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 71524

[startup+102.307 s]
/proc/loadavg: 2.55 3.19 2.62 3/184 15689
/proc/meminfo: memFree=28953756/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=40276 CPUtime=47.4 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 13840 0 0 0 4733 7 0 0 20 0 1 0 274256553 41242624 8936 33554432000 4194304 4896791 140734862516784 140734862513992 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 10069 8936 78 172 0 9895 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 73280

[startup+162.3 s]
/proc/loadavg: 2.20 2.97 2.58 3/183 15689
/proc/meminfo: memFree=28924028/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.13 3/183 15700
/proc/meminfo: memFree=28741312/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=132812 CPUtime=1367.12 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 88620 0 0 0 136640 72 0 0 20 0 1 0 274256553 135999488 30119 33554432000 4194304 4896791 140734862516784 140734862513992 4223829 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 33203 30119 78 172 0 33029 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 165816

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.12 3/183 15864
/proc/meminfo: memFree=28922796/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=166556 CPUtime=1427.09 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 91817 0 0 0 142635 74 0 0 20 0 1 0 274256553 170553344 34304 33554432000 4194304 4896791 140734862516784 140734862514312 4225002 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 41639 34304 78 172 0 41465 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 199560

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.12 3/184 15922
/proc/meminfo: memFree=28878120/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=170396 CPUtime=1487.07 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 94280 0 0 0 148630 77 0 0 20 0 1 0 274256553 174485504 41509 33554432000 4194304 4896791 140734862516784 140734862513992 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 42599 41509 78 172 0 42425 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 203400

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.11 3/183 15923
/proc/meminfo: memFree=28888064/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=172012 CPUtime=1547.06 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 96570 0 0 0 154626 80 0 0 20 0 1 0 274256553 176140288 35262 33554432000 4194304 4896791 140734862516784 140734862512456 4203674 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 43003 35262 78 172 0 42829 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 205016

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.10 3/183 15923
/proc/meminfo: memFree=28904452/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=143220 CPUtime=1607.04 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 98216 0 0 0 160623 81 0 0 20 0 1 0 274256553 146657280 31779 33554432000 4194304 4896791 140734862516784 140734862513992 4225376 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 35805 31779 78 172 0 35631 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 176224

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.09 3/183 15923
/proc/meminfo: memFree=28895684/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=145860 CPUtime=1667.03 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 100429 0 0 0 166619 84 0 0 20 0 1 0 274256553 149360640 31870 33554432000 4194304 4896791 140734862516784 140734862513992 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 36465 31870 78 172 0 36291 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 178864

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.09 3/183 15923
/proc/meminfo: memFree=28895444/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=149012 CPUtime=1727.02 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 102821 0 0 0 172616 86 0 0 20 0 1 0 274256553 152588288 32172 33554432000 4194304 4896791 140734862516784 140734862514312 4225514 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 37253 32172 78 172 0 37079 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 182016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.10 2.05 2.09 3/183 15923
/proc/meminfo: memFree=28881600/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=149408 CPUtime=1745.43 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 102922 0 0 0 174457 86 0 0 20 0 1 0 274256553 152993792 34828 33554432000 4194304 4896791 140734862516784 140734862512456 4225002 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 37352 34828 78 172 0 37178 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 182412

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.10 2.05 2.09 3/183 15923
/proc/meminfo: memFree=28881600/32873844 swapFree=7612/7612
[pid=15456] ppid=15454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (runPb2satCp2.sh) S 15454 15456 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274251065 9367552 275 33554432000 4194304 5064252 140734573685280 140734573684192 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15456/statm: 2287 275 233 213 0 72 0
[pid=15457] ppid=15456 vsize=14708 CPUtime=54.6 cores=1,3,5,7
/proc/15457/stat : 15457 (pb2sat) S 15456 15456 9863 0 -1 4202496 9754 52601 0 0 36 30 5374 20 20 0 1 0 274251065 15060992 3263 33554432000 4194304 5873084 140735311160848 140735311154664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15457/statm: 3677 3263 175 410 0 3259 0
[pid=15478] ppid=15457 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15478/stat : 15478 (satsolver.sh) S 15457 15456 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274256553 9367552 267 33554432000 4194304 5064252 140736730208960 140736730207872 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=149408 CPUtime=1745.43 cores=1,3,5,7
/proc/15479/stat : 15479 (glucose_static) R 15478 15456 9863 0 -1 4202496 102922 0 0 0 174457 86 0 0 20 0 1 0 274256553 152993792 34828 33554432000 4194304 4896791 140734862516784 140734862512456 4225002 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15479/statm: 37352 34828 78 172 0 37178 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 182412

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.07
CPU user time (s): 1798.69
CPU system time (s): 1.38779
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 272976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.38779
maximum resident set size= 203024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214
involuntary context switches= 2507

runsolver used 3.80142 second user time and 8.90065 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 03:14:27
IDJOB=3695385
IDBENCH=48124
IDSOLVER=2273
FILE ID=node143/3695385-1338081267
RUNJOBID= node143-1338052948-9880
PBS_JOBID= 14624405
Free space on /tmp= 64312 MiB

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

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

MD5SUM BENCH= d5313ea0d4ce989dad692c9adfb6f827
RANDOM SEED=420830667

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        15428572 kB
Buffers:          320904 kB
Cached:         15834848 kB
SwapCached:            0 kB
Active:           856064 kB
Inactive:       15368128 kB
Active(anon):      71192 kB
Inactive(anon):        0 kB
Active(file):     784872 kB
Inactive(file): 15368128 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12240 kB
Writeback:           200 kB
AnonPages:        116856 kB
Mapped:            15456 kB
Shmem:               200 kB
Slab:            1079732 kB
SReclaimable:     521668 kB
SUnreclaim:       558064 kB
KernelStack:        1528 kB
PageTables:         4544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     189516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 71644 MiB
End job on node143 at 2012-05-27 03:44:28