Trace number 3705932

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-05-17? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
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 benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.48/10.58	c 2012-05-27T11:18:14+0200
10.48/10.58	c arch = x86_64
10.48/10.58	c os = linux
10.48/10.58	c compiler = ghc 7.4
10.48/10.58	c packages:
10.48/10.58	c   OptDir-0.0.1
10.48/10.58	c   array-0.4.0.0
10.48/10.58	c   base-4.5.0.0
10.48/10.58	c   bytestring-0.9.2.1
10.48/10.58	c   containers-0.4.2.1
10.48/10.58	c   deepseq-1.3.0.0
10.48/10.58	c   mtl-2.1.1
10.48/10.58	c   old_locale-1.0.0.4
10.48/10.58	c   parse_dimacs-1.2
10.48/10.58	c   parsec-3.1.2
10.48/10.58	c   queue-0.1.2
10.48/10.58	c   stm-2.3
10.48/10.58	c   time-1.4
10.48/10.58	c command line = ["--pb","HOME/instance-3705932-1338110293.opb"]
10.48/10.58	c #vars 168111
10.48/10.58	c #constraints 487525
10.48/10.58	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-3705932-1338110293/watcher-3705932-1338110293 -o /tmp/evaluation-result-3705932-1338110293/solver-3705932-1338110293 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3705932-1338110293.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.01 1.41 1.75 2/176 11324
/proc/meminfo: memFree=28856184/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=7232 CPUtime=0 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 830 0 0 0 0 0 0 0 20 0 1 0 277155354 7405568 751 33554432000 4194304 8973514 140734937275248 140734020504872 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/11324/statm: 1808 751 417 1167 0 589 0

[startup+0.087939 s]
/proc/loadavg: 1.01 1.41 1.75 2/176 11324
/proc/meminfo: memFree=28856184/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=12352 CPUtime=0.08 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 2113 0 0 0 8 0 0 0 20 0 1 0 277155354 12648448 2034 33554432000 4194304 8973514 140734937275248 140734020504872 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/11324/statm: 3088 2034 418 1167 0 1869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12352

[startup+0.100254 s]
/proc/loadavg: 1.01 1.41 1.75 2/176 11324
/proc/meminfo: memFree=28856184/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=12352 CPUtime=0.09 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 2113 0 0 0 9 0 0 0 20 0 1 0 277155354 12648448 2034 33554432000 4194304 8973514 140734937275248 140734020504872 7726791 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/11324/statm: 3088 2034 418 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300232 s]
/proc/loadavg: 1.01 1.41 1.75 2/176 11324
/proc/meminfo: memFree=28856184/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=24640 CPUtime=0.29 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 5427 0 0 0 28 1 0 0 20 0 1 0 277155354 25231360 5348 33554432000 4194304 8973514 140734937275248 140734937274512 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/11324/statm: 6160 5348 418 1167 0 4941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24640

[startup+0.700235 s]
/proc/loadavg: 1.01 1.41 1.75 2/176 11324
/proc/meminfo: memFree=28856184/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=52288 CPUtime=0.69 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 12339 0 0 0 67 2 0 0 20 0 1 0 277155354 53542912 12260 33554432000 4194304 8973514 140734937275248 140734937274512 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/11324/statm: 13072 12260 418 1167 0 11853 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52288

[startup+1.50022 s]
/proc/loadavg: 1.09 1.42 1.75 3/177 11325
/proc/meminfo: memFree=28760052/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=90176 CPUtime=1.49 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 21811 0 0 0 146 3 0 0 20 0 1 0 277155354 92340224 21732 33554432000 4194304 8973514 140734937275248 140734937274744 4209429 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/11324/statm: 22544 21732 418 1167 0 21325 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90176

[startup+3.10018 s]
/proc/loadavg: 1.09 1.42 1.75 3/177 11325
/proc/meminfo: memFree=28704252/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=211008 CPUtime=3.09 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 52019 0 0 0 300 9 0 0 20 0 1 0 277155354 216072192 51940 33554432000 4194304 8973514 140734937275248 140734937274744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 52752 51940 418 1167 0 51533 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 211008

[startup+6.30023 s]
/proc/loadavg: 1.16 1.43 1.75 3/177 11325
/proc/meminfo: memFree=28449320/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=374848 CPUtime=6.29 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 92979 0 0 0 610 19 0 0 20 0 1 0 277155354 383844352 92900 33554432000 4194304 8973514 140734937275248 140734937274744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 93712 92900 418 1167 0 92493 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 374848

[startup+12.7003 s]
/proc/loadavg: 1.23 1.44 1.75 3/177 11325
/proc/meminfo: memFree=28111700/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=708672 CPUtime=12.69 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 176467 0 0 0 1238 31 0 0 20 0 1 0 277155354 725680128 176388 33554432000 4194304 8973514 140734937275248 140734937274744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 177168 176388 444 1167 0 175949 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 708672

[startup+25.5002 s]
/proc/loadavg: 1.35 1.46 1.75 3/177 11325
/proc/meminfo: memFree=28084832/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=730176 CPUtime=25.49 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 181843 0 0 0 2514 35 0 0 20 0 1 0 277155354 747700224 181764 33554432000 4194304 8973514 140734937275248 140734937274512 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 182544 181764 444 1167 0 181325 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 730176

[startup+51.1003 s]
/proc/loadavg: 1.60 1.51 1.76 3/177 11515
/proc/meminfo: memFree=28082152/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=730176 CPUtime=51.08 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 181846 0 0 0 5069 39 0 0 20 0 1 0 277155354 747700224 181769 33554432000 4194304 8973514 140734937275248 140734937274744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 182544 181769 444 1167 0 181325 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 730176

[startup+102.3 s]
/proc/loadavg: 1.83 1.58 1.77 3/177 11591
/proc/meminfo: memFree=27740052/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=730176 CPUtime=102.26 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 181857 0 0 0 10178 48 0 0 20 0 1 0 277155354 747700224 181769 33554432000 4194304 8973514 140734937275248 140734937274744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 182544 181769 444 1167 0 181325 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 730176

[startup+162.3 s]
/proc/loadavg: 1.97 1.67 1.78 3/178 11595
/proc/meminfo: memFree=27722604/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=743488 CPUtime=162.25 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 185189 0 0 0 16165 60 0 0 20 0 1 0 277155354 761331712 185097 33554432000 4194304 8973514 140734937275248 140734937274744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 185872 185097 444 1167 0 184653 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 743488

[startup+222.3 s]
/proc/loadavg: 1.99 1.73 1.79 3/177 11595
/proc/meminfo: memFree=27690648/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=745536 CPUtime=222.24 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 185706 0 0 0 22156 68 0 0 20 0 1 0 277155354 763428864 185609 33554432000 4194304 8973514 140734937275248 140734937274744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 186384 185609 444 1167 0 185165 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 745536

[startup+282.3 s]
/proc/loadavg: 1.99 1.77 1.81 3/177 11595
/proc/meminfo: memFree=27665136/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=756800 CPUtime=282.22 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 188536 0 0 0 28144 78 0 0 20 0 1 0 277155354 774963200 188425 33554432000 4194304 8973514 140734937275248 140734937274512 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 189200 188425 444 1167 0 187981 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 756800

[startup+342.3 s]
/proc/loadavg: 1.99 1.81 1.82 3/177 11595
/proc/meminfo: memFree=27633296/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=771136 CPUtime=342.21 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 192123 0 0 0 34136 85 0 0 20 0 1 0 277155354 789643264 192009 33554432000 4194304 8973514 140734937275248 140734937274512 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 192784 192009 444 1167 0 191565 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 771136

[startup+402.3 s]
/proc/loadavg: 1.99 1.84 1.82 3/177 11595
/proc/meminfo: memFree=27596500/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=795712 CPUtime=402.2 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 198275 0 0 0 40116 104 0 0 20 0 1 0 277155354 814809088 198153 33554432000 4194304 8973514 140734937275248 140734937274744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 198928 198153 444 1167 0 197709 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 795712

[startup+462.307 s]
/proc/loadavg: 1.99 1.87 1.83 3/176 11596
/proc/meminfo: memFree=27581804/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=795712 CPUtime=462.18 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 198287 0 0 0 46104 114 0 0 20 0 1 0 277155354 814809088 198153 33554432000 4194304 8973514 140734937275248 140734937274744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 198928 198153 444 1167 0 197709 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 795712

[startup+522.3 s]
/proc/loadavg: 1.99 1.89 1.84 3/178 11598
/proc/meminfo: memFree=27534844/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=820288 CPUtime=522.16 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 204447 0 0 0 52090 126 0 0 20 0 1 0 277155354 839974912 204297 33554432000 4194304 8973514 140734937275248 140734937274512 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 205072 204297 444 1167 0 203853 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 820288

[startup+582.3 s]
/proc/loadavg: 1.99 1.91 1.84 3/177 11598
/proc/meminfo: memFree=27513244/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=825408 CPUtime=582.15 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 205727 0 0 0 58079 136 0 0 20 0 1 0 277155354 845217792 205577 33554432000 4194304 8973514 140734937275248 140734937274512 4372060 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 206352 205577 444 1167 0 205133 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 825408

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 1.99 1.95 1.87 3/177 11602
/proc/meminfo: memFree=27424840/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=851008 CPUtime=882.11 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 212127 0 0 0 88033 178 0 0 20 0 1 0 277155354 871432192 211977 33554432000 4194304 8973514 140734937275248 140734937274744 4441929 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 212752 211977 444 1167 0 211533 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 851008

[startup+942.3 s]
/proc/loadavg: 1.99 1.96 1.88 3/177 11602
/proc/meminfo: memFree=27410632/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=861248 CPUtime=942.1 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 214687 0 0 0 94023 187 0 0 20 0 1 0 277155354 881917952 214537 33554432000 4194304 8973514 140734937275248 140734937274744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 215312 214537 444 1167 0 214093 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 861248

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/177 11602
/proc/meminfo: memFree=27380004/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=866368 CPUtime=1002.09 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 215967 0 0 0 100014 195 0 0 20 0 1 0 277155354 887160832 215817 33554432000 4194304 8973514 140734937275248 140734937273216 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 216592 215817 444 1167 0 215373 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 866368

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/177 11603
/proc/meminfo: memFree=27361652/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=871488 CPUtime=1062.08 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 217247 0 0 0 106006 202 0 0 20 0 1 0 277155354 892403712 217097 33554432000 4194304 8973514 140734937275248 140734937274512 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 217872 217097 444 1167 0 216653 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 871488

[startup+1122.31 s]
/proc/loadavg: 1.99 1.97 1.89 3/177 11603
/proc/meminfo: memFree=27352104/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=872512 CPUtime=1122.07 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 217336 0 0 0 111997 210 0 0 20 0 1 0 277155354 893452288 217186 33554432000 4194304 8973514 140734937275248 140734937273216 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 218128 217186 444 1167 0 216909 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 872512

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/177 11603
/proc/meminfo: memFree=27326688/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=879680 CPUtime=1182.06 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 219295 0 0 0 117986 220 0 0 20 0 1 0 277155354 900792320 219145 33554432000 4194304 8973514 140734937275248 140734937274744 4442704 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 219920 219145 444 1167 0 218701 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 879680

[startup+1242.3 s]
/proc/loadavg: 2.03 1.99 1.91 3/177 11603
/proc/meminfo: memFree=27284776/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=895040 CPUtime=1242.05 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 223135 0 0 0 123971 234 0 0 20 0 1 0 277155354 916520960 222985 33554432000 4194304 8973514 140734937275248 140734937274744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 223760 222985 444 1167 0 222541 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 895040

[startup+1302.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/177 11603
/proc/meminfo: memFree=27250676/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=920640 CPUtime=1302.04 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 229535 0 0 0 129960 244 0 0 20 0 1 0 277155354 942735360 229385 33554432000 4194304 8973514 140734937275248 140734937274744 4372288 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 230160 229385 444 1167 0 228941 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 920640

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11607
/proc/meminfo: memFree=27236452/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=923712 CPUtime=1362.04 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 230303 0 0 0 135951 253 0 0 20 0 1 0 277155354 945881088 230153 33554432000 4194304 8973514 140734937275248 140734937274568 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 230928 230153 444 1167 0 229709 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 923712

[startup+1422.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 11607
/proc/meminfo: memFree=27218668/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=923712 CPUtime=1422.02 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 230306 0 0 0 141940 262 0 0 20 0 1 0 277155354 945881088 230153 33554432000 4194304 8973514 140734937275248 140734937274744 4442596 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 230928 230153 444 1167 0 229709 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 923712

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 11607
/proc/meminfo: memFree=27202504/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=929856 CPUtime=1482.01 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 231842 0 0 0 147929 272 0 0 20 0 1 0 277155354 952172544 231689 33554432000 4194304 8973514 140734937275248 140734937274744 4427820 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 232464 231689 444 1167 0 231245 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 929856

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 11607
/proc/meminfo: memFree=27178324/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=947264 CPUtime=1542 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 236194 0 0 0 153918 282 0 0 20 0 1 0 277155354 969998336 236041 33554432000 4194304 8973514 140734937275248 140734937274744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 236816 236041 444 1167 0 235597 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 947264

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 11607
/proc/meminfo: memFree=27154644/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=960576 CPUtime=1601.99 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 239522 0 0 0 159905 294 0 0 20 0 1 0 277155354 983629824 239369 33554432000 4194304 8973514 140734937275248 140734937274744 4372420 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 240144 239369 444 1167 0 238925 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 960576

[startup+1662.3 s]
/proc/loadavg: 2.04 2.00 1.91 3/177 11608
/proc/meminfo: memFree=27149560/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=962624 CPUtime=1661.99 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 240034 0 0 0 165895 304 0 0 20 0 1 0 277155354 985726976 239881 33554432000 4194304 8973514 140734937275248 140734937274744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 240656 239881 444 1167 0 239437 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 962624

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/177 11608
/proc/meminfo: memFree=27131332/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=972864 CPUtime=1721.97 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 242594 0 0 0 171882 315 0 0 20 0 1 0 277155354 996212736 242441 33554432000 4194304 8973514 140734937275248 140734937273216 4204592 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 243216 242441 444 1167 0 241997 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 972864

[startup+1782.31 s]
/proc/loadavg: 2.02 2.01 1.92 3/177 11608
/proc/meminfo: memFree=27108392/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=993344 CPUtime=1781.97 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 247714 0 0 0 177872 325 0 0 20 0 1 0 277155354 1017184256 247561 33554432000 4194304 8973514 140734937275248 140734937274744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 248336 247561 444 1167 0 247117 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 993344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 11608
/proc/meminfo: memFree=27104548/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=993344 CPUtime=1800.07 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 247714 0 0 0 179679 328 0 0 20 0 1 0 277155354 1017184256 247561 33554432000 4194304 8973514 140734937275248 140734937274744 4209410 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 248336 247561 444 1167 0 247117 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 993344

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

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

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 11608
/proc/meminfo: memFree=27104548/32873648 swapFree=7372/7372
[pid=11324] ppid=11322 vsize=993344 CPUtime=1800.07 cores=0,2,4,6
/proc/11324/stat : 11324 (toysat) R 11322 11324 7065 0 -1 4202496 247714 0 0 0 179679 328 0 0 20 0 1 0 277155354 1017184256 247561 33554432000 4194304 8973514 140734937275248 140734937274744 4209410 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/11324/statm: 248336 247561 444 1167 0 247117 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 993344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1796.8
CPU system time (s): 3.2915
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 993344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.8
system time used= 3.2915
maximum resident set size= 990244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247714
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= 82
involuntary context switches= 1865

runsolver used 3.64045 second user time and 9.11461 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 11:18:14
IDJOB=3705932
IDBENCH=1447
IDSOLVER=2285
FILE ID=node122/3705932-1338110293
RUNJOBID= node122-1338110293-11182
PBS_JOBID= 14624430
Free space on /tmp= 71672 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705932-1338110293/watcher-3705932-1338110293 -o /tmp/evaluation-result-3705932-1338110293/solver-3705932-1338110293 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3705932-1338110293.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=440608145

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        28856440 kB
Buffers:          295404 kB
Cached:          2904928 kB
SwapCached:            0 kB
Active:          1210724 kB
Inactive:        2007028 kB
Active(anon):       8764 kB
Inactive(anon):    11052 kB
Active(file):    1201960 kB
Inactive(file):  1995976 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31768 kB
Writeback:             0 kB
AnonPages:         23876 kB
Mapped:            14788 kB
Shmem:               200 kB
Slab:             660196 kB
SReclaimable:     104096 kB
SUnreclaim:       556100 kB
KernelStack:        1416 kB
PageTables:         3092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     131668 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= 71656 MiB
End job on node122 at 2012-05-27 11:48:16