Trace number 2695240

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 NameAnswerCPU timeWall clock time
PB/CT 0.1? (TO) 1800.06 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-71-70--soft-66-100-0.wbo
MD5SUM6ce7da05711cce00ec3b2d5a1c7699c2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.213966
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4970
Total number of constraints141
Number of soft constraints43
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
Top cost 2285
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 2284
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PB/CT 0.1.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
0.00/0.01	c constraints 52/18 clauses 46/25 units 0
0.00/0.01	c vars 4970
1800.05/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2695240-1277893489/watcher-2695240-1277893489 -o /tmp/evaluation-result-2695240-1277893489/solver-2695240-1277893489 -C 1800 -W 2000 -M 3800 HOME/pbct --model HOME/instance-2695240-1277893489.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.82 1.95 2.02 3/178 10574
/proc/meminfo: memFree=31223296/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=2136 CPUtime=0
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 246 0 0 0 0 0 0 0 22 0 1 0 130646541 2187264 166 4089446400 134512640 136421960 4291557168 18446744073709551615 135811817 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10574/statm: 534 166 144 467 0 65 0

[startup+0.029183 s]
/proc/loadavg: 1.82 1.95 2.02 3/178 10574
/proc/meminfo: memFree=31223296/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=9024 CPUtime=0.02
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 1943 0 0 0 2 0 0 0 22 0 1 0 130646541 9240576 1863 4089446400 134512640 136421960 4291557168 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 2256 1865 187 467 0 1787 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9024

[startup+0.100168 s]
/proc/loadavg: 1.82 1.95 2.02 3/178 10574
/proc/meminfo: memFree=31223296/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=26588 CPUtime=0.09
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 6402 0 0 0 9 0 0 0 23 0 1 0 130646541 27226112 6214 4089446400 134512640 136421960 4291557168 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 6647 6217 193 467 0 6178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26588

[startup+0.301129 s]
/proc/loadavg: 1.82 1.95 2.02 3/178 10574
/proc/meminfo: memFree=31223296/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39364 CPUtime=0.29
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9702 0 0 0 17 12 0 0 23 0 1 0 130646541 40308736 9150 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9841 9150 214 467 0 9372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39364

[startup+0.701056 s]
/proc/loadavg: 1.82 1.95 2.02 3/178 10574
/proc/meminfo: memFree=31223296/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39364 CPUtime=0.69
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9702 0 0 0 22 47 0 0 25 0 1 0 130646541 40308736 9150 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9841 9150 214 467 0 9372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39364

[startup+1.50091 s]
/proc/loadavg: 1.82 1.95 2.02 3/179 10575
/proc/meminfo: memFree=31188320/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39536 CPUtime=1.49
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9730 0 0 0 32 117 0 0 25 0 1 0 130646541 40484864 9178 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9884 9178 214 467 0 9415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39536

[startup+3.10062 s]
/proc/loadavg: 1.82 1.95 2.02 3/179 10575
/proc/meminfo: memFree=31188196/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39536 CPUtime=3.09
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9731 0 0 0 64 245 0 0 25 0 1 0 130646541 40484864 9179 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9884 9179 214 467 0 9415 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39536

[startup+6.30105 s]
/proc/loadavg: 1.83 1.95 2.02 3/179 10575
/proc/meminfo: memFree=31188940/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39536 CPUtime=6.29
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9742 0 0 0 130 499 0 0 25 0 1 0 130646541 40484864 9190 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9884 9190 214 467 0 9415 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39536

[startup+12.7009 s]
/proc/loadavg: 1.85 1.95 2.02 3/179 10575
/proc/meminfo: memFree=31189340/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39536 CPUtime=12.69
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9760 0 0 0 257 1012 0 0 25 0 1 0 130646541 40484864 9208 4089446400 134512640 136421960 4291557168 18446744073709551615 134868254 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9884 9208 214 467 0 9415 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39536

[startup+25.5006 s]
/proc/loadavg: 1.88 1.95 2.02 3/179 10575
/proc/meminfo: memFree=31190896/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39668 CPUtime=25.49
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9786 0 0 0 526 2023 0 0 25 0 1 0 130646541 40620032 9234 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9917 9234 214 467 0 9448 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39668

[startup+51.1009 s]
/proc/loadavg: 1.92 1.96 2.01 3/179 10576
/proc/meminfo: memFree=31190596/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=51.09
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9814 0 0 0 2331 2778 0 0 25 0 1 0 130646541 40755200 9262 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9262 214 467 0 9481 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 39800

[startup+102.306 s]
/proc/loadavg: 1.96 1.96 2.01 3/179 10577
/proc/meminfo: memFree=31190444/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=102.3
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9820 0 0 0 7261 2969 0 0 25 0 1 0 130646541 40755200 9268 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9268 214 467 0 9481 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39800

[startup+162.301 s]
/proc/loadavg: 1.98 1.97 2.00 3/179 10579
/proc/meminfo: memFree=31190124/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=162.3
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9820 0 0 0 13222 3008 0 0 25 0 1 0 130646541 40755200 9268 4089446400 134512640 136421960 4291557168 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9268 214 467 0 9481 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 39800

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 2.00 3/179 10581
/proc/meminfo: memFree=31190436/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=222.3
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9823 0 0 0 19185 3045 0 0 25 0 1 0 130646541 40755200 9271 4089446400 134512640 136421960 4291557168 18446744073709551615 134902406 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9271 214 467 0 9481 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 39800

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 2.00 3/179 10582
/proc/meminfo: memFree=31190492/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=282.3
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9825 0 0 0 25123 3107 0 0 25 0 1 0 130646541 40755200 9273 4089446400 134512640 136421960 4291557168 18446744073709551615 134902512 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9273 214 467 0 9481 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 39800

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 2.00 3/179 10584
/proc/meminfo: memFree=31190448/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=342.3
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9825 0 0 0 31051 3179 0 0 25 0 1 0 130646541 40755200 9273 4089446400 134512640 136421960 4291557168 18446744073709551615 134902189 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9273 214 467 0 9481 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 39800

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/179 10588
/proc/meminfo: memFree=31190140/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=402.3
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9827 0 0 0 37008 3222 0 0 25 0 1 0 130646541 40755200 9275 4089446400 134512640 136421960 4291557168 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9275 214 467 0 9481 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 39800

[startup+462.3 s]
/proc/loadavg: 2.06 1.99 2.00 3/179 10590
/proc/meminfo: memFree=31190152/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=462.3
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9829 0 0 0 42970 3260 0 0 25 0 1 0 130646541 40755200 9277 4089446400 134512640 136421960 4291557168 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9277 214 467 0 9481 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 39800

[startup+522.3 s]
/proc/loadavg: 2.02 1.99 2.00 3/179 10592
/proc/meminfo: memFree=31190096/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39800 CPUtime=522.3
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9829 0 0 0 48909 3321 0 0 25 0 1 0 130646541 40755200 9277 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9950 9277 214 467 0 9481 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 39800

[startup+582.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 10593
/proc/meminfo: memFree=31190048/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=582.31
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9831 0 0 0 54857 3374 0 0 25 0 1 0 130646541 40890368 9279 4089446400 134512640 136421960 4291557168 18446744073709551615 134902384 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9279 214 467 0 9514 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 39932

[startup+642.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 10595
/proc/meminfo: memFree=31189740/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=642.32
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9832 0 0 0 60807 3425 0 0 25 0 1 0 130646541 40890368 9280 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9280 214 467 0 9514 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 39932

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10600
/proc/meminfo: memFree=31190104/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=822.32
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9834 0 0 0 78699 3533 0 0 25 0 1 0 130646541 40890368 9282 4089446400 134512640 136421960 4291557168 18446744073709551615 134902384 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9282 214 467 0 9514 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 39932

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10601
/proc/meminfo: memFree=31189928/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=882.32
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9835 0 0 0 84678 3554 0 0 25 0 1 0 130646541 40890368 9283 4089446400 134512640 136421960 4291557168 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9283 214 467 0 9514 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 39932

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10603
/proc/meminfo: memFree=31190132/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=942.32
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9837 0 0 0 90636 3596 0 0 25 0 1 0 130646541 40890368 9285 4089446400 134512640 136421960 4291557168 18446744073709551615 134902372 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9285 214 467 0 9514 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 39932

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10604
/proc/meminfo: memFree=31190328/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1002.32
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9837 0 0 0 96608 3624 0 0 25 0 1 0 130646541 40890368 9285 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9285 214 467 0 9514 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 39932

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10606
/proc/meminfo: memFree=31190160/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1062.32
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9837 0 0 0 102590 3642 0 0 25 0 1 0 130646541 40890368 9285 4089446400 134512640 136421960 4291557168 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9285 214 467 0 9514 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 39932

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 10608
/proc/meminfo: memFree=31190236/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1122.33
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9837 0 0 0 108573 3660 0 0 25 0 1 0 130646541 40890368 9285 4089446400 134512640 136421960 4291557168 18446744073709551615 134902384 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9285 214 467 0 9514 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 39932

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 10609
/proc/meminfo: memFree=31190180/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1182.33
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9843 0 0 0 114544 3689 0 0 25 0 1 0 130646541 40890368 9291 4089446400 134512640 136421960 4291557168 18446744073709551615 134902241 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9291 214 467 0 9514 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 39932

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10611
/proc/meminfo: memFree=31189628/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1242.33
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9844 0 0 0 120511 3722 0 0 25 0 1 0 130646541 40890368 9292 4089446400 134512640 136421960 4291557168 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9292 214 467 0 9514 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 39932

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10612
/proc/meminfo: memFree=31189956/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1302.34
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9844 0 0 0 126486 3748 0 0 25 0 1 0 130646541 40890368 9292 4089446400 134512640 136421960 4291557168 18446744073709551615 134902548 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9292 214 467 0 9514 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 39932

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10614
/proc/meminfo: memFree=31190260/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1362.33
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9844 0 0 0 132461 3772 0 0 25 0 1 0 130646541 40890368 9292 4089446400 134512640 136421960 4291557168 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9292 214 467 0 9514 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 39932

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10616
/proc/meminfo: memFree=31190080/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1422.34
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9846 0 0 0 138436 3798 0 0 25 0 1 0 130646541 40890368 9294 4089446400 134512640 136421960 4291557168 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9294 214 467 0 9514 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 39932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10617
/proc/meminfo: memFree=31190028/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1482.34
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9847 0 0 0 144408 3826 0 0 25 0 1 0 130646541 40890368 9295 4089446400 134512640 136421960 4291557168 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9295 214 467 0 9514 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 39932

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10619
/proc/meminfo: memFree=31190220/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1542.34
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9848 0 0 0 150381 3853 0 0 25 0 1 0 130646541 40890368 9296 4089446400 134512640 136421960 4291557168 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9296 214 467 0 9514 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 39932

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 10620
/proc/meminfo: memFree=31189932/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1602.33
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9848 0 0 0 156356 3877 0 0 25 0 1 0 130646541 40890368 9296 4089446400 134512640 136421960 4291557168 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9296 214 467 0 9514 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 39932

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10622
/proc/meminfo: memFree=31190132/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1662.34
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9848 0 0 0 162332 3902 0 0 25 0 1 0 130646541 40890368 9296 4089446400 134512640 136421960 4291557168 18446744073709551615 134902253 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9296 214 467 0 9514 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 39932

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 10624
/proc/meminfo: memFree=31190208/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1722.34
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9848 0 0 0 168317 3917 0 0 25 0 1 0 130646541 40890368 9296 4089446400 134512640 136421960 4291557168 18446744073709551615 134902248 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9296 214 467 0 9514 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 39932

[startup+1782.3 s]
/proc/loadavg: 1.95 2.00 1.99 3/197 10698
/proc/meminfo: memFree=31236544/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1782.35
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9848 0 0 0 174307 3928 0 0 25 0 1 0 130646541 40890368 9296 4089446400 134512640 136421960 4291557168 18446744073709551615 134902521 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9296 214 467 0 9514 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 39932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10727
/proc/meminfo: memFree=31256360/32951124 swapFree=67111528/67111528
[pid=10574] ppid=10572 vsize=39932 CPUtime=1800.05
/proc/10574/stat : 10574 (pbct) R 10572 10574 9228 0 -1 4202496 9848 0 0 0 176073 3932 0 0 25 0 1 0 130646541 40890368 9296 4089446400 134512640 136421960 4291557168 18446744073709551615 134902394 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/10574/statm: 9983 9296 214 467 0 9514 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 39932

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.01
CPU time (s): 1800.06
CPU user time (s): 1760.74
CPU system time (s): 39.323
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 39932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.74
system time used= 39.323
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9850
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 2780

runsolver used 2.51462 second user time and 5.67714 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 12:24:49
IDJOB=2695240
IDBENCH=78727
IDSOLVER=1208
FILE ID=node106/2695240-1277893489
PBS_JOBID= 11197141
Free space on /tmp= 74208 MiB

SOLVER NAME= PB/CT 0.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-71-70--soft-66-100-0.wbo
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695240-1277893489/watcher-2695240-1277893489 -o /tmp/evaluation-result-2695240-1277893489/solver-2695240-1277893489 -C 1800 -W 2000 -M 3800  HOME/pbct --model HOME/instance-2695240-1277893489.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6ce7da05711cce00ec3b2d5a1c7699c2
RANDOM SEED=543572145

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31223940 kB
Buffers:        176056 kB
Cached:        1266916 kB
SwapCached:          0 kB
Active:         568692 kB
Inactive:      1014216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31223940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2288 kB
Writeback:           0 kB
AnonPages:      140292 kB
Mapped:          15632 kB
Slab:            78560 kB
PageTables:       5172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   290472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node106 at 2010-06-30 12:54:51