Trace number 3372424

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) 5000.11 5000.07

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: 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-3372424-1305421623/watcher-3372424-1305421623 -o /tmp/evaluation-result-3372424-1305421623/solver-3372424-1305421623 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372424-1305421623.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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.32 5.05 6.81 2/295 22843
/proc/meminfo: memFree=27564340/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=6892 CPUtime=0 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 301 0 0 0 0 0 0 0 25 0 1 0 653760828 7057408 244 33554432000 4194304 4409284 140735263277920 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 1723 244 109 53 0 146 0

[startup+0.104736 s]
/proc/loadavg: 2.32 5.05 6.81 2/295 22843
/proc/meminfo: memFree=27564340/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=14332 CPUtime=0.09 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 2217 0 0 0 9 0 0 0 25 0 1 0 653760828 14675968 2108 33554432000 4194304 4409284 140735263277920 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 3583 2108 113 53 0 2006 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14332

[startup+0.200737 s]
/proc/loadavg: 2.32 5.05 6.81 2/295 22843
/proc/meminfo: memFree=27564340/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=21244 CPUtime=0.19 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 3945 0 0 0 19 0 0 0 25 0 1 0 653760828 21753856 3836 33554432000 4194304 4409284 140735263277920 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 5311 3836 113 53 0 3734 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21244

[startup+0.30071 s]
/proc/loadavg: 2.32 5.05 6.81 2/295 22843
/proc/meminfo: memFree=27564340/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=26000 CPUtime=0.29 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 8928 0 0 0 28 1 0 0 25 0 1 0 653760828 26624000 5036 33554432000 4194304 4409284 140735263277920 18446744073709551615 4276268 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 6500 5036 124 53 0 4923 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26000

[startup+0.700641 s]
/proc/loadavg: 2.32 5.05 6.81 2/295 22843
/proc/meminfo: memFree=27564340/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=32184 CPUtime=0.69 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 11767 0 0 0 67 2 0 0 25 0 1 0 653760828 32956416 6555 33554432000 4194304 4409284 140735263277920 18446744073709551615 4280429 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 8046 6555 129 53 0 6469 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32184

[startup+1.5005 s]
/proc/loadavg: 2.32 5.05 6.81 3/296 22844
/proc/meminfo: memFree=27525776/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=32696 CPUtime=1.49 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 11897 0 0 0 147 2 0 0 25 0 1 0 653760828 33480704 6685 33554432000 4194304 4409284 140735263277920 18446744073709551615 4271968 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 8174 6685 131 53 0 6597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32696

[startup+3.10023 s]
/proc/loadavg: 2.30 5.00 6.79 3/296 22844
/proc/meminfo: memFree=27520196/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=41840 CPUtime=3.09 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 15226 0 0 0 307 2 0 0 25 0 1 0 653760828 42844160 7959 33554432000 4194304 4409284 140735263277920 18446744073709551615 4246157 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 10460 7959 136 53 0 8883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41840

[startup+6.3007 s]
/proc/loadavg: 2.30 5.00 6.79 3/296 22844
/proc/meminfo: memFree=27518472/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=41656 CPUtime=6.29 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 15231 0 0 0 626 3 0 0 25 0 1 0 653760828 42655744 7918 33554432000 4194304 4409284 140735263277920 18446744073709551615 4226372 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 10414 7918 141 53 0 8837 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41656

[startup+12.7006 s]
/proc/loadavg: 2.25 4.90 6.74 3/296 22844
/proc/meminfo: memFree=27504088/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=51820 CPUtime=12.7 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 18795 0 0 0 1265 5 0 0 25 0 1 0 653760828 53063680 11482 33554432000 4194304 4409284 140735263277920 18446744073709551615 4230351 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 12955 11482 141 53 0 11378 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 51820

[startup+25.5005 s]
/proc/loadavg: 2.21 4.81 6.69 3/296 22845
/proc/meminfo: memFree=27480396/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=75184 CPUtime=25.49 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 24863 0 0 0 2542 7 0 0 25 0 1 0 653760828 76988416 17323 33554432000 4194304 4409284 140735263277920 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 18796 17323 141 53 0 17219 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75184

[startup+51.1012 s]
/proc/loadavg: 2.21 4.60 6.57 3/296 22846
/proc/meminfo: memFree=27457348/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=99528 CPUtime=51.09 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 51767 0 0 0 5096 13 0 0 25 0 1 0 653760828 101916672 23441 33554432000 4194304 4409284 140735263277920 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 24882 23441 141 53 0 23305 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99528

[startup+102.301 s]
/proc/loadavg: 2.08 4.16 6.30 3/296 22847
/proc/meminfo: memFree=27358444/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=112300 CPUtime=102.29 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 69974 0 0 0 10207 22 0 0 25 0 1 0 653760828 114995200 26634 33554432000 4194304 4409284 140735263277920 18446744073709551615 4350787 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 28075 26634 141 53 0 26498 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 112300

[startup+162.301 s]
/proc/loadavg: 2.03 3.79 6.05 3/296 22848
/proc/meminfo: memFree=27300380/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=169948 CPUtime=162.29 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 142146 0 0 0 16190 39 0 0 25 0 1 0 653760828 174026752 41014 33554432000 4194304 4409284 140735263277920 18446744073709551615 4230481 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 42487 41014 141 53 0 40910 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 169948

[startup+222.312 s]
/proc/loadavg: 2.01 3.44 5.77 3/296 22850
/proc/meminfo: memFree=27394608/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=130728 CPUtime=222.3 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 204813 0 0 0 22175 55 0 0 25 0 1 0 653760828 133865472 31209 33554432000 4194304 4409284 140735263277920 18446744073709551615 4351874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 32682 31209 141 53 0 31105 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 130728

[startup+282.301 s]
/proc/loadavg: 2.06 3.21 5.56 3/296 22852
/proc/meminfo: memFree=27266732/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=189252 CPUtime=282.29 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 276069 0 0 0 28160 69 0 0 25 0 1 0 653760828 193794048 45840 33554432000 4194304 4409284 140735263277920 18446744073709551615 4305116 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 47313 45840 141 53 0 45736 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 189252

[startup+342.301 s]
/proc/loadavg: 2.02 2.97 5.32 3/296 22853
/proc/meminfo: memFree=27193164/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=263204 CPUtime=342.3 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 364167 0 0 0 34143 87 0 0 25 0 1 0 653760828 269520896 64360 33554432000 4194304 4409284 140735263277920 18446744073709551615 4244297 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 65801 64360 141 53 0 64224 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 263204

[startup+402.301 s]
/proc/loadavg: 2.01 2.81 5.12 3/296 22855
/proc/meminfo: memFree=27260104/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=193280 CPUtime=402.29 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 484871 0 0 0 40118 111 0 0 25 0 1 0 653760828 197918720 46847 33554432000 4194304 4409284 140735263277920 18446744073709551615 4301203 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 48320 46847 141 53 0 46743 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 193280

[startup+462.301 s]
/proc/loadavg: 2.00 2.64 4.91 3/296 22856
/proc/meminfo: memFree=27193744/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=265520 CPUtime=462.3 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 559649 0 0 0 46102 128 0 0 25 0 1 0 653760828 271892480 62479 33554432000 4194304 4409284 140735263277920 18446744073709551615 4244782 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 66380 62479 141 53 0 64803 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 265520

[startup+522.301 s]
/proc/loadavg: 2.00 2.53 4.74 3/296 22858
/proc/meminfo: memFree=27098000/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=388112 CPUtime=522.3 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 626928 0 0 0 52083 147 0 0 25 0 1 0 653760828 397426688 95555 33554432000 4194304 4409284 140735263277920 18446744073709551615 4350763 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 97028 95555 141 53 0 95451 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 388112

[startup+582.301 s]
/proc/loadavg: 2.00 2.43 4.55 3/296 22860
/proc/meminfo: memFree=27027036/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=229268 CPUtime=582.3 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 647956 0 0 0 58077 153 0 0 25 0 1 0 653760828 234770432 55844 33554432000 4194304 4409284 140735263277920 18446744073709551615 4269722 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 57317 55844 141 53 0 55740 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 229268

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/296 23437
/proc/meminfo: memFree=25897820/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1368564 CPUtime=4062.34 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 6567053 0 0 0 405003 1231 0 0 25 0 1 0 653760828 1401409536 340668 33554432000 4194304 4409284 140735263277920 18446744073709551615 4303712 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 342141 340668 141 53 0 340564 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 1368564

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/296 23439
/proc/meminfo: memFree=25494788/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1669164 CPUtime=4122.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 6754228 0 0 0 410982 1251 0 0 25 0 1 0 653760828 1709223936 415818 33554432000 4194304 4409284 140735263277920 18446744073709551615 4358599 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 417291 415818 141 53 0 415714 0
Current children cumulated CPU time (s) 4122.33
Current children cumulated vsize (KiB) 1669164

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/296 23441
/proc/meminfo: memFree=24947416/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=2026100 CPUtime=4182.34 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 6843462 0 0 0 416963 1271 0 0 25 0 1 0 653760828 2074726400 505052 33554432000 4194304 4409284 140735263277920 18446744073709551615 4256910 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 506525 505052 141 53 0 504948 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 2026100

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/296 23442
/proc/meminfo: memFree=25052644/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=2135180 CPUtime=4242.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 6870749 0 0 0 422955 1278 0 0 25 0 1 0 653760828 2186424320 532322 33554432000 4194304 4409284 140735263277920 18446744073709551615 4257019 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 533795 532322 141 53 0 532218 0
Current children cumulated CPU time (s) 4242.33
Current children cumulated vsize (KiB) 2135180

[startup+4302.3 s]
/proc/loadavg: 2.03 2.01 2.03 3/296 23444
/proc/meminfo: memFree=26282424/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=754772 CPUtime=4302.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 6951323 0 0 0 428929 1304 0 0 25 0 1 0 653760828 772886528 187220 33554432000 4194304 4409284 140735263277920 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 188693 187220 141 53 0 187116 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 754772

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/296 23445
/proc/meminfo: memFree=26265536/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=960808 CPUtime=4362.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7002917 0 0 0 434918 1315 0 0 25 0 1 0 653760828 983867392 238729 33554432000 4194304 4409284 140735263277920 18446744073709551615 4256910 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 240202 238729 141 53 0 238625 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 960808

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/296 23447
/proc/meminfo: memFree=25973000/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1166088 CPUtime=4422.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7054237 0 0 0 440909 1324 0 0 25 0 1 0 653760828 1194074112 290049 33554432000 4194304 4409284 140735263277920 18446744073709551615 4351872 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 291522 290049 141 53 0 289945 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 1166088

[startup+4482.3 s]
/proc/loadavg: 2.05 2.01 2.01 3/296 23449
/proc/meminfo: memFree=25463432/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1585716 CPUtime=4482.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7246449 0 0 0 446884 1349 0 0 25 0 1 0 653760828 1623773184 394956 33554432000 4194304 4409284 140735263277920 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 396429 394956 141 53 0 394852 0
Current children cumulated CPU time (s) 4482.33
Current children cumulated vsize (KiB) 1585716

[startup+4542.3 s]
/proc/loadavg: 2.85 2.23 2.08 3/296 29358
/proc/meminfo: memFree=25566416/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1618484 CPUtime=4542.32 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7254641 0 0 0 452875 1357 0 0 25 0 1 0 653760828 1657327616 403148 33554432000 4194304 4409284 140735263277920 18446744073709551615 4256869 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 404621 403148 141 53 0 403044 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 1618484

[startup+4602.3 s]
/proc/loadavg: 2.31 2.18 2.08 3/296 29360
/proc/meminfo: memFree=25822000/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1284016 CPUtime=4602.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7254641 0 0 0 458872 1361 0 0 25 0 1 0 653760828 1314832384 319531 33554432000 4194304 4409284 140735263277920 18446744073709551615 4301405 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 321004 319531 141 53 0 319427 0
Current children cumulated CPU time (s) 4602.33
Current children cumulated vsize (KiB) 1284016

[startup+4662.3 s]
/proc/loadavg: 2.11 2.15 2.07 3/296 29361
/proc/meminfo: memFree=25146416/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=2039392 CPUtime=4662.32 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7478739 0 0 0 464848 1384 0 0 25 0 1 0 653760828 2088337408 508375 33554432000 4194304 4409284 140735263277920 18446744073709551615 4350644 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 509848 508375 141 53 0 508271 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 2039392

[startup+4722.3 s]
/proc/loadavg: 2.04 2.12 2.07 3/296 29363
/proc/meminfo: memFree=24920948/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=2104928 CPUtime=4722.34 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7495123 0 0 0 470845 1389 0 0 25 0 1 0 653760828 2155446272 524759 33554432000 4194304 4409284 140735263277920 18446744073709551615 4245040 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 526232 524759 141 53 0 524655 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 2104928

[startup+4782.3 s]
/proc/loadavg: 2.01 2.09 2.06 3/296 29365
/proc/meminfo: memFree=24431108/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=2104928 CPUtime=4782.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7495123 0 0 0 476841 1392 0 0 25 0 1 0 653760828 2155446272 524759 33554432000 4194304 4409284 140735263277920 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 526232 524759 141 53 0 524655 0
Current children cumulated CPU time (s) 4782.33
Current children cumulated vsize (KiB) 2104928

[startup+4842.31 s]
/proc/loadavg: 2.00 2.07 2.05 3/296 29366
/proc/meminfo: memFree=25058864/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=2105088 CPUtime=4842.34 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7495166 0 0 0 482837 1397 0 0 25 0 1 0 653760828 2155610112 524799 33554432000 4194304 4409284 140735263277920 18446744073709551615 4359857 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 526272 524799 141 53 0 524695 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 2105088

[startup+4902.3 s]
/proc/loadavg: 2.04 2.07 2.05 3/296 29368
/proc/meminfo: memFree=26011012/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=812744 CPUtime=4902.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7529907 0 0 0 488820 1413 0 0 25 0 1 0 653760828 832249856 201713 33554432000 4194304 4409284 140735263277920 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 203186 201713 141 53 0 201609 0
Current children cumulated CPU time (s) 4902.33
Current children cumulated vsize (KiB) 812744

[startup+4962.3 s]
/proc/loadavg: 1.53 1.93 2.00 2/290 29387
/proc/meminfo: memFree=26591044/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1128120 CPUtime=4962.33 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7608751 0 0 0 494806 1427 0 0 25 0 1 0 653760828 1155194880 280557 33554432000 4194304 4409284 140735263277920 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 282030 280557 141 53 0 280453 0
Current children cumulated CPU time (s) 4962.33
Current children cumulated vsize (KiB) 1128120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.29 1.83 1.97 2/290 29389
/proc/meminfo: memFree=26394116/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1324732 CPUtime=5000.04 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7657904 0 0 0 498568 1436 0 0 25 0 1 0 653760828 1356525568 329710 33554432000 4194304 4409284 140735263277920 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 331183 329710 141 53 0 329606 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1324732

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

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

[startup+5000 s]
/proc/loadavg: 1.29 1.83 1.97 2/290 29389
/proc/meminfo: memFree=26394116/32951124 swapFree=63649232/67111528
[pid=22843] ppid=22841 vsize=1324732 CPUtime=5000.04 cores=0,2,4,6
/proc/22843/stat : 22843 (lingeling) R 22841 22843 21663 0 -1 4202496 7657904 0 0 0 498568 1436 0 0 25 0 1 0 653760828 1356525568 329710 33554432000 4194304 4409284 140735263277920 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22843/statm: 331183 329710 141 53 0 329606 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1324732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.07
CPU time (s): 5000.11
CPU user time (s): 4985.69
CPU system time (s): 14.4278
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2399292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4985.69
system time used= 14.4278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7657904
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= 4
involuntary context switches= 12111

runsolver used 14.4408 second user time and 31.0383 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 03:07:03
IDJOB=3372424
IDBENCH=82372
IDSOLVER=1850
FILE ID=node130/3372424-1305421623
RUNJOBID= node130-1305421416-22571
PBS_JOBID= 13324556
Free space on /tmp= 73380 MiB

SOLVER NAME= Lingeling 587f (fixed)
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-3372424-1305421623/watcher-3372424-1305421623 -o /tmp/evaluation-result-3372424-1305421623/solver-3372424-1305421623 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372424-1305421623.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1294305636

node130.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.838
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.67
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.838
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.83
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27564620 kB
Buffers:        268020 kB
Cached:        3689864 kB
SwapCached:      10248 kB
Active:        1299700 kB
Inactive:      3815688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27564620 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           12072 kB
Writeback:           0 kB
AnonPages:     1154992 kB
Mapped:          13868 kB
Slab:           183464 kB
PageTables:      25472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51584308 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= 73456 MiB
End job on node130 at 2011-05-15 04:30:25