Trace number 3725181

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.06 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
MD5SUMdae2a99f19ab3cbb5b0fd1a29cad1e80
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark20.7099
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 203
Optimality of the best value was proved NO
Number of variables10989
Total number of constraints12472
Number of constraints which are clauses10469
Number of constraints which are cardinality constraints (but not clauses)2003
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 10989
Biggest coefficient in the objective function 5985
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 32028
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5985
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 32028
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

14.09/14.13	c 2012-06-02T12:35:42+0200
14.09/14.13	c arch = x86_64
14.09/14.13	c os = linux
14.09/14.13	c compiler = ghc 7.4
14.09/14.13	c packages:
14.09/14.13	c   OptDir-0.0.1
14.09/14.13	c   array-0.4.0.0
14.09/14.13	c   base-4.5.0.0
14.09/14.13	c   bytestring-0.9.2.1
14.09/14.13	c   containers-0.4.2.1
14.09/14.13	c   deepseq-1.3.0.0
14.09/14.13	c   mtl-2.1.1
14.09/14.13	c   old_locale-1.0.0.4
14.09/14.13	c   parse_dimacs-1.2
14.09/14.13	c   parsec-3.1.2
14.09/14.13	c   queue-0.1.2
14.09/14.13	c   stm-2.3
14.09/14.13	c   time-1.4
14.09/14.13	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725181-1338633342.opb"]
14.09/14.13	c #vars 10989
14.09/14.13	c #constraints 12472
14.09/14.13	c Solving starts ...
14.09/14.19	c solving time = 0.043s
14.09/14.19	c #decision = 6470
14.09/14.19	c #conflict = 0
14.09/14.19	c #restart = 0
14.09/14.19	o 216
14.19/14.25	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-3725181-1338633342/watcher-3725181-1338633342 -o /tmp/evaluation-result-3725181-1338633342/solver-3725181-1338633342 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725181-1338633342.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: 1.93 1.97 1.69 4/176 30951
/proc/meminfo: memFree=29165788/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 815 0 0 0 0 0 0 0 20 0 1 0 329458633 6373376 735 33554432000 4194304 8989770 140735323926064 140734941872312 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 1556 736 424 1171 0 333 0

[startup+0.101455 s]
/proc/loadavg: 1.93 1.97 1.69 4/176 30951
/proc/meminfo: memFree=29165788/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 2496 0 0 0 9 0 0 0 20 0 1 0 329458633 13713408 2416 33554432000 4194304 8989770 140735323926064 140734941872312 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 3348 2416 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.200294 s]
/proc/loadavg: 1.93 1.97 1.69 4/176 30951
/proc/meminfo: memFree=29165788/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=19536 CPUtime=0.19 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 4161 0 0 0 18 1 0 0 20 0 1 0 329458633 20004864 4081 33554432000 4194304 8989770 140735323926064 140734941872312 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 4884 4081 430 1171 0 3661 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19536

[startup+0.300312 s]
/proc/loadavg: 1.93 1.97 1.69 4/176 30951
/proc/meminfo: memFree=29165788/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=26704 CPUtime=0.29 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 5943 0 0 0 28 1 0 0 20 0 1 0 329458633 27344896 5863 33554432000 4194304 8989770 140735323926064 140734941872312 4209325 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 6676 5870 437 1171 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26704

[startup+0.700185 s]
/proc/loadavg: 1.93 1.97 1.69 4/176 30951
/proc/meminfo: memFree=29165788/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=30800 CPUtime=0.68 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 6997 0 0 0 67 1 0 0 20 0 1 0 329458633 31539200 6917 33554432000 4194304 8989770 140735323926064 140735323925328 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 7700 6917 444 1171 0 6477 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30800

[startup+1.50018 s]
/proc/loadavg: 1.93 1.97 1.69 3/177 30952
/proc/meminfo: memFree=29139716/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=30800 CPUtime=1.48 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 6997 0 0 0 147 1 0 0 20 0 1 0 329458633 31539200 6917 33554432000 4194304 8989770 140735323926064 140735323925560 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 7700 6917 444 1171 0 6477 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30800

[startup+3.10026 s]
/proc/loadavg: 1.93 1.97 1.69 3/177 30952
/proc/meminfo: memFree=29135376/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=33872 CPUtime=3.09 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 7765 0 0 0 307 2 0 0 20 0 1 0 329458633 34684928 7685 33554432000 4194304 8989770 140735323926064 140735323925560 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 8468 7685 444 1171 0 7245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33872

[startup+6.30022 s]
/proc/loadavg: 1.94 1.97 1.69 3/177 30952
/proc/meminfo: memFree=29135020/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=33872 CPUtime=6.29 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 7765 0 0 0 626 3 0 0 20 0 1 0 329458633 34684928 7685 33554432000 4194304 8989770 140735323926064 140735323925560 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 8468 7685 444 1171 0 7245 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33872

[startup+12.7002 s]
/proc/loadavg: 1.94 1.97 1.69 3/177 30952
/proc/meminfo: memFree=29134588/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=33872 CPUtime=12.69 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 7765 0 0 0 1263 6 0 0 20 0 1 0 329458633 34684928 7685 33554432000 4194304 8989770 140735323926064 140735323925328 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 8468 7685 444 1171 0 7245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33872

[startup+25.5004 s]
/proc/loadavg: 1.95 1.97 1.69 3/177 30952
/proc/meminfo: memFree=29121336/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=49232 CPUtime=25.48 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 11638 0 0 0 2538 10 0 0 20 0 1 0 329458633 50413568 11559 33554432000 4194304 8989770 140735323926064 140735323925328 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 12308 11559 473 1171 0 11085 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49232

[startup+51.1004 s]
/proc/loadavg: 2.04 1.99 1.71 3/177 30990
/proc/meminfo: memFree=29003888/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=60496 CPUtime=51.07 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 14469 0 0 0 5089 18 0 0 20 0 1 0 329458633 61947904 14375 33554432000 4194304 8989770 140735323926064 140735323924032 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 15124 14375 473 1171 0 13901 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60496

[startup+102.3 s]
/proc/loadavg: 2.01 1.99 1.72 3/177 30990
/proc/meminfo: memFree=28848500/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=76880 CPUtime=102.26 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 18570 0 0 0 10196 30 0 0 20 0 1 0 329458633 78725120 18471 33554432000 4194304 8989770 140735323926064 140735323925560 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 19220 18471 473 1171 0 17997 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76880

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.73 3/177 30991
/proc/meminfo: memFree=28743392/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=101456 CPUtime=162.24 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 24714 0 0 0 16179 45 0 0 20 0 1 0 329458633 103890944 24615 33554432000 4194304 8989770 140735323926064 140735323925560 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 25364 24615 473 1171 0 24141 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 101456

[startup+222.307 s]
/proc/loadavg: 2.05 2.00 1.75 3/177 30991
/proc/meminfo: memFree=28652884/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=126032 CPUtime=222.24 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 30858 0 0 0 22165 59 0 0 20 0 1 0 329458633 129056768 30759 33554432000 4194304 8989770 140735323926064 140735323925328 4204359 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 31508 30759 473 1171 0 30285 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 126032

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 1.76 3/178 30994
/proc/meminfo: memFree=28566740/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=150608 CPUtime=282.23 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 37002 0 0 0 28145 78 0 0 20 0 1 0 329458633 154222592 36903 33554432000 4194304 8989770 140735323926064 140735323925328 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 37652 36903 473 1171 0 36429 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 150608

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/177 30994
/proc/meminfo: memFree=28506372/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=172112 CPUtime=342.22 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 42378 0 0 0 34127 95 0 0 20 0 1 0 329458633 176242688 42279 33554432000 4194304 8989770 140735323926064 140735323925560 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 43028 42279 473 1171 0 41805 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 172112

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 30994
/proc/meminfo: memFree=28446716/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=189520 CPUtime=402.2 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 46730 0 0 0 40108 112 0 0 20 0 1 0 329458633 194068480 46631 33554432000 4194304 8989770 140735323926064 140735323925560 5400138 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 47380 46631 473 1171 0 46157 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 189520

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30995
/proc/meminfo: memFree=28381824/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=208976 CPUtime=462.18 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 51615 0 0 0 46091 127 0 0 20 0 1 0 329458633 213991424 51495 33554432000 4194304 8989770 140735323926064 140735323925328 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 52244 51495 473 1171 0 51021 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 208976

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/177 30995
/proc/meminfo: memFree=28320852/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=223312 CPUtime=522.16 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 55240 0 0 0 52076 140 0 0 20 0 1 0 329458633 228671488 55079 33554432000 4194304 8989770 140735323926064 140735323925328 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 55828 55079 473 1171 0 54605 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 223312

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/177 30995
/proc/meminfo: memFree=28271708/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=239696 CPUtime=582.15 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 59344 0 0 0 58061 154 0 0 20 0 1 0 329458633 245448704 59175 33554432000 4194304 8989770 140735323926064 140735323925328 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 59924 59175 473 1171 0 58701 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 239696

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 30999
/proc/meminfo: memFree=28055124/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=313424 CPUtime=882.11 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 77534 0 0 0 87998 213 0 0 20 0 1 0 329458633 320946176 77365 33554432000 4194304 8989770 140735323926064 140735323925328 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 78356 77365 473 1171 0 77133 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 313424

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 30999
/proc/meminfo: memFree=28024052/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=323664 CPUtime=942.1 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 80336 0 0 0 93985 225 0 0 20 0 1 0 329458633 331431936 80167 33554432000 4194304 8989770 140735323926064 140735323925328 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 80916 80167 473 1171 0 79693 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 323664

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 30999
/proc/meminfo: memFree=27971132/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=333904 CPUtime=1002.08 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 82896 0 0 0 99971 237 0 0 20 0 1 0 329458633 341917696 82727 33554432000 4194304 8989770 140735323926064 140735323925560 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 83476 82727 473 1171 0 82253 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 333904

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 31000
/proc/meminfo: memFree=27930488/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=347216 CPUtime=1062.08 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 86224 0 0 0 105960 248 0 0 20 0 1 0 329458633 355549184 86055 33554432000 4194304 8989770 140735323926064 140735323925328 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 86804 86055 473 1171 0 85581 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 347216

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 31000
/proc/meminfo: memFree=27919756/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=358480 CPUtime=1122.07 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 88873 0 0 0 111949 258 0 0 20 0 1 0 329458633 367083520 88704 33554432000 4194304 8989770 140735323926064 140735323925328 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 89620 88704 473 1171 0 88397 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 358480

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 31000
/proc/meminfo: memFree=27908968/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=368720 CPUtime=1182.06 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 91600 0 0 0 117938 268 0 0 20 0 1 0 329458633 377569280 91431 33554432000 4194304 8989770 140735323926064 140735323925328 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 92180 91431 473 1171 0 90957 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 368720

[startup+1242.3 s]
/proc/loadavg: 2.06 2.01 1.89 3/177 31000
/proc/meminfo: memFree=27895328/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=382032 CPUtime=1242.05 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 94928 0 0 0 123926 279 0 0 20 0 1 0 329458633 391200768 94759 33554432000 4194304 8989770 140735323926064 140735323925560 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 95508 94759 473 1171 0 94285 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 382032

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.90 3/177 31000
/proc/meminfo: memFree=27883904/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=393296 CPUtime=1302.02 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 97784 0 0 0 129911 291 0 0 20 0 1 0 329458633 402735104 97575 33554432000 4194304 8989770 140735323926064 140735323925328 4209187 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 98324 97575 473 1171 0 97101 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 393296

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 31001
/proc/meminfo: memFree=27872780/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=404560 CPUtime=1362 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 100621 0 0 0 135900 300 0 0 20 0 1 0 329458633 414269440 100391 33554432000 4194304 8989770 140735323926064 140735323925328 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 101140 100391 473 1171 0 99917 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 404560

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 31001
/proc/meminfo: memFree=27864596/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=412752 CPUtime=1422 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 102669 0 0 0 141890 310 0 0 20 0 1 0 329458633 422658048 102439 33554432000 4194304 8989770 140735323926064 140735323925560 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 103188 102439 473 1171 0 101965 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 412752

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 31004
/proc/meminfo: memFree=27853180/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=424016 CPUtime=1481.98 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 105485 0 0 0 147878 320 0 0 20 0 1 0 329458633 434192384 105255 33554432000 4194304 8989770 140735323926064 140735323925328 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 106004 105255 473 1171 0 104781 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 424016

[startup+1542.31 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 31026
/proc/meminfo: memFree=27842144/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=435280 CPUtime=1541.98 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 108301 0 0 0 153868 330 0 0 20 0 1 0 329458633 445726720 108071 33554432000 4194304 8989770 140735323926064 140735323924160 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 108820 108071 473 1171 0 107597 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 435280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31026
/proc/meminfo: memFree=27832480/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=448592 CPUtime=1601.96 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 111481 0 0 0 159858 338 0 0 20 0 1 0 329458633 459358208 111251 33554432000 4194304 8989770 140735323926064 140735323925328 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 112148 111251 473 1171 0 110925 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 448592

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 31026
/proc/meminfo: memFree=27818352/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=458832 CPUtime=1661.95 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 114189 0 0 0 165848 347 0 0 20 0 1 0 329458633 469843968 113959 33554432000 4194304 8989770 140735323926064 140735323925328 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 114708 113959 473 1171 0 113485 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 458832

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.92 3/177 31027
/proc/meminfo: memFree=27807680/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=470096 CPUtime=1721.95 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 116878 0 0 0 171840 355 0 0 20 0 1 0 329458633 481378304 116648 33554432000 4194304 8989770 140735323926064 140735323925560 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 117524 116648 473 1171 0 116301 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 470096

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/177 31027
/proc/meminfo: memFree=27798504/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=479312 CPUtime=1781.93 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 119309 0 0 0 177831 362 0 0 20 0 1 0 329458633 490815488 119079 33554432000 4194304 8989770 140735323926064 140735323925328 4209198 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 119828 119079 473 1171 0 118605 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 479312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 31027
/proc/meminfo: memFree=27793916/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=483408 CPUtime=1800.04 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 120333 0 0 0 179639 365 0 0 20 0 1 0 329458633 495009792 120103 33554432000 4194304 8989770 140735323926064 140735323925560 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 120852 120103 473 1171 0 119629 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 483408

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

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

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 31027
/proc/meminfo: memFree=27793916/32873844 swapFree=7644/7644
[pid=30951] ppid=30949 vsize=483408 CPUtime=1800.04 cores=1,3,5,7
/proc/30951/stat : 30951 (toysat) R 30949 30951 30509 0 -1 4202496 120333 0 0 0 179639 365 0 0 20 0 1 0 329458633 495009792 120103 33554432000 4194304 8989770 140735323926064 140735323925560 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/30951/statm: 120852 120103 473 1171 0 119629 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 483408

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.06
CPU user time (s): 1796.4
CPU system time (s): 3.66044
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 483408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.4
system time used= 3.66044
maximum resident set size= 480412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120333
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= 158
involuntary context switches= 1911

runsolver used 3.76343 second user time and 9.75152 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-02 12:35:42
IDJOB=3725181
IDBENCH=2220
IDSOLVER=2308
FILE ID=node147/3725181-1338633342
RUNJOBID= node147-1338631508-30526
PBS_JOBID= 14636433
Free space on /tmp= 70780 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725181-1338633342/watcher-3725181-1338633342 -o /tmp/evaluation-result-3725181-1338633342/solver-3725181-1338633342 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725181-1338633342.opb

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

MD5SUM BENCH= dae2a99f19ab3cbb5b0fd1a29cad1e80
RANDOM SEED=416457424

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29165416 kB
Buffers:          417416 kB
Cached:          2415884 kB
SwapCached:         3380 kB
Active:          1422044 kB
Inactive:        1427196 kB
Active(anon):      11900 kB
Inactive(anon):     5920 kB
Active(file):    1410144 kB
Inactive(file):  1421276 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             15460 kB
Writeback:             0 kB
AnonPages:         20240 kB
Mapped:            11264 kB
Shmem:                 0 kB
Slab:             720308 kB
SReclaimable:     160812 kB
SUnreclaim:       559496 kB
KernelStack:        1464 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     135348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70772 MiB
End job on node147 at 2012-06-02 13:05:45