Trace number 3724310

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 NameAnswerCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.6839
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.69/5.71	c 2012-06-02T12:05:27+0200
5.69/5.71	c arch = x86_64
5.69/5.71	c os = linux
5.69/5.71	c compiler = ghc 7.4
5.69/5.71	c packages:
5.69/5.71	c   OptDir-0.0.1
5.69/5.71	c   array-0.4.0.0
5.69/5.71	c   base-4.5.0.0
5.69/5.71	c   bytestring-0.9.2.1
5.69/5.71	c   containers-0.4.2.1
5.69/5.71	c   deepseq-1.3.0.0
5.69/5.71	c   mtl-2.1.1
5.69/5.71	c   old_locale-1.0.0.4
5.69/5.71	c   parse_dimacs-1.2
5.69/5.71	c   parsec-3.1.2
5.69/5.71	c   queue-0.1.2
5.69/5.71	c   stm-2.3
5.69/5.71	c   time-1.4
5.69/5.71	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724310-1338631527.opb"]
5.69/5.71	c #vars 84836
5.69/5.71	c #constraints 245062
5.69/5.71	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-3724310-1338631527/watcher-3724310-1338631527 -o /tmp/evaluation-result-3724310-1338631527/solver-3724310-1338631527 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724310-1338631527.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: 0.44 0.10 0.03 3/176 15934
/proc/meminfo: memFree=27756612/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 777 0 0 0 0 0 0 0 20 0 1 0 329278812 6373376 696 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 1556 696 429 1171 0 333 0

[startup+0.102118 s]
/proc/loadavg: 0.44 0.10 0.03 3/176 15934
/proc/meminfo: memFree=27756612/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=12368 CPUtime=0.09 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 2300 0 0 0 9 0 0 0 20 0 1 0 329278812 12664832 2219 33554432000 4194304 8989770 140737454886800 140737454886296 4209325 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 3092 2220 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.200338 s]
/proc/loadavg: 0.44 0.10 0.03 3/176 15934
/proc/meminfo: memFree=27756612/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=17488 CPUtime=0.18 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 3650 0 0 0 18 0 0 0 20 0 1 0 329278812 17907712 3569 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 4372 3569 431 1171 0 3149 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 17488

[startup+0.300352 s]
/proc/loadavg: 0.44 0.10 0.03 3/176 15934
/proc/meminfo: memFree=27756612/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=26704 CPUtime=0.29 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 5887 0 0 0 28 1 0 0 20 0 1 0 329278812 27344896 5806 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 6676 5806 431 1171 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26704

[startup+0.700307 s]
/proc/loadavg: 0.44 0.10 0.03 3/176 15934
/proc/meminfo: memFree=27756612/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=44112 CPUtime=0.69 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 10306 0 0 0 67 2 0 0 20 0 1 0 329278812 45170688 10225 33554432000 4194304 8989770 140737454886800 140737454886296 4209168 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 11028 10225 431 1171 0 9805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44112

[startup+1.5003 s]
/proc/loadavg: 0.57 0.13 0.04 3/177 15935
/proc/meminfo: memFree=27686668/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=98384 CPUtime=1.48 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 23874 0 0 0 142 6 0 0 20 0 1 0 329278812 100745216 23793 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 24596 23793 431 1171 0 23373 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 98384

[startup+3.1003 s]
/proc/loadavg: 0.57 0.13 0.04 3/177 15935
/proc/meminfo: memFree=27630728/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=173136 CPUtime=3.09 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 42562 0 0 0 298 11 0 0 20 0 1 0 329278812 177291264 42481 33554432000 4194304 8989770 140737454886800 140737454886296 4208870 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 43284 42481 431 1171 0 42061 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 173136

[startup+6.30031 s]
/proc/loadavg: 0.68 0.16 0.05 3/177 15935
/proc/meminfo: memFree=27431708/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=328784 CPUtime=6.29 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 81508 0 0 0 610 19 0 0 20 0 1 0 329278812 336674816 81427 33554432000 4194304 8989770 140737454886800 140737454869896 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 82196 81427 459 1171 0 80973 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 328784

[startup+12.7003 s]
/proc/loadavg: 0.79 0.19 0.06 3/177 15935
/proc/meminfo: memFree=27384604/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=374864 CPUtime=12.69 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 93031 0 0 0 1247 22 0 0 20 0 1 0 329278812 383860736 92947 33554432000 4194304 8989770 140737454886800 140737454886296 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 93716 92947 459 1171 0 92493 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 374864

[startup+25.5004 s]
/proc/loadavg: 0.97 0.25 0.08 3/177 15935
/proc/meminfo: memFree=27377644/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=382032 CPUtime=25.48 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 94827 0 0 0 2522 26 0 0 20 0 1 0 329278812 391200768 94739 33554432000 4194304 8989770 140737454886800 140737454886296 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 95508 94739 459 1171 0 94285 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 382032

[startup+51.1004 s]
/proc/loadavg: 1.38 0.41 0.14 3/177 15935
/proc/meminfo: memFree=27366452/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=392272 CPUtime=51.07 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 97387 0 0 0 5075 32 0 0 20 0 1 0 329278812 401686528 97299 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 98068 97299 459 1171 0 96845 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 392272

[startup+102.3 s]
/proc/loadavg: 1.73 0.66 0.24 3/177 15935
/proc/meminfo: memFree=27362636/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=394320 CPUtime=102.26 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 97915 0 0 0 10187 39 0 0 20 0 1 0 329278812 403783680 97811 33554432000 4194304 8989770 140737454886800 140737454886296 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 98580 97811 459 1171 0 97357 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 394320

[startup+162.3 s]
/proc/loadavg: 1.90 0.90 0.34 3/177 15935
/proc/meminfo: memFree=27336748/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=418896 CPUtime=162.24 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 104059 0 0 0 16173 51 0 0 20 0 1 0 329278812 428949504 103955 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 104724 103955 459 1171 0 103501 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 418896

[startup+222.307 s]
/proc/loadavg: 2.01 1.11 0.45 3/177 15935
/proc/meminfo: memFree=27319540/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=436304 CPUtime=222.24 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 108426 0 0 0 22157 67 0 0 20 0 1 0 329278812 446775296 108307 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 109076 108307 459 1171 0 107853 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 436304

[startup+282.3 s]
/proc/loadavg: 2.00 1.27 0.54 3/178 15939
/proc/meminfo: memFree=27305168/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=450640 CPUtime=282.21 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 112022 0 0 0 28143 78 0 0 20 0 1 0 329278812 461455360 111891 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 112660 111891 459 1171 0 111437 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 450640

[startup+342.3 s]
/proc/loadavg: 2.00 1.40 0.63 3/177 15939
/proc/meminfo: memFree=27288712/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=466000 CPUtime=342.2 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 115862 0 0 0 34131 89 0 0 20 0 1 0 329278812 477184000 115731 33554432000 4194304 8989770 140737454886800 140737454886064 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 116500 115731 459 1171 0 115277 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 466000

[startup+402.3 s]
/proc/loadavg: 2.00 1.51 0.72 3/177 15939
/proc/meminfo: memFree=27282140/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=472144 CPUtime=402.19 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 117398 0 0 0 40114 105 0 0 20 0 1 0 329278812 483475456 117267 33554432000 4194304 8989770 140737454886800 140737454886296 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 118036 117267 459 1171 0 116813 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 472144

[startup+462.3 s]
/proc/loadavg: 2.07 1.61 0.80 3/177 15939
/proc/meminfo: memFree=27265648/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=488528 CPUtime=462.18 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 121494 0 0 0 46099 119 0 0 20 0 1 0 329278812 500252672 121363 33554432000 4194304 8989770 140737454886800 140737454886296 6587893 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 122132 121363 459 1171 0 120909 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 488528

[startup+522.3 s]
/proc/loadavg: 2.02 1.68 0.87 3/177 15939
/proc/meminfo: memFree=27249280/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=504912 CPUtime=522.18 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 125590 0 0 0 52085 133 0 0 20 0 1 0 329278812 517029888 125459 33554432000 4194304 8989770 140737454886800 140737454886296 6587972 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 126228 125459 459 1171 0 125005 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 504912

[startup+582.3 s]
/proc/loadavg: 2.01 1.74 0.94 3/177 15940
/proc/meminfo: memFree=27233496/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=520272 CPUtime=582.16 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 129436 0 0 0 58075 141 0 0 20 0 1 0 329278812 532758528 129299 33554432000 4194304 8989770 140737454886800 140737454884736 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 130068 129299 459 1171 0 128845 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 520272

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.00 1.90 1.22 3/178 15944
/proc/meminfo: memFree=27174672/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=579664 CPUtime=882.12 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 144287 0 0 0 88027 185 0 0 20 0 1 0 329278812 593575936 144147 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 144916 144147 459 1171 0 143693 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 579664

[startup+942.3 s]
/proc/loadavg: 2.11 1.95 1.28 3/177 15944
/proc/meminfo: memFree=27167364/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=586832 CPUtime=942.1 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 146080 0 0 0 94017 193 0 0 20 0 1 0 329278812 600915968 145939 33554432000 4194304 8989770 140737454886800 140737454886064 4451632 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 146708 145939 459 1171 0 145485 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 586832

[startup+1002.3 s]
/proc/loadavg: 2.04 1.95 1.32 3/177 15944
/proc/meminfo: memFree=27150544/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=603216 CPUtime=1002.09 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 150183 0 0 0 100005 204 0 0 20 0 1 0 329278812 617693184 150035 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 150804 150035 459 1171 0 149581 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 603216

[startup+1062.3 s]
/proc/loadavg: 2.01 1.96 1.36 3/177 15944
/proc/meminfo: memFree=27135664/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=618576 CPUtime=1062.08 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 154023 0 0 0 105993 215 0 0 20 0 1 0 329278812 633421824 153875 33554432000 4194304 8989770 140737454886800 140737454886296 4213380 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 154644 153875 459 1171 0 153421 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 618576

[startup+1122.3 s]
/proc/loadavg: 2.00 1.96 1.40 3/177 15944
/proc/meminfo: memFree=27127604/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=626768 CPUtime=1122.07 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 156071 0 0 0 111985 222 0 0 20 0 1 0 329278812 641810432 155923 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 156692 155923 459 1171 0 155469 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 626768

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.43 3/177 15945
/proc/meminfo: memFree=27113220/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=641104 CPUtime=1182.06 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 159655 0 0 0 117973 233 0 0 20 0 1 0 329278812 656490496 159507 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 160276 159507 459 1171 0 159053 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 641104

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.47 3/177 15946
/proc/meminfo: memFree=27091272/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=663632 CPUtime=1242.05 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 165287 0 0 0 123963 242 0 0 20 0 1 0 329278812 679559168 165139 33554432000 4194304 8989770 140737454886800 140737454886296 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 165908 165139 459 1171 0 164685 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 663632

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.50 3/177 15947
/proc/meminfo: memFree=27069572/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=684112 CPUtime=1302.04 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 170407 0 0 0 129950 254 0 0 20 0 1 0 329278812 700530688 170259 33554432000 4194304 8989770 140737454886800 140737454886064 4553447 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 171028 170259 459 1171 0 169805 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 684112

[startup+1362.3 s]
/proc/loadavg: 2.09 2.00 1.54 3/177 15947
/proc/meminfo: memFree=27057284/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=696400 CPUtime=1362.03 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 173480 0 0 0 135940 263 0 0 20 0 1 0 329278812 713113600 173331 33554432000 4194304 8989770 140737454886800 140737454884736 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 174100 173331 459 1171 0 172877 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 696400

[startup+1422.3 s]
/proc/loadavg: 2.03 2.00 1.56 3/177 15947
/proc/meminfo: memFree=27039208/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=713808 CPUtime=1422.03 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 177837 0 0 0 141931 272 0 0 20 0 1 0 329278812 730939392 177683 33554432000 4194304 8989770 140737454886800 140737454886296 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 178452 177683 459 1171 0 177229 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 713808

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 1.59 3/177 15950
/proc/meminfo: memFree=27032532/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=717904 CPUtime=1482.01 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 178862 0 0 0 147922 279 0 0 20 0 1 0 329278812 735133696 178707 33554432000 4194304 8989770 140737454886800 140737454886296 4209309 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 179476 178707 459 1171 0 178253 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 717904

[startup+1542.31 s]
/proc/loadavg: 2.15 2.04 1.62 3/177 15951
/proc/meminfo: memFree=27022948/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=729168 CPUtime=1542 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 181678 0 0 0 153914 286 0 0 20 0 1 0 329278812 746668032 181523 33554432000 4194304 8989770 140737454886800 140737454884800 4437715 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 182292 181523 459 1171 0 181069 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 729168

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 1.65 3/177 15951
/proc/meminfo: memFree=27012780/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=739408 CPUtime=1602 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 184238 0 0 0 159906 294 0 0 20 0 1 0 329278812 757153792 184083 33554432000 4194304 8989770 140737454886800 140737454886296 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 184852 184083 459 1171 0 183629 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 739408

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 1.66 3/177 15951
/proc/meminfo: memFree=27010052/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=743504 CPUtime=1661.98 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 185262 0 0 0 165897 301 0 0 20 0 1 0 329278812 761348096 185107 33554432000 4194304 8989770 140737454886800 140737454886064 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 185876 185107 459 1171 0 184653 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 743504

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.68 3/177 15951
/proc/meminfo: memFree=27002116/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=751696 CPUtime=1721.97 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 187310 0 0 0 171889 308 0 0 20 0 1 0 329278812 769736704 187155 33554432000 4194304 8989770 140737454886800 140737454886296 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 187924 187155 459 1171 0 186701 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 751696

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 1.70 2/175 15952
/proc/meminfo: memFree=27010116/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=755792 CPUtime=1781.97 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 188334 0 0 0 177882 315 0 0 20 0 1 0 329278812 773931008 188179 33554432000 4194304 8989770 140737454886800 140737454886064 6587816 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 188948 188179 459 1171 0 187725 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 755792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.03 1.71 3/177 15991
/proc/meminfo: memFree=26930756/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=755792 CPUtime=1800.07 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 188334 0 0 0 179690 317 0 0 20 0 1 0 329278812 773931008 188179 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 188948 188179 459 1171 0 187725 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 755792

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

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.03 1.71 3/177 15991
/proc/meminfo: memFree=26930756/32873844 swapFree=7372/7372
[pid=15934] ppid=15932 vsize=755792 CPUtime=1800.07 cores=1,3,5,7
/proc/15934/stat : 15934 (toysat) R 15932 15934 15814 0 -1 4202496 188334 0 0 0 179690 317 0 0 20 0 1 0 329278812 773931008 188179 33554432000 4194304 8989770 140737454886800 140737454886296 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15934/statm: 188948 188179 459 1171 0 187725 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 755792

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1796.9
CPU system time (s): 3.18052
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 755792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.9
system time used= 3.18052
maximum resident set size= 752716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188334
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= 77
involuntary context switches= 1848

runsolver used 3.57246 second user time and 9.58254 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-02 12:05:27
IDJOB=3724310
IDBENCH=1465
IDSOLVER=2308
FILE ID=node118/3724310-1338631527
RUNJOBID= node118-1338631506-15831
PBS_JOBID= 14636462
Free space on /tmp= 70980 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724310-1338631527/watcher-3724310-1338631527 -o /tmp/evaluation-result-3724310-1338631527/solver-3724310-1338631527 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724310-1338631527.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=879417583

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27757364 kB
Buffers:          470812 kB
Cached:          3762820 kB
SwapCached:            0 kB
Active:          1294492 kB
Inactive:        2957564 kB
Active(anon):       8564 kB
Inactive(anon):    11340 kB
Active(file):    1285928 kB
Inactive(file):  2946224 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23340 kB
Writeback:             0 kB
AnonPages:         26740 kB
Mapped:            13488 kB
Shmem:               200 kB
Slab:             722832 kB
SReclaimable:     163812 kB
SUnreclaim:       559020 kB
KernelStack:        1432 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70972 MiB
End job on node118 at 2012-06-02 12:35:30