Trace number 3724429

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.07 1800.43

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.69/7.74	c 2012-06-02T15:06:50+0200
7.69/7.74	c arch = x86_64
7.69/7.74	c os = linux
7.69/7.74	c compiler = ghc 7.4
7.69/7.74	c packages:
7.69/7.74	c   OptDir-0.0.1
7.69/7.74	c   array-0.4.0.0
7.69/7.74	c   base-4.5.0.0
7.69/7.74	c   bytestring-0.9.2.1
7.69/7.74	c   containers-0.4.2.1
7.69/7.74	c   deepseq-1.3.0.0
7.69/7.74	c   mtl-2.1.1
7.69/7.74	c   old_locale-1.0.0.4
7.69/7.74	c   parse_dimacs-1.2
7.69/7.74	c   parsec-3.1.2
7.69/7.74	c   queue-0.1.2
7.69/7.74	c   stm-2.3
7.69/7.74	c   time-1.4
7.69/7.74	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724429-1338642409.opb"]
7.69/7.74	c #vars 12587
7.69/7.74	c #constraints 283937
7.69/7.74	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-3724429-1338642409/watcher-3724429-1338642409 -o /tmp/evaluation-result-3724429-1338642409/solver-3724429-1338642409 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724429-1338642409.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 29163
/proc/meminfo: memFree=27313616/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 755 0 0 0 0 0 0 0 20 0 1 0 330365829 6373376 675 33554432000 4194304 8989770 140734137824768 140734121553256 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 1556 675 428 1171 0 333 0

[startup+0.0467749 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29163
/proc/meminfo: memFree=27313616/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=9296 CPUtime=0.04 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 1443 0 0 0 4 0 0 0 20 0 1 0 330365829 9519104 1363 33554432000 4194304 8989770 140734137824768 140734121553256 4209439 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 2324 1369 430 1171 0 1101 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9296

[startup+0.100288 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29163
/proc/meminfo: memFree=27313616/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 2478 0 0 0 9 0 0 0 20 0 1 0 330365829 13713408 2398 33554432000 4194304 8989770 140734137824768 140734121553256 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 3348 2398 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300312 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29163
/proc/meminfo: memFree=27313616/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=25680 CPUtime=0.29 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 5699 0 0 0 28 1 0 0 20 0 1 0 330365829 26296320 5619 33554432000 4194304 8989770 140734137824768 140734121553256 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 6420 5619 431 1171 0 5197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25680

[startup+0.700312 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29163
/proc/meminfo: memFree=27313616/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=56400 CPUtime=0.69 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 13379 0 0 0 67 2 0 0 20 0 1 0 330365829 57753600 13299 33554432000 4194304 8989770 140734137824768 140734137824264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 14100 13299 431 1171 0 12877 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56400

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29164
/proc/meminfo: memFree=27242692/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=101456 CPUtime=1.48 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 24643 0 0 0 144 4 0 0 20 0 1 0 330365829 103890944 24563 33554432000 4194304 8989770 140734137824768 140734137824032 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 25364 24563 431 1171 0 24141 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 101456

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29164
/proc/meminfo: memFree=27181288/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=183376 CPUtime=3.09 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 45123 0 0 0 299 10 0 0 20 0 1 0 330365829 187777024 45043 33554432000 4194304 8989770 140734137824768 140734137823608 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 45844 45043 431 1171 0 44621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183376

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29164
/proc/meminfo: memFree=26978680/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=442448 CPUtime=6.29 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 109912 0 0 0 606 23 0 0 20 0 1 0 330365829 453066752 109832 33554432000 4194304 8989770 140734137824768 140734137824264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 110612 109832 446 1171 0 109389 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 442448

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29164
/proc/meminfo: memFree=26888592/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=427088 CPUtime=12.69 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 110951 0 0 0 1244 25 0 0 20 0 1 0 330365829 437338112 106007 33554432000 4194304 8989770 140734137824768 140734137824032 4437960 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 106772 106007 461 1171 0 105549 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 427088

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29164
/proc/meminfo: memFree=26889208/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=427088 CPUtime=25.49 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 110951 0 0 0 2522 27 0 0 20 0 1 0 330365829 437338112 106007 33554432000 4194304 8989770 140734137824768 140734137822720 4208879 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 106772 106007 461 1171 0 105549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 427088

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29164
/proc/meminfo: memFree=26913484/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=427088 CPUtime=51.07 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 110955 0 0 0 5076 31 0 0 20 0 1 0 330365829 437338112 106007 33554432000 4194304 8989770 140734137824768 140734137824032 4437253 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 106772 106007 461 1171 0 105549 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 427088

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 29164
/proc/meminfo: memFree=26885876/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=427088 CPUtime=102.26 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 110972 0 0 0 10186 40 0 0 20 0 1 0 330365829 437338112 106007 33554432000 4194304 8989770 140734137824768 140734137824264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 106772 106007 461 1171 0 105549 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 427088

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29164
/proc/meminfo: memFree=26873212/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=460880 CPUtime=162.23 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 119426 0 0 0 16170 53 0 0 20 0 1 0 330365829 471941120 114455 33554432000 4194304 8989770 140734137824768 140734137822720 6587776 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 115220 114455 461 1171 0 113997 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 460880

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29167
/proc/meminfo: memFree=26824752/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=503888 CPUtime=222.22 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 130194 0 0 0 22156 66 0 0 20 0 1 0 330365829 515981312 125207 33554432000 4194304 8989770 140734137824768 140734137822720 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 125972 125207 461 1171 0 124749 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 503888

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29168
/proc/meminfo: memFree=26788224/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=545872 CPUtime=282.2 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 140700 0 0 0 28143 77 0 0 20 0 1 0 330365829 558972928 135703 33554432000 4194304 8989770 140734137824768 140734137824032 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 136468 135703 461 1171 0 135245 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 545872

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29169
/proc/meminfo: memFree=26749884/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=575568 CPUtime=342.19 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 148135 0 0 0 34134 85 0 0 20 0 1 0 330365829 589381632 143127 33554432000 4194304 8989770 140734137824768 140734137806784 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 143892 143127 461 1171 0 142669 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 575568

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29169
/proc/meminfo: memFree=26704308/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=603216 CPUtime=402.16 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 155055 0 0 0 40124 92 0 0 20 0 1 0 330365829 617693184 150039 33554432000 4194304 8989770 140734137824768 140734137822784 4209272 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 150804 150039 461 1171 0 149581 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 603216

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 29169
/proc/meminfo: memFree=26710572/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=626768 CPUtime=462.16 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 160943 0 0 0 46117 99 0 0 20 0 1 0 330365829 641810432 155927 33554432000 4194304 8989770 140734137824768 140734137824032 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 156692 155927 461 1171 0 155469 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 626768

[startup+522.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 29169
/proc/meminfo: memFree=26660668/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=664656 CPUtime=522.14 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 170415 0 0 0 52106 108 0 0 20 0 1 0 330365829 680607744 165399 33554432000 4194304 8989770 140734137824768 140734137824264 7696140 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 166164 165399 461 1171 0 164941 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 664656

[startup+582.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/177 29170
/proc/meminfo: memFree=26602392/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=705616 CPUtime=582.14 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 180655 0 0 0 58094 120 0 0 20 0 1 0 330365829 722550784 175639 33554432000 4194304 8989770 140734137824768 140734137824264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 176404 175639 461 1171 0 175181 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 705616

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/178 29173
/proc/meminfo: memFree=26478668/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=826448 CPUtime=822.1 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 210864 0 0 0 82053 157 0 0 20 0 1 0 330365829 846282752 205847 33554432000 4194304 8989770 140734137824768 140734137824032 4435422 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 206612 205847 461 1171 0 205389 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 826448

[startup+882.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 29174
/proc/meminfo: memFree=26488220/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=843856 CPUtime=882.08 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 215231 0 0 0 88044 164 0 0 20 0 1 0 330365829 864108544 210199 33554432000 4194304 8989770 140734137824768 140734137824264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 210964 210199 461 1171 0 209741 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 843856

[startup+942.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 29213
/proc/meminfo: memFree=26013708/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=861264 CPUtime=942.06 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 219591 0 0 0 94036 170 0 0 20 0 1 0 330365829 881934336 214551 33554432000 4194304 8989770 140734137824768 140734137806784 4435004 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 215316 214551 461 1171 0 214093 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 861264

[startup+1002.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/177 29213
/proc/meminfo: memFree=26003196/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=871504 CPUtime=1002.05 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 222157 0 0 0 100030 175 0 0 20 0 1 0 330365829 892420096 217111 33554432000 4194304 8989770 140734137824768 140734137824264 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 217876 217111 461 1171 0 216653 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 871504

[startup+1062.3 s]
/proc/loadavg: 2.07 2.08 2.01 3/177 29213
/proc/meminfo: memFree=25990700/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=887888 CPUtime=1062.04 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 226253 0 0 0 106023 181 0 0 20 0 1 0 330365829 909197312 221207 33554432000 4194304 8989770 140734137824768 140734137806784 4438016 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 221972 221207 461 1171 0 220749 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 887888

[startup+1122.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/177 29213
/proc/meminfo: memFree=25977708/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=901200 CPUtime=1122.03 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 229581 0 0 0 112016 187 0 0 20 0 1 0 330365829 922828800 224535 33554432000 4194304 8989770 140734137824768 140734137824264 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 225300 224535 461 1171 0 224077 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 901200

[startup+1182.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/177 29214
/proc/meminfo: memFree=25965956/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=912464 CPUtime=1182.02 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 232397 0 0 0 118011 191 0 0 20 0 1 0 330365829 934363136 227351 33554432000 4194304 8989770 140734137824768 140734137824264 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 228116 227351 461 1171 0 226893 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 912464

[startup+1242.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/177 29214
/proc/meminfo: memFree=25953956/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=924752 CPUtime=1242.01 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 235469 0 0 0 124006 195 0 0 20 0 1 0 330365829 946946048 230423 33554432000 4194304 8989770 140734137824768 140734137824264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 231188 230423 461 1171 0 229965 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 924752

[startup+1302.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 29214
/proc/meminfo: memFree=25936196/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=942160 CPUtime=1302.01 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 239821 0 0 0 130000 201 0 0 20 0 1 0 330365829 964771840 234775 33554432000 4194304 8989770 140734137824768 140734137824264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 235540 234775 461 1171 0 234317 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 942160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 29214
/proc/meminfo: memFree=25930372/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=952400 CPUtime=1361.99 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 242381 0 0 0 135993 206 0 0 20 0 1 0 330365829 975257600 237335 33554432000 4194304 8989770 140734137824768 140734137806784 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 238100 237335 461 1171 0 236877 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 952400

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 29217
/proc/meminfo: memFree=25917840/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=964688 CPUtime=1422 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 245453 0 0 0 141988 212 0 0 20 0 1 0 330365829 987840512 240407 33554432000 4194304 8989770 140734137824768 140734137806784 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 241172 240407 461 1171 0 239949 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 964688

[startup+1482.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/178 29218
/proc/meminfo: memFree=25904572/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=978000 CPUtime=1481.98 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 248781 0 0 0 147980 218 0 0 20 0 1 0 330365829 1001472000 243735 33554432000 4194304 8989770 140734137824768 140734137806784 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 244500 243735 461 1171 0 243277 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 978000

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 29218
/proc/meminfo: memFree=25885112/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=997456 CPUtime=1541.96 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 253645 0 0 0 153970 226 0 0 20 0 1 0 330365829 1021394944 248599 33554432000 4194304 8989770 140734137824768 140734137824264 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 249364 248599 461 1171 0 248141 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 997456

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 29218
/proc/meminfo: memFree=25868744/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=1015888 CPUtime=1601.96 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 258253 0 0 0 159963 233 0 0 20 0 1 0 330365829 1040269312 253207 33554432000 4194304 8989770 140734137824768 140734137822720 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 253972 253207 461 1171 0 252749 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1015888

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 29218
/proc/meminfo: memFree=25840968/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=1041488 CPUtime=1661.95 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 264653 0 0 0 165954 241 0 0 20 0 1 0 330365829 1066483712 259607 33554432000 4194304 8989770 140734137824768 140734137806784 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 260372 259607 461 1171 0 259149 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 1041488

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 29218
/proc/meminfo: memFree=25814556/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=1068112 CPUtime=1721.94 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 271309 0 0 0 171946 248 0 0 20 0 1 0 330365829 1093746688 266263 33554432000 4194304 8989770 140734137824768 140734137806784 4436752 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 267028 266263 461 1171 0 265805 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 1068112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 29219
/proc/meminfo: memFree=25787648/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=1094736 CPUtime=1781.93 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 277965 0 0 0 177938 255 0 0 20 0 1 0 330365829 1121009664 272919 33554432000 4194304 8989770 140734137824768 140734137822720 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 273684 272919 461 1171 0 272461 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1094736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 29219
/proc/meminfo: memFree=25777604/32873844 swapFree=6608/6608
[pid=29163] ppid=29161 vsize=1104976 CPUtime=1800.03 cores=1,3,5,7
/proc/29163/stat : 29163 (toysat) R 29161 29163 28266 0 -1 4202496 280525 0 0 0 179746 257 0 0 20 0 1 0 330365829 1131495424 275479 33554432000 4194304 8989770 140734137824768 140734137824264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/29163/statm: 276244 275479 461 1171 0 275021 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1104976

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.43
CPU time (s): 1800.07
CPU user time (s): 1797.46
CPU system time (s): 2.6006
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 1104976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.46
system time used= 2.6006
maximum resident set size= 1101916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280525
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= 105
involuntary context switches= 1848

runsolver used 3.80142 second user time and 9.91449 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-02 15:06:50
IDJOB=3724429
IDBENCH=89728
IDSOLVER=2308
FILE ID=node140/3724429-1338642409
RUNJOBID= node140-1338631508-28283
PBS_JOBID= 14636440
Free space on /tmp= 70608 MiB

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

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1216118552

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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:        27314144 kB
Buffers:          385412 kB
Cached:          4138944 kB
SwapCached:         1664 kB
Active:          1367856 kB
Inactive:        3305832 kB
Active(anon):     141488 kB
Inactive(anon):     9416 kB
Active(file):    1226368 kB
Inactive(file):  3296416 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:             19420 kB
Writeback:             0 kB
AnonPages:        153520 kB
Mapped:            12180 kB
Shmem:                 8 kB
Slab:             746992 kB
SReclaimable:     189332 kB
SUnreclaim:       557660 kB
KernelStack:        1456 kB
PageTables:         4304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     264532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 70568 MiB
End job on node140 at 2012-06-02 15:36:52