Trace number 3285160

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
Lingeling 587? (TO) 1300.06 1300.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3285160-1303763079/watcher-3285160-1303763079 -o /tmp/evaluation-result-3285160-1303763079/solver-3285160-1303763079 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3285160-1303763079.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.95 3.98 3.66 4/189 29109
/proc/meminfo: memFree=21371596/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=6892 CPUtime=0 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 302 0 0 0 0 0 0 0 24 0 1 0 487910700 7057408 244 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370957056 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 1723 244 109 53 0 146 0

[startup+0.0970839 s]
/proc/loadavg: 3.95 3.98 3.66 4/189 29109
/proc/meminfo: memFree=21371596/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=14144 CPUtime=0.09 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 2153 0 0 0 9 0 0 0 24 0 1 0 487910700 14483456 2061 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370957056 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 3536 2061 113 53 0 1959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14144

[startup+0.101066 s]
/proc/loadavg: 3.95 3.98 3.66 4/189 29109
/proc/meminfo: memFree=21371596/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=14144 CPUtime=0.09 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 2153 0 0 0 9 0 0 0 24 0 1 0 487910700 14483456 2061 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370957056 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 3536 2061 113 53 0 1959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14144

[startup+0.301043 s]
/proc/loadavg: 3.95 3.98 3.66 4/189 29109
/proc/meminfo: memFree=21371596/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=26000 CPUtime=0.29 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 8929 0 0 0 28 1 0 0 25 0 1 0 487910700 26624000 5036 33554432000 4194304 4409164 140736526221216 18446744073709551615 4276097 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 6500 5036 124 53 0 4923 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26000

[startup+0.700964 s]
/proc/loadavg: 3.95 3.98 3.66 4/189 29109
/proc/meminfo: memFree=21371596/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=32184 CPUtime=0.69 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 11768 0 0 0 68 1 0 0 25 0 1 0 487910700 32956416 6555 33554432000 4194304 4409164 140736526221216 18446744073709551615 4276189 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 8046 6555 129 53 0 6469 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32184

[startup+1.50082 s]
/proc/loadavg: 3.95 3.98 3.66 5/190 29110
/proc/meminfo: memFree=21345680/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=32696 CPUtime=1.49 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 11898 0 0 0 148 1 0 0 25 0 1 0 487910700 33480704 6685 33554432000 4194304 4409164 140736526221216 18446744073709551615 4271434 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 8174 6685 131 53 0 6597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32696

[startup+3.10053 s]
/proc/loadavg: 3.95 3.98 3.66 5/190 29110
/proc/meminfo: memFree=21330660/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=41840 CPUtime=3.09 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 15225 0 0 0 308 1 0 0 25 0 1 0 487910700 42844160 7957 33554432000 4194304 4409164 140736526221216 18446744073709551615 4246968 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 10460 7957 136 53 0 8883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41840

[startup+6.30097 s]
/proc/loadavg: 3.95 3.98 3.66 5/190 29110
/proc/meminfo: memFree=21329664/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=41656 CPUtime=6.29 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 15233 0 0 0 627 2 0 0 25 0 1 0 487910700 42655744 7919 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 10414 7919 141 53 0 8837 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41656

[startup+12.7008 s]
/proc/loadavg: 3.95 3.98 3.66 5/190 29111
/proc/meminfo: memFree=21259084/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=51820 CPUtime=12.69 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 18797 0 0 0 1266 3 0 0 25 0 1 0 487910700 53063680 11483 33554432000 4194304 4409164 140736526221216 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 12955 11483 141 53 0 11378 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51820

[startup+25.5005 s]
/proc/loadavg: 3.96 3.98 3.67 5/190 29111
/proc/meminfo: memFree=21317980/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=75880 CPUtime=25.49 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 24865 0 0 0 2545 4 0 0 25 0 1 0 487910700 77701120 17498 33554432000 4194304 4409164 140736526221216 18446744073709551615 4348184 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 18970 17498 141 53 0 17393 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75880

[startup+51.101 s]
/proc/loadavg: 3.97 3.98 3.68 4/188 29113
/proc/meminfo: memFree=21633048/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=97852 CPUtime=51.09 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 51350 0 0 0 5099 10 0 0 25 0 1 0 487910700 100200448 23023 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 24463 23023 141 53 0 22886 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97852

[startup+102.307 s]
/proc/loadavg: 4.03 4.00 3.70 5/190 29169
/proc/meminfo: memFree=21058828/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=97952 CPUtime=102.3 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 66389 0 0 0 10212 18 0 0 25 0 1 0 487910700 100302848 23048 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 24488 23048 141 53 0 22911 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 97952

[startup+162.3 s]
/proc/loadavg: 4.02 4.00 3.71 5/190 29199
/proc/meminfo: memFree=21751560/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=210532 CPUtime=162.29 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 128742 0 0 0 16198 31 0 0 25 0 1 0 487910700 215584768 51161 33554432000 4194304 4409164 140736526221216 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 52633 51161 141 53 0 51056 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 210532

[startup+222.301 s]
/proc/loadavg: 4.07 4.01 3.74 5/190 29200
/proc/meminfo: memFree=21718076/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=153972 CPUtime=222.3 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 196814 0 0 0 22183 47 0 0 25 0 1 0 487910700 157667328 37021 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 38493 37021 141 53 0 36916 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 153972

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 3.75 5/190 29202
/proc/meminfo: memFree=21643120/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=196588 CPUtime=282.3 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 276071 0 0 0 28163 67 0 0 25 0 1 0 487910700 201306112 47675 33554432000 4194304 4409164 140736526221216 18446744073709551615 4257054 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 49147 47675 141 53 0 47570 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 196588

[startup+342.3 s]
/proc/loadavg: 4.01 4.00 3.76 5/190 29203
/proc/meminfo: memFree=21540212/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=257148 CPUtime=342.3 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 315971 0 0 0 34154 76 0 0 25 0 1 0 487910700 263319552 62815 33554432000 4194304 4409164 140736526221216 18446744073709551615 4350563 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 64287 62815 141 53 0 62710 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 257148

[startup+402.301 s]
/proc/loadavg: 4.04 4.01 3.78 5/190 29205
/proc/meminfo: memFree=21498284/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=181864 CPUtime=402.3 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 476782 0 0 0 40127 103 0 0 25 0 1 0 487910700 186228736 43994 33554432000 4194304 4409164 140736526221216 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 45466 43994 141 53 0 43889 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 181864

[startup+462.301 s]
/proc/loadavg: 4.01 4.01 3.79 5/190 29207
/proc/meminfo: memFree=21321104/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=212948 CPUtime=462.3 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 516413 0 0 0 46115 115 0 0 25 0 1 0 487910700 218058752 51765 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 53237 51765 141 53 0 51660 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 212948

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 29208
/proc/meminfo: memFree=21390180/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=213824 CPUtime=522.3 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 583254 0 0 0 52099 131 0 0 25 0 1 0 487910700 218955776 51984 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 53456 51984 141 53 0 51879 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 213824

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 29210
/proc/meminfo: memFree=21136000/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=306708 CPUtime=582.31 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 626930 0 0 0 58093 138 0 0 25 0 1 0 487910700 314068992 75205 33554432000 4194304 4409164 140736526221216 18446744073709551615 4305088 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 76677 75205 141 53 0 75100 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 306708

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 29212
/proc/meminfo: memFree=20975668/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=256784 CPUtime=642.31 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 683282 0 0 0 64079 152 0 0 25 0 1 0 487910700 262946816 62724 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 64196 62724 141 53 0 62619 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 256784

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 29213
/proc/meminfo: memFree=21027128/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=255752 CPUtime=702.3 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 735040 0 0 0 70063 167 0 0 25 0 1 0 487910700 261890048 62466 33554432000 4194304 4409164 140736526221216 18446744073709551615 4259175 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 63938 62466 141 53 0 62361 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 255752

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 29215
/proc/meminfo: memFree=20591892/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=421692 CPUtime=762.32 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 797861 0 0 0 76051 181 0 0 25 0 1 0 487910700 431812608 103951 33554432000 4194304 4409164 140736526221216 18446744073709551615 4256998 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 105423 103951 141 53 0 103846 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 421692

[startup+822.301 s]
/proc/loadavg: 4.03 4.01 3.84 5/190 29216
/proc/meminfo: memFree=21035684/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=230132 CPUtime=822.31 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 902499 0 0 0 82024 207 0 0 25 0 1 0 487910700 235655168 56061 33554432000 4194304 4409164 140736526221216 18446744073709551615 4244470 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 57533 56061 141 53 0 55956 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 230132

[startup+882.3 s]
/proc/loadavg: 4.05 4.02 3.85 5/190 29218
/proc/meminfo: memFree=21113828/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=366328 CPUtime=882.31 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 962571 0 0 0 88012 219 0 0 25 0 1 0 487910700 375119872 90110 33554432000 4194304 4409164 140736526221216 18446744073709551615 4303774 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 91582 90110 141 53 0 90005 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 366328

[startup+942.301 s]
/proc/loadavg: 4.07 4.03 3.87 5/190 29219
/proc/meminfo: memFree=20913076/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=314008 CPUtime=942.31 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 1008906 0 0 0 94004 227 0 0 25 0 1 0 487910700 321544192 77030 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 78502 77030 141 53 0 76925 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 314008

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.87 5/190 29221
/proc/meminfo: memFree=20534004/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=551148 CPUtime=1002.31 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 1101338 0 0 0 99987 244 0 0 25 0 1 0 487910700 564375552 136315 33554432000 4194304 4409164 140736526221216 18446744073709551615 4230940 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 137787 136315 141 53 0 136210 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 551148

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.88 5/190 29223
/proc/meminfo: memFree=20351384/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=333268 CPUtime=1062.31 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 1172371 0 0 0 105971 260 0 0 25 0 1 0 487910700 341266432 81845 33554432000 4194304 4409164 140736526221216 18446744073709551615 4226472 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 83317 81845 141 53 0 81740 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 333268

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.88 5/190 29224
/proc/meminfo: memFree=20572916/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=307336 CPUtime=1122.32 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 1226490 0 0 0 111960 272 0 0 25 0 1 0 487910700 314712064 75362 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 76834 75362 141 53 0 75257 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 307336

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.89 5/190 29226
/proc/meminfo: memFree=20753528/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=262376 CPUtime=1182.32 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 1330951 0 0 0 117940 292 0 0 25 0 1 0 487910700 268673024 64154 33554432000 4194304 4409164 140736526221216 18446744073709551615 4271737 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 65594 64154 141 53 0 64017 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 262376

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 29227
/proc/meminfo: memFree=20679208/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=384032 CPUtime=1242.32 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 1414435 0 0 0 123922 310 0 0 25 0 1 0 487910700 393248768 94536 33554432000 4194304 4409164 140736526221216 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 96008 94536 141 53 0 94431 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 384032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 29229
/proc/meminfo: memFree=20506920/32951124 swapFree=67051468/67111528
[pid=29109] ppid=29107 vsize=404288 CPUtime=1300.03 cores=4,6
/proc/29109/stat : 29109 (lingeling) R 29107 29109 28631 0 -1 4202496 1495599 0 0 0 129677 326 0 0 25 0 1 0 487910700 413990912 99600 33554432000 4194304 4409164 140736526221216 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29109/statm: 101072 99600 141 53 0 99495 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 404288

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): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1296.78
CPU system time (s): 3.2825
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 586584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1296.78
system time used= 3.2825
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1495599
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= 5
involuntary context switches= 1692

runsolver used 2.23766 second user time and 4.86426 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-25 22:24:39
IDJOB=3285160
IDBENCH=82372
IDSOLVER=1606
FILE ID=node101/3285160-1303763079
RUNJOBID= node101-1303761712-28650
PBS_JOBID= 13157151
Free space on /tmp= 71472 MiB

SOLVER NAME= Lingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285160-1303763079/watcher-3285160-1303763079 -o /tmp/evaluation-result-3285160-1303763079/solver-3285160-1303763079 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3285160-1303763079.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1732030166

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21371628 kB
Buffers:       2078824 kB
Cached:        7745356 kB
SwapCached:      33708 kB
Active:        7647248 kB
Inactive:      3460240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21371628 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           11672 kB
Writeback:           0 kB
AnonPages:     1270852 kB
Mapped:           9800 kB
Slab:           405376 kB
PageTables:       7712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1494252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71432 MiB
End job on node101 at 2011-04-25 22:46:21