Trace number 3725674

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.05 1800.73

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_5.opb
MD5SUM54b0d54e7a8a81cee8fd7c7c85a68b83
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-128
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -124
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31590
Sum of products size (including duplicates)63180
Number of different products15795
Sum of products size31590

Solver Data

0.49/0.51	c 2012-06-02T14:07:10+0200
0.49/0.51	c arch = x86_64
0.49/0.51	c os = linux
0.49/0.51	c compiler = ghc 7.4
0.49/0.51	c packages:
0.49/0.51	c   OptDir-0.0.1
0.49/0.51	c   array-0.4.0.0
0.49/0.51	c   base-4.5.0.0
0.49/0.51	c   bytestring-0.9.2.1
0.49/0.51	c   containers-0.4.2.1
0.49/0.51	c   deepseq-1.3.0.0
0.49/0.51	c   mtl-2.1.1
0.49/0.51	c   old_locale-1.0.0.4
0.49/0.51	c   parse_dimacs-1.2
0.49/0.51	c   parsec-3.1.2
0.49/0.51	c   queue-0.1.2
0.49/0.51	c   stm-2.3
0.49/0.51	c   time-1.4
0.49/0.51	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725674-1338638830.opb"]
0.49/0.51	c #vars 1000
0.49/0.51	c #constraints 1000
0.49/0.51	c Solving starts ...
0.49/0.54	c solving time = 0.020s
0.49/0.54	c #decision = 117
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	o -117
0.49/0.54	c Solving starts ...
0.59/0.63	c solving time = 0.094s
0.59/0.63	c #decision = 248
0.59/0.63	c #conflict = 11
0.59/0.63	c #restart = 0
0.59/0.63	o -118
0.59/0.63	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-3725674-1338638830/watcher-3725674-1338638830 -o /tmp/evaluation-result-3725674-1338638830/solver-3725674-1338638830 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725674-1338638830.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.06 2.02 2.00 3/174 15248
/proc/meminfo: memFree=28131732/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=7248 CPUtime=0 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 838 0 0 0 0 0 0 0 20 0 1 0 330008901 7421952 758 33554432000 4194304 8989770 140736008192960 140733697600840 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 1812 758 429 1171 0 589 0

[startup+0.0584311 s]
/proc/loadavg: 2.06 2.02 2.00 3/174 15248
/proc/meminfo: memFree=28131732/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=10320 CPUtime=0.05 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 1700 0 0 0 5 0 0 0 20 0 1 0 330008901 10567680 1620 33554432000 4194304 8989770 140736008192960 140733697600840 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 2580 1620 431 1171 0 1357 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10320

[startup+0.100318 s]
/proc/loadavg: 2.06 2.02 2.00 3/174 15248
/proc/meminfo: memFree=28131732/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=13392 CPUtime=0.09 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 2465 0 0 0 9 0 0 0 20 0 1 0 330008901 13713408 2385 33554432000 4194304 8989770 140736008192960 140733697600840 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 3348 2385 431 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300311 s]
/proc/loadavg: 2.06 2.02 2.00 3/174 15248
/proc/meminfo: memFree=28131732/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=37968 CPUtime=0.29 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 8683 0 0 0 28 1 0 0 20 0 1 0 330008901 38879232 8603 33554432000 4194304 8989770 140736008192960 140733697600840 4213859 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 9492 8609 442 1171 0 8269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37968

[startup+0.700316 s]
/proc/loadavg: 2.06 2.02 2.00 3/174 15248
/proc/meminfo: memFree=28131732/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=58448 CPUtime=0.69 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 13937 0 0 0 67 2 0 0 20 0 1 0 330008901 59850752 13857 33554432000 4194304 8989770 140736008192960 140736008192456 4212523 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 14612 13857 471 1171 0 13389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58448

[startup+1.5003 s]
/proc/loadavg: 2.05 2.02 2.00 3/175 15249
/proc/meminfo: memFree=28066120/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=72784 CPUtime=1.49 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 17408 0 0 0 147 2 0 0 20 0 1 0 330008901 74530816 17328 33554432000 4194304 8989770 140736008192960 140736008192456 6678116 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 18196 17328 471 1171 0 16973 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72784

[startup+3.10031 s]
/proc/loadavg: 2.05 2.02 2.00 3/175 15249
/proc/meminfo: memFree=28059672/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=82000 CPUtime=3.08 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 19687 0 0 0 306 2 0 0 20 0 1 0 330008901 83968000 19607 33554432000 4194304 8989770 140736008192960 140736008192456 4380004 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 20500 19607 471 1171 0 19277 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82000

[startup+6.30031 s]
/proc/loadavg: 2.05 2.02 2.00 4/175 15249
/proc/meminfo: memFree=28043800/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=96336 CPUtime=6.28 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 23266 0 0 0 625 3 0 0 20 0 1 0 330008901 98648064 23186 33554432000 4194304 8989770 140736008192960 140736008192224 7733601 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 24084 23186 471 1171 0 22861 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 96336

[startup+12.7003 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 15249
/proc/meminfo: memFree=28018024/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=118864 CPUtime=12.68 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 29049 0 0 0 1262 6 0 0 20 0 1 0 330008901 121716736 28966 33554432000 4194304 8989770 140736008192960 140736008192224 4209142 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 29716 28966 471 1171 0 28493 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 118864

[startup+25.5003 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 15249
/proc/meminfo: memFree=27975368/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=162896 CPUtime=25.48 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 39919 0 0 0 2537 11 0 0 20 0 1 0 330008901 166805504 39832 33554432000 4194304 8989770 140736008192960 140736008192224 6586392 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 40724 39832 471 1171 0 39501 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 162896

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 15249
/proc/meminfo: memFree=27906004/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=233552 CPUtime=51.06 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 57568 0 0 0 5087 19 0 0 20 0 1 0 330008901 239157248 57468 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 58388 57468 471 1171 0 57165 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 233552

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 15249
/proc/meminfo: memFree=27808460/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=324688 CPUtime=102.22 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 80412 0 0 0 10191 31 0 0 20 0 1 0 330008901 332480512 80273 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 81172 80273 471 1171 0 79949 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 324688

[startup+162.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/175 15249
/proc/meminfo: memFree=27728632/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=411728 CPUtime=162.15 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 102132 0 0 0 16173 42 0 0 20 0 1 0 330008901 421609472 101945 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 102932 101945 471 1171 0 101709 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 411728

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 15252
/proc/meminfo: memFree=27661816/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=470096 CPUtime=222.09 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 116811 0 0 0 22160 49 0 0 20 0 1 0 330008901 481378304 116579 33554432000 4194304 8989770 140736008192960 140736008192224 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 117524 116579 471 1171 0 116301 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 470096

[startup+282.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/175 15252
/proc/meminfo: memFree=27606672/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=525392 CPUtime=282.05 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 130752 0 0 0 28150 55 0 0 20 0 1 0 330008901 538001408 130476 33554432000 4194304 8989770 140736008192960 140736008192224 4208823 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 131348 130476 471 1171 0 130125 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 525392

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 15253
/proc/meminfo: memFree=27562556/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=569424 CPUtime=342.02 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 141797 0 0 0 34140 62 0 0 20 0 1 0 330008901 583090176 141494 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 142356 141494 471 1171 0 141133 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 569424

[startup+402.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/175 15253
/proc/meminfo: memFree=27524168/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=606288 CPUtime=402.01 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 151128 0 0 0 40133 68 0 0 20 0 1 0 330008901 620838912 150822 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 151572 150822 471 1171 0 150349 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 606288

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 15253
/proc/meminfo: memFree=27471840/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=658512 CPUtime=462 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 164183 0 0 0 46126 74 0 0 20 0 1 0 330008901 674316288 163877 33554432000 4194304 8989770 140736008192960 140736008192224 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 164628 163877 471 1171 0 163405 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 658512

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 15253
/proc/meminfo: memFree=27442332/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=692304 CPUtime=521.99 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 172632 0 0 0 52121 78 0 0 20 0 1 0 330008901 708919296 172326 33554432000 4194304 8989770 140736008192960 140736008192224 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 173076 172326 471 1171 0 171853 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 692304

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 15291
/proc/meminfo: memFree=27376188/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=727120 CPUtime=581.98 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 181137 0 0 0 58115 83 0 0 20 0 1 0 330008901 744570880 180831 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 181780 180831 471 1171 0 180557 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 727120

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 15295
/proc/meminfo: memFree=27080072/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=900176 CPUtime=881.83 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 224484 0 0 0 88077 106 0 0 20 0 1 0 330008901 921780224 224072 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 225044 224072 471 1171 0 223821 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 900176

[startup+942.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 15296
/proc/meminfo: memFree=27001732/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=927824 CPUtime=941.81 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 231629 0 0 0 94071 110 0 0 20 0 1 0 330008901 950091776 231206 33554432000 4194304 8989770 140736008192960 140736008192224 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 231956 231206 471 1171 0 230733 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 927824

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 15296
/proc/meminfo: memFree=26960128/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=958544 CPUtime=1001.8 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 239200 0 0 0 100066 114 0 0 20 0 1 0 330008901 981549056 238776 33554432000 4194304 8989770 140736008192960 140736008192456 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 239636 238776 471 1171 0 238413 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 958544

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 15296
/proc/meminfo: memFree=26888732/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=989264 CPUtime=1061.79 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 246963 0 0 0 106061 118 0 0 20 0 1 0 330008901 1013006336 246539 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 247316 246539 471 1171 0 246093 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 989264

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15296
/proc/meminfo: memFree=26872640/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1005648 CPUtime=1121.78 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 251086 0 0 0 112056 122 0 0 20 0 1 0 330008901 1029783552 250662 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 251412 250662 471 1171 0 250189 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 1005648

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15296
/proc/meminfo: memFree=26837916/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1040464 CPUtime=1181.78 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 259696 0 0 0 118052 126 0 0 20 0 1 0 330008901 1065435136 259272 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 260116 259272 471 1171 0 258893 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 1040464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15297
/proc/meminfo: memFree=26823036/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1054800 CPUtime=1241.76 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 263374 0 0 0 124048 128 0 0 20 0 1 0 330008901 1080115200 262950 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 263700 262950 471 1171 0 262477 0
Current children cumulated CPU time (s) 1241.76
Current children cumulated vsize (KiB) 1054800

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15297
/proc/meminfo: memFree=26801584/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1071184 CPUtime=1301.76 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 267470 0 0 0 130045 131 0 0 20 0 1 0 330008901 1096892416 267046 33554432000 4194304 8989770 140736008192960 140736008192224 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 267796 267046 471 1171 0 266573 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 1071184

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15297
/proc/meminfo: memFree=26730656/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1108048 CPUtime=1361.74 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 276442 0 0 0 136040 134 0 0 20 0 1 0 330008901 1134641152 276018 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 277012 276018 471 1171 0 275789 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 1108048

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15300
/proc/meminfo: memFree=26729176/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1125456 CPUtime=1421.75 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 280906 0 0 0 142036 139 0 0 20 0 1 0 330008901 1152466944 280482 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 281364 280482 471 1171 0 280141 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 1125456

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15300
/proc/meminfo: memFree=26693348/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1161296 CPUtime=1481.72 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 289931 0 0 0 148030 142 0 0 20 0 1 0 330008901 1189167104 289507 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 290324 289507 471 1171 0 289101 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 1161296

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15301
/proc/meminfo: memFree=26674748/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1179728 CPUtime=1541.72 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 294515 0 0 0 154026 146 0 0 20 0 1 0 330008901 1208041472 294091 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 294932 294091 471 1171 0 293709 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 1179728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15301
/proc/meminfo: memFree=26662972/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1199184 CPUtime=1601.71 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 299320 0 0 0 160022 149 0 0 20 0 1 0 330008901 1227964416 298896 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 299796 298896 471 1171 0 298573 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 1199184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15301
/proc/meminfo: memFree=26696924/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1218640 CPUtime=1661.7 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 304292 0 0 0 166018 152 0 0 20 0 1 0 330008901 1247887360 303868 33554432000 4194304 8989770 140736008192960 140736008192456 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 304660 303868 471 1171 0 303437 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 1218640

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 15301
/proc/meminfo: memFree=26664904/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1240144 CPUtime=1721.67 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 309558 0 0 0 172013 154 0 0 20 0 1 0 330008901 1269907456 309120 33554432000 4194304 8989770 140736008192960 140736008192456 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 310036 309120 471 1171 0 308813 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 1240144

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 15301
/proc/meminfo: memFree=26603552/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1259600 CPUtime=1781.63 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 314410 0 0 0 178006 157 0 0 20 0 1 0 330008901 1289830400 313928 33554432000 4194304 8989770 140736008192960 140736008192224 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 314900 313928 471 1171 0 313677 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 1259600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 15301
/proc/meminfo: memFree=26572768/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1280080 CPUtime=1800.03 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 319551 0 0 0 179844 159 0 0 20 0 1 0 330008901 1310801920 319055 33554432000 4194304 8989770 140736008192960 140736008192224 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 320020 319055 471 1171 0 318797 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1280080

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

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

[startup+1800.71 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 15301
/proc/meminfo: memFree=26572768/32873852 swapFree=6856/6856
[pid=15248] ppid=15246 vsize=1280080 CPUtime=1800.03 cores=0,2,4,6
/proc/15248/stat : 15248 (toysat) R 15246 15248 14594 0 -1 4202496 319551 0 0 0 179844 159 0 0 20 0 1 0 330008901 1310801920 319055 33554432000 4194304 8989770 140736008192960 140736008192224 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15248/statm: 320020 319055 471 1171 0 318797 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1280080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.73
CPU time (s): 1800.05
CPU user time (s): 1798.44
CPU system time (s): 1.60776
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 1280080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.60776
maximum resident set size= 1276220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319551
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= 424
involuntary context switches= 1836

runsolver used 3.04954 second user time and 8.71467 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 14:07:10
IDJOB=3725674
IDBENCH=48196
IDSOLVER=2308
FILE ID=node128/3725674-1338638830
RUNJOBID= node128-1338631507-14611
PBS_JOBID= 14636452
Free space on /tmp= 70504 MiB

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

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

MD5SUM BENCH= 54b0d54e7a8a81cee8fd7c7c85a68b83
RANDOM SEED=1035099044

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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:       32873852 kB
MemFree:        28131360 kB
Buffers:          519256 kB
Cached:          3306464 kB
SwapCached:          784 kB
Active:          1726712 kB
Inactive:        2125356 kB
Active(anon):      16872 kB
Inactive(anon):    11368 kB
Active(file):    1709840 kB
Inactive(file):  2113988 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:              7396 kB
Writeback:             0 kB
AnonPages:         31784 kB
Mapped:            15980 kB
Shmem:               200 kB
Slab:             751720 kB
SReclaimable:     194176 kB
SUnreclaim:       557544 kB
KernelStack:        1456 kB
PageTables:         3788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     139044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 70496 MiB
End job on node128 at 2012-06-02 14:37:13