Trace number 3695386

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.15 1801.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_4.opb
MD5SUMefe239846afd4f2627c83cec32ebc27d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1796.86
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 constraint107
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)37458
Sum of products size (including duplicates)74916
Number of different products37458
Sum of products size74916

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.69	o 101
0.00/0.69	c (debug) using card networks
2.56/2.66	c model valid
2.56/2.66	c current solution ok
2.56/2.67	o 23
2.56/2.67	c (debug) using card networks
6.28/7.04	c model valid
6.28/7.04	c current solution ok
7.67/7.71	o 22
7.67/7.71	c (debug) using card networks
8.57/8.67	c model valid
8.57/8.67	c current solution ok
8.57/8.68	o 21
8.57/8.68	c (debug) using card networks
12.38/12.44	c model valid
12.38/12.44	c current solution ok
12.38/12.45	o 20
12.38/12.45	c (debug) using card networks
24.16/24.47	c model valid
24.16/24.47	c current solution ok
24.16/24.48	o 19
24.16/24.48	c (debug) using card networks
29.23/29.71	c model valid
29.23/29.71	c current solution ok
29.23/29.72	o 18
29.23/29.72	c (debug) using card networks
134.11/135.00	c model valid
134.11/135.00	c current solution ok
134.23/135.14	o 17
1800.10/1801.41	./satsolver.sh: line 5: 10504 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1801.41	c error: unexpected solver exit code
1800.10/1801.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3695386-1338080664/watcher-3695386-1338080664 -o /tmp/evaluation-result-3695386-1338080664/solver-3695386-1338080664 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695386-1338080664.opb 952647132 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.00 2.00 3/178 10475
/proc/meminfo: memFree=21110588/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0

[startup+0.0493271 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10475
/proc/meminfo: memFree=21110588/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100322 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10475
/proc/meminfo: memFree=21110588/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300328 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10475
/proc/meminfo: memFree=21110588/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700198 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10475
/proc/meminfo: memFree=21110588/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/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.00 2.00 2.00 4/183 10483
/proc/meminfo: memFree=20731368/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=12600 CPUtime=0.68 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 4260 7291 0 0 20 36 10 2 20 0 1 0 274191499 12902400 2771 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10476/statm: 3150 2771 174 410 0 2732 0
[pid=10482] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10482/stat : 10482 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274191570 9367552 267 33554432000 4194304 5064252 140736644111808 140736644110720 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10482/statm: 2287 267 226 213 0 72 0
[pid=10483] ppid=10482 vsize=28164 CPUtime=0.78 cores=1,3,5,7
/proc/10483/stat : 10483 (glucose_static) R 10482 10475 7219 0 -1 4202496 5758 0 0 0 77 1 0 0 20 0 1 0 274191570 28839936 6491 33554432000 4194304 4896791 140736087988416 140736644110744 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10483/statm: 7041 6491 76 172 0 6867 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 59060

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10483
/proc/meminfo: memFree=20131208/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14564 CPUtime=2.67 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 5357 14261 0 0 23 37 202 5 20 0 1 0 274191499 14913536 3191 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10476/statm: 3641 3191 174 410 0 3223 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 23712

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10486
/proc/meminfo: memFree=18278152/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14564 CPUtime=2.67 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 5357 14261 0 0 23 37 202 5 20 0 1 0 274191499 14913536 3191 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10476/statm: 3641 3191 174 410 0 3223 0
[pid=10485] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10485/stat : 10485 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274191767 9367552 267 33554432000 4194304 5064252 140736959634832 140736959633744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10485/statm: 2287 267 226 213 0 72 0
[pid=10486] ppid=10485 vsize=30708 CPUtime=3.61 cores=1,3,5,7
/proc/10486/stat : 10486 (glucose_static) R 10485 10475 7219 0 -1 4202496 6164 0 0 0 360 1 0 0 20 0 1 0 274191768 31444992 6341 33554432000 4194304 4896791 140735491587072 140735491584280 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10486/statm: 7677 6341 76 172 0 7503 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63568

[startup+12.7004 s]
/proc/loadavg: 2.24 2.05 2.02 4/183 10492
/proc/meminfo: memFree=15864940/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=12.44 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 8712 37266 0 0 32 37 1161 14 20 0 1 0 274191499 15056896 3263 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10476/statm: 3676 3263 174 410 0 3258 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 23852

[startup+25.5005 s]
/proc/loadavg: 2.92 2.21 2.07 2/183 10498
/proc/meminfo: memFree=13245812/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=24.25 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 9830 46811 0 0 34 37 2337 17 20 0 1 0 274191499 15056896 3263 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10476/statm: 3676 3263 174 410 0 3258 0
[pid=10497] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10497/stat : 10497 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274193948 9367552 267 33554432000 4194304 5064252 140734702835664 140734702834576 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10497/statm: 2287 267 226 213 0 72 0
[pid=10498] ppid=10497 vsize=27588 CPUtime=0.76 cores=1,3,5,7
/proc/10498/stat : 10498 (glucose_static) R 10497 10475 7219 0 -1 4202496 6425 0 0 0 75 1 0 0 20 0 1 0 274193948 28250112 6035 33554432000 4194304 4896791 140736046653712 140734702834600 4224983 0 0 4096 0 0 0 0 17 3 0 0 24 0 0
/proc/10498/statm: 6897 6035 76 172 0 6723 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 60588

[startup+51.1004 s]
/proc/loadavg: 3.69 2.45 2.15 2/183 10501
/proc/meminfo: memFree=11917220/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=29.25 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 10948 55349 0 0 37 37 2831 20 20 0 1 0 274191499 15056896 3263 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3263 174 410 0 3258 0
[pid=10500] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10500/stat : 10500 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274194472 9367552 267 33554432000 4194304 5064252 140736700880720 140736700879632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10500/statm: 2287 267 226 213 0 72 0
[pid=10501] ppid=10500 vsize=37544 CPUtime=21.08 cores=1,3,5,7
/proc/10501/stat : 10501 (glucose_static) R 10500 10475 7219 0 -1 4202496 10932 0 0 0 2105 3 0 0 20 0 1 0 274194472 38445056 8368 33554432000 4194304 4896791 140735554497696 140735554494904 4224983 0 0 4096 0 0 0 0 17 3 0 0 27 0 0
/proc/10501/statm: 9386 8368 78 172 0 9212 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 70544

[startup+102.3 s]
/proc/loadavg: 4.93 2.97 2.34 2/183 10501
/proc/meminfo: memFree=7822892/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=29.25 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 10948 55349 0 0 37 37 2831 20 20 0 1 0 274191499 15056896 3263 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3263 174 410 0 3258 0
[pid=10500] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10500/stat : 10500 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274194472 9367552 267 33554432000 4194304 5064252 140736700880720 140736700879632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10500/statm: 2287 267 226 213 0 72 0
[pid=10501] ppid=10500 vsize=48860 CPUtime=72.27 cores=1,3,5,7
/proc/10501/stat : 10501 (glucose_static) R 10500 10475 7219 0 -1 4202496 16484 0 0 0 7221 6 0 0 20 0 1 0 274194472 50032640 10418 33554432000 4194304 4896791 140735554497696 140735554494840 4224983 0 0 4096 0 0 0 0 17 3 0 0 27 0 0
/proc/10501/statm: 12215 10418 78 172 0 12041 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 81860

[startup+162.3 s]
/proc/loadavg: 4.90 3.32 2.50 2/183 10504
/proc/meminfo: memFree=5892388/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=37480 CPUtime=27.14 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 11230 0 0 0 2711 3 0 0 20 0 1 0 274205014 38379520 8154 33554432000 4194304 4896791 140734209217152 140734209214360 4203974 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 9370 8154 78 172 0 9196 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 70480

[startup+222.3 s]
/proc/loadavg: 4.66 3.56 2.63 3/185 10552
/proc/meminfo: memFree=29373360/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.16 3/183 10789
/proc/meminfo: memFree=29298788/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=113048 CPUtime=1226.85 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 98824 0 0 0 122595 90 0 0 20 0 1 0 274205014 115761152 24790 33554432000 4194304 4896791 140734209217152 140734209214680 4205054 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 28262 24790 78 172 0 28088 0
Current children cumulated CPU time (s) 1361.09
Current children cumulated vsize (KiB) 146048

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/183 10789
/proc/meminfo: memFree=29289924/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=114624 CPUtime=1286.84 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 102172 0 0 0 128590 94 0 0 20 0 1 0 274205014 117374976 25392 33554432000 4194304 4896791 140734209217152 140734209214680 4203891 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 28656 25392 78 172 0 28482 0
Current children cumulated CPU time (s) 1421.08
Current children cumulated vsize (KiB) 147624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/183 10789
/proc/meminfo: memFree=29266988/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=105104 CPUtime=1346.82 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 104544 0 0 0 134585 97 0 0 20 0 1 0 274205014 107626496 25006 33554432000 4194304 4896791 140734209217152 140734209214360 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 26276 25006 78 172 0 26102 0
Current children cumulated CPU time (s) 1481.06
Current children cumulated vsize (KiB) 138104

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/184 10793
/proc/meminfo: memFree=29253156/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=168912 CPUtime=1406.81 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 107175 0 0 0 140582 99 0 0 20 0 1 0 274205014 172965888 34773 33554432000 4194304 4896791 140734209217152 140734209214360 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 42228 34773 78 172 0 42054 0
Current children cumulated CPU time (s) 1541.05
Current children cumulated vsize (KiB) 201912

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.12 3/183 10793
/proc/meminfo: memFree=29242092/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=170268 CPUtime=1466.8 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 110278 0 0 0 146577 103 0 0 20 0 1 0 274205014 174354432 34622 33554432000 4194304 4896791 140734209217152 140734209214680 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 42567 34622 78 172 0 42393 0
Current children cumulated CPU time (s) 1601.04
Current children cumulated vsize (KiB) 203268

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.11 3/183 10793
/proc/meminfo: memFree=29233852/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=141204 CPUtime=1526.79 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 112854 0 0 0 152573 106 0 0 20 0 1 0 274205014 144592896 33943 33554432000 4194304 4896791 140734209217152 140734209214360 4223797 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 35301 33943 78 172 0 35127 0
Current children cumulated CPU time (s) 1661.03
Current children cumulated vsize (KiB) 174204

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.10 3/183 10793
/proc/meminfo: memFree=29236812/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=142856 CPUtime=1586.77 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 115300 0 0 0 158568 109 0 0 20 0 1 0 274205014 146284544 33116 33554432000 4194304 4896791 140734209217152 140734209214360 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 35714 33116 78 172 0 35540 0
Current children cumulated CPU time (s) 1721.01
Current children cumulated vsize (KiB) 175856

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 10793
/proc/meminfo: memFree=29248524/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=145068 CPUtime=1646.77 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 118514 0 0 0 164565 112 0 0 20 0 1 0 274205014 148549632 31347 33554432000 4194304 4896791 140734209217152 140734209214680 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 36267 31347 78 172 0 36093 0
Current children cumulated CPU time (s) 1781.01
Current children cumulated vsize (KiB) 178068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 10794
/proc/meminfo: memFree=29210424/32873844 swapFree=7116/7116
[pid=10475] ppid=10473 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (runPb2satCp2.sh) S 10473 10475 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274191499 9367552 275 33554432000 4194304 5064252 140733751555712 140733751554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 2287 275 233 213 0 72 0
[pid=10476] ppid=10475 vsize=14704 CPUtime=134.24 cores=1,3,5,7
/proc/10476/stat : 10476 (pb2sat) S 10475 10475 7219 0 -1 4202496 11900 74799 0 0 40 37 13318 29 20 0 1 0 274191499 15056896 3264 33554432000 4194304 5873084 140734732469248 140734732463064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10476/statm: 3676 3264 175 410 0 3258 0
[pid=10503] ppid=10476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10503/stat : 10503 (satsolver.sh) S 10476 10475 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274205014 9367552 267 33554432000 4194304 5064252 140735513533744 140735513532656 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10503/statm: 2287 267 226 213 0 72 0
[pid=10504] ppid=10503 vsize=145676 CPUtime=1665.86 cores=1,3,5,7
/proc/10504/stat : 10504 (glucose_static) R 10503 10475 7219 0 -1 4202496 118667 0 0 0 166474 112 0 0 20 0 1 0 274205014 149172224 34055 33554432000 4194304 4896791 140734209217152 140734209214360 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10504/statm: 36419 34055 78 172 0 36245 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 178676

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.41
CPU time (s): 1800.15
CPU user time (s): 1798.34
CPU system time (s): 1.81272
CPU usage (%): 99.9298
Max. virtual memory (cumulated for all children) (KiB): 264164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 1.81272
maximum resident set size= 210732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206353
page faults= 0
swaps= 0
block input operations= 0
block output operations= 91336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215
involuntary context switches= 1941

runsolver used 3.74643 second user time and 8.88665 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 03:04:24
IDJOB=3695386
IDBENCH=48104
IDSOLVER=2273
FILE ID=node138/3695386-1338080664
RUNJOBID= node138-1338052933-7236
PBS_JOBID= 14624399
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=952647132

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        21110588 kB
Buffers:          310252 kB
Cached:          2217552 kB
SwapCached:          232 kB
Active:          9138820 kB
Inactive:        1791644 kB
Active(anon):    8392208 kB
Inactive(anon):    12604 kB
Active(file):     746612 kB
Inactive(file):  1779040 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:              9096 kB
Writeback:             0 kB
AnonPages:       8425364 kB
Mapped:            15108 kB
Shmem:               200 kB
Slab:             679168 kB
SReclaimable:     121276 kB
SUnreclaim:       557892 kB
KernelStack:        1520 kB
PageTables:        20316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8516804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8402944 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= 71504 MiB
End job on node138 at 2012-05-27 03:34:26