Trace number 2695256

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.05 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-95-90--soft-66-100-0.wbo
MD5SUM3f020b13e6cf17982f0e6d51d5561da8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.45293
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8550
Total number of constraints185
Number of soft constraints61
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
Top cost 3342
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3341
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
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.01/0.02	c constraints 57/33 clauses 67/28 units 0
0.01/0.02	c vars 8550
1800.03/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-2695256-1277894512/watcher-2695256-1277894512 -o /tmp/evaluation-result-2695256-1277894512/solver-2695256-1277894512 -C 1800 -W 2000 -M 3800 HOME/pbct --model HOME/instance-2695256-1277894512.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: 2.16 2.03 2.01 4/178 9735
/proc/meminfo: memFree=31670320/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=2136 CPUtime=0
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 246 0 0 0 0 0 0 0 25 0 1 0 130749236 2187264 165 4089446400 134512640 136421960 4291321728 18446744073709551615 135873694 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9735/statm: 534 165 144 467 0 65 0

[startup+0.0131399 s]
/proc/loadavg: 2.16 2.03 2.01 4/178 9735
/proc/meminfo: memFree=31670320/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=2136 CPUtime=0.01
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 263 0 0 0 1 0 0 0 25 0 1 0 130749236 2187264 182 4089446400 134512640 136421960 4291321728 18446744073709551615 135811817 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9735/statm: 534 183 144 467 0 65 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2136

[startup+0.101149 s]
/proc/loadavg: 2.16 2.03 2.01 4/178 9735
/proc/meminfo: memFree=31670320/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=26880 CPUtime=0.09
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 6457 0 0 0 8 1 0 0 25 0 1 0 130749236 27525120 6277 4089446400 134512640 136421960 4291321728 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/9735/statm: 6720 6279 193 467 0 6251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26880

[startup+0.301086 s]
/proc/loadavg: 2.16 2.03 2.01 4/178 9735
/proc/meminfo: memFree=31670320/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=64700 CPUtime=0.29
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16369 0 0 0 27 2 0 0 25 0 1 0 130749236 66252800 15433 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/9735/statm: 16175 15433 213 467 0 15706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64700

[startup+0.701032 s]
/proc/loadavg: 2.16 2.03 2.01 4/178 9735
/proc/meminfo: memFree=31670320/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=64700 CPUtime=0.69
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16378 0 0 0 52 17 0 0 25 0 1 0 130749236 66252800 15442 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/9735/statm: 16175 15442 214 467 0 15706 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64700

[startup+1.5009 s]
/proc/loadavg: 2.16 2.03 2.01 3/179 9736
/proc/meminfo: memFree=31608684/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=64700 CPUtime=1.49
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16379 0 0 0 102 47 0 0 25 0 1 0 130749236 66252800 15443 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/9735/statm: 16175 15443 214 467 0 15706 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64700

[startup+3.10062 s]
/proc/loadavg: 2.15 2.03 2.01 3/179 9736
/proc/meminfo: memFree=31608312/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=64832 CPUtime=3.09
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16384 0 0 0 207 102 0 0 25 0 1 0 130749236 66387968 15448 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/9735/statm: 16208 15448 214 467 0 15739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64832

[startup+6.30105 s]
/proc/loadavg: 2.15 2.03 2.01 3/179 9736
/proc/meminfo: memFree=31608564/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=64832 CPUtime=6.29
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16391 0 0 0 415 214 0 0 25 0 1 0 130749236 66387968 15455 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/9735/statm: 16208 15455 214 467 0 15739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64832

[startup+12.7009 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 9736
/proc/meminfo: memFree=31609152/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=64832 CPUtime=12.69
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16400 0 0 0 827 442 0 0 25 0 1 0 130749236 66387968 15464 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/9735/statm: 16208 15464 214 467 0 15739 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64832

[startup+25.5006 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 9736
/proc/meminfo: memFree=31609696/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=64964 CPUtime=25.49
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16421 0 0 0 1654 895 0 0 25 0 1 0 130749236 66523136 15485 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/9735/statm: 16241 15485 214 467 0 15772 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64964

[startup+51.1011 s]
/proc/loadavg: 2.07 2.03 2.01 3/179 9737
/proc/meminfo: memFree=31609284/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65096 CPUtime=51.09
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16473 0 0 0 3322 1787 0 0 25 0 1 0 130749236 66658304 15537 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16274 15537 214 467 0 15805 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65096

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 9738
/proc/meminfo: memFree=31609264/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65360 CPUtime=102.3
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16551 0 0 0 6671 3559 0 0 25 0 1 0 130749236 66928640 15615 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16340 15615 214 467 0 15871 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 65360

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 9740
/proc/meminfo: memFree=31609232/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=162.3
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16581 0 0 0 11953 4277 0 0 25 0 1 0 130749236 67198976 15645 4089446400 134512640 136421960 4291321728 18446744073709551615 134902394 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15645 214 467 0 15937 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 65624

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9742
/proc/meminfo: memFree=31608940/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=222.29
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16586 0 0 0 17864 4365 0 0 25 0 1 0 130749236 67198976 15650 4089446400 134512640 136421960 4291321728 18446744073709551615 134902444 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15650 214 467 0 15937 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 65624

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9743
/proc/meminfo: memFree=31608532/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=282.3
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16588 0 0 0 23796 4434 0 0 25 0 1 0 130749236 67198976 15652 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15652 214 467 0 15937 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 65624

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9744
/proc/meminfo: memFree=31608480/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=342.3
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16590 0 0 0 29763 4467 0 0 25 0 1 0 130749236 67198976 15654 4089446400 134512640 136421960 4291321728 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15654 214 467 0 15937 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 65624

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9746
/proc/meminfo: memFree=31608560/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=402.3
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16590 0 0 0 35738 4492 0 0 25 0 1 0 130749236 67198976 15654 4089446400 134512640 136421960 4291321728 18446744073709551615 134902444 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15654 214 467 0 15937 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 65624

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9748
/proc/meminfo: memFree=31608660/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=462.3
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16590 0 0 0 41720 4510 0 0 25 0 1 0 130749236 67198976 15654 4089446400 134512640 136421960 4291321728 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15654 214 467 0 15937 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 65624

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9750
/proc/meminfo: memFree=31608624/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=522.31
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16590 0 0 0 47705 4526 0 0 25 0 1 0 130749236 67198976 15654 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15654 214 467 0 15937 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 65624

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9751
/proc/meminfo: memFree=31608576/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=582.31
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16590 0 0 0 53691 4540 0 0 25 0 1 0 130749236 67198976 15654 4089446400 134512640 136421960 4291321728 18446744073709551615 134902557 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15654 214 467 0 15937 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 65624

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9752
/proc/meminfo: memFree=31608668/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=642.31
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16594 0 0 0 59665 4566 0 0 25 0 1 0 130749236 67198976 15658 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15658 214 467 0 15937 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 65624

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9758
/proc/meminfo: memFree=31608436/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=822.31
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16595 0 0 0 77623 4608 0 0 25 0 1 0 130749236 67198976 15659 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15659 214 467 0 15937 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 65624

[startup+882.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 9814
/proc/meminfo: memFree=31554384/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=882.31
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16596 0 0 0 83603 4628 0 0 25 0 1 0 130749236 67198976 15660 4089446400 134512640 136421960 4291321728 18446744073709551615 134902414 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15660 214 467 0 15937 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 65624

[startup+942.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 9815
/proc/meminfo: memFree=31493032/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=942.31
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 89581 4650 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 65624

[startup+1002.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 9817
/proc/meminfo: memFree=31455772/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1002.31
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 95569 4662 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134857072 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 65624

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 9819
/proc/meminfo: memFree=31396180/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1062.31
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 101559 4672 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 65624

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9821
/proc/meminfo: memFree=31383604/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1122.32
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 107551 4681 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134902444 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 65624

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9831
/proc/meminfo: memFree=31345176/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1182.32
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 113541 4691 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 65624

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9832
/proc/meminfo: memFree=31326248/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1242.32
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 119529 4703 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134902536 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 65624

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9834
/proc/meminfo: memFree=31318756/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1302.33
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 125519 4714 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134902275 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 65624

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9836
/proc/meminfo: memFree=31307768/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1362.32
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 131510 4722 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 65624

[startup+1422.31 s]
/proc/loadavg: 1.94 1.98 1.99 4/200 9979
/proc/meminfo: memFree=31445388/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1422.32
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 137494 4738 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 65624

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 10059
/proc/meminfo: memFree=31583920/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1482.32
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16597 0 0 0 143472 4760 0 0 25 0 1 0 130749236 67198976 15661 4089446400 134512640 136421960 4291321728 18446744073709551615 134902406 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9735/statm: 16406 15661 214 467 0 15937 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 65624

[startup+1542.3 s]
/proc/loadavg: 2.22 2.06 2.01 3/199 10184
/proc/meminfo: memFree=31436200/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1542.32
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16602 0 0 0 149449 4783 0 0 25 0 1 0 130749236 67198976 15666 4089446400 134512640 136421960 4291321728 18446744073709551615 134902283 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9735/statm: 16406 15666 214 467 0 15937 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 65624

[startup+1602.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 10341
/proc/meminfo: memFree=31584904/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1602.33
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16602 0 0 0 155412 4821 0 0 25 0 1 0 130749236 67198976 15666 4089446400 134512640 136421960 4291321728 18446744073709551615 134902271 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9735/statm: 16406 15666 214 467 0 15937 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 65624

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/197 10388
/proc/meminfo: memFree=31405720/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1662.33
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16603 0 0 0 161383 4850 0 0 25 0 1 0 130749236 67198976 15667 4089446400 134512640 136421960 4291321728 18446744073709551615 134902384 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9735/statm: 16406 15667 214 467 0 15937 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 65624

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/197 10390
/proc/meminfo: memFree=31388944/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1722.33
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16603 0 0 0 167358 4875 0 0 25 0 1 0 130749236 67198976 15667 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9735/statm: 16406 15667 214 467 0 15937 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 65624

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/197 10391
/proc/meminfo: memFree=31378496/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1782.33
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16603 0 0 0 173343 4890 0 0 25 0 1 0 130749236 67198976 15667 4089446400 134512640 136421960 4291321728 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9735/statm: 16406 15667 214 467 0 15937 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 65624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.05 2.01 3/197 10392
/proc/meminfo: memFree=31377860/32951124 swapFree=67111528/67111528
[pid=9735] ppid=9733 vsize=65624 CPUtime=1800.03
/proc/9735/stat : 9735 (pbct) R 9733 9735 8499 0 -1 4202496 16603 0 0 0 175110 4893 0 0 25 0 1 0 130749236 67198976 15667 4089446400 134512640 136421960 4291321728 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9735/statm: 16406 15667 214 467 0 15937 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 65624

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.05
CPU user time (s): 1751.11
CPU system time (s): 48.9366
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 65624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.11
system time used= 48.9366
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16605
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= 16230

runsolver used 2.70959 second user time and 5.48217 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 12:41:52
IDJOB=2695256
IDBENCH=78737
IDSOLVER=1208
FILE ID=node103/2695256-1277894512
PBS_JOBID= 11197147
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-95-90--soft-66-100-0.wbo
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695256-1277894512/watcher-2695256-1277894512 -o /tmp/evaluation-result-2695256-1277894512/solver-2695256-1277894512 -C 1800 -W 2000 -M 3800  HOME/pbct --model HOME/instance-2695256-1277894512.wbo

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

MD5SUM BENCH= 3f020b13e6cf17982f0e6d51d5561da8
RANDOM SEED=1380338039

node103.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.817
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.63
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.817
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.817
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.75
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.817
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.75
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.817
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.74
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.817
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.75
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.817
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.75
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31670716 kB
Buffers:        176544 kB
Cached:         893796 kB
SwapCached:          0 kB
Active:         507916 kB
Inactive:       632644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31670716 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2296 kB
Writeback:           0 kB
AnonPages:       69868 kB
Mapped:          15724 kB
Slab:            76604 kB
PageTables:       4220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   215036 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 node103 at 2010-06-30 13:11:54