Trace number 3725180

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.02 1800.41

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:100.opb
MD5SUM8ebfb10d75940bc93d5e7784548911ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark18.6692
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved NO
Number of variables10976
Total number of constraints12527
Number of constraints which are clauses10470
Number of constraints which are cardinality constraints (but not clauses)2057
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Number of terms in the objective function 10976
Biggest coefficient in the objective function 6152
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 31915
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 6152
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 31915
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

13.79/13.86	c 2012-06-02T12:35:49+0200
13.79/13.86	c arch = x86_64
13.79/13.86	c os = linux
13.79/13.86	c compiler = ghc 7.4
13.79/13.86	c packages:
13.79/13.86	c   OptDir-0.0.1
13.79/13.86	c   array-0.4.0.0
13.79/13.86	c   base-4.5.0.0
13.79/13.86	c   bytestring-0.9.2.1
13.79/13.86	c   containers-0.4.2.1
13.79/13.86	c   deepseq-1.3.0.0
13.79/13.86	c   mtl-2.1.1
13.79/13.86	c   old_locale-1.0.0.4
13.79/13.86	c   parse_dimacs-1.2
13.79/13.86	c   parsec-3.1.2
13.79/13.86	c   queue-0.1.2
13.79/13.86	c   stm-2.3
13.79/13.86	c   time-1.4
13.79/13.86	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725180-1338633349.opb"]
13.79/13.86	c #vars 10976
13.79/13.86	c #constraints 12527
13.79/13.86	c Solving starts ...
13.89/13.91	c solving time = 0.039s
13.89/13.91	c #decision = 6290
13.89/13.91	c #conflict = 0
13.89/13.91	c #restart = 0
13.89/13.91	o 143
13.89/13.95	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-3725180-1338633349/watcher-3725180-1338633349 -o /tmp/evaluation-result-3725180-1338633349/solver-3725180-1338633349 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725180-1338633349.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.00 2.00 1.70 3/176 1280
/proc/meminfo: memFree=30969252/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 784 0 0 0 0 0 0 0 20 0 1 0 329460738 6373376 705 33554432000 4194304 8989770 140734765436416 140736414364696 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 1556 705 424 1171 0 333 0

[startup+0.033252 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 1280
/proc/meminfo: memFree=30969252/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=8272 CPUtime=0.02 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 1223 0 0 0 2 0 0 0 20 0 1 0 329460738 8470528 1144 33554432000 4194304 8989770 140734765436416 140736414364696 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 2068 1144 425 1171 0 845 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8272

[startup+0.100222 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 1280
/proc/meminfo: memFree=30969252/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 2486 0 0 0 9 0 0 0 20 0 1 0 329460738 13713408 2407 33554432000 4194304 8989770 140734765436416 140736414364696 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 3348 2407 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 1280
/proc/meminfo: memFree=30969252/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=29776 CPUtime=0.29 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 6732 0 0 0 28 1 0 0 20 0 1 0 329460738 30490624 6653 33554432000 4194304 8989770 140734765436416 140736414364696 4209595 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 7444 6653 436 1171 0 6221 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29776

[startup+0.700179 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 1280
/proc/meminfo: memFree=30969252/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=29776 CPUtime=0.68 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 6739 0 0 0 67 1 0 0 20 0 1 0 329460738 30490624 6660 33554432000 4194304 8989770 140734765436416 140734765435912 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 7444 6660 443 1171 0 6221 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 29776

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1281
/proc/meminfo: memFree=30943576/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=32848 CPUtime=1.49 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 7319 0 0 0 147 2 0 0 20 0 1 0 329460738 33636352 7240 33554432000 4194304 8989770 140734765436416 140734765435912 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 8212 7240 443 1171 0 6989 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32848

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1281
/proc/meminfo: memFree=30937748/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=32848 CPUtime=3.09 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 7507 0 0 0 306 3 0 0 20 0 1 0 329460738 33636352 7428 33554432000 4194304 8989770 140734765436416 140734765435912 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 8212 7428 443 1171 0 6989 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32848

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1281
/proc/meminfo: memFree=30935376/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=32848 CPUtime=6.29 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 7507 0 0 0 625 4 0 0 20 0 1 0 329460738 33636352 7428 33554432000 4194304 8989770 140734765436416 140734765435912 6678576 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 8212 7428 443 1171 0 6989 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32848

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1281
/proc/meminfo: memFree=30930064/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=32848 CPUtime=12.69 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 7507 0 0 0 1263 6 0 0 20 0 1 0 329460738 33636352 7428 33554432000 4194304 8989770 140734765436416 140734765435912 4494400 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 8212 7428 443 1171 0 6989 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32848

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 1281
/proc/meminfo: memFree=30902544/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=49232 CPUtime=25.49 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 11633 0 0 0 2540 9 0 0 20 0 1 0 329460738 50413568 11554 33554432000 4194304 8989770 140734765436416 140734765435680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 12308 11554 472 1171 0 11085 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49232

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.71 3/177 1281
/proc/meminfo: memFree=30869760/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=65616 CPUtime=51.07 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 15749 0 0 0 5092 15 0 0 20 0 1 0 329460738 67190784 15650 33554432000 4194304 8989770 140734765436416 140734765435912 4209272 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 16404 15650 472 1171 0 15181 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65616

[startup+102.307 s]
/proc/loadavg: 2.07 2.02 1.73 3/177 1282
/proc/meminfo: memFree=30823424/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=87120 CPUtime=102.26 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 20912 0 0 0 10199 27 0 0 20 0 1 0 329460738 89210880 20812 33554432000 4194304 8989770 140734765436416 140734765435912 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 21780 20812 472 1171 0 20557 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 87120

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.75 3/177 1282
/proc/meminfo: memFree=30774524/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=112720 CPUtime=162.25 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 27526 0 0 0 16183 42 0 0 20 0 1 0 329460738 115425280 27426 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 28180 27426 472 1171 0 26957 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 112720

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.76 3/177 1282
/proc/meminfo: memFree=30724488/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=139344 CPUtime=222.22 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 34213 0 0 0 22167 55 0 0 20 0 1 0 329460738 142688256 34082 33554432000 4194304 8989770 140734765436416 140734765435680 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 34836 34082 472 1171 0 33613 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 139344

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 1285
/proc/meminfo: memFree=30688528/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=159824 CPUtime=282.21 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 39333 0 0 0 28151 70 0 0 20 0 1 0 329460738 163659776 39202 33554432000 4194304 8989770 140734765436416 140734765435680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 39956 39202 472 1171 0 38733 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 159824

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/177 1285
/proc/meminfo: memFree=30650296/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=184400 CPUtime=342.2 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 45477 0 0 0 34137 83 0 0 20 0 1 0 329460738 188825600 45346 33554432000 4194304 8989770 140734765436416 140734765435680 7723232 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 46100 45346 472 1171 0 44877 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 184400

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 1286
/proc/meminfo: memFree=30614816/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=204880 CPUtime=402.19 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 50603 0 0 0 40124 95 0 0 20 0 1 0 329460738 209797120 50466 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 51220 50466 472 1171 0 49997 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 204880

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 1.81 3/177 1286
/proc/meminfo: memFree=30584988/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=223312 CPUtime=462.16 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 55242 0 0 0 46110 106 0 0 20 0 1 0 329460738 228671488 55074 33554432000 4194304 8989770 140734765436416 140734765435680 4473876 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 55828 55074 472 1171 0 54605 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 223312

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.82 3/177 1286
/proc/meminfo: memFree=30554152/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=245840 CPUtime=522.14 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 60874 0 0 0 52099 115 0 0 20 0 1 0 329460738 251740160 60706 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 61460 60706 472 1171 0 60237 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 245840

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.83 3/177 1286
/proc/meminfo: memFree=30540516/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=260176 CPUtime=582.14 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 64241 0 0 0 58088 126 0 0 20 0 1 0 329460738 266420224 64073 33554432000 4194304 8989770 140734765436416 140734765435680 7697328 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 65044 64073 472 1171 0 63821 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 260176

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 1287
/proc/meminfo: memFree=30472316/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=327760 CPUtime=822.07 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 81386 0 0 0 82041 166 0 0 20 0 1 0 329460738 335626240 81186 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 81940 81186 472 1171 0 80717 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 327760

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 1290
/proc/meminfo: memFree=30457688/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=342096 CPUtime=882.07 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 84970 0 0 0 88030 177 0 0 20 0 1 0 329460738 350306304 84770 33554432000 4194304 8989770 140734765436416 140734765435680 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 85524 84770 472 1171 0 84301 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 342096

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 1290
/proc/meminfo: memFree=30443560/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=356432 CPUtime=942.06 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 88554 0 0 0 94021 185 0 0 20 0 1 0 329460738 364986368 88354 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 89108 88354 472 1171 0 87885 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 356432

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 1291
/proc/meminfo: memFree=30424588/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=368720 CPUtime=1002.05 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 91626 0 0 0 100010 195 0 0 20 0 1 0 329460738 377569280 91426 33554432000 4194304 8989770 140734765436416 140734765435912 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 92180 91426 472 1171 0 90957 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 368720

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 1291
/proc/meminfo: memFree=30405368/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=381008 CPUtime=1062.05 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 94698 0 0 0 106001 204 0 0 20 0 1 0 329460738 390152192 94498 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 95252 94498 472 1171 0 94029 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 381008

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 1291
/proc/meminfo: memFree=30384616/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=395344 CPUtime=1122.02 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 98307 0 0 0 111990 212 0 0 20 0 1 0 329460738 404832256 98082 33554432000 4194304 8989770 140734765436416 140734765435912 6592892 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 98836 98082 472 1171 0 97613 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 395344

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 1291
/proc/meminfo: memFree=30369904/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=411728 CPUtime=1182.01 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 102408 0 0 0 117981 220 0 0 20 0 1 0 329460738 421609472 102178 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 102932 102178 472 1171 0 101709 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 411728

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 1291
/proc/meminfo: memFree=30358744/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=421968 CPUtime=1242 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 104968 0 0 0 123973 227 0 0 20 0 1 0 329460738 432095232 104738 33554432000 4194304 8989770 140734765436416 140734765435912 7748472 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 105492 104738 472 1171 0 104269 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 421968

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 1292
/proc/meminfo: memFree=30344784/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=435280 CPUtime=1302 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 108296 0 0 0 129966 234 0 0 20 0 1 0 329460738 445726720 108066 33554432000 4194304 8989770 140734765436416 140734765435680 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 108820 108066 472 1171 0 107597 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 435280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 1292
/proc/meminfo: memFree=30332376/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=447568 CPUtime=1361.98 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 111368 0 0 0 135958 240 0 0 20 0 1 0 329460738 458309632 111138 33554432000 4194304 8989770 140734765436416 140734765435680 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 111892 111138 472 1171 0 110669 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 447568

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1292
/proc/meminfo: memFree=30318984/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=460880 CPUtime=1421.97 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 114696 0 0 0 141949 248 0 0 20 0 1 0 329460738 471941120 114466 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 115220 114466 472 1171 0 113997 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 460880

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 1295
/proc/meminfo: memFree=30304480/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=475216 CPUtime=1481.96 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 118280 0 0 0 147942 254 0 0 20 0 1 0 329460738 486621184 118050 33554432000 4194304 8989770 140734765436416 140734765435680 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 118804 118050 472 1171 0 117581 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 475216

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 1318
/proc/meminfo: memFree=30291512/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=487504 CPUtime=1541.94 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 121368 0 0 0 153933 261 0 0 20 0 1 0 329460738 499204096 121122 33554432000 4194304 8989770 140734765436416 140734765435680 4208870 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 121876 121122 472 1171 0 120653 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 487504

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1318
/proc/meminfo: memFree=30272108/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=499792 CPUtime=1601.93 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 124458 0 0 0 159926 267 0 0 20 0 1 0 329460738 511787008 124194 33554432000 4194304 8989770 140734765436416 140734765435680 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 124948 124194 472 1171 0 123725 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 499792

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/177 1319
/proc/meminfo: memFree=30261072/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=511056 CPUtime=1661.92 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 127274 0 0 0 165918 274 0 0 20 0 1 0 329460738 523321344 127010 33554432000 4194304 8989770 140734765436416 140734765435680 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 127764 127010 472 1171 0 126541 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 511056

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 1319
/proc/meminfo: memFree=30251648/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=520272 CPUtime=1721.91 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 129578 0 0 0 171909 282 0 0 20 0 1 0 329460738 532758528 129314 33554432000 4194304 8989770 140734765436416 140734765435912 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 130068 129314 472 1171 0 128845 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 520272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1319
/proc/meminfo: memFree=30242464/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=529488 CPUtime=1781.9 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 131733 0 0 0 177903 287 0 0 20 0 1 0 329460738 542195712 131469 33554432000 4194304 8989770 140734765436416 140734765435680 4426252 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 132372 131469 472 1171 0 131149 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 529488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1362
/proc/meminfo: memFree=30439292/32873648 swapFree=6860/6860
[pid=1280] ppid=1278 vsize=532560 CPUtime=1800 cores=1,3,5,7
/proc/1280/stat : 1280 (toysat) R 1278 1280 986 0 -1 4202496 132650 0 0 0 179711 289 0 0 20 0 1 0 329460738 545341440 132386 33554432000 4194304 8989770 140734765436416 140734765435680 7697332 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/1280/statm: 133140 132386 472 1171 0 131917 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 532560

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.02
CPU user time (s): 1797.12
CPU system time (s): 2.90256
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 532560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.12
system time used= 2.90256
maximum resident set size= 529544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132650
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= 188
involuntary context switches= 1857

runsolver used 2.37164 second user time and 10.6824 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-02 12:35:49
IDJOB=3725180
IDBENCH=2223
IDSOLVER=2308
FILE ID=node124/3725180-1338633349
RUNJOBID= node124-1338631508-1003
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:70: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-3725180-1338633349/watcher-3725180-1338633349 -o /tmp/evaluation-result-3725180-1338633349/solver-3725180-1338633349 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725180-1338633349.opb

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

MD5SUM BENCH= 8ebfb10d75940bc93d5e7784548911ff
RANDOM SEED=1533046589

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:        30969780 kB
Buffers:          128468 kB
Cached:           983116 kB
SwapCached:         8192 kB
Active:           262844 kB
Inactive:         878352 kB
Active(anon):      23592 kB
Inactive(anon):     8016 kB
Active(file):     239252 kB
Inactive(file):   870336 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091440 kB
Dirty:             15484 kB
Writeback:             0 kB
AnonPages:         27952 kB
Mapped:            10784 kB
Shmem:                 0 kB
Slab:             625604 kB
SReclaimable:      69284 kB
SUnreclaim:       556320 kB
KernelStack:        1464 kB
PageTables:         3720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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:51