Trace number 3724395

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
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

2.19/2.24	c 2012-06-02T14:55:11+0200
2.19/2.24	c arch = x86_64
2.19/2.24	c os = linux
2.19/2.24	c compiler = ghc 7.4
2.19/2.24	c packages:
2.19/2.24	c   OptDir-0.0.1
2.19/2.24	c   array-0.4.0.0
2.19/2.24	c   base-4.5.0.0
2.19/2.24	c   bytestring-0.9.2.1
2.19/2.24	c   containers-0.4.2.1
2.19/2.24	c   deepseq-1.3.0.0
2.19/2.24	c   mtl-2.1.1
2.19/2.24	c   old_locale-1.0.0.4
2.19/2.24	c   parse_dimacs-1.2
2.19/2.24	c   parsec-3.1.2
2.19/2.24	c   queue-0.1.2
2.19/2.24	c   stm-2.3
2.19/2.24	c   time-1.4
2.19/2.24	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724395-1338641711.opb"]
2.19/2.24	c #vars 37752
2.19/2.24	c #constraints 120373
2.19/2.24	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-3724395-1338641711/watcher-3724395-1338641711 -o /tmp/evaluation-result-3724395-1338641711/solver-3724395-1338641711 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724395-1338641711.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.02 2.03 2.00 3/176 5342
/proc/meminfo: memFree=27345308/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 1 0 330297148 6373376 739 33554432000 4194304 8989770 140735418495632 140737082719400 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 1556 739 430 1171 0 333 0

[startup+0.092026 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 5342
/proc/meminfo: memFree=27345308/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=12368 CPUtime=0.08 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 2283 0 0 0 8 0 0 0 20 0 1 0 330297148 12664832 2203 33554432000 4194304 8989770 140735418495632 140737082719400 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 3092 2203 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12368

[startup+0.100198 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 5342
/proc/meminfo: memFree=27345308/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=12368 CPUtime=0.09 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 2371 0 0 0 9 0 0 0 20 0 1 0 330297148 12664832 2291 33554432000 4194304 8989770 140735418495632 140737082719400 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 3092 2291 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300168 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 5342
/proc/meminfo: memFree=27345308/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=27728 CPUtime=0.29 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 6071 0 0 0 28 1 0 0 20 0 1 0 330297148 28393472 5991 33554432000 4194304 8989770 140735418495632 140735418494896 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 6932 5991 431 1171 0 5709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27728

[startup+0.700181 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 5342
/proc/meminfo: memFree=27345308/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=46160 CPUtime=0.69 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 10819 0 0 0 67 2 0 0 20 0 1 0 330297148 47267840 10739 33554432000 4194304 8989770 140735418495632 140735418494896 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 11540 10739 431 1171 0 10317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46160

[startup+1.50017 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 5343
/proc/meminfo: memFree=27271896/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=104528 CPUtime=1.48 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 25411 0 0 0 144 4 0 0 20 0 1 0 330297148 107036672 25331 33554432000 4194304 8989770 140735418495632 140735418495128 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 26132 25331 431 1171 0 24909 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104528

[startup+3.10025 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 5343
/proc/meminfo: memFree=27217712/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=140368 CPUtime=3.09 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 34405 0 0 0 302 7 0 0 20 0 1 0 330297148 143736832 34325 33554432000 4194304 8989770 140735418495632 140735418494896 5383502 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 35092 34325 459 1171 0 33869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140368

[startup+6.30023 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 5343
/proc/meminfo: memFree=27209536/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=140368 CPUtime=6.29 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 34405 0 0 0 621 8 0 0 20 0 1 0 330297148 143736832 34325 33554432000 4194304 8989770 140735418495632 140735418494896 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 35092 34325 459 1171 0 33869 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 140368

[startup+12.7003 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 5343
/proc/meminfo: memFree=27208692/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=141392 CPUtime=12.69 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 34661 0 0 0 1259 10 0 0 20 0 1 0 330297148 144785408 34581 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 35348 34581 459 1171 0 34125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 141392

[startup+25.5003 s]
/proc/loadavg: 2.15 2.06 2.01 3/177 5343
/proc/meminfo: memFree=27203612/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=147536 CPUtime=25.49 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 36197 0 0 0 2535 14 0 0 20 0 1 0 330297148 151076864 36117 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 36884 36117 459 1171 0 35661 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 147536

[startup+51.1003 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 5343
/proc/meminfo: memFree=27194312/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=157776 CPUtime=51.08 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 38757 0 0 0 5087 21 0 0 20 0 1 0 330297148 161562624 38677 33554432000 4194304 8989770 140735418495632 140735418495128 4354555 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 39444 38677 459 1171 0 38221 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 157776

[startup+102.306 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 5343
/proc/meminfo: memFree=27168100/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=176208 CPUtime=102.27 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 43376 0 0 0 10190 37 0 0 20 0 1 0 330297148 180436992 43285 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 44052 43285 459 1171 0 42829 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 176208

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 5343
/proc/meminfo: memFree=27126836/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=201808 CPUtime=162.24 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 49801 0 0 0 16170 54 0 0 20 0 1 0 330297148 206651392 49685 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 50452 49685 459 1171 0 49229 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 201808

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 5343
/proc/meminfo: memFree=27100428/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=221264 CPUtime=222.22 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 54673 0 0 0 22153 69 0 0 20 0 1 0 330297148 226574336 54549 33554432000 4194304 8989770 140735418495632 140735418495128 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 55316 54549 459 1171 0 54093 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 221264

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5343
/proc/meminfo: memFree=27083668/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=245840 CPUtime=282.2 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 60817 0 0 0 28135 85 0 0 20 0 1 0 330297148 251740160 60693 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 61460 60693 459 1171 0 60237 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 245840

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 5347
/proc/meminfo: memFree=27061160/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=267344 CPUtime=342.2 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 66193 0 0 0 34118 102 0 0 20 0 1 0 330297148 273760256 66069 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 66836 66069 459 1171 0 65613 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 267344

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 5370
/proc/meminfo: memFree=27046460/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=289872 CPUtime=402.19 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 71825 0 0 0 40102 117 0 0 20 0 1 0 330297148 296828928 71701 33554432000 4194304 8989770 140735418495632 140735418495128 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 72468 71701 459 1171 0 71245 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 289872

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5370
/proc/meminfo: memFree=27051208/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=310352 CPUtime=462.18 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 76945 0 0 0 46083 135 0 0 20 0 1 0 330297148 317800448 76821 33554432000 4194304 8989770 140735418495632 140735418495128 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 77588 76821 459 1171 0 76365 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 310352

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5370
/proc/meminfo: memFree=27029776/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=331856 CPUtime=522.16 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 82335 0 0 0 52065 151 0 0 20 0 1 0 330297148 339820544 82197 33554432000 4194304 8989770 140735418495632 140735418494896 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 82964 82197 459 1171 0 81741 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 331856

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5370
/proc/meminfo: memFree=27008292/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=355408 CPUtime=582.15 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 88233 0 0 0 58045 170 0 0 20 0 1 0 330297148 363937792 88085 33554432000 4194304 8989770 140735418495632 140735418495128 4446276 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 88852 88085 459 1171 0 87629 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 355408

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5371
/proc/meminfo: memFree=26929040/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=436304 CPUtime=822.1 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 108457 0 0 0 81974 236 0 0 20 0 1 0 330297148 446775296 108309 33554432000 4194304 8989770 140735418495632 140735418495128 4435212 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 109076 108309 459 1171 0 107853 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 436304

[startup+882.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 5410
/proc/meminfo: memFree=24464600/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=453712 CPUtime=882.1 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 112809 0 0 0 87962 248 0 0 20 0 1 0 330297148 464601088 112661 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 113428 112661 459 1171 0 112205 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 453712

[startup+942.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 5414
/proc/meminfo: memFree=20529328/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=471120 CPUtime=942.09 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 117161 0 0 0 93949 260 0 0 20 0 1 0 330297148 482426880 117013 33554432000 4194304 8989770 140735418495632 140735418495128 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 117780 117013 459 1171 0 116557 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 471120

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5414
/proc/meminfo: memFree=18116228/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=491600 CPUtime=1002.07 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 122289 0 0 0 99933 274 0 0 20 0 1 0 330297148 503398400 122133 33554432000 4194304 8989770 140735418495632 140735418495128 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 122900 122133 459 1171 0 121677 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 491600

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5414
/proc/meminfo: memFree=22843828/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=513104 CPUtime=1062.06 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 127674 0 0 0 105919 287 0 0 20 0 1 0 330297148 525418496 127509 33554432000 4194304 8989770 140735418495632 140735418494896 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 128276 127509 459 1171 0 127053 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 513104

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5414
/proc/meminfo: memFree=22824584/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=532560 CPUtime=1122.05 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 132538 0 0 0 111904 301 0 0 20 0 1 0 330297148 545341440 132373 33554432000 4194304 8989770 140735418495632 140735418495128 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 133140 132373 459 1171 0 131917 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 532560

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5414
/proc/meminfo: memFree=22804028/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=552016 CPUtime=1182.04 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 137402 0 0 0 117889 315 0 0 20 0 1 0 330297148 565264384 137237 33554432000 4194304 8989770 140735418495632 140735418495128 4445192 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 138004 137237 459 1171 0 136781 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 552016

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22786792/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=569424 CPUtime=1242.03 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 141754 0 0 0 123874 329 0 0 20 0 1 0 330297148 583090176 141589 33554432000 4194304 8989770 140735418495632 140735418495128 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 142356 141589 459 1171 0 141133 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 569424

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22768220/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=587856 CPUtime=1302.03 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 146362 0 0 0 129861 342 0 0 20 0 1 0 330297148 601964544 146197 33554432000 4194304 8989770 140735418495632 140735418494896 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 146964 146197 459 1171 0 145741 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 587856

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22751508/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=604240 CPUtime=1362.02 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 150458 0 0 0 135848 354 0 0 20 0 1 0 330297148 618741760 150293 33554432000 4194304 8989770 140735418495632 140735418495128 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 151060 150293 459 1171 0 149837 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 604240

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22735116/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=620624 CPUtime=1422.02 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 154554 0 0 0 141832 370 0 0 20 0 1 0 330297148 635518976 154389 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 155156 154389 459 1171 0 153933 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 620624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22718144/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=639056 CPUtime=1482 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 159162 0 0 0 147817 383 0 0 20 0 1 0 330297148 654393344 158997 33554432000 4194304 8989770 140735418495632 140735418494896 4437808 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 159764 158997 459 1171 0 158541 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 639056

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5419
/proc/meminfo: memFree=22698960/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=658512 CPUtime=1541.98 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 163856 0 0 0 153801 397 0 0 20 0 1 0 330297148 674316288 163691 33554432000 4194304 8989770 140735418495632 140735418493568 7675715 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 164628 163691 459 1171 0 163405 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 658512

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5419
/proc/meminfo: memFree=22682012/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=673872 CPUtime=1601.98 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 167866 0 0 0 159787 411 0 0 20 0 1 0 330297148 690044928 167701 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 168468 167701 459 1171 0 167245 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 673872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5419
/proc/meminfo: memFree=22665672/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=690256 CPUtime=1661.97 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 171962 0 0 0 165774 423 0 0 20 0 1 0 330297148 706822144 171797 33554432000 4194304 8989770 140735418495632 140735418494896 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 172564 171797 459 1171 0 171341 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 690256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5419
/proc/meminfo: memFree=22651440/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=704592 CPUtime=1721.96 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 175546 0 0 0 171760 436 0 0 20 0 1 0 330297148 721502208 175381 33554432000 4194304 8989770 140735418495632 140735418494896 4209328 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 176148 175381 459 1171 0 174925 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 704592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5419
/proc/meminfo: memFree=22633612/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=722000 CPUtime=1781.95 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 179898 0 0 0 177746 449 0 0 20 0 1 0 330297148 739328000 179733 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 180500 179733 459 1171 0 179277 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 722000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5419
/proc/meminfo: memFree=22628868/32873648 swapFree=6860/6860
[pid=5342] ppid=5340 vsize=727120 CPUtime=1800.05 cores=1,3,5,7
/proc/5342/stat : 5342 (toysat) R 5340 5342 4467 0 -1 4202496 181178 0 0 0 179552 453 0 0 20 0 1 0 330297148 744570880 181013 33554432000 4194304 8989770 140735418495632 140735418495128 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/5342/statm: 181780 181013 459 1171 0 180557 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 727120

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.42
CPU time (s): 1800.08
CPU user time (s): 1795.53
CPU system time (s): 4.55431
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 727120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.53
system time used= 4.55431
maximum resident set size= 724052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181178
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= 88
involuntary context switches= 1848

runsolver used 3.2705 second user time and 9.29459 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-02 14:55:11
IDJOB=3724395
IDBENCH=73805
IDSOLVER=2308
FILE ID=node116/3724395-1338641711
RUNJOBID= node116-1338631507-4484
PBS_JOBID= 14636464
Free space on /tmp= 71104 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724395-1338641711/watcher-3724395-1338641711 -o /tmp/evaluation-result-3724395-1338641711/solver-3724395-1338641711 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724395-1338641711.opb

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=211915840

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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:       32873648 kB
MemFree:        27345688 kB
Buffers:          497348 kB
Cached:          3913480 kB
SwapCached:         3028 kB
Active:          2236744 kB
Inactive:        2409412 kB
Active(anon):     224856 kB
Inactive(anon):     8516 kB
Active(file):    2011888 kB
Inactive(file):  2400896 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             10992 kB
Writeback:             0 kB
AnonPages:        235820 kB
Mapped:            13848 kB
Shmem:                68 kB
Slab:             746816 kB
SReclaimable:     190476 kB
SUnreclaim:       556340 kB
KernelStack:        1448 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     346288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70860 MiB
End job on node116 at 2012-06-02 15:25:13