Trace number 2695244

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-91-90--soft-66-100-0.wbo
MD5SUMcbd603b41e8425572ef374dcdfc00979
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.397938
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8190
Total number of constraints181
Number of soft constraints67
Number of constraints which are clauses91
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 constraint91
Top cost 3514
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3513
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
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.02	c constraints 49/41 clauses 65/26 units 0
0.00/0.02	c vars 8190
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-2695244-1277893679/watcher-2695244-1277893679 -o /tmp/evaluation-result-2695244-1277893679/solver-2695244-1277893679 -C 1800 -W 2000 -M 3800 HOME/pbct --model HOME/instance-2695244-1277893679.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.12 2.03 2.01 4/178 9407
/proc/meminfo: memFree=30343812/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=2136 CPUtime=0
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 245 0 0 0 0 0 0 0 25 0 1 0 130665313 2187264 165 4089446400 134512640 136421960 4294383072 18446744073709551615 135161813 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9407/statm: 534 165 144 467 0 65 0

[startup+0.0333879 s]
/proc/loadavg: 2.12 2.03 2.01 4/178 9407
/proc/meminfo: memFree=30343812/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=6228 CPUtime=0.02
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 1243 0 0 0 2 0 0 0 25 0 1 0 130665313 6377472 1163 4089446400 134512640 136421960 4294383072 18446744073709551615 135809777 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 1557 1167 187 467 0 1088 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6228

[startup+0.100377 s]
/proc/loadavg: 2.12 2.03 2.01 4/178 9407
/proc/meminfo: memFree=30343812/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=24464 CPUtime=0.09
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 5820 0 0 0 8 1 0 0 25 0 1 0 130665313 25051136 5674 4089446400 134512640 136421960 4294383072 18446744073709551615 135321472 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 6116 5674 193 467 0 5647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24464

[startup+0.30034 s]
/proc/loadavg: 2.12 2.03 2.01 4/178 9407
/proc/meminfo: memFree=30343812/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=60128 CPUtime=0.29
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15314 0 0 0 27 2 0 0 25 0 1 0 130665313 61571072 14331 4089446400 134512640 136421960 4294383072 18446744073709551615 134586918 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15032 14331 203 467 0 14563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60128

[startup+0.700277 s]
/proc/loadavg: 2.12 2.03 2.01 4/178 9407
/proc/meminfo: memFree=30343812/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=62364 CPUtime=0.69
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15818 0 0 0 53 16 0 0 25 0 1 0 130665313 63860736 14835 4089446400 134512640 136421960 4294383072 18446744073709551615 134604609 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15591 14835 214 467 0 15122 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62364

[startup+1.50012 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 9408
/proc/meminfo: memFree=30276192/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=62364 CPUtime=1.49
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15823 0 0 0 102 47 0 0 25 0 1 0 130665313 63860736 14840 4089446400 134512640 136421960 4294383072 18446744073709551615 134604549 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15591 14840 214 467 0 15122 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62364

[startup+3.10084 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 9408
/proc/meminfo: memFree=30266892/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=62364 CPUtime=3.09
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15825 0 0 0 204 105 0 0 25 0 1 0 130665313 63860736 14842 4089446400 134512640 136421960 4294383072 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15591 14842 214 467 0 15122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62364

[startup+6.30023 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 9408
/proc/meminfo: memFree=30248916/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=62496 CPUtime=6.29
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15834 0 0 0 407 222 0 0 25 0 1 0 130665313 63995904 14851 4089446400 134512640 136421960 4294383072 18446744073709551615 134868745 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15624 14851 214 467 0 15155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62496

[startup+12.701 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 9409
/proc/meminfo: memFree=30222624/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=62496 CPUtime=12.69
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15854 0 0 0 814 455 0 0 25 0 1 0 130665313 63995904 14871 4089446400 134512640 136421960 4294383072 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15624 14871 214 467 0 15155 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62496

[startup+25.5007 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 9409
/proc/meminfo: memFree=30187632/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=62628 CPUtime=25.5
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15880 0 0 0 1630 920 0 0 25 0 1 0 130665313 64131072 14897 4089446400 134512640 136421960 4294383072 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15657 14897 214 467 0 15188 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 62628

[startup+51.1009 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 9409
/proc/meminfo: memFree=30135776/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=62892 CPUtime=51.09
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15933 0 0 0 3297 1812 0 0 25 0 1 0 130665313 64401408 14950 4089446400 134512640 136421960 4294383072 18446744073709551615 135018892 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15723 14950 214 467 0 15254 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62892

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 9411
/proc/meminfo: memFree=29947772/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63156 CPUtime=102.3
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 15996 0 0 0 7155 3075 0 0 25 0 1 0 130665313 64671744 15013 4089446400 134512640 136421960 4294383072 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15789 15013 214 467 0 15320 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63156

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9413
/proc/meminfo: memFree=29742772/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63156 CPUtime=162.29
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16012 0 0 0 12873 3356 0 0 25 0 1 0 130665313 64671744 15029 4089446400 134512640 136421960 4294383072 18446744073709551615 134857089 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15789 15029 214 467 0 15320 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63156

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 9417
/proc/meminfo: memFree=29550104/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63156 CPUtime=222.29
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16018 0 0 0 18768 3461 0 0 25 0 1 0 130665313 64671744 15035 4089446400 134512640 136421960 4294383072 18446744073709551615 134857649 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15789 15035 214 467 0 15320 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 63156

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 9419
/proc/meminfo: memFree=29378944/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63156 CPUtime=282.3
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16020 0 0 0 24729 3501 0 0 25 0 1 0 130665313 64671744 15037 4089446400 134512640 136421960 4294383072 18446744073709551615 134902248 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15789 15037 214 467 0 15320 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63156

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9420
/proc/meminfo: memFree=29198132/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=342.3
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16023 0 0 0 30693 3537 0 0 25 0 1 0 130665313 64806912 15040 4089446400 134512640 136421960 4294383072 18446744073709551615 134902245 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15040 214 467 0 15353 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 63288

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9422
/proc/meminfo: memFree=29044232/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=402.31
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16024 0 0 0 36664 3567 0 0 25 0 1 0 130665313 64806912 15041 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15041 214 467 0 15353 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 63288

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9424
/proc/meminfo: memFree=28843432/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=462.3
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16025 0 0 0 42647 3583 0 0 25 0 1 0 130665313 64806912 15042 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15042 214 467 0 15353 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 63288

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9425
/proc/meminfo: memFree=28743836/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=522.31
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16025 0 0 0 48632 3599 0 0 25 0 1 0 130665313 64806912 15042 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15042 214 467 0 15353 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 63288

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9427
/proc/meminfo: memFree=28577660/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=582.31
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16025 0 0 0 54618 3613 0 0 25 0 1 0 130665313 64806912 15042 4089446400 134512640 136421960 4294383072 18446744073709551615 134902245 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15042 214 467 0 15353 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 63288

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9428
/proc/meminfo: memFree=28442228/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=642.31
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16025 0 0 0 60603 3628 0 0 25 0 1 0 130665313 64806912 15042 4089446400 134512640 136421960 4294383072 18446744073709551615 134902259 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15042 214 467 0 15353 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 63288

[startup+702.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 9433
/proc/meminfo: memFree=27968728/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=822.32
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16025 0 0 0 78563 3669 0 0 25 0 1 0 130665313 64806912 15042 4089446400 134512640 136421960 4294383072 18446744073709551615 134902253 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15042 214 467 0 15353 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 63288

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9435
/proc/meminfo: memFree=27759640/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=882.32
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16026 0 0 0 84549 3683 0 0 25 0 1 0 130665313 64806912 15043 4089446400 134512640 136421960 4294383072 18446744073709551615 134902283 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15043 214 467 0 15353 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 63288

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9436
/proc/meminfo: memFree=27569284/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=942.32
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16027 0 0 0 90536 3696 0 0 25 0 1 0 130665313 64806912 15044 4089446400 134512640 136421960 4294383072 18446744073709551615 134902304 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15044 214 467 0 15353 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 63288

[startup+1002.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 9438
/proc/meminfo: memFree=27360696/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1002.32
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16029 0 0 0 96525 3707 0 0 25 0 1 0 130665313 64806912 15046 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15046 214 467 0 15353 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 63288

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 9440
/proc/meminfo: memFree=27179764/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1062.33
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16029 0 0 0 102513 3720 0 0 25 0 1 0 130665313 64806912 15046 4089446400 134512640 136421960 4294383072 18446744073709551615 134902388 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15046 214 467 0 15353 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 63288

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9441
/proc/meminfo: memFree=26984684/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1122.32
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16029 0 0 0 108502 3730 0 0 25 0 1 0 130665313 64806912 15046 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15046 214 467 0 15353 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 63288

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9443
/proc/meminfo: memFree=26827056/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1182.33
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16029 0 0 0 114490 3743 0 0 25 0 1 0 130665313 64806912 15046 4089446400 134512640 136421960 4294383072 18446744073709551615 134902394 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/9407/statm: 15822 15046 214 467 0 15353 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 63288

[startup+1242.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 9490
/proc/meminfo: memFree=30599536/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1242.33
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16029 0 0 0 120470 3763 0 0 25 0 1 0 130665313 64806912 15046 4089446400 134512640 136421960 4294383072 18446744073709551615 134902283 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15046 214 467 0 15353 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 63288

[startup+1302.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 9492
/proc/meminfo: memFree=30569728/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1302.33
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16035 0 0 0 126444 3789 0 0 25 0 1 0 130665313 64806912 15052 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15052 214 467 0 15353 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 63288

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 9494
/proc/meminfo: memFree=30558508/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1362.33
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16035 0 0 0 132407 3826 0 0 25 0 1 0 130665313 64806912 15052 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15052 214 467 0 15353 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 63288

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 9495
/proc/meminfo: memFree=30537372/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1422.34
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16036 0 0 0 138371 3863 0 0 25 0 1 0 130665313 64806912 15053 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15053 214 467 0 15353 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 63288

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 9497
/proc/meminfo: memFree=30535208/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1482.33
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16036 0 0 0 144337 3896 0 0 25 0 1 0 130665313 64806912 15053 4089446400 134512640 136421960 4294383072 18446744073709551615 134902239 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15053 214 467 0 15353 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 63288

[startup+1542.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/197 9498
/proc/meminfo: memFree=30534780/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1542.34
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16036 0 0 0 150306 3928 0 0 25 0 1 0 130665313 64806912 15053 4089446400 134512640 136421960 4294383072 18446744073709551615 134902406 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15053 214 467 0 15353 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 63288

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 9500
/proc/meminfo: memFree=30534488/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1602.34
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16037 0 0 0 156274 3960 0 0 25 0 1 0 130665313 64806912 15054 4089446400 134512640 136421960 4294383072 18446744073709551615 134902444 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15054 214 467 0 15353 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 63288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9502
/proc/meminfo: memFree=30534432/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1662.34
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16037 0 0 0 162247 3987 0 0 25 0 1 0 130665313 64806912 15054 4089446400 134512640 136421960 4294383072 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15054 214 467 0 15353 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 63288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9503
/proc/meminfo: memFree=30533628/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1722.35
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16037 0 0 0 168235 4000 0 0 25 0 1 0 130665313 64806912 15054 4089446400 134512640 136421960 4294383072 18446744073709551615 134902394 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15054 214 467 0 15353 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 63288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9505
/proc/meminfo: memFree=30533200/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1782.34
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16037 0 0 0 174223 4011 0 0 25 0 1 0 130665313 64806912 15054 4089446400 134512640 136421960 4294383072 18446744073709551615 134902253 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15054 214 467 0 15353 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 63288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9505
/proc/meminfo: memFree=30533180/32951124 swapFree=67111528/67111528
[pid=9407] ppid=9405 vsize=63288 CPUtime=1800.05
/proc/9407/stat : 9407 (pbct) R 9405 9407 8111 0 -1 4202496 16037 0 0 0 175991 4014 0 0 25 0 1 0 130665313 64806912 15054 4089446400 134512640 136421960 4294383072 18446744073709551615 134902400 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/9407/statm: 15822 15054 214 467 0 15353 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 63288

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.07
CPU user time (s): 1759.92
CPU system time (s): 40.1489
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 63288

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

runsolver used 2.6036 second user time and 5.58815 second system time

The end

Launcher Data

Begin job on node105 at 2010-06-30 12:27:59
IDJOB=2695244
IDBENCH=78730
IDSOLVER=1208
FILE ID=node105/2695244-1277893679
PBS_JOBID= 11197143
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-91-90--soft-66-100-0.wbo
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695244-1277893679/watcher-2695244-1277893679 -o /tmp/evaluation-result-2695244-1277893679/solver-2695244-1277893679 -C 1800 -W 2000 -M 3800  HOME/pbct --model HOME/instance-2695244-1277893679.wbo

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

MD5SUM BENCH= cbd603b41e8425572ef374dcdfc00979
RANDOM SEED=1857645531

node105.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.840
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.68
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.840
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	: 5226.15
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.840
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.840
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.840
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.94
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.840
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.70
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.840
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.82
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.840
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:      30344464 kB
Buffers:        177836 kB
Cached:        1812224 kB
SwapCached:          0 kB
Active:         939340 kB
Inactive:      1524196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30344464 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1904 kB
Writeback:           0 kB
AnonPages:      472860 kB
Mapped:          15416 kB
Slab:            79768 kB
PageTables:       5880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   618144 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 node105 at 2010-06-30 12:58:02