Trace number 3706804

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-05-17? (TO) 1800.08 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.48/2.53	c 2012-05-27T13:08:17+0200
2.48/2.53	c arch = x86_64
2.48/2.53	c os = linux
2.48/2.53	c compiler = ghc 7.4
2.48/2.53	c packages:
2.48/2.53	c   OptDir-0.0.1
2.48/2.53	c   array-0.4.0.0
2.48/2.53	c   base-4.5.0.0
2.48/2.53	c   bytestring-0.9.2.1
2.48/2.53	c   containers-0.4.2.1
2.48/2.53	c   deepseq-1.3.0.0
2.48/2.53	c   mtl-2.1.1
2.48/2.53	c   old_locale-1.0.0.4
2.48/2.53	c   parse_dimacs-1.2
2.48/2.53	c   parsec-3.1.2
2.48/2.53	c   queue-0.1.2
2.48/2.53	c   stm-2.3
2.48/2.53	c   time-1.4
2.48/2.53	c command line = ["--pb","HOME/instance-3706804-1338116897.opb"]
2.48/2.53	c #vars 4617
2.48/2.53	c #constraints 5280
2.48/2.53	c Solving starts ...
2.48/2.55	c solving time = 0.019s
2.48/2.55	c #decision = 2620
2.48/2.55	c #conflict = 0
2.48/2.55	c #restart = 0
2.48/2.55	o 59
2.48/2.57	c Solving starts ...
558.96/559.11	c learnt constraints deletion: 9721 -> 4861
1126.36/1126.69	c learnt constraints deletion: 10493 -> 5247
1607.09/1607.40	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-3706804-1338116897/watcher-3706804-1338116897 -o /tmp/evaluation-result-3706804-1338116897/solver-3706804-1338116897 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706804-1338116897.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: 1.00 1.00 1.11 3/175 13769
/proc/meminfo: memFree=29470092/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 811 0 0 0 0 0 0 0 20 0 1 0 277814812 6356992 732 33554432000 4194304 8973514 140734982314144 140735674208456 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 1552 732 412 1167 0 333 0

[startup+0.0830741 s]
/proc/loadavg: 1.00 1.00 1.11 3/175 13769
/proc/meminfo: memFree=29470092/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=12352 CPUtime=0.07 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 2133 0 0 0 7 0 0 0 20 0 1 0 277814812 12648448 2054 33554432000 4194304 8973514 140734982314144 140735674208456 5775496 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 3088 2054 417 1167 0 1869 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12352

[startup+0.100243 s]
/proc/loadavg: 1.00 1.00 1.11 3/175 13769
/proc/meminfo: memFree=29470092/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=12352 CPUtime=0.09 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 2204 0 0 0 9 0 0 0 20 0 1 0 277814812 12648448 2125 33554432000 4194304 8973514 140734982314144 140735674208456 4209439 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 3088 2125 417 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.30022 s]
/proc/loadavg: 1.00 1.00 1.11 3/175 13769
/proc/meminfo: memFree=29470092/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=16448 CPUtime=0.28 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 3395 0 0 0 28 0 0 0 20 0 1 0 277814812 16842752 3316 33554432000 4194304 8973514 140734982314144 140735674208456 4481432 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 4112 3316 428 1167 0 2893 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16448

[startup+0.700186 s]
/proc/loadavg: 1.00 1.00 1.11 3/175 13769
/proc/meminfo: memFree=29470092/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=16448 CPUtime=0.68 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 3395 0 0 0 68 0 0 0 20 0 1 0 277814812 16842752 3316 33554432000 4194304 8973514 140734982314144 140734982313640 4481500 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 4112 3316 428 1167 0 2893 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16448

[startup+1.50018 s]
/proc/loadavg: 1.00 1.00 1.11 4/177 13771
/proc/meminfo: memFree=29454328/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=18496 CPUtime=1.49 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 3709 0 0 0 148 1 0 0 20 0 1 0 277814812 18939904 3630 33554432000 4194304 8973514 140734982314144 140734982313640 4259145 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 4624 3630 428 1167 0 3405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18496

[startup+3.10023 s]
/proc/loadavg: 1.00 1.00 1.11 4/177 13771
/proc/meminfo: memFree=29450476/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=22592 CPUtime=3.09 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 4960 0 0 0 307 2 0 0 20 0 1 0 277814812 23134208 4881 33554432000 4194304 8973514 140734982314144 140734982313640 7732777 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 5648 4881 457 1167 0 4429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22592

[startup+6.30024 s]
/proc/loadavg: 1.08 1.02 1.12 4/177 13771
/proc/meminfo: memFree=29442912/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=25664 CPUtime=6.28 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 5729 0 0 0 625 3 0 0 20 0 1 0 277814812 26279936 5650 33554432000 4194304 8973514 140734982314144 140734982313408 7667357 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 6416 5650 457 1167 0 5197 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25664

[startup+12.7002 s]
/proc/loadavg: 1.15 1.03 1.12 4/177 13771
/proc/meminfo: memFree=29434868/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=31808 CPUtime=12.67 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 7095 0 0 0 1262 5 0 0 20 0 1 0 277814812 32571392 7008 33554432000 4194304 8973514 140734982314144 140734982313640 6576165 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 7952 7008 457 1167 0 6733 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31808

[startup+25.5002 s]
/proc/loadavg: 1.34 1.08 1.13 4/177 13771
/proc/meminfo: memFree=29424392/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=41024 CPUtime=25.47 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 9582 0 0 0 2539 8 0 0 20 0 1 0 277814812 42008576 9490 33554432000 4194304 8973514 140734982314144 140734982313640 6817600 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 10256 9490 457 1167 0 9037 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41024

[startup+51.1002 s]
/proc/loadavg: 1.68 1.18 1.17 4/177 13771
/proc/meminfo: memFree=29407072/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=58432 CPUtime=51.06 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 13828 0 0 0 5090 16 0 0 20 0 1 0 277814812 59834368 13726 33554432000 4194304 8973514 140734982314144 140734982313640 4209328 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 14608 13726 457 1167 0 13389 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 58432

[startup+102.307 s]
/proc/loadavg: 1.86 1.31 1.21 4/177 13771
/proc/meminfo: memFree=29380084/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=84032 CPUtime=102.26 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 20352 0 0 0 10195 31 0 0 20 0 1 0 277814812 86048768 20242 33554432000 4194304 8973514 140734982314144 140734982313640 6842680 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 21008 20242 457 1167 0 19789 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84032

[startup+162.3 s]
/proc/loadavg: 1.95 1.43 1.25 4/178 13775
/proc/meminfo: memFree=29357868/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=105536 CPUtime=162.24 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 25494 0 0 0 16178 46 0 0 20 0 1 0 277814812 108068864 25379 33554432000 4194304 8973514 140734982314144 140734982313408 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 26384 25379 457 1167 0 25165 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 105536

[startup+222.3 s]
/proc/loadavg: 1.98 1.53 1.30 4/177 13775
/proc/meminfo: memFree=29335532/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=126016 CPUtime=222.22 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 30864 0 0 0 22163 59 0 0 20 0 1 0 277814812 129040384 30738 33554432000 4194304 8973514 140734982314144 140734982313640 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 31504 30738 457 1167 0 30285 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 126016

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.34 4/177 13775
/proc/meminfo: memFree=29317772/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=143424 CPUtime=282.21 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 35228 0 0 0 28148 73 0 0 20 0 1 0 277814812 146866176 35090 33554432000 4194304 8973514 140734982314144 140734982313408 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 35856 35090 457 1167 0 34637 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 143424

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.38 4/177 13775
/proc/meminfo: memFree=29305496/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=157760 CPUtime=342.2 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 38561 0 0 0 34137 83 0 0 20 0 1 0 277814812 161546240 38423 33554432000 4194304 8973514 140734982314144 140734982313408 4415308 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 39440 38423 457 1167 0 38221 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 157760

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.41 4/177 13775
/proc/meminfo: memFree=29293072/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=170048 CPUtime=402.18 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 41744 0 0 0 40124 94 0 0 20 0 1 0 277814812 174129152 41696 33554432000 4194304 8973514 140734982314144 140734982313408 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 42512 41696 457 1167 0 41293 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 170048

[startup+462.3 s]
/proc/loadavg: 1.99 1.78 1.45 4/177 13776
/proc/meminfo: memFree=29278744/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=181312 CPUtime=462.17 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 44612 0 0 0 46113 104 0 0 20 0 1 0 277814812 185663488 44562 33554432000 4194304 8973514 140734982314144 140734982313408 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 45328 44562 457 1167 0 44109 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 181312

[startup+522.3 s]
/proc/loadavg: 2.14 1.85 1.49 4/177 13776
/proc/meminfo: memFree=29269244/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=192576 CPUtime=522.16 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 47295 0 0 0 52100 116 0 0 20 0 1 0 277814812 197197824 47239 33554432000 4194304 8973514 140734982314144 140734982313408 6564809 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 48144 47239 457 1167 0 46925 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 192576

[startup+582.3 s]
/proc/loadavg: 2.05 1.88 1.52 4/177 13776
/proc/meminfo: memFree=29262052/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=197696 CPUtime=582.15 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 48715 0 0 0 58088 127 0 0 20 0 1 0 277814812 202440704 48659 33554432000 4194304 8973514 140734982314144 140734982313408 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13769/statm: 49424 48659 458 1167 0 48205 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 197696

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.03 1.96 1.63 4/177 13780
/proc/meminfo: memFree=29261908/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=197696 CPUtime=822.11 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 48722 0 0 0 82041 170 0 0 20 0 1 0 277814812 202440704 48659 33554432000 4194304 8973514 140734982314144 140734982313408 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 49424 48659 458 1167 0 48205 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 197696

[startup+882.3 s]
/proc/loadavg: 2.08 1.98 1.65 4/177 13780
/proc/meminfo: memFree=29261532/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=197696 CPUtime=882.11 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 48722 0 0 0 88031 180 0 0 20 0 1 0 277814812 202440704 48659 33554432000 4194304 8973514 140734982314144 140734982313408 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 49424 48659 458 1167 0 48205 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 197696

[startup+942.3 s]
/proc/loadavg: 2.08 2.00 1.68 4/177 13780
/proc/meminfo: memFree=29261408/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=197696 CPUtime=942.1 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 48722 0 0 0 94021 189 0 0 20 0 1 0 277814812 202440704 48659 33554432000 4194304 8973514 140734982314144 140734982313408 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 49424 48659 458 1167 0 48205 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 197696

[startup+1002.3 s]
/proc/loadavg: 2.12 2.03 1.70 4/177 13780
/proc/meminfo: memFree=29260660/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=198720 CPUtime=1002.09 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 48797 0 0 0 100012 197 0 0 20 0 1 0 277814812 203489280 48734 33554432000 4194304 8973514 140734982314144 140734982313640 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 49680 48734 458 1167 0 48461 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 198720

[startup+1062.3 s]
/proc/loadavg: 2.10 2.03 1.73 4/177 13781
/proc/meminfo: memFree=29253220/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=205888 CPUtime=1062.08 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 50770 0 0 0 106003 205 0 0 20 0 1 0 277814812 210829312 50707 33554432000 4194304 8973514 140734982314144 140734982313408 4208857 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 51472 50707 458 1167 0 50253 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 205888

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 1.74 4/177 13781
/proc/meminfo: memFree=29242292/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=216128 CPUtime=1122.06 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 53089 0 0 0 111991 215 0 0 20 0 1 0 277814812 221315072 53021 33554432000 4194304 8973514 140734982314144 140734982313408 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 54032 53021 458 1167 0 52813 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 216128

[startup+1182.3 s]
/proc/loadavg: 2.13 2.05 1.76 4/177 13781
/proc/meminfo: memFree=29244340/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=216128 CPUtime=1182.05 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 53101 0 0 0 117979 226 0 0 20 0 1 0 277814812 221315072 53033 33554432000 4194304 8973514 140734982314144 140734982313408 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 54032 53033 458 1167 0 52813 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 216128

[startup+1242.3 s]
/proc/loadavg: 2.11 2.05 1.78 4/177 13781
/proc/meminfo: memFree=29243648/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=216128 CPUtime=1242.05 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 53103 0 0 0 123970 235 0 0 20 0 1 0 277814812 221315072 53033 33554432000 4194304 8973514 140734982314144 140734982313640 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 54032 53033 458 1167 0 52813 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 216128

[startup+1302.3 s]
/proc/loadavg: 2.04 2.04 1.79 4/177 13781
/proc/meminfo: memFree=29243524/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=216128 CPUtime=1302.05 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 53103 0 0 0 129957 248 0 0 20 0 1 0 277814812 221315072 53033 33554432000 4194304 8973514 140734982314144 140734982313408 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 54032 53033 458 1167 0 52813 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 216128

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 1.80 4/178 13785
/proc/meminfo: memFree=29243636/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=216128 CPUtime=1362.03 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 53103 0 0 0 135944 259 0 0 20 0 1 0 277814812 221315072 53033 33554432000 4194304 8973514 140734982314144 140734982313408 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 54032 53033 458 1167 0 52813 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 216128

[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 1.82 4/177 13785
/proc/meminfo: memFree=29243644/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=216128 CPUtime=1422.02 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 53103 0 0 0 141935 267 0 0 20 0 1 0 277814812 221315072 53033 33554432000 4194304 8973514 140734982314144 140734982313408 4204350 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 54032 53033 458 1167 0 52813 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 216128

[startup+1482.3 s]
/proc/loadavg: 2.17 2.07 1.84 4/177 13785
/proc/meminfo: memFree=29243024/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=216128 CPUtime=1482.01 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 53103 0 0 0 147924 277 0 0 20 0 1 0 277814812 221315072 53033 33554432000 4194304 8973514 140734982314144 140734982313640 4208818 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 54032 53033 458 1167 0 52813 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 216128

[startup+1542.3 s]
/proc/loadavg: 2.18 2.09 1.86 4/177 13785
/proc/meminfo: memFree=29243636/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=216128 CPUtime=1542 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 53103 0 0 0 153914 286 0 0 20 0 1 0 277814812 221315072 53033 33554432000 4194304 8973514 140734982314144 140734982313408 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 54032 53033 458 1167 0 52813 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 216128

[startup+1602.3 s]
/proc/loadavg: 2.06 2.07 1.86 4/177 13785
/proc/meminfo: memFree=29238616/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=220224 CPUtime=1602 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 54280 0 0 0 159904 296 0 0 20 0 1 0 277814812 225509376 54210 33554432000 4194304 8973514 140734982314144 140734982313408 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 55056 54210 458 1167 0 53837 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 220224

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 1.87 4/178 13787
/proc/meminfo: memFree=29235124/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=223296 CPUtime=1661.98 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 55130 0 0 0 165892 306 0 0 20 0 1 0 277814812 228655104 55059 33554432000 4194304 8973514 140734982314144 140734982313408 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 55824 55059 458 1167 0 54605 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 223296

[startup+1722.3 s]
/proc/loadavg: 2.04 2.06 1.88 4/177 13787
/proc/meminfo: memFree=29235008/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=223296 CPUtime=1721.97 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 55130 0 0 0 171883 314 0 0 20 0 1 0 277814812 228655104 55059 33554432000 4194304 8973514 140734982314144 140734982313408 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 55824 55059 458 1167 0 54605 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 223296

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 1.89 4/177 13787
/proc/meminfo: memFree=29234380/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=223296 CPUtime=1781.97 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 55130 0 0 0 177874 323 0 0 20 0 1 0 277814812 228655104 55059 33554432000 4194304 8973514 140734982314144 140734982313640 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 55824 55059 458 1167 0 54605 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 223296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.11 2.07 1.90 2/176 13788
/proc/meminfo: memFree=29247528/32873844 swapFree=7116/7116
[pid=13769] ppid=13767 vsize=223296 CPUtime=1800.06 cores=0,2,4,6
/proc/13769/stat : 13769 (toysat) R 13767 13769 11506 0 -1 4202496 55130 0 0 0 179682 324 0 0 20 0 1 0 277814812 228655104 55059 33554432000 4194304 8973514 140734982314144 140734982313408 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13769/statm: 55824 55059 458 1167 0 54605 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 223296

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.08
CPU user time (s): 1796.83
CPU system time (s): 3.2505
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 223296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.83
system time used= 3.2505
maximum resident set size= 220236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55130
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= 96
involuntary context switches= 2085

runsolver used 3.2705 second user time and 9.16361 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 13:08:17
IDJOB=3706804
IDBENCH=2221
IDSOLVER=2285
FILE ID=node138/3706804-1338116897
RUNJOBID= node138-1338116897-13742
PBS_JOBID= 14624454
Free space on /tmp= 71536 MiB

SOLVER NAME= toysat 2012-05-17
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 --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706804-1338116897/watcher-3706804-1338116897 -o /tmp/evaluation-result-3706804-1338116897/solver-3706804-1338116897 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706804-1338116897.opb

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

MD5SUM BENCH= 18cfc7903c565bab689cc8ffed68f1fd
RANDOM SEED=1206418825

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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.92
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.347
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:        29471264 kB
Buffers:          335852 kB
Cached:          2221720 kB
SwapCached:          212 kB
Active:           769036 kB
Inactive:        1798908 kB
Active(anon):       2196 kB
Inactive(anon):    11368 kB
Active(file):     766840 kB
Inactive(file):  1787540 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             14756 kB
Writeback:            36 kB
AnonPages:         17844 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             694068 kB
SReclaimable:     136368 kB
SUnreclaim:       557700 kB
KernelStack:        1376 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105300 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= 71532 MiB
End job on node138 at 2012-05-27 13:38:20