Trace number 3309559

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) 5000.2 5000.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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-3309559-1303992381/watcher-3309559-1303992381 -o /tmp/evaluation-result-3309559-1303992381/solver-3309559-1303992381 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3309559-1303992381.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.00 2.00 1.95 3/177 14856
/proc/meminfo: memFree=15591424/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=6892 CPUtime=0 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 302 0 0 0 0 0 0 0 25 0 1 0 510835221 7057408 244 33554432000 4194304 4409164 140733666218208 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 1723 244 109 53 0 146 0

[startup+0.095904 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14856
/proc/meminfo: memFree=15591424/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=14144 CPUtime=0.09 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 2153 0 0 0 9 0 0 0 25 0 1 0 510835221 14483456 2061 33554432000 4194304 4409164 140733666218208 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 3536 2061 113 53 0 1959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14144

[startup+0.100898 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14856
/proc/meminfo: memFree=15591424/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=14144 CPUtime=0.09 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 2153 0 0 0 9 0 0 0 25 0 1 0 510835221 14483456 2061 33554432000 4194304 4409164 140733666218208 18446744073709551615 4200465 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 3536 2061 113 53 0 1959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14144

[startup+0.300862 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14856
/proc/meminfo: memFree=15591424/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=21184 CPUtime=0.29 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 5786 0 0 0 29 0 0 0 25 0 1 0 510835221 21692416 3805 33554432000 4194304 4409164 140733666218208 18446744073709551615 4303663 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 5296 3805 129 53 0 3719 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21184

[startup+0.700779 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14856
/proc/meminfo: memFree=15591424/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=21436 CPUtime=0.69 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 6699 0 0 0 69 0 0 0 25 0 1 0 510835221 21950464 3869 33554432000 4194304 4409164 140733666218208 18446744073709551615 4284560 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 5359 3869 130 53 0 3782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21436

[startup+1.50062 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14857
/proc/meminfo: memFree=15576544/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=21420 CPUtime=1.49 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 6702 0 0 0 149 0 0 0 25 0 1 0 510835221 21934080 3868 33554432000 4194304 4409164 140733666218208 18446744073709551615 4257985 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 5355 3868 133 53 0 3778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21420

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14857
/proc/meminfo: memFree=15571336/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=25468 CPUtime=3.09 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 8790 0 0 0 308 1 0 0 25 0 1 0 510835221 26079232 4894 33554432000 4194304 4409164 140733666218208 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 6367 4894 140 53 0 4790 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25468

[startup+6.30071 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14857
/proc/meminfo: memFree=15569864/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=28680 CPUtime=6.29 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 9594 0 0 0 628 1 0 0 25 0 1 0 510835221 29368320 5698 33554432000 4194304 4409164 140733666218208 18446744073709551615 4257019 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 7170 5698 141 53 0 5593 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28680

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14857
/proc/meminfo: memFree=15541824/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=46808 CPUtime=12.69 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 14152 0 0 0 1266 3 0 0 25 0 1 0 510835221 47931392 10230 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358333 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 11702 10230 141 53 0 10125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46808

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14858
/proc/meminfo: memFree=15530664/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=56780 CPUtime=25.49 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 16763 0 0 0 2544 5 0 0 25 0 1 0 510835221 58142720 12723 33554432000 4194304 4409164 140733666218208 18446744073709551615 4296765 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 14195 12723 141 53 0 12618 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56780

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14858
/proc/meminfo: memFree=15518944/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=66780 CPUtime=51.09 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 36952 0 0 0 5098 11 0 0 25 0 1 0 510835221 68382720 15255 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358526 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 16695 15255 141 53 0 15118 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66780

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14860
/proc/meminfo: memFree=15430512/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=101072 CPUtime=102.3 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 71737 0 0 0 10207 23 0 0 25 0 1 0 510835221 103497728 23796 33554432000 4194304 4409164 140733666218208 18446744073709551615 4256825 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 25268 23796 141 53 0 23691 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101072

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 14861
/proc/meminfo: memFree=15418348/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=128684 CPUtime=162.3 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 139811 0 0 0 16191 39 0 0 25 0 1 0 510835221 131772416 30699 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358326 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 32171 30699 141 53 0 30594 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 128684

[startup+222.3 s]
/proc/loadavg: 2.08 2.03 1.96 3/178 14863
/proc/meminfo: memFree=15378632/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=146704 CPUtime=222.3 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 192031 0 0 0 22175 55 0 0 25 0 1 0 510835221 150224896 35204 33554432000 4194304 4409164 140733666218208 18446744073709551615 4301760 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 36676 35204 141 53 0 35099 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 146704

[startup+282.301 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 14865
/proc/meminfo: memFree=15354404/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=215480 CPUtime=282.3 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 283390 0 0 0 28154 76 0 0 25 0 1 0 510835221 220651520 52430 33554432000 4194304 4409164 140733666218208 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 53870 52430 141 53 0 52293 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 215480

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 14866
/proc/meminfo: memFree=15398904/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=221600 CPUtime=342.31 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 330806 0 0 0 34139 92 0 0 25 0 1 0 510835221 226918400 51405 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358734 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 55400 51405 141 53 0 53823 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 221600

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 14868
/proc/meminfo: memFree=15345564/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=219848 CPUtime=402.3 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 362308 0 0 0 40124 106 0 0 25 0 1 0 510835221 225124352 52192 33554432000 4194304 4409164 140733666218208 18446744073709551615 4221485 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 54962 52192 141 53 0 53385 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 219848

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14869
/proc/meminfo: memFree=15276228/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=209424 CPUtime=462.3 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 395851 0 0 0 46112 118 0 0 25 0 1 0 510835221 214450176 50884 33554432000 4194304 4409164 140733666218208 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 52356 50884 141 53 0 50779 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 209424

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14871
/proc/meminfo: memFree=15289092/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=216400 CPUtime=522.31 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 407420 0 0 0 52106 125 0 0 25 0 1 0 510835221 221593600 52628 33554432000 4194304 4409164 140733666218208 18446744073709551615 4340193 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 54100 52628 141 53 0 52523 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 216400

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14873
/proc/meminfo: memFree=15372620/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=209264 CPUtime=582.31 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 443488 0 0 0 58090 141 0 0 25 0 1 0 510835221 214286336 50876 33554432000 4194304 4409164 140733666218208 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 52316 50876 141 53 0 50739 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 209264

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15166
/proc/meminfo: memFree=14223004/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1354656 CPUtime=4062.45 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4099678 0 0 0 405365 880 0 0 25 0 1 0 510835221 1387167744 335145 33554432000 4194304 4409164 140733666218208 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 338664 335145 141 53 0 337087 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 1354656

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15168
/proc/meminfo: memFree=14204372/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1365092 CPUtime=4122.45 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4120718 0 0 0 411357 888 0 0 25 0 1 0 510835221 1397854208 339801 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 341273 339801 141 53 0 339696 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 1365092

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15170
/proc/meminfo: memFree=13808160/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1760540 CPUtime=4182.46 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4344558 0 0 0 417329 917 0 0 25 0 1 0 510835221 1802792960 438663 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358154 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 440135 438663 141 53 0 438558 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 1760540

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15171
/proc/meminfo: memFree=13808016/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1760540 CPUtime=4242.46 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4344558 0 0 0 423326 920 0 0 25 0 1 0 510835221 1802792960 438663 33554432000 4194304 4409164 140733666218208 18446744073709551615 4256947 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 440135 438663 141 53 0 438558 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 1760540

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15173
/proc/meminfo: memFree=13807860/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1760540 CPUtime=4302.46 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4344558 0 0 0 429322 924 0 0 25 0 1 0 510835221 1802792960 438663 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358318 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 440135 438663 141 53 0 438558 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 1760540

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15174
/proc/meminfo: memFree=13747440/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1760580 CPUtime=4362.46 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4344573 0 0 0 435319 927 0 0 25 0 1 0 510835221 1802833920 438673 33554432000 4194304 4409164 140733666218208 18446744073709551615 4256928 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 440145 438673 141 53 0 438568 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 1760580

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15176
/proc/meminfo: memFree=13801856/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1884600 CPUtime=4422.46 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4375578 0 0 0 441311 935 0 0 25 0 1 0 510835221 1929830400 469678 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358679 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 471150 469678 141 53 0 469573 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 1884600

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15178
/proc/meminfo: memFree=13768344/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1884600 CPUtime=4482.46 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4375578 0 0 0 447308 938 0 0 25 0 1 0 510835221 1929830400 469678 33554432000 4194304 4409164 140733666218208 18446744073709551615 4302975 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 471150 469678 141 53 0 469573 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 1884600

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15179
/proc/meminfo: memFree=14453920/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=1199828 CPUtime=4542.47 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4375578 0 0 0 453306 941 0 0 25 0 1 0 510835221 1228623872 298485 33554432000 4194304 4409164 140733666218208 18446744073709551615 4297471 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 299957 298485 141 53 0 298380 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 1199828

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15181
/proc/meminfo: memFree=13466596/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=2139224 CPUtime=4602.47 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4626820 0 0 0 459278 969 0 0 25 0 1 0 510835221 2190565376 533334 33554432000 4194304 4409164 140733666218208 18446744073709551615 4256842 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 534806 533334 141 53 0 533229 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 2139224

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15182
/proc/meminfo: memFree=13338976/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=2204760 CPUtime=4662.47 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4643204 0 0 0 465273 974 0 0 25 0 1 0 510835221 2257674240 549718 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 551190 549718 141 53 0 549613 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 2204760

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15184
/proc/meminfo: memFree=13338816/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=2204760 CPUtime=4722.48 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4643204 0 0 0 471267 981 0 0 25 0 1 0 510835221 2257674240 549718 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 551190 549718 141 53 0 549613 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 2204760

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15186
/proc/meminfo: memFree=13101572/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=2441496 CPUtime=4782.47 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4702388 0 0 0 477256 991 0 0 25 0 1 0 510835221 2500091904 608902 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 610374 608902 141 53 0 608797 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 2441496

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15187
/proc/meminfo: memFree=13101548/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=2441496 CPUtime=4842.48 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4702388 0 0 0 483251 997 0 0 25 0 1 0 510835221 2500091904 608902 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 610374 608902 141 53 0 608797 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 2441496

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15189
/proc/meminfo: memFree=13098664/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=2441496 CPUtime=4902.48 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4702388 0 0 0 489247 1001 0 0 25 0 1 0 510835221 2500091904 608902 33554432000 4194304 4409164 140733666218208 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 610374 608902 141 53 0 608797 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 2441496

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15190
/proc/meminfo: memFree=12967448/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=2441528 CPUtime=4962.48 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4702402 0 0 0 495246 1002 0 0 25 0 1 0 510835221 2500124672 608910 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358328 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 610382 608910 141 53 0 608805 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 2441528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15191
/proc/meminfo: memFree=13098240/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=2441528 CPUtime=5000.09 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4202496 4702402 0 0 0 499005 1004 0 0 25 0 1 0 510835221 2500124672 608910 33554432000 4194304 4409164 140733666218208 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14856/statm: 610382 608910 141 53 0 608805 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 2441528

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

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

[startup+5000.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15191
/proc/meminfo: memFree=13098240/32950928 swapFree=67087032/67111528
[pid=14856] ppid=14854 vsize=0 CPUtime=5000.19 cores=0,2,4,6
/proc/14856/stat : 14856 (lingeling) R 14854 14856 14579 0 -1 4203524 4702402 0 0 0 499005 1014 0 0 25 0 1 0 510835221 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14856/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.01
CPU time (s): 5000.2
CPU user time (s): 4990.06
CPU system time (s): 10.1465
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2853960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4990.06
system time used= 10.1465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4702402
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= 19734

runsolver used 7.29389 second user time and 15.4536 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 14:06:22
IDJOB=3309559
IDBENCH=82381
IDSOLVER=1693
FILE ID=node148/3309559-1303992381
RUNJOBID= node148-1303987378-14597
PBS_JOBID= 13168727
Free space on /tmp= 71272 MiB

SOLVER NAME= Lingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309559-1303992381/watcher-3309559-1303992381 -o /tmp/evaluation-result-3309559-1303992381/solver-3309559-1303992381 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3309559-1303992381.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1836693987

node148.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.854
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.70
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.854
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.75
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.854
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.83
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.854
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.75
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.854
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.854
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.75
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15591712 kB
Buffers:       2083092 kB
Cached:       14403600 kB
SwapCached:       5264 kB
Active:        7186412 kB
Inactive:      9605956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15591712 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            8192 kB
Writeback:           0 kB
AnonPages:      302256 kB
Mapped:          14268 kB
Slab:           503716 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   468548 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= 71420 MiB
End job on node148 at 2011-04-28 15:29:43