Trace number 3725382

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.01 1800.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_028_area_delay.opb
MD5SUM90e87da5616dfecdb140ca6fb2adc54e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark5.46017
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 23
Optimality of the best value was proved YES
Number of variables16435
Total number of constraints118985
Number of constraints which are clauses118985
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint254
Number of terms in the objective function 8074
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8074
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8074
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.68/10.70	c 2012-06-02T13:36:03+0200
10.68/10.70	c arch = x86_64
10.68/10.70	c os = linux
10.68/10.70	c compiler = ghc 7.4
10.68/10.70	c packages:
10.68/10.70	c   OptDir-0.0.1
10.68/10.70	c   array-0.4.0.0
10.68/10.70	c   base-4.5.0.0
10.68/10.70	c   bytestring-0.9.2.1
10.68/10.70	c   containers-0.4.2.1
10.68/10.70	c   deepseq-1.3.0.0
10.68/10.70	c   mtl-2.1.1
10.68/10.70	c   old_locale-1.0.0.4
10.68/10.70	c   parse_dimacs-1.2
10.68/10.70	c   parsec-3.1.2
10.68/10.70	c   queue-0.1.2
10.68/10.70	c   stm-2.3
10.68/10.70	c   time-1.4
10.68/10.70	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725382-1338636963.opb"]
10.68/10.70	c #vars 16435
10.68/10.70	c #constraints 118985
10.68/10.70	c Solving starts ...
10.78/10.80	c solving time = 0.085s
10.78/10.80	c #decision = 13137
10.78/10.80	c #conflict = 11
10.78/10.80	c #restart = 0
10.78/10.80	o 33
10.78/10.82	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-3725382-1338636963/watcher-3725382-1338636963 -o /tmp/evaluation-result-3725382-1338636963/solver-3725382-1338636963 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725382-1338636963.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: 1.85 1.97 1.92 3/178 22504
/proc/meminfo: memFree=28364340/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=7248 CPUtime=0 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 835 0 0 0 0 0 0 0 20 0 1 0 329821658 7421952 755 33554432000 4194304 8989770 140737364178608 140736635725816 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 1812 755 425 1171 0 589 0

[startup+0.032133 s]
/proc/loadavg: 1.85 1.97 1.92 3/178 22504
/proc/meminfo: memFree=28364340/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=8272 CPUtime=0.02 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 1241 0 0 0 2 0 0 0 20 0 1 0 329821658 8470528 1161 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 2068 1161 427 1171 0 845 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8272

[startup+0.100258 s]
/proc/loadavg: 1.85 1.97 1.92 3/178 22504
/proc/meminfo: memFree=28364340/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 2421 0 0 0 9 0 0 0 20 0 1 0 329821658 13713408 2341 33554432000 4194304 8989770 140737364178608 140737364178104 4212523 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 3348 2349 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300294 s]
/proc/loadavg: 1.85 1.97 1.92 3/178 22504
/proc/meminfo: memFree=28364340/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=24656 CPUtime=0.28 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 5442 0 0 0 28 0 0 0 20 0 1 0 329821658 25247744 5362 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 6164 5362 431 1171 0 4941 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24656

[startup+0.700292 s]
/proc/loadavg: 1.85 1.97 1.92 3/178 22504
/proc/meminfo: memFree=28364340/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=54352 CPUtime=0.69 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 12866 0 0 0 67 2 0 0 20 0 1 0 329821658 55656448 12786 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 13588 12786 431 1171 0 12365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54352

[startup+1.50027 s]
/proc/loadavg: 1.85 1.97 1.92 3/179 22505
/proc/meminfo: memFree=28295752/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=98384 CPUtime=1.49 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 23875 0 0 0 144 5 0 0 20 0 1 0 329821658 100745216 23795 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 24596 23795 431 1171 0 23373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98384

[startup+3.10022 s]
/proc/loadavg: 1.85 1.97 1.92 3/179 22505
/proc/meminfo: memFree=28204712/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=3.08 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40022 0 0 0 301 7 0 0 20 0 1 0 329821658 166805504 39942 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39942 444 1171 0 39501 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 162896

[startup+6.30022 s]
/proc/loadavg: 1.86 1.97 1.92 3/179 22505
/proc/meminfo: memFree=28204960/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=6.29 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40022 0 0 0 620 9 0 0 20 0 1 0 329821658 166805504 39942 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39942 444 1171 0 39501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 162896

[startup+12.7003 s]
/proc/loadavg: 1.87 1.97 1.92 3/179 22505
/proc/meminfo: memFree=28204408/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=12.68 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40052 0 0 0 1257 11 0 0 20 0 1 0 329821658 166805504 39974 33554432000 4194304 8989770 140737364178608 140737364177872 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39974 471 1171 0 39501 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 162896

[startup+25.5002 s]
/proc/loadavg: 1.90 1.97 1.92 3/179 22506
/proc/meminfo: memFree=28205144/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=25.49 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40055 0 0 0 2535 14 0 0 20 0 1 0 329821658 166805504 39974 33554432000 4194304 8989770 140737364178608 140737364178104 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39974 471 1171 0 39501 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 162896

[startup+51.1003 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22506
/proc/meminfo: memFree=28204104/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=51.07 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40059 0 0 0 5087 20 0 0 20 0 1 0 329821658 166805504 39974 33554432000 4194304 8989770 140737364178608 140737364178104 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39974 471 1171 0 39501 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 162896

[startup+102.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22506
/proc/meminfo: memFree=28204092/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=102.25 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40070 0 0 0 10194 31 0 0 20 0 1 0 329821658 166805504 39974 33554432000 4194304 8989770 140737364178608 140737364177872 6587952 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39974 471 1171 0 39501 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 162896

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22506
/proc/meminfo: memFree=28203656/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=162.25 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40070 0 0 0 16180 45 0 0 20 0 1 0 329821658 166805504 39974 33554432000 4194304 8989770 140737364178608 140737364178104 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39974 471 1171 0 39501 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 162896

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/179 22506
/proc/meminfo: memFree=28203036/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=222.24 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40070 0 0 0 22166 58 0 0 20 0 1 0 329821658 166805504 39974 33554432000 4194304 8989770 140737364178608 140737364176576 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39974 471 1171 0 39501 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 162896

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/180 22509
/proc/meminfo: memFree=28203400/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=162896 CPUtime=282.23 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40070 0 0 0 28152 71 0 0 20 0 1 0 329821658 166805504 39974 33554432000 4194304 8989770 140737364178608 140737364176576 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40724 39974 471 1171 0 39501 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 162896

[startup+342.3 s]
/proc/loadavg: 2.06 2.00 1.93 3/179 22510
/proc/meminfo: memFree=28202416/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=163920 CPUtime=342.23 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 40326 0 0 0 34140 83 0 0 20 0 1 0 329821658 167854080 40230 33554432000 4194304 8989770 140737364178608 140737364176576 4208870 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 40980 40230 471 1171 0 39757 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 163920

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/179 22510
/proc/meminfo: memFree=28199316/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=166992 CPUtime=402.22 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 41094 0 0 0 40128 94 0 0 20 0 1 0 329821658 170999808 40998 33554432000 4194304 8989770 140737364178608 140737364177872 6587786 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 41748 40998 471 1171 0 40525 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 166992

[startup+462.307 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 22510
/proc/meminfo: memFree=28198072/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=168016 CPUtime=462.21 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 41351 0 0 0 46117 104 0 0 20 0 1 0 329821658 172048384 41254 33554432000 4194304 8989770 140737364178608 140737364177872 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 42004 41254 471 1171 0 40781 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 168016

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22510
/proc/meminfo: memFree=28195964/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=170064 CPUtime=522.19 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 41863 0 0 0 52103 116 0 0 20 0 1 0 329821658 174145536 41766 33554432000 4194304 8989770 140737364178608 140737364160576 6587783 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 42516 41766 471 1171 0 41293 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 170064

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22510
/proc/meminfo: memFree=28190876/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=174160 CPUtime=582.19 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 42887 0 0 0 58093 126 0 0 20 0 1 0 329821658 178339840 42790 33554432000 4194304 8989770 140737364178608 140737364178104 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 43540 42790 471 1171 0 42317 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 174160

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.04 2.02 1.94 3/179 22512
/proc/meminfo: memFree=28176420/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=188496 CPUtime=822.15 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 46473 0 0 0 82046 169 0 0 20 0 1 0 329821658 193019904 46374 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 47124 46374 471 1171 0 45901 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 188496

[startup+882.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/180 22515
/proc/meminfo: memFree=28172196/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=192592 CPUtime=882.14 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 47497 0 0 0 88034 180 0 0 20 0 1 0 329821658 197214208 47398 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 48148 47398 471 1171 0 46925 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 192592

[startup+942.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/179 22516
/proc/meminfo: memFree=28168104/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=195664 CPUtime=942.13 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 48266 0 0 0 94020 193 0 0 20 0 1 0 329821658 200359936 48166 33554432000 4194304 8989770 140737364178608 140737364178104 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 48916 48166 471 1171 0 47693 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 195664

[startup+1002.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/179 22516
/proc/meminfo: memFree=28163020/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=200784 CPUtime=1002.13 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 49546 0 0 0 100009 204 0 0 20 0 1 0 329821658 205602816 49446 33554432000 4194304 8989770 140737364178608 140737364178104 7696100 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 50196 49446 471 1171 0 48973 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 200784

[startup+1062.3 s]
/proc/loadavg: 2.13 2.04 1.96 3/179 22516
/proc/meminfo: memFree=28159416/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=204880 CPUtime=1062.11 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 50571 0 0 0 105994 217 0 0 20 0 1 0 329821658 209797120 50470 33554432000 4194304 8989770 140737364178608 140737364176576 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 51220 50470 471 1171 0 49997 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 204880

[startup+1122.31 s]
/proc/loadavg: 2.10 2.05 1.96 3/179 22516
/proc/meminfo: memFree=28157680/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=205904 CPUtime=1122.11 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 50827 0 0 0 111981 230 0 0 20 0 1 0 329821658 210845696 50726 33554432000 4194304 8989770 140737364178608 140737364178104 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 51476 50726 471 1171 0 50253 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 205904

[startup+1182.3 s]
/proc/loadavg: 2.14 2.07 1.97 3/179 22516
/proc/meminfo: memFree=28154512/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=207952 CPUtime=1182.09 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 51339 0 0 0 117969 240 0 0 20 0 1 0 329821658 212942848 51238 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 51988 51238 471 1171 0 50765 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 207952

[startup+1242.3 s]
/proc/loadavg: 2.05 2.05 1.97 3/178 22516
/proc/meminfo: memFree=28151232/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=211024 CPUtime=1242.08 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 52107 0 0 0 123957 251 0 0 20 0 1 0 329821658 216088576 52006 33554432000 4194304 8989770 140737364178608 140737364178104 4209136 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 52756 52006 471 1171 0 51533 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 211024

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 1.97 3/179 22517
/proc/meminfo: memFree=28147876/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=214096 CPUtime=1302.07 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 52875 0 0 0 129945 262 0 0 20 0 1 0 329821658 219234304 52774 33554432000 4194304 8989770 140737364178608 140737364177872 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 53524 52774 471 1171 0 52301 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 214096

[startup+1362.3 s]
/proc/loadavg: 1.94 2.01 1.97 3/179 22555
/proc/meminfo: memFree=27955492/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=215120 CPUtime=1362.07 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 53131 0 0 0 135932 275 0 0 20 0 1 0 329821658 220282880 53030 33554432000 4194304 8989770 140737364178608 140737364177872 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 53780 53030 471 1171 0 52557 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 215120

[startup+1422.3 s]
/proc/loadavg: 1.97 2.01 1.97 3/179 22555
/proc/meminfo: memFree=27950656/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=217168 CPUtime=1422.06 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 53643 0 0 0 141920 286 0 0 20 0 1 0 329821658 222380032 53542 33554432000 4194304 8989770 140737364178608 140737364177872 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 54292 53542 471 1171 0 53069 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 217168

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/180 22558
/proc/meminfo: memFree=27943328/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=220240 CPUtime=1482.05 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 54411 0 0 0 147907 298 0 0 20 0 1 0 329821658 225525760 54310 33554432000 4194304 8989770 140737364178608 140737364177872 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 55060 54310 471 1171 0 53837 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 220240

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/180 22581
/proc/meminfo: memFree=27939208/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=222288 CPUtime=1542.03 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 54923 0 0 0 153896 307 0 0 20 0 1 0 329821658 227622912 54822 33554432000 4194304 8989770 140737364178608 140737364178104 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 55572 54822 471 1171 0 54349 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 222288

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 22582
/proc/meminfo: memFree=27937012/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=224336 CPUtime=1602.03 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 55435 0 0 0 159885 318 0 0 20 0 1 0 329821658 229720064 55334 33554432000 4194304 8989770 140737364178608 140737364176576 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 56084 55334 471 1171 0 54861 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 224336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 22582
/proc/meminfo: memFree=27931112/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=226384 CPUtime=1662.02 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 55947 0 0 0 165874 328 0 0 20 0 1 0 329821658 231817216 55846 33554432000 4194304 8989770 140737364178608 140737364177872 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 56596 55846 471 1171 0 55373 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 226384

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/179 22582
/proc/meminfo: memFree=27926028/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=229456 CPUtime=1722.01 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 56715 0 0 0 171862 339 0 0 20 0 1 0 329821658 234962944 56614 33554432000 4194304 8989770 140737364178608 140737364176576 6587907 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 57364 56614 471 1171 0 56141 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 229456

[startup+1782.31 s]
/proc/loadavg: 2.01 2.01 1.98 3/179 22582
/proc/meminfo: memFree=27919196/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=231504 CPUtime=1782.01 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 57229 0 0 0 177849 352 0 0 20 0 1 0 329821658 237060096 57126 33554432000 4194304 8989770 140737364178608 140737364177872 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 57876 57126 471 1171 0 56653 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 231504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 22582
/proc/meminfo: memFree=27918576/32873844 swapFree=7112/7112
[pid=22504] ppid=22502 vsize=232528 CPUtime=1800.01 cores=1,3,5,7
/proc/22504/stat : 22504 (toysat) R 22502 22504 21777 0 -1 4202496 57485 0 0 0 179645 356 0 0 20 0 1 0 329821658 238108672 57382 33554432000 4194304 8989770 140737364178608 140737364178104 6587816 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22504/statm: 58132 57382 471 1171 0 56909 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 232528

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.31
CPU time (s): 1800.01
CPU user time (s): 1796.45
CPU system time (s): 3.56146
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 232528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.45
system time used= 3.56146
maximum resident set size= 229528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57485
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= 31
involuntary context switches= 1856

runsolver used 3.63145 second user time and 10.1335 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-02 13:36:03
IDJOB=3725382
IDBENCH=24972
IDSOLVER=2308
FILE ID=node132/3725382-1338636963
RUNJOBID= node132-1338631508-21795
PBS_JOBID= 14636448
Free space on /tmp= 71208 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_028_area_delay.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725382-1338636963/watcher-3725382-1338636963 -o /tmp/evaluation-result-3725382-1338636963/solver-3725382-1338636963 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725382-1338636963.opb

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

MD5SUM BENCH= 90e87da5616dfecdb140ca6fb2adc54e
RANDOM SEED=1480422179

node132.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.832
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.66
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28364612 kB
Buffers:          584228 kB
Cached:          2998936 kB
SwapCached:         2292 kB
Active:          1543144 kB
Inactive:        2053572 kB
Active(anon):       5880 kB
Inactive(anon):     7120 kB
Active(file):    1537264 kB
Inactive(file):  2046452 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:             18748 kB
Writeback:             0 kB
AnonPages:         15572 kB
Mapped:            12920 kB
Shmem:                 8 kB
Slab:             773828 kB
SReclaimable:     214800 kB
SUnreclaim:       559028 kB
KernelStack:        1480 kB
PageTables:         3752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     128744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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= 71196 MiB
End job on node132 at 2012-06-02 14:06:06