Trace number 3372086

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 587f (fixed)? (TO) 1300.05 1300.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
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: 961)

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-3372086-1305433369/watcher-3372086-1305433369 -o /tmp/evaluation-result-3372086-1305433369/solver-3372086-1305433369 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3372086-1305433369.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: 1.43 2.99 3.74 5/361 29921
/proc/meminfo: memFree=18414084/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=7344 CPUtime=0 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 435 0 0 0 0 0 0 0 21 0 1 0 635752780 7520256 360 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510297344 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 1836 360 112 53 0 259 0

[startup+0.073739 s]
/proc/loadavg: 1.43 2.99 3.74 5/361 29921
/proc/meminfo: memFree=18414084/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=13120 CPUtime=0.06 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 1896 0 0 0 6 0 0 0 21 0 1 0 635752780 13434880 1805 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510297344 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 3280 1805 113 53 0 1703 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13120

[startup+0.100729 s]
/proc/loadavg: 1.43 2.99 3.74 5/361 29921
/proc/meminfo: memFree=18414084/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=14144 CPUtime=0.08 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 2152 0 0 0 8 0 0 0 21 0 1 0 635752780 14483456 2061 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510297344 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 3536 2061 113 53 0 1959 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14144

[startup+0.300695 s]
/proc/loadavg: 1.43 2.99 3.74 5/361 29921
/proc/meminfo: memFree=18414084/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=26000 CPUtime=0.28 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 8928 0 0 0 27 1 0 0 22 0 1 0 635752780 26624000 5036 33554432000 4194304 4409284 140736253280016 18446744073709551615 4276148 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 6500 5036 124 53 0 4923 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26000

[startup+0.700599 s]
/proc/loadavg: 1.43 2.99 3.74 5/361 29921
/proc/meminfo: memFree=18414084/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=32184 CPUtime=0.68 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 11767 0 0 0 67 1 0 0 24 0 1 0 635752780 32956416 6555 33554432000 4194304 4409284 140736253280016 18446744073709551615 4280206 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 8046 6555 129 53 0 6469 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32184

[startup+1.50046 s]
/proc/loadavg: 1.43 2.99 3.74 5/367 29928
/proc/meminfo: memFree=18322036/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=32696 CPUtime=1.48 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 11897 0 0 0 147 1 0 0 25 0 1 0 635752780 33480704 6685 33554432000 4194304 4409284 140736253280016 18446744073709551615 4271956 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 8174 6685 131 53 0 6597 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32696

[startup+3.1002 s]
/proc/loadavg: 1.63 3.01 3.74 5/367 29928
/proc/meminfo: memFree=18278508/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=40320 CPUtime=3.09 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 14844 0 0 0 307 2 0 0 25 0 1 0 635752780 41287680 7578 33554432000 4194304 4409284 140736253280016 18446744073709551615 4246990 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 10080 7578 136 53 0 8503 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40320

[startup+6.3006 s]
/proc/loadavg: 1.63 3.01 3.74 5/370 29934
/proc/meminfo: memFree=18142084/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=40132 CPUtime=6.28 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 14851 0 0 0 626 2 0 0 25 0 1 0 635752780 41095168 7538 33554432000 4194304 4409284 140736253280016 18446744073709551615 4351057 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 10033 7538 141 53 0 8456 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40132

[startup+12.7005 s]
/proc/loadavg: 2.07 3.06 3.75 5/370 29934
/proc/meminfo: memFree=17805080/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=51168 CPUtime=12.68 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 18633 0 0 0 1264 4 0 0 25 0 1 0 635752780 52396032 11320 33554432000 4194304 4409284 140736253280016 18446744073709551615 4351757 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 12792 11320 141 53 0 11215 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51168

[startup+25.5012 s]
/proc/loadavg: 2.37 3.09 3.75 5/370 29934
/proc/meminfo: memFree=17753364/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=80888 CPUtime=25.48 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 26116 0 0 0 2542 6 0 0 25 0 1 0 635752780 82829312 18750 33554432000 4194304 4409284 140736253280016 18446744073709551615 4226596 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 20222 18750 141 53 0 18645 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80888

[startup+51.1006 s]
/proc/loadavg: 2.92 3.16 3.75 5/370 29935
/proc/meminfo: memFree=17698564/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=94268 CPUtime=51.08 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 45061 0 0 0 5096 12 0 0 25 0 1 0 635752780 96530432 22095 33554432000 4194304 4409284 140736253280016 18446744073709551615 4351083 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 23567 22095 141 53 0 21990 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 94268

[startup+102.314 s]
/proc/loadavg: 3.85 3.36 3.79 5/370 29936
/proc/meminfo: memFree=17603512/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=117200 CPUtime=102.3 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 81843 0 0 0 10209 21 0 0 25 0 1 0 635752780 120012800 27828 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 29300 27828 141 53 0 27723 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 117200

[startup+162.301 s]
/proc/loadavg: 4.00 3.49 3.80 5/370 29941
/proc/meminfo: memFree=17499664/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=135792 CPUtime=162.28 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 103880 0 0 0 16198 30 0 0 25 0 1 0 635752780 139051008 32476 33554432000 4194304 4409284 140736253280016 18446744073709551615 4259235 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 33948 32476 141 53 0 32371 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 135792

[startup+222.301 s]
/proc/loadavg: 4.00 3.58 3.81 5/370 29942
/proc/meminfo: memFree=17471928/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=71964 CPUtime=222.28 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 187948 0 0 0 22177 51 0 0 25 0 1 0 635752780 73691136 16551 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 17991 16551 141 53 0 16414 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 71964

[startup+282.301 s]
/proc/loadavg: 4.04 3.67 3.83 5/370 29944
/proc/meminfo: memFree=17234684/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=257748 CPUtime=282.28 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 259815 0 0 0 28160 68 0 0 25 0 1 0 635752780 263933952 62965 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 64437 62965 141 53 0 62860 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 257748

[startup+342.3 s]
/proc/loadavg: 4.01 3.73 3.83 5/370 29946
/proc/meminfo: memFree=17206240/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=212644 CPUtime=342.29 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 288587 0 0 0 34154 75 0 0 25 0 1 0 635752780 217747456 51721 33554432000 4194304 4409284 140736253280016 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 53161 51721 141 53 0 51584 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 212644

[startup+402.301 s]
/proc/loadavg: 4.00 3.77 3.84 5/370 29947
/proc/meminfo: memFree=17019576/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=365844 CPUtime=402.29 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 349663 0 0 0 40136 93 0 0 25 0 1 0 635752780 374624256 89989 33554432000 4194304 4409284 140736253280016 18446744073709551615 4348289 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 91461 89989 141 53 0 89884 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 365844

[startup+462.301 s]
/proc/loadavg: 4.00 3.81 3.85 5/370 29949
/proc/meminfo: memFree=16968580/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=252156 CPUtime=462.28 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 438152 0 0 0 46119 109 0 0 25 0 1 0 635752780 258207744 61567 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 63039 61567 141 53 0 61462 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 252156

[startup+522.301 s]
/proc/loadavg: 4.00 3.84 3.85 5/370 29950
/proc/meminfo: memFree=16873672/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=294980 CPUtime=522.29 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 503939 0 0 0 52100 129 0 0 25 0 1 0 635752780 302059520 72273 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 73745 72273 141 53 0 72168 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 294980

[startup+582.3 s]
/proc/loadavg: 4.00 3.87 3.86 5/370 29952
/proc/meminfo: memFree=17027396/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=268064 CPUtime=582.29 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 544543 0 0 0 58086 143 0 0 25 0 1 0 635752780 274497536 65544 33554432000 4194304 4409284 140736253280016 18446744073709551615 4305096 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 67016 65544 141 53 0 65439 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 268064

[startup+642.3 s]
/proc/loadavg: 4.00 3.89 3.86 5/370 29954
/proc/meminfo: memFree=16799432/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=344808 CPUtime=642.3 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 583881 0 0 0 64078 152 0 0 25 0 1 0 635752780 353083392 84730 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 86202 84730 141 53 0 84625 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 344808

[startup+702.301 s]
/proc/loadavg: 4.14 3.96 3.89 5/370 29955
/proc/meminfo: memFree=16806696/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=286420 CPUtime=702.3 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 640177 0 0 0 70060 170 0 0 25 0 1 0 635752780 293294080 70164 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 71605 70164 141 53 0 70028 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 286420

[startup+762.314 s]
/proc/loadavg: 4.05 3.97 3.90 5/370 29957
/proc/meminfo: memFree=16903892/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=223532 CPUtime=762.31 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 691191 0 0 0 76046 185 0 0 25 0 1 0 635752780 228896768 51748 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 55883 51748 141 53 0 54306 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 223532

[startup+822.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/370 29958
/proc/meminfo: memFree=16741792/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=298024 CPUtime=822.3 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 818000 0 0 0 82020 210 0 0 25 0 1 0 635752780 305176576 73066 33554432000 4194304 4409284 140736253280016 18446744073709551615 4244647 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 74506 73066 141 53 0 72929 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 298024

[startup+882.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/370 29960
/proc/meminfo: memFree=16899476/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=207064 CPUtime=882.3 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 973576 0 0 0 87994 236 0 0 25 0 1 0 635752780 212033536 50294 33554432000 4194304 4409284 140736253280016 18446744073709551615 4257022 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 51766 50294 141 53 0 50189 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 207064

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/370 29962
/proc/meminfo: memFree=16917680/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=255372 CPUtime=942.3 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 1030633 0 0 0 93981 249 0 0 25 0 1 0 635752780 261500928 62371 33554432000 4194304 4409284 140736253280016 18446744073709551615 4301244 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 63843 62371 141 53 0 62266 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 255372

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/370 29963
/proc/meminfo: memFree=16568456/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=295416 CPUtime=1002.31 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 1103981 0 0 0 99965 266 0 0 25 0 1 0 635752780 302505984 72382 33554432000 4194304 4409284 140736253280016 18446744073709551615 4350787 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 73854 72382 141 53 0 72277 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 295416

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/370 29965
/proc/meminfo: memFree=16644204/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=274896 CPUtime=1062.3 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 1183149 0 0 0 105945 285 0 0 25 0 1 0 635752780 281493504 67252 33554432000 4194304 4409284 140736253280016 18446744073709551615 4226564 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 68724 67252 141 53 0 67147 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 274896

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/370 29966
/proc/meminfo: memFree=16462856/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=312924 CPUtime=1122.31 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 1229539 0 0 0 111930 301 0 0 25 0 1 0 635752780 320434176 76759 33554432000 4194304 4409284 140736253280016 18446744073709551615 4303375 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 78231 76759 141 53 0 76654 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 312924

[startup+1182.3 s]
/proc/loadavg: 4.05 4.00 3.91 5/370 29968
/proc/meminfo: memFree=16502360/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=334868 CPUtime=1182.3 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 1261820 0 0 0 117920 310 0 0 25 0 1 0 635752780 342904832 82245 33554432000 4194304 4409284 140736253280016 18446744073709551615 4226456 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 83717 82245 141 53 0 82140 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 334868

[startup+1242.3 s]
/proc/loadavg: 4.22 4.06 3.94 5/370 29970
/proc/meminfo: memFree=16522404/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=277488 CPUtime=1242.31 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 1392884 0 0 0 123895 336 0 0 25 0 1 0 635752780 284147712 67900 33554432000 4194304 4409284 140736253280016 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 69372 67900 141 53 0 67795 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 277488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.05 3.94 4/368 29972
/proc/meminfo: memFree=16697360/32951124 swapFree=67111348/67111528
[pid=29921] ppid=29919 vsize=357324 CPUtime=1300.02 cores=4,6
/proc/29921/stat : 29921 (lingeling) R 29919 29921 29179 0 -1 4202496 1464288 0 0 0 129648 354 0 0 25 0 1 0 635752780 365899776 87859 33554432000 4194304 4409284 140736253280016 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/29921/statm: 89331 87859 141 53 0 87754 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 357324

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.05
CPU user time (s): 1296.48
CPU system time (s): 3.56446
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 602784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1296.48
system time used= 3.56446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1464288
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= 3
involuntary context switches= 15033

runsolver used 4.82227 second user time and 10.5534 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 06:22:49
IDJOB=3372086
IDBENCH=82392
IDSOLVER=1849
FILE ID=node145/3372086-1305433369
RUNJOBID= node145-1305433369-29892
PBS_JOBID= 13324619
Free space on /tmp= 73624 MiB

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

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1554858889

node145.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.786
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.57
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.786
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	: 5332.76
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.786
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.74
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18414364 kB
Buffers:        308320 kB
Cached:        8378876 kB
SwapCached:          0 kB
Active:        7428800 kB
Inactive:      6751960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18414364 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           52072 kB
Writeback:           0 kB
AnonPages:     5492580 kB
Mapped:          27540 kB
Slab:           256760 kB
PageTables:      34548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79381184 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= 73480 MiB
End job on node145 at 2011-05-15 06:44:31