Trace number 3725177

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.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.95:100.opb
MD5SUM18cfc7903c565bab689cc8ffed68f1fd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.24235
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables4617
Total number of constraints5280
Number of constraints which are clauses4395
Number of constraints which are cardinality constraints (but not clauses)885
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
Number of terms in the objective function 4617
Biggest coefficient in the objective function 2642
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13340
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2642
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13340
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.28/2.35	c 2012-06-02T12:35:45+0200
2.28/2.35	c arch = x86_64
2.28/2.35	c os = linux
2.28/2.35	c compiler = ghc 7.4
2.28/2.35	c packages:
2.28/2.35	c   OptDir-0.0.1
2.28/2.35	c   array-0.4.0.0
2.28/2.35	c   base-4.5.0.0
2.28/2.35	c   bytestring-0.9.2.1
2.28/2.35	c   containers-0.4.2.1
2.28/2.35	c   deepseq-1.3.0.0
2.28/2.35	c   mtl-2.1.1
2.28/2.35	c   old_locale-1.0.0.4
2.28/2.35	c   parse_dimacs-1.2
2.28/2.35	c   parsec-3.1.2
2.28/2.35	c   queue-0.1.2
2.28/2.35	c   stm-2.3
2.28/2.35	c   time-1.4
2.28/2.35	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725177-1338633345.opb"]
2.28/2.35	c #vars 4617
2.28/2.35	c #constraints 5280
2.28/2.35	c Solving starts ...
2.28/2.37	c solving time = 0.013s
2.28/2.37	c #decision = 2620
2.28/2.37	c #conflict = 0
2.28/2.37	c #restart = 0
2.28/2.37	o 59
2.28/2.39	c Solving starts ...
523.46/523.66	c learnt constraints deletion: 9721 -> 4861
1086.36/1086.69	c learnt constraints deletion: 10493 -> 5247
1572.78/1573.13	c learnt constraints deletion: 11367 -> 5685

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-3725177-1338633345/watcher-3725177-1338633345 -o /tmp/evaluation-result-3725177-1338633345/solver-3725177-1338633345 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725177-1338633345.opb 

running on 4 cores: 0,2,4,6

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.00 2.00 1.70 3/176 1241
/proc/meminfo: memFree=30947800/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 777 0 0 0 0 0 0 0 20 0 1 0 329460381 6373376 697 33554432000 4194304 8989770 140736317336400 140733484268328 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 1556 697 424 1171 0 333 0

[startup+0.06384 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 1241
/proc/meminfo: memFree=30947800/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=10320 CPUtime=0.05 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 1792 0 0 0 5 0 0 0 20 0 1 0 329460381 10567680 1712 33554432000 4194304 8989770 140736317336400 140733484268328 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 2580 1712 431 1171 0 1357 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10320

[startup+0.100475 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 1241
/proc/meminfo: memFree=30947800/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 2369 0 0 0 9 0 0 0 20 0 1 0 329460381 12664832 2289 33554432000 4194304 8989770 140736317336400 140733484268328 4656423 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 3092 2289 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.301046 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 1241
/proc/meminfo: memFree=30947800/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=16464 CPUtime=0.29 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 3412 0 0 0 29 0 0 0 20 0 1 0 329460381 16859136 3332 33554432000 4194304 8989770 140736317336400 140733484268328 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 4116 3332 444 1171 0 2893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16464

[startup+0.701033 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 1241
/proc/meminfo: memFree=30947800/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=16464 CPUtime=0.69 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 3412 0 0 0 69 0 0 0 20 0 1 0 329460381 16859136 3332 33554432000 4194304 8989770 140736317336400 140733484268328 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 4116 3332 444 1171 0 2893 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16464

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1242
/proc/meminfo: memFree=30935020/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=18512 CPUtime=1.49 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 3729 0 0 0 148 1 0 0 20 0 1 0 329460381 18956288 3649 33554432000 4194304 8989770 140736317336400 140736317335896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 4628 3649 444 1171 0 3405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18512

[startup+3.10109 s]
/proc/loadavg: 2.00 2.00 1.70 2/175 1243
/proc/meminfo: memFree=30973756/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=22608 CPUtime=3.09 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 4744 0 0 0 307 2 0 0 20 0 1 0 329460381 23150592 4664 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 5652 4664 473 1171 0 4429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22608

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1281
/proc/meminfo: memFree=30939608/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=26704 CPUtime=6.28 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 5942 0 0 0 625 3 0 0 20 0 1 0 329460381 27344896 5862 33554432000 4194304 8989770 140736317336400 140736317335664 4213859 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 6676 5873 473 1171 0 5453 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26704

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1281
/proc/meminfo: memFree=30931792/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=31824 CPUtime=12.67 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 7281 0 0 0 1262 5 0 0 20 0 1 0 329460381 32587776 7201 33554432000 4194304 8989770 140736317336400 140736317335896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 7956 7201 473 1171 0 6733 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31824

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1281
/proc/meminfo: memFree=30906140/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=42064 CPUtime=25.47 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 9848 0 0 0 2537 10 0 0 20 0 1 0 329460381 43073536 9761 33554432000 4194304 8989770 140736317336400 140736317335896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 10516 9761 473 1171 0 9293 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42064

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.71 3/177 1281
/proc/meminfo: memFree=30874364/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=60496 CPUtime=51.06 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 14456 0 0 0 5090 16 0 0 20 0 1 0 329460381 61947904 14369 33554432000 4194304 8989770 140736317336400 140736317335896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 15124 14369 473 1171 0 13901 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 60496

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 1.73 3/177 1282
/proc/meminfo: memFree=30825160/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=86096 CPUtime=102.26 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 20863 0 0 0 10197 29 0 0 20 0 1 0 329460381 88162304 20769 33554432000 4194304 8989770 140736317336400 140736317335664 4209357 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 21524 20769 473 1171 0 20301 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86096

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 1.74 3/177 1282
/proc/meminfo: memFree=30777748/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=109648 CPUtime=162.23 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 26772 0 0 0 16179 44 0 0 20 0 1 0 329460381 112279552 26657 33554432000 4194304 8989770 140736317336400 140736317335664 4204638 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 27412 26657 473 1171 0 26189 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 109648

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.76 3/177 1282
/proc/meminfo: memFree=30726844/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=131152 CPUtime=222.22 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 32148 0 0 0 22164 58 0 0 20 0 1 0 329460381 134299648 32033 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 32788 32033 473 1171 0 31565 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 131152

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 1285
/proc/meminfo: memFree=30689520/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=148560 CPUtime=282.21 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 36299 0 0 0 28149 72 0 0 20 0 1 0 329460381 152125440 36181 33554432000 4194304 8989770 140736317336400 140736317335896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 37140 36181 473 1171 0 35917 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 148560

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/177 1285
/proc/meminfo: memFree=30650668/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=161872 CPUtime=342.18 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 39856 0 0 0 34136 82 0 0 20 0 1 0 329460381 165756928 39713 33554432000 4194304 8989770 140736317336400 140736317335896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 40468 39713 473 1171 0 39245 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 161872

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 1286
/proc/meminfo: memFree=30617668/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=175184 CPUtime=402.18 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 43184 0 0 0 40126 92 0 0 20 0 1 0 329460381 179388416 43041 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 43796 43041 473 1171 0 42573 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 175184

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 1.81 3/177 1286
/proc/meminfo: memFree=30586104/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=186448 CPUtime=462.17 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 46000 0 0 0 46115 102 0 0 20 0 1 0 329460381 190922752 45857 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 46612 45857 473 1171 0 45389 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 186448

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.82 3/177 1286
/proc/meminfo: memFree=30554276/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=196688 CPUtime=522.16 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 48560 0 0 0 52104 112 0 0 20 0 1 0 329460381 201408512 48417 33554432000 4194304 8989770 140736317336400 140736317335664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 49172 48417 473 1171 0 47949 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 196688

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.83 3/177 1286
/proc/meminfo: memFree=30541384/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=197712 CPUtime=582.13 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 48642 0 0 0 58090 123 0 0 20 0 1 0 329460381 202457088 48479 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 49428 48479 475 1171 0 48205 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 197712

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 1287
/proc/meminfo: memFree=30472936/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=197712 CPUtime=822.1 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 48642 0 0 0 82047 163 0 0 20 0 1 0 329460381 202457088 48479 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 49428 48479 475 1171 0 48205 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 197712

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 1290
/proc/meminfo: memFree=30458804/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=197712 CPUtime=882.09 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 48642 0 0 0 88036 173 0 0 20 0 1 0 329460381 202457088 48479 33554432000 4194304 8989770 140736317336400 140736317335664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 49428 48479 475 1171 0 48205 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 197712

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 1290
/proc/meminfo: memFree=30444676/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=197712 CPUtime=942.08 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 48642 0 0 0 94027 181 0 0 20 0 1 0 329460381 202457088 48479 33554432000 4194304 8989770 140736317336400 140736317335664 4209136 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 49428 48479 475 1171 0 48205 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 197712

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 1291
/proc/meminfo: memFree=30425332/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=202832 CPUtime=1002.07 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 50118 0 0 0 100016 191 0 0 20 0 1 0 329460381 207699968 49955 33554432000 4194304 8989770 140736317336400 140736317335896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 50708 49955 475 1171 0 49485 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 202832

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 1291
/proc/meminfo: memFree=30405740/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=211024 CPUtime=1062.06 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 52166 0 0 0 106006 200 0 0 20 0 1 0 329460381 216088576 52003 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 52756 52003 475 1171 0 51533 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 211024

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 1291
/proc/meminfo: memFree=30384492/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=216144 CPUtime=1122.05 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 53446 0 0 0 111996 209 0 0 20 0 1 0 329460381 221331456 53283 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 54036 53283 475 1171 0 52813 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 216144

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 1291
/proc/meminfo: memFree=30372508/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=216144 CPUtime=1182.05 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 53446 0 0 0 117986 219 0 0 20 0 1 0 329460381 221331456 53283 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 54036 53283 475 1171 0 52813 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 216144

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 1291
/proc/meminfo: memFree=30359612/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=216144 CPUtime=1242.03 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 53446 0 0 0 123972 231 0 0 20 0 1 0 329460381 221331456 53283 33554432000 4194304 8989770 140736317336400 140736317335664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 54036 53283 475 1171 0 52813 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 216144

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/176 1291
/proc/meminfo: memFree=30345032/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=216144 CPUtime=1302.03 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 53454 0 0 0 129960 243 0 0 20 0 1 0 329460381 221331456 53283 33554432000 4194304 8989770 140736317336400 140736317335664 7688475 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 54036 53283 475 1171 0 52813 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 216144

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 1292
/proc/meminfo: memFree=30333244/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=216144 CPUtime=1362.01 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 53454 0 0 0 135948 253 0 0 20 0 1 0 329460381 221331456 53283 33554432000 4194304 8989770 140736317336400 140736317335664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 54036 53283 475 1171 0 52813 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 216144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1292
/proc/meminfo: memFree=30319852/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=216144 CPUtime=1422.01 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 53454 0 0 0 141939 262 0 0 20 0 1 0 329460381 221331456 53283 33554432000 4194304 8989770 140736317336400 140736317335664 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 54036 53283 475 1171 0 52813 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 216144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 1295
/proc/meminfo: memFree=30304480/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=216144 CPUtime=1481.99 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 53454 0 0 0 147927 272 0 0 20 0 1 0 329460381 221331456 53283 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 54036 53283 475 1171 0 52813 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 216144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 1318
/proc/meminfo: memFree=30291884/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=216144 CPUtime=1541.98 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 53454 0 0 0 153918 280 0 0 20 0 1 0 329460381 221331456 53283 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 54036 53283 475 1171 0 52813 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 216144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1318
/proc/meminfo: memFree=30272108/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=224336 CPUtime=1601.98 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 55502 0 0 0 159909 289 0 0 20 0 1 0 329460381 229720064 55331 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 56084 55331 475 1171 0 54861 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 224336

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/177 1319
/proc/meminfo: memFree=30261072/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=224336 CPUtime=1661.97 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 55502 0 0 0 165899 298 0 0 20 0 1 0 329460381 229720064 55331 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 56084 55331 475 1171 0 54861 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 224336

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 1319
/proc/meminfo: memFree=30251772/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=224336 CPUtime=1721.96 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 55502 0 0 0 171889 307 0 0 20 0 1 0 329460381 229720064 55331 33554432000 4194304 8989770 140736317336400 140736317335664 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 56084 55331 475 1171 0 54861 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 224336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1319
/proc/meminfo: memFree=30244076/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=224336 CPUtime=1781.95 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 55503 0 0 0 177878 317 0 0 20 0 1 0 329460381 229720064 55331 33554432000 4194304 8989770 140736317336400 140736317335664 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 56084 55331 475 1171 0 54861 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 224336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1319
/proc/meminfo: memFree=30238992/32873648 swapFree=6860/6860
[pid=1241] ppid=1239 vsize=224336 CPUtime=1800.05 cores=0,2,4,6
/proc/1241/stat : 1241 (toysat) R 1239 1241 986 0 -1 4202496 55503 0 0 0 179684 321 0 0 20 0 1 0 329460381 229720064 55331 33554432000 4194304 8989770 140736317336400 140736317335664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1241/statm: 56084 55331 475 1171 0 54861 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 224336

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1796.85
CPU system time (s): 3.21351
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 224336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.85
system time used= 3.21351
maximum resident set size= 221324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55503
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= 103
involuntary context switches= 2842

runsolver used 3.2605 second user time and 9.09462 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-02 12:35:45
IDJOB=3725177
IDBENCH=2221
IDSOLVER=2308
FILE ID=node124/3725177-1338633345
RUNJOBID= node124-1338631508-1002
PBS_JOBID= 14636456
Free space on /tmp= 70768 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:30:4.5:0.95:100.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725177-1338633345/watcher-3725177-1338633345 -o /tmp/evaluation-result-3725177-1338633345/solver-3725177-1338633345 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725177-1338633345.opb

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

MD5SUM BENCH= 18cfc7903c565bab689cc8ffed68f1fd
RANDOM SEED=194967832

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30948064 kB
Buffers:          128432 kB
Cached:           982784 kB
SwapCached:         8192 kB
Active:           285868 kB
Inactive:         878256 kB
Active(anon):      47240 kB
Inactive(anon):     8016 kB
Active(file):     238628 kB
Inactive(file):   870240 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091440 kB
Dirty:              7460 kB
Writeback:             8 kB
AnonPages:         52076 kB
Mapped:            10580 kB
Shmem:                 0 kB
Slab:             624992 kB
SReclaimable:      69140 kB
SUnreclaim:       555852 kB
KernelStack:        1440 kB
PageTables:         4012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     167876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70760 MiB
End job on node124 at 2012-06-02 13:05:48