Trace number 3706032

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.08 1800.52

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
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 variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 691
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

27.28/27.36	c 2012-05-27T21:02:48+0200
27.28/27.36	c arch = x86_64
27.28/27.36	c os = linux
27.28/27.36	c compiler = ghc 7.4
27.28/27.36	c packages:
27.28/27.36	c   OptDir-0.0.1
27.28/27.36	c   array-0.4.0.0
27.28/27.36	c   base-4.5.0.0
27.28/27.36	c   bytestring-0.9.2.1
27.28/27.36	c   containers-0.4.2.1
27.28/27.36	c   deepseq-1.3.0.0
27.28/27.36	c   mtl-2.1.1
27.28/27.36	c   old_locale-1.0.0.4
27.28/27.36	c   parse_dimacs-1.2
27.28/27.36	c   parsec-3.1.2
27.28/27.36	c   queue-0.1.2
27.28/27.36	c   stm-2.3
27.28/27.36	c   time-1.4
27.28/27.36	c command line = ["--pb","HOME/instance-3706032-1338145367.opb"]
27.28/27.36	c #vars 44846
27.28/27.36	c #constraints 988104
27.28/27.36	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-3706032-1338145367/watcher-3706032-1338145367 -o /tmp/evaluation-result-3706032-1338145367/solver-3706032-1338145367 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706032-1338145367.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: 2.00 2.01 2.00 3/176 30369
/proc/meminfo: memFree=30426040/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 798 0 0 0 0 0 0 0 20 0 1 0 280662522 6356992 720 33554432000 4194304 8973514 140737347982208 140737285277416 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 1552 720 416 1167 0 333 0

[startup+0.091102 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30369
/proc/meminfo: memFree=30426040/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=13376 CPUtime=0.08 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 2399 0 0 0 8 0 0 0 20 0 1 0 280662522 13697024 2321 33554432000 4194304 8973514 140737347982208 140737285277416 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 3344 2321 418 1167 0 2125 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13376

[startup+0.100302 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30369
/proc/meminfo: memFree=30426040/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=13376 CPUtime=0.09 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 2530 0 0 0 9 0 0 0 20 0 1 0 280662522 13697024 2452 33554432000 4194304 8973514 140737347982208 140737285277416 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 3344 2454 418 1167 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13376

[startup+0.300266 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30369
/proc/meminfo: memFree=30426040/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=24640 CPUtime=0.29 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 5428 0 0 0 28 1 0 0 20 0 1 0 280662522 25231360 5350 33554432000 4194304 8973514 140737347982208 140737285277416 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 6160 5350 418 1167 0 4941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24640

[startup+0.70027 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30369
/proc/meminfo: memFree=30426040/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=55360 CPUtime=0.69 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 13108 0 0 0 67 2 0 0 20 0 1 0 280662522 56688640 13030 33554432000 4194304 8973514 140737347982208 140737347981472 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 13840 13030 418 1167 0 12621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55360

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30370
/proc/meminfo: memFree=30357196/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=98368 CPUtime=1.49 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 23860 0 0 0 145 4 0 0 20 0 1 0 280662522 100728832 23782 33554432000 4194304 8973514 140737347982208 140737347981704 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 24592 23782 418 1167 0 23373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98368

[startup+3.10028 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 30370
/proc/meminfo: memFree=30298288/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=207936 CPUtime=3.09 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 51018 0 0 0 301 8 0 0 20 0 1 0 280662522 212926464 50940 33554432000 4194304 8973514 140737347982208 140737347981704 4209325 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 51984 50947 418 1167 0 50765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207936

[startup+6.30027 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 30370
/proc/meminfo: memFree=30097656/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=445504 CPUtime=6.29 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 110644 0 0 0 610 19 0 0 20 0 1 0 280662522 456196096 110566 33554432000 4194304 8973514 140737347982208 140737347981704 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 111376 110566 418 1167 0 110157 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 445504

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 30370
/proc/meminfo: memFree=29618544/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=806976 CPUtime=12.68 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 201012 0 0 0 1231 37 0 0 20 0 1 0 280662522 826343424 200934 33554432000 4194304 8973514 140737347982208 140737347981704 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 201744 200934 418 1167 0 200525 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 806976

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 30370
/proc/meminfo: memFree=28872560/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1640512 CPUtime=25.48 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409413 0 0 0 2476 72 0 0 20 0 1 0 280662522 1679884288 409335 33554432000 4194304 8973514 140737347982208 140737347981704 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 410128 409335 429 1167 0 408909 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1640512

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 30371
/proc/meminfo: memFree=28835732/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1573952 CPUtime=51.08 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409430 0 0 0 5030 78 0 0 20 0 1 0 280662522 1611726848 392712 33554432000 4194304 8973514 140737347982208 140737347981472 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 393488 392712 446 1167 0 392269 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1573952

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30371
/proc/meminfo: memFree=28846768/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=102.28 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409430 0 0 0 10142 86 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347981472 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1549376

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30371
/proc/meminfo: memFree=28829408/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=162.27 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409430 0 0 0 16129 98 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347981472 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1549376

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30371
/proc/meminfo: memFree=28811552/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=222.26 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409430 0 0 0 22119 107 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347981472 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1549376

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30410
/proc/meminfo: memFree=29467172/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=282.25 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409436 0 0 0 28107 118 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347981704 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1549376

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30411
/proc/meminfo: memFree=29456288/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=342.22 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409451 0 0 0 34096 126 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347981472 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 1549376

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30411
/proc/meminfo: memFree=29403988/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=402.2 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409466 0 0 0 40084 136 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347980160 4427740 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 1549376

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30414
/proc/meminfo: memFree=29358128/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=462.2 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409474 0 0 0 46077 143 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347980160 4427744 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 1549376

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30414
/proc/meminfo: memFree=29298768/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=522.18 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409480 0 0 0 52066 152 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347981472 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 1549376

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30414
/proc/meminfo: memFree=29263332/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1549376 CPUtime=582.16 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 409494 0 0 0 58056 160 0 0 20 0 1 0 280662522 1586561024 386568 33554432000 4194304 8973514 140737347982208 140737347981472 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 387344 386568 446 1167 0 386125 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 1549376

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30415
/proc/meminfo: memFree=28985092/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1684544 CPUtime=882.09 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 443324 0 0 0 88001 208 0 0 20 0 1 0 280662522 1724973056 420360 33554432000 4194304 8973514 140737347982208 140737347981704 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 421136 420360 446 1167 0 419917 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 1684544

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30415
/proc/meminfo: memFree=28924732/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1724480 CPUtime=942.07 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 453245 0 0 0 93989 218 0 0 20 0 1 0 280662522 1765867520 430267 33554432000 4194304 8973514 140737347982208 140737347981704 7707296 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 431120 430267 446 1167 0 429901 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 1724480

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30416
/proc/meminfo: memFree=28861024/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1759296 CPUtime=1002.05 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 462033 0 0 0 99977 228 0 0 20 0 1 0 280662522 1801519104 439048 33554432000 4194304 8973514 140737347982208 140737347981704 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 439824 439048 446 1167 0 438605 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 1759296

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30419
/proc/meminfo: memFree=28804748/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1802304 CPUtime=1062.04 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 472695 0 0 0 105965 239 0 0 20 0 1 0 280662522 1845559296 449697 33554432000 4194304 8973514 140737347982208 140737347980160 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 450576 449697 446 1167 0 449357 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 1802304

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30419
/proc/meminfo: memFree=28741296/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1836096 CPUtime=1122.03 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 481257 0 0 0 111955 248 0 0 20 0 1 0 280662522 1880162304 458248 33554432000 4194304 8973514 140737347982208 140737347981704 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 459024 458248 446 1167 0 457805 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 1836096

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 30419
/proc/meminfo: memFree=28674488/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1877056 CPUtime=1182.01 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 491405 0 0 0 117944 257 0 0 20 0 1 0 280662522 1922105344 468377 33554432000 4194304 8973514 140737347982208 140737347981472 7720541 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 469264 468377 446 1167 0 468045 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 1877056

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30419
/proc/meminfo: memFree=28621072/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1918016 CPUtime=1241.99 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 501613 0 0 0 123933 266 0 0 20 0 1 0 280662522 1964048384 478572 33554432000 4194304 8973514 140737347982208 140737347980160 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 479504 478572 446 1167 0 478285 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 1918016

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30420
/proc/meminfo: memFree=28550420/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1953856 CPUtime=1301.97 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 510641 0 0 0 129921 276 0 0 20 0 1 0 280662522 2000748544 487569 33554432000 4194304 8973514 140737347982208 140737347981472 4209198 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 488464 487569 446 1167 0 487245 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 1953856

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30420
/proc/meminfo: memFree=28497872/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=1982528 CPUtime=1361.93 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 517835 0 0 0 135910 283 0 0 20 0 1 0 280662522 2030108672 494738 33554432000 4194304 8973514 140737347982208 140737347980160 4214039 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 495632 494738 446 1167 0 494413 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1982528

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30420
/proc/meminfo: memFree=28446572/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2009152 CPUtime=1421.91 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 524576 0 0 0 141900 291 0 0 20 0 1 0 280662522 2057371648 501452 33554432000 4194304 8973514 140737347982208 140737347981704 4427820 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 502288 501452 446 1167 0 501069 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 2009152

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30422
/proc/meminfo: memFree=28392476/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2041920 CPUtime=1481.89 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 532711 0 0 0 147889 300 0 0 20 0 1 0 280662522 2090926080 509578 33554432000 4194304 8973514 140737347982208 140737347981704 4209198 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 510480 509578 446 1167 0 509261 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 2041920

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 30422
/proc/meminfo: memFree=28345392/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2067520 CPUtime=1541.89 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 539075 0 0 0 153880 309 0 0 20 0 1 0 280662522 2117140480 515942 33554432000 4194304 8973514 140737347982208 140737347981704 4427744 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 516880 515942 446 1167 0 515661 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 2067520

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30423
/proc/meminfo: memFree=28291976/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2096192 CPUtime=1601.88 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 546405 0 0 0 159871 317 0 0 20 0 1 0 280662522 2146500608 523272 33554432000 4194304 8973514 140737347982208 140737347981472 4209198 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 524048 523272 446 1167 0 522829 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 2096192

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/178 30426
/proc/meminfo: memFree=28225904/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2131008 CPUtime=1661.87 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 554929 0 0 0 165864 323 0 0 20 0 1 0 280662522 2182152192 531796 33554432000 4194304 8973514 140737347982208 140737347981472 4208870 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 532752 531796 446 1167 0 531533 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 2131008

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30426
/proc/meminfo: memFree=28160468/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2158656 CPUtime=1721.86 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 562021 0 0 0 171855 331 0 0 20 0 1 0 280662522 2210463744 538888 33554432000 4194304 8973514 140737347982208 140737347981704 4441393 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 539664 538888 446 1167 0 538445 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 2158656

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30426
/proc/meminfo: memFree=28076300/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2187328 CPUtime=1781.85 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 569098 0 0 0 177845 340 0 0 20 0 1 0 280662522 2239823872 545965 33554432000 4194304 8973514 140737347982208 140737347981472 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 546832 545965 446 1167 0 545613 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 2187328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30426
/proc/meminfo: memFree=28058164/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2197568 CPUtime=1800.05 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 571515 0 0 0 179664 341 0 0 20 0 1 0 280662522 2250309632 548382 33554432000 4194304 8973514 140737347982208 140737347981472 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 549392 548382 446 1167 0 548173 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2197568

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

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

[startup+1800.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30426
/proc/meminfo: memFree=28058164/32873844 swapFree=7112/7112
[pid=30369] ppid=30367 vsize=2197568 CPUtime=1800.05 cores=0,2,4,6
/proc/30369/stat : 30369 (toysat) R 30367 30369 27148 0 -1 4202496 571515 0 0 0 179664 341 0 0 20 0 1 0 280662522 2250309632 548382 33554432000 4194304 8973514 140737347982208 140737347981472 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/30369/statm: 549392 548382 446 1167 0 548173 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2197568

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.52
CPU time (s): 1800.08
CPU user time (s): 1796.64
CPU system time (s): 3.43748
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 2197568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.64
system time used= 3.43748
maximum resident set size= 2193528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 571515
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= 273
involuntary context switches= 1865

runsolver used 3.55146 second user time and 8.66468 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 21:02:48
IDJOB=3706032
IDBENCH=89654
IDSOLVER=2285
FILE ID=node119/3706032-1338145367
RUNJOBID= node119-1338113000-27164
PBS_JOBID= 14624472
Free space on /tmp= 71556 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-116.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706032-1338145367/watcher-3706032-1338145367 -o /tmp/evaluation-result-3706032-1338145367/solver-3706032-1338145367 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706032-1338145367.opb

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=416205420

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        30426048 kB
Buffers:          306624 kB
Cached:           394228 kB
SwapCached:         1844 kB
Active:          1509156 kB
Inactive:         137976 kB
Active(anon):     946540 kB
Inactive(anon):     2068 kB
Active(file):     562616 kB
Inactive(file):   135908 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100196 kB
Dirty:             51436 kB
Writeback:             0 kB
AnonPages:        953900 kB
Mapped:            13656 kB
Shmem:                 8 kB
Slab:             659252 kB
SReclaimable:     101192 kB
SUnreclaim:       558060 kB
KernelStack:        1448 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1066188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    753664 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= 71544 MiB
End job on node119 at 2012-05-27 21:32:51