Trace number 3724430

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.1 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

6.18/6.28	c 2012-06-02T15:06:39+0200
6.18/6.28	c arch = x86_64
6.18/6.28	c os = linux
6.18/6.28	c compiler = ghc 7.4
6.18/6.28	c packages:
6.18/6.28	c   OptDir-0.0.1
6.18/6.28	c   array-0.4.0.0
6.18/6.28	c   base-4.5.0.0
6.18/6.28	c   bytestring-0.9.2.1
6.18/6.28	c   containers-0.4.2.1
6.18/6.28	c   deepseq-1.3.0.0
6.18/6.28	c   mtl-2.1.1
6.18/6.28	c   old_locale-1.0.0.4
6.18/6.28	c   parse_dimacs-1.2
6.18/6.28	c   parsec-3.1.2
6.18/6.28	c   queue-0.1.2
6.18/6.28	c   stm-2.3
6.18/6.28	c   time-1.4
6.18/6.28	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724430-1338642399.opb"]
6.18/6.28	c #vars 10086
6.18/6.28	c #constraints 226240
6.18/6.28	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-3724430-1338642399/watcher-3724430-1338642399 -o /tmp/evaluation-result-3724430-1338642399/solver-3724430-1338642399 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724430-1338642399.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13789
/proc/meminfo: memFree=31495376/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 825 0 0 0 0 0 0 0 20 0 1 0 330364428 6373376 746 33554432000 4194304 8989770 140735364623408 140735364622672 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 1556 746 429 1171 0 333 0

[startup+0.050226 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13789
/proc/meminfo: memFree=31495376/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=9296 CPUtime=0.04 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 1599 0 0 0 4 0 0 0 20 0 1 0 330364428 9519104 1520 33554432000 4194304 8989770 140735364623408 140735364622672 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 2324 1520 430 1171 0 1101 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9296

[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13789
/proc/meminfo: memFree=31495376/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 2477 0 0 0 9 0 0 0 20 0 1 0 330364428 13713408 2398 33554432000 4194304 8989770 140735364623408 140735364622672 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 3348 2398 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13789
/proc/meminfo: memFree=31495376/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=25680 CPUtime=0.29 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 5696 0 0 0 28 1 0 0 20 0 1 0 330364428 26296320 5617 33554432000 4194304 8989770 140735364623408 140735364622672 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 6420 5617 431 1171 0 5197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25680

[startup+0.700295 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13789
/proc/meminfo: memFree=31495376/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=56400 CPUtime=0.69 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 13376 0 0 0 66 3 0 0 20 0 1 0 330364428 57753600 13297 33554432000 4194304 8989770 140735364623408 140735364622904 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 14100 13297 431 1171 0 12877 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56400

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13790
/proc/meminfo: memFree=31366508/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=101456 CPUtime=1.49 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 24640 0 0 0 144 5 0 0 20 0 1 0 330364428 103890944 24561 33554432000 4194304 8989770 140735364623408 140735364622904 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 25364 24561 431 1171 0 24141 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101456

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13790
/proc/meminfo: memFree=31229968/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=184400 CPUtime=3.09 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 45376 0 0 0 299 10 0 0 20 0 1 0 330364428 188825600 45297 33554432000 4194304 8989770 140735364623408 140735364622248 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 46100 45297 431 1171 0 44877 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 184400

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13790
/proc/meminfo: memFree=30902244/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=369744 CPUtime=6.29 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 91745 0 0 0 611 18 0 0 20 0 1 0 330364428 378617856 91666 33554432000 4194304 8989770 140735364623408 140735364606504 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 92436 91666 458 1171 0 91213 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 369744

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13790
/proc/meminfo: memFree=30895084/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=345168 CPUtime=12.69 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 91748 0 0 0 1250 19 0 0 20 0 1 0 330364428 353452032 85525 33554432000 4194304 8989770 140735364623408 140735364622904 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 86292 85525 461 1171 0 85069 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 345168

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13790
/proc/meminfo: memFree=30895588/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=345168 CPUtime=25.49 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 91748 0 0 0 2528 21 0 0 20 0 1 0 330364428 353452032 85525 33554432000 4194304 8989770 140735364623408 140735364622904 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 86292 85525 461 1171 0 85069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 345168

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13790
/proc/meminfo: memFree=30891464/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=345168 CPUtime=51.08 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 91748 0 0 0 5082 26 0 0 20 0 1 0 330364428 353452032 85525 33554432000 4194304 8989770 140735364623408 140735364622904 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 86292 85525 461 1171 0 85069 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 345168

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13790
/proc/meminfo: memFree=30824672/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=355408 CPUtime=102.27 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 94308 0 0 0 10191 36 0 0 20 0 1 0 330364428 363937792 88085 33554432000 4194304 8989770 140735364623408 140735364622904 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 88852 88085 461 1171 0 87629 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 355408

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13790
/proc/meminfo: memFree=30733420/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=384080 CPUtime=162.27 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 101476 0 0 0 16182 45 0 0 20 0 1 0 330364428 393297920 95253 33554432000 4194304 8989770 140735364623408 140735364622904 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 96020 95253 461 1171 0 94797 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 384080

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13793
/proc/meminfo: memFree=30661032/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=416848 CPUtime=222.26 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 109668 0 0 0 22174 52 0 0 20 0 1 0 330364428 426852352 103445 33554432000 4194304 8989770 140735364623408 140735364622672 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 104212 103445 461 1171 0 102989 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 416848

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13794
/proc/meminfo: memFree=30587172/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=452688 CPUtime=282.25 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 118628 0 0 0 28165 60 0 0 20 0 1 0 330364428 463552512 112405 33554432000 4194304 8989770 140735364623408 140735364622904 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 113172 112405 461 1171 0 111949 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 452688

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13794
/proc/meminfo: memFree=30519372/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=488528 CPUtime=342.23 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 127598 0 0 0 34156 67 0 0 20 0 1 0 330364428 500252672 121365 33554432000 4194304 8989770 140735364623408 140735364605376 4438194 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 122132 121365 461 1171 0 120909 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 488528

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13794
/proc/meminfo: memFree=30462748/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=515152 CPUtime=402.19 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 134276 0 0 0 40146 73 0 0 20 0 1 0 330364428 527515648 128021 33554432000 4194304 8989770 140735364623408 140735364605376 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 128788 128021 461 1171 0 127565 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 515152

[startup+462.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 13794
/proc/meminfo: memFree=30405224/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=536656 CPUtime=462.18 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 139673 0 0 0 46139 79 0 0 20 0 1 0 330364428 549535744 133397 33554432000 4194304 8989770 140735364623408 140735364622904 4437568 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 134164 133397 461 1171 0 132941 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 536656

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13794
/proc/meminfo: memFree=30353188/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=557136 CPUtime=522.15 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 144816 0 0 0 52129 86 0 0 20 0 1 0 330364428 570507264 138517 33554432000 4194304 8989770 140735364623408 140735364622904 7857787 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 139284 138517 461 1171 0 138061 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 557136

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13795
/proc/meminfo: memFree=30300020/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=578640 CPUtime=582.14 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 150200 0 0 0 58120 94 0 0 20 0 1 0 330364428 592527360 143893 33554432000 4194304 8989770 140735364623408 140735364622904 4204641 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 144660 143893 461 1171 0 143437 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 578640

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13798
/proc/meminfo: memFree=30130680/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=671824 CPUtime=822.08 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 173520 0 0 0 82088 120 0 0 20 0 1 0 330364428 687947776 167189 33554432000 4194304 8989770 140735364623408 140735364605376 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 167956 167189 461 1171 0 166733 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 671824

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13799
/proc/meminfo: memFree=30085428/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=701520 CPUtime=882.07 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 180944 0 0 0 88080 127 0 0 20 0 1 0 330364428 718356480 174613 33554432000 4194304 8989770 140735364623408 140735364605376 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 175380 174613 461 1171 0 174157 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 701520

[startup+942.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 13799
/proc/meminfo: memFree=30048600/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=723024 CPUtime=942.06 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 186320 0 0 0 94073 133 0 0 20 0 1 0 330364428 740376576 179989 33554432000 4194304 8989770 140735364623408 140735364605376 4204638 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 180756 179989 461 1171 0 179533 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 723024

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13799
/proc/meminfo: memFree=30021596/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=738384 CPUtime=1002.06 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 190160 0 0 0 100067 139 0 0 20 0 1 0 330364428 756105216 183829 33554432000 4194304 8989770 140735364623408 140735364605376 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 184596 183829 461 1171 0 183373 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 738384

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13799
/proc/meminfo: memFree=29967204/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=783440 CPUtime=1062.05 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 201424 0 0 0 106056 149 0 0 20 0 1 0 330364428 802242560 195093 33554432000 4194304 8989770 140735364623408 140735364622904 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 195860 195093 461 1171 0 194637 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 783440

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13799
/proc/meminfo: memFree=29932388/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=798800 CPUtime=1122.04 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 205264 0 0 0 112051 153 0 0 20 0 1 0 330364428 817971200 198933 33554432000 4194304 8989770 140735364623408 140735364622672 4213636 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 199700 198933 461 1171 0 198477 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 798800

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13800
/proc/meminfo: memFree=29879164/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=838736 CPUtime=1182.02 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 215248 0 0 0 118041 161 0 0 20 0 1 0 330364428 858865664 208917 33554432000 4194304 8989770 140735364623408 140735364622904 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 209684 208917 461 1171 0 208461 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 838736

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13800
/proc/meminfo: memFree=29826464/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=877648 CPUtime=1242.01 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 224976 0 0 0 124029 172 0 0 20 0 1 0 330364428 898711552 218645 33554432000 4194304 8989770 140735364623408 140735364621376 4437568 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 219412 218645 461 1171 0 218189 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 877648

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13800
/proc/meminfo: memFree=29791744/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=900176 CPUtime=1302.01 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 230608 0 0 0 130021 180 0 0 20 0 1 0 330364428 921780224 224277 33554432000 4194304 8989770 140735364623408 140735364622904 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 225044 224277 461 1171 0 223821 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 900176

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13800
/proc/meminfo: memFree=29757396/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=923728 CPUtime=1362 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 236496 0 0 0 136012 188 0 0 20 0 1 0 330364428 945897472 230165 33554432000 4194304 8989770 140735364623408 140735364622672 6587816 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 230932 230165 461 1171 0 229709 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 923728

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13803
/proc/meminfo: memFree=29728124/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=941136 CPUtime=1421.99 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 240848 0 0 0 142003 196 0 0 20 0 1 0 330364428 963723264 234517 33554432000 4194304 8989770 140735364623408 140735364622904 4209198 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 235284 234517 461 1171 0 234061 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 941136

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13804
/proc/meminfo: memFree=29689196/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=968784 CPUtime=1481.98 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 247760 0 0 0 147994 204 0 0 20 0 1 0 330364428 992034816 241429 33554432000 4194304 8989770 140735364623408 140735364622904 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 242196 241429 461 1171 0 240973 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 968784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13804
/proc/meminfo: memFree=29657416/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=986192 CPUtime=1541.96 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 252120 0 0 0 153985 211 0 0 20 0 1 0 330364428 1009860608 245781 33554432000 4194304 8989770 140735364623408 140735364622904 4494232 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 246548 245781 461 1171 0 245325 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 986192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13804
/proc/meminfo: memFree=29623468/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=1012816 CPUtime=1601.95 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 258777 0 0 0 159977 218 0 0 20 0 1 0 330364428 1037123584 252437 33554432000 4194304 8989770 140735364623408 140735364622904 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 253204 252437 461 1171 0 251981 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1012816

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13804
/proc/meminfo: memFree=29590512/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=1034320 CPUtime=1661.93 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 264166 0 0 0 165968 225 0 0 20 0 1 0 330364428 1059143680 257813 33554432000 4194304 8989770 140735364623408 140735364605376 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 258580 257813 461 1171 0 257357 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1034320

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13804
/proc/meminfo: memFree=29563136/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=1052752 CPUtime=1721.91 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 268793 0 0 0 171961 230 0 0 20 0 1 0 330364428 1078018048 262421 33554432000 4194304 8989770 140735364623408 140735364605376 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 263188 262421 461 1171 0 261965 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1052752

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13806
/proc/meminfo: memFree=29537240/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=1067088 CPUtime=1781.89 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 272388 0 0 0 177955 234 0 0 20 0 1 0 330364428 1092698112 266005 33554432000 4194304 8989770 140735364623408 140735364622904 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 266772 266005 461 1171 0 265549 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 1067088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 13807
/proc/meminfo: memFree=30436552/32873844 swapFree=7900/7900
[pid=13789] ppid=13787 vsize=1070160 CPUtime=1800.09 cores=1,3,5,7
/proc/13789/stat : 13789 (toysat) R 13787 13789 12961 0 -1 4202496 273160 0 0 0 179773 236 0 0 20 0 1 0 330364428 1095843840 266773 33554432000 4194304 8989770 140735364623408 140735364621376 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 267540 266773 461 1171 0 266317 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1070160

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.51
CPU time (s): 1800.1
CPU user time (s): 1797.73
CPU system time (s): 2.36964
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 1070160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.73
system time used= 2.36964
maximum resident set size= 1067092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273160
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= 167
involuntary context switches= 1840

runsolver used 3.42148 second user time and 10.7324 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-02 15:06:39
IDJOB=3724430
IDBENCH=89703
IDSOLVER=2308
FILE ID=node137/3724430-1338642399
RUNJOBID= node137-1338631508-12978
PBS_JOBID= 14636443
Free space on /tmp= 70676 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724430-1338642399/watcher-3724430-1338642399 -o /tmp/evaluation-result-3724430-1338642399/solver-3724430-1338642399 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724430-1338642399.opb

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=1432649748

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:        31495912 kB
Buffers:          139152 kB
Cached:           406760 kB
SwapCached:         5796 kB
Active:           245708 kB
Inactive:         319068 kB
Active(anon):      13492 kB
Inactive(anon):     7184 kB
Active(file):     232216 kB
Inactive(file):   311884 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:             31472 kB
Writeback:             0 kB
AnonPages:         21868 kB
Mapped:            10584 kB
Shmem:                 0 kB
Slab:             674028 kB
SReclaimable:     115400 kB
SUnreclaim:       558628 kB
KernelStack:        1456 kB
PageTables:         4188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137040 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= 70676 MiB
End job on node137 at 2012-06-02 15:36:42