Trace number 3724740

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.07 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1685374.opb
MD5SUM50acc4afebeb32cddb95c5011f072af8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark276.793
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints43295
Number of constraints which are clauses9074
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints34021
Minimum length of a constraint3
Maximum length of a constraint97
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1000000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2000000032
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.29/1.38	c 2012-06-02T15:18:02+0200
1.29/1.38	c arch = x86_64
1.29/1.38	c os = linux
1.29/1.38	c compiler = ghc 7.4
1.29/1.38	c packages:
1.29/1.38	c   OptDir-0.0.1
1.29/1.38	c   array-0.4.0.0
1.29/1.38	c   base-4.5.0.0
1.29/1.38	c   bytestring-0.9.2.1
1.29/1.38	c   containers-0.4.2.1
1.29/1.38	c   deepseq-1.3.0.0
1.29/1.38	c   mtl-2.1.1
1.29/1.38	c   old_locale-1.0.0.4
1.29/1.38	c   parse_dimacs-1.2
1.29/1.38	c   parsec-3.1.2
1.29/1.38	c   queue-0.1.2
1.29/1.38	c   stm-2.3
1.29/1.38	c   time-1.4
1.29/1.38	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724740-1338643082.opb"]
1.29/1.38	c #vars 10000
1.29/1.38	c #constraints 43295
1.29/1.38	c Solving starts ...

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3724740-1338643082/watcher-3724740-1338643082 -o /tmp/evaluation-result-3724740-1338643082/solver-3724740-1338643082 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724740-1338643082.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.08 2.02 2/174 1950
/proc/meminfo: memFree=26100456/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 823 0 0 0 0 0 0 0 20 0 1 0 330433642 6373376 743 33554432000 4194304 8989770 140735820261840 140735793762024 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 1556 743 429 1171 0 333 0

[startup+0.064994 s]
/proc/loadavg: 2.04 2.08 2.02 2/174 1950
/proc/meminfo: memFree=26100456/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=10320 CPUtime=0.06 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 1666 0 0 0 6 0 0 0 20 0 1 0 330433642 10567680 1586 33554432000 4194304 8989770 140735820261840 140735820261336 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 2580 1586 430 1171 0 1357 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10320

[startup+0.100304 s]
/proc/loadavg: 2.04 2.08 2.02 2/174 1950
/proc/meminfo: memFree=26100456/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=12368 CPUtime=0.09 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 2366 0 0 0 9 0 0 0 20 0 1 0 330433642 12664832 2286 33554432000 4194304 8989770 140735820261840 140735820261336 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 3092 2287 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300301 s]
/proc/loadavg: 2.04 2.08 2.02 2/174 1950
/proc/meminfo: memFree=26100456/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=23632 CPUtime=0.29 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 5186 0 0 0 28 1 0 0 20 0 1 0 330433642 24199168 5116 33554432000 4194304 8989770 140735820261840 140735820261336 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 5908 5116 431 1171 0 4685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23632

[startup+0.700289 s]
/proc/loadavg: 2.04 2.08 2.02 2/174 1950
/proc/meminfo: memFree=26100456/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=51280 CPUtime=0.68 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 12098 0 0 0 67 1 0 0 20 0 1 0 330433642 52510720 12028 33554432000 4194304 8989770 140735820261840 140735820261336 7874608 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 12820 12028 431 1171 0 11597 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51280

[startup+1.50033 s]
/proc/loadavg: 2.04 2.08 2.02 3/175 1951
/proc/meminfo: memFree=26033396/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=85072 CPUtime=1.49 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 20577 0 0 0 146 3 0 0 20 0 1 0 330433642 87113728 20507 33554432000 4194304 8989770 140735820261840 140735820244936 4204350 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 21268 20507 462 1171 0 20045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85072

[startup+3.10031 s]
/proc/loadavg: 2.04 2.08 2.02 3/175 1951
/proc/meminfo: memFree=26015772/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=85072 CPUtime=3.08 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 20577 0 0 0 304 4 0 0 20 0 1 0 330433642 87113728 20507 33554432000 4194304 8989770 140735820261840 140735820261104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 21268 20507 462 1171 0 20045 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85072

[startup+6.30031 s]
/proc/loadavg: 2.12 2.09 2.02 3/175 1951
/proc/meminfo: memFree=26015648/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=85072 CPUtime=6.29 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 20577 0 0 0 623 6 0 0 20 0 1 0 330433642 87113728 20507 33554432000 4194304 8989770 140735820261840 140735820261336 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 21268 20507 462 1171 0 20045 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85072

[startup+12.7003 s]
/proc/loadavg: 2.11 2.09 2.02 3/175 1951
/proc/meminfo: memFree=26019568/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=85072 CPUtime=12.68 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 20582 0 0 0 1261 7 0 0 20 0 1 0 330433642 87113728 20507 33554432000 4194304 8989770 140735820261840 140735820261336 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 21268 20507 462 1171 0 20045 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85072

[startup+25.5003 s]
/proc/loadavg: 2.08 2.08 2.02 3/175 1951
/proc/meminfo: memFree=26017576/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=87120 CPUtime=25.48 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 21098 0 0 0 2537 11 0 0 20 0 1 0 330433642 89210880 21019 33554432000 4194304 8989770 140735820261840 140735820261336 4355847 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 21780 21019 462 1171 0 20557 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87120

[startup+51.1003 s]
/proc/loadavg: 2.05 2.08 2.02 3/175 1951
/proc/meminfo: memFree=25988888/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=112720 CPUtime=51.05 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 27384 0 0 0 5084 21 0 0 20 0 1 0 330433642 115425280 27282 33554432000 4194304 8989770 140735820261840 140735820261104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 28180 27282 462 1171 0 26957 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 112720

[startup+102.307 s]
/proc/loadavg: 2.07 2.08 2.02 3/175 1951
/proc/meminfo: memFree=25952056/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=148560 CPUtime=102.23 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 36501 0 0 0 10188 35 0 0 20 0 1 0 330433642 152125440 36379 33554432000 4194304 8989770 140735820261840 140735820261104 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 37140 36379 462 1171 0 35917 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 148560

[startup+162.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/176 1954
/proc/meminfo: memFree=25918084/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=182352 CPUtime=162.21 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 44949 0 0 0 16171 50 0 0 20 0 1 0 330433642 186728448 44827 33554432000 4194304 8989770 140735820261840 140735820261104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 45588 44827 462 1171 0 44365 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 182352

[startup+222.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/175 1954
/proc/meminfo: memFree=25886472/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=216144 CPUtime=222.17 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 53274 0 0 0 22158 59 0 0 20 0 1 0 330433642 221331456 53121 33554432000 4194304 8989770 140735820261840 140735820259840 4209325 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 54036 53126 462 1171 0 52813 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 216144

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/175 1955
/proc/meminfo: memFree=25854376/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=243792 CPUtime=282.16 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 60235 0 0 0 28146 70 0 0 20 0 1 0 330433642 249643008 60070 33554432000 4194304 8989770 140735820261840 140735820261336 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 60948 60070 462 1171 0 59725 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 243792

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 1955
/proc/meminfo: memFree=25835224/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=265296 CPUtime=342.15 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 65728 0 0 0 34135 80 0 0 20 0 1 0 330433642 271663104 65563 33554432000 4194304 8989770 140735820261840 140735820261104 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 66324 65563 462 1171 0 65101 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 265296

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 1955
/proc/meminfo: memFree=25802784/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=289872 CPUtime=402.13 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 71697 0 0 0 40125 88 0 0 20 0 1 0 330433642 296828928 71525 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 72468 71525 462 1171 0 71245 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 289872

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/174 1955
/proc/meminfo: memFree=25782800/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=311376 CPUtime=462.1 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 77033 0 0 0 46116 94 0 0 20 0 1 0 330433642 318849024 76836 33554432000 4194304 8989770 140735820261840 140735820261104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 77844 76836 462 1171 0 76621 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 311376

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 1956
/proc/meminfo: memFree=25779072/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=324688 CPUtime=522.09 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 80589 0 0 0 52109 100 0 0 20 0 1 0 330433642 332480512 80392 33554432000 4194304 8989770 140735820261840 140735820261104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 81172 80392 462 1171 0 79949 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 324688

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1957
/proc/meminfo: memFree=25763324/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=338000 CPUtime=582.09 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 83685 0 0 0 58101 108 0 0 20 0 1 0 330433642 346112000 83488 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 84500 83488 462 1171 0 83277 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 338000

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 1961
/proc/meminfo: memFree=25681292/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=409680 CPUtime=882.03 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 101821 0 0 0 88064 139 0 0 20 0 1 0 330433642 419512320 101612 33554432000 4194304 8989770 140735820261840 140735820261336 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 102420 101612 462 1171 0 101197 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 409680

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 1961
/proc/meminfo: memFree=25667648/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=425040 CPUtime=942.02 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 105461 0 0 0 94057 145 0 0 20 0 1 0 330433642 435240960 105251 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 106260 105251 462 1171 0 105037 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 425040

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 1962
/proc/meminfo: memFree=25653176/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=434256 CPUtime=1001.99 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 107938 0 0 0 100049 150 0 0 20 0 1 0 330433642 444678144 107715 33554432000 4194304 8989770 140735820261840 140735820261104 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 108564 107715 462 1171 0 107341 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 434256

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 1962
/proc/meminfo: memFree=25651760/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=444496 CPUtime=1061.98 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 110473 0 0 0 106044 154 0 0 20 0 1 0 330433642 455163904 110250 33554432000 4194304 8989770 140735820261840 140735820261336 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 111124 110250 462 1171 0 109901 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 444496

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1962
/proc/meminfo: memFree=25640476/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=455760 CPUtime=1121.97 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 113300 0 0 0 112037 160 0 0 20 0 1 0 330433642 466698240 113077 33554432000 4194304 8989770 140735820261840 140735820261336 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 113940 113077 462 1171 0 112717 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 455760

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 1963
/proc/meminfo: memFree=25628324/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=468048 CPUtime=1181.97 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 116368 0 0 0 118032 165 0 0 20 0 1 0 330433642 479281152 116145 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 117012 116145 462 1171 0 115789 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 468048

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 1963
/proc/meminfo: memFree=25614560/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=475216 CPUtime=1241.96 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 118093 0 0 0 124027 169 0 0 20 0 1 0 330433642 486621184 117870 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 118804 117870 462 1171 0 117581 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 475216

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 1963
/proc/meminfo: memFree=25599704/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=484432 CPUtime=1301.94 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 120344 0 0 0 130021 173 0 0 20 0 1 0 330433642 496058368 120112 33554432000 4194304 8989770 140735820261840 140735820261104 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 121108 120112 462 1171 0 119885 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 484432

[startup+1362.3 s]
/proc/loadavg: 1.97 2.00 2.00 3/176 2005
/proc/meminfo: memFree=25588552/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=491600 CPUtime=1361.93 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 122212 0 0 0 136016 177 0 0 20 0 1 0 330433642 503398400 121976 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 122900 121976 462 1171 0 121677 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 491600

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 2005
/proc/meminfo: memFree=25506188/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=499792 CPUtime=1421.93 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 124405 0 0 0 142011 182 0 0 20 0 1 0 330433642 511787008 124169 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 124948 124169 462 1171 0 123725 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 499792

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2006
/proc/meminfo: memFree=25420132/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=507984 CPUtime=1481.91 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 126367 0 0 0 148005 186 0 0 20 0 1 0 330433642 520175616 126131 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 126996 126131 462 1171 0 125773 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 507984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2006
/proc/meminfo: memFree=25358876/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=515152 CPUtime=1541.9 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 128106 0 0 0 154001 189 0 0 20 0 1 0 330433642 527515648 127870 33554432000 4194304 8989770 140735820261840 140735820261104 6587856 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 128788 127870 462 1171 0 127565 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 515152

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2006
/proc/meminfo: memFree=25319444/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=522320 CPUtime=1601.89 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 130001 0 0 0 159997 192 0 0 20 0 1 0 330433642 534855680 129765 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 130580 129765 462 1171 0 129357 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 522320

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2006
/proc/meminfo: memFree=25313144/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=529488 CPUtime=1661.87 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 131644 0 0 0 165989 198 0 0 20 0 1 0 330433642 542195712 131399 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 132372 131399 462 1171 0 131149 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 529488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2006
/proc/meminfo: memFree=25284404/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=539728 CPUtime=1721.87 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 134105 0 0 0 171984 203 0 0 20 0 1 0 330433642 552681472 134072 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 134932 134072 462 1171 0 133709 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 539728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2007
/proc/meminfo: memFree=25239296/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=545872 CPUtime=1781.86 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 135715 0 0 0 177979 207 0 0 20 0 1 0 330433642 558972928 135682 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 136468 135682 462 1171 0 135245 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 545872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2007
/proc/meminfo: memFree=25229360/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=545872 CPUtime=1800.06 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 135740 0 0 0 179798 208 0 0 20 0 1 0 330433642 558972928 135707 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 136468 135707 462 1171 0 135245 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 545872

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2007
/proc/meminfo: memFree=25229360/32873852 swapFree=6856/6856
[pid=1950] ppid=1948 vsize=545872 CPUtime=1800.06 cores=1,3,5,7
/proc/1950/stat : 1950 (toysat) R 1948 1950 909 0 -1 4202496 135740 0 0 0 179798 208 0 0 20 0 1 0 330433642 558972928 135707 33554432000 4194304 8989770 140735820261840 140735820261104 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1950/statm: 136468 135707 462 1171 0 135245 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 545872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1797.98
CPU system time (s): 2.09168
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 545872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.09168
maximum resident set size= 542828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135740
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= 184
involuntary context switches= 1847

runsolver used 3.2605 second user time and 9.92649 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-02 15:18:02
IDJOB=3724740
IDBENCH=89891
IDSOLVER=2308
FILE ID=node129/3724740-1338643082
RUNJOBID= node129-1338631508-926
PBS_JOBID= 14636451
Free space on /tmp= 70488 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1685374.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724740-1338643082/watcher-3724740-1338643082 -o /tmp/evaluation-result-3724740-1338643082/solver-3724740-1338643082 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724740-1338643082.opb

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

MD5SUM BENCH= 50acc4afebeb32cddb95c5011f072af8
RANDOM SEED=565916425

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26100836 kB
Buffers:          446872 kB
Cached:          5410132 kB
SwapCached:            0 kB
Active:          2475452 kB
Inactive:        3423340 kB
Active(anon):      33228 kB
Inactive(anon):    10760 kB
Active(file):    2442224 kB
Inactive(file):  3412580 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9328 kB
Writeback:             0 kB
AnonPages:         48088 kB
Mapped:            16132 kB
Shmem:               204 kB
Slab:             737716 kB
SReclaimable:     180232 kB
SUnreclaim:       557484 kB
KernelStack:        1440 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     154616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70480 MiB
End job on node129 at 2012-06-02 15:48:04