Trace number 3285675

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
glueminisat 2.2.5? (TO) 1300.07 1300.02

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: 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-3285675-1303764949/watcher-3285675-1303764949 -o /tmp/evaluation-result-3285675-1303764949/solver-3285675-1303764949 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3285675-1303764949.cnf 

running on 2 cores: 1,3

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: 2.01 3.43 3.68 4/186 27719
/proc/meminfo: memFree=14014032/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=20624 CPUtime=0 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 926 0 0 0 0 0 0 0 20 0 1 0 488092048 21118976 866 33554432000 4194304 4309791 140733717319040 18446744073709551615 4200824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 5156 866 217 29 0 1785 0

[startup+0.0633351 s]
/proc/loadavg: 2.01 3.43 3.68 4/186 27719
/proc/meminfo: memFree=14014032/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=32164 CPUtime=0.05 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 4463 0 0 0 5 0 0 0 20 0 1 0 488092048 32935936 4029 33554432000 4194304 4309791 140733717319040 18446744073709551615 4294526 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 8041 4031 217 29 0 4670 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32164

[startup+0.10033 s]
/proc/loadavg: 2.01 3.43 3.68 4/186 27719
/proc/meminfo: memFree=14014032/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=39928 CPUtime=0.09 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 6811 0 0 0 8 1 0 0 20 0 1 0 488092048 40886272 6091 33554432000 4194304 4309791 140733717319040 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 9982 6093 217 29 0 6611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39928

[startup+0.300291 s]
/proc/loadavg: 2.01 3.43 3.68 4/186 27719
/proc/meminfo: memFree=14014032/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=69536 CPUtime=0.29 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 14080 0 0 0 27 2 0 0 21 0 1 0 488092048 71204864 12145 33554432000 4194304 4309791 140733717319040 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 17384 12145 221 29 0 14013 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69536

[startup+0.700216 s]
/proc/loadavg: 2.01 3.43 3.68 4/186 27719
/proc/meminfo: memFree=14014032/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=64500 CPUtime=0.69 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 17602 0 0 0 66 3 0 0 22 0 1 0 488092048 66048000 11520 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 16125 11520 234 29 0 12754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64500

[startup+1.50106 s]
/proc/loadavg: 2.01 3.43 3.68 5/187 27720
/proc/meminfo: memFree=13901952/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=64500 CPUtime=1.49 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 17779 0 0 0 146 3 0 0 25 0 1 0 488092048 66048000 11697 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 16125 11697 244 29 0 12754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64500

[startup+3.10075 s]
/proc/loadavg: 2.01 3.43 3.68 5/187 27720
/proc/meminfo: memFree=13853924/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=68920 CPUtime=3.09 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 18206 0 0 0 306 3 0 0 25 0 1 0 488092048 70574080 12123 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 17230 12123 244 29 0 13859 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68920

[startup+6.30114 s]
/proc/loadavg: 2.16 3.44 3.68 5/190 27726
/proc/meminfo: memFree=13719412/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=68920 CPUtime=6.29 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 19000 0 0 0 626 3 0 0 25 0 1 0 488092048 70574080 12916 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275457 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 17230 12916 244 29 0 13859 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68920

[startup+12.7009 s]
/proc/loadavg: 2.39 3.46 3.69 5/190 27726
/proc/meminfo: memFree=13041232/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=87776 CPUtime=12.69 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 21436 0 0 0 1265 4 0 0 25 0 1 0 488092048 89882624 15345 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 21944 15345 246 29 0 18573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87776

[startup+25.5005 s]
/proc/loadavg: 2.75 3.49 3.70 5/190 27727
/proc/meminfo: memFree=12894440/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=106744 CPUtime=25.49 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 24583 0 0 0 2545 4 0 0 25 0 1 0 488092048 109305856 18491 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 26686 18491 246 29 0 23315 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106744

[startup+51.1006 s]
/proc/loadavg: 3.17 3.53 3.70 5/190 27728
/proc/meminfo: memFree=12972676/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=87776 CPUtime=51.09 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 39720 0 0 0 5102 7 0 0 25 0 1 0 488092048 89882624 16923 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 21944 16923 246 29 0 18573 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 87776

[startup+102.307 s]
/proc/loadavg: 3.67 3.61 3.72 5/190 27729
/proc/meminfo: memFree=12714452/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=187652 CPUtime=102.3 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 56125 0 0 0 10221 9 0 0 25 0 1 0 488092048 192155648 33306 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 46913 33306 246 29 0 43542 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 187652

[startup+162.3 s]
/proc/loadavg: 3.87 3.67 3.73 5/190 27730
/proc/meminfo: memFree=12687280/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=138368 CPUtime=162.3 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 87157 0 0 0 16214 16 0 0 25 0 1 0 488092048 141688832 29077 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 34592 29077 246 29 0 31221 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 138368

[startup+222.301 s]
/proc/loadavg: 3.95 3.73 3.74 5/190 27732
/proc/meminfo: memFree=12556440/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=270476 CPUtime=222.3 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 105741 0 0 0 22210 20 0 0 25 0 1 0 488092048 276967424 47646 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275457 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 67619 47646 246 29 0 64248 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 270476

[startup+282.3 s]
/proc/loadavg: 3.98 3.77 3.76 5/190 27734
/proc/meminfo: memFree=12151812/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=404208 CPUtime=282.3 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 125130 0 0 0 28207 23 0 0 25 0 1 0 488092048 413908992 67018 33554432000 4194304 4309791 140733717319040 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 101052 67018 246 29 0 97681 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 404208

[startup+342.301 s]
/proc/loadavg: 3.99 3.81 3.77 5/190 27744
/proc/meminfo: memFree=12739556/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=191260 CPUtime=342.31 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 150682 0 0 0 34203 28 0 0 25 0 1 0 488092048 195850240 33706 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 47815 33706 246 29 0 44444 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 191260

[startup+402.3 s]
/proc/loadavg: 3.99 3.84 3.78 5/190 27746
/proc/meminfo: memFree=12373740/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=273632 CPUtime=402.3 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 168192 0 0 0 40199 31 0 0 25 0 1 0 488092048 280199168 51190 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 68408 51190 246 29 0 65037 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 273632

[startup+462.301 s]
/proc/loadavg: 3.99 3.87 3.79 5/190 27747
/proc/meminfo: memFree=12016100/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=407076 CPUtime=462.3 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 189152 0 0 0 46196 34 0 0 25 0 1 0 488092048 416845824 72129 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 101769 72129 246 29 0 98398 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 407076

[startup+522.3 s]
/proc/loadavg: 4.11 3.92 3.81 5/190 27752
/proc/meminfo: memFree=12274840/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=194208 CPUtime=522.31 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 216279 0 0 0 52192 39 0 0 25 0 1 0 488092048 198868992 34403 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 48552 34403 246 29 0 45181 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 194208

[startup+582.301 s]
/proc/loadavg: 4.04 3.93 3.82 5/190 27754
/proc/meminfo: memFree=12158844/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=275776 CPUtime=582.31 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 231735 0 0 0 58190 41 0 0 25 0 1 0 488092048 282394624 49847 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 68944 49847 246 29 0 65573 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 275776

[startup+642.3 s]
/proc/loadavg: 4.01 3.94 3.83 5/190 27755
/proc/meminfo: memFree=12073632/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=408672 CPUtime=642.32 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 249635 0 0 0 64190 42 0 0 25 0 1 0 488092048 418480128 67732 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 102168 67732 246 29 0 98797 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 408672

[startup+702.301 s]
/proc/loadavg: 4.00 3.95 3.83 5/190 27757
/proc/meminfo: memFree=12179024/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=409080 CPUtime=702.32 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 265626 0 0 0 70187 45 0 0 25 0 1 0 488092048 418897920 83709 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 102270 83709 246 29 0 98899 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 409080

[startup+762.306 s]
/proc/loadavg: 4.07 3.97 3.85 5/190 27758
/proc/meminfo: memFree=12138080/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=625172 CPUtime=762.33 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 286525 0 0 0 76184 49 0 0 25 0 1 0 488092048 640176128 104593 33554432000 4194304 4309791 140733717319040 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 156293 104593 246 29 0 152922 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 625172

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.85 5/190 27760
/proc/meminfo: memFree=12085744/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=196904 CPUtime=822.32 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 321433 0 0 0 82177 55 0 0 25 0 1 0 488092048 201629696 34430 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 49226 34430 246 29 0 45855 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 196904

[startup+882.3 s]
/proc/loadavg: 4.01 3.97 3.86 5/190 27762
/proc/meminfo: memFree=11707404/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=278560 CPUtime=882.32 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 340058 0 0 0 88173 59 0 0 25 0 1 0 488092048 285245440 53040 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 69640 53040 246 29 0 66269 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 278560

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 27763
/proc/meminfo: memFree=12273328/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=279160 CPUtime=942.32 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 351890 0 0 0 94171 61 0 0 25 0 1 0 488092048 285859840 64861 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 69790 64861 246 29 0 66419 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 279160

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 27765
/proc/meminfo: memFree=12250624/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=411596 CPUtime=1002.33 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 364778 0 0 0 100170 63 0 0 25 0 1 0 488092048 421474304 77740 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 102899 77740 246 29 0 99528 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 411596

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 27766
/proc/meminfo: memFree=11766012/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=412628 CPUtime=1062.33 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 384635 0 0 0 106167 66 0 0 25 0 1 0 488092048 422531072 97576 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 103157 97576 246 29 0 99786 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 412628

[startup+1122.3 s]
/proc/loadavg: 4.05 3.99 3.89 5/190 27768
/proc/meminfo: memFree=11312532/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=627684 CPUtime=1122.33 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 399091 0 0 0 112165 68 0 0 25 0 1 0 488092048 642748416 112018 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 156921 112018 246 29 0 153550 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 627684

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.89 5/190 27770
/proc/meminfo: memFree=11294040/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=280772 CPUtime=1182.34 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 439892 0 0 0 118159 75 0 0 25 0 1 0 488092048 287510528 46081 33554432000 4194304 4309791 140733717319040 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 70193 46081 246 29 0 66822 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 280772

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 27771
/proc/meminfo: memFree=12185716/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=281040 CPUtime=1242.34 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 459749 0 0 0 124157 77 0 0 25 0 1 0 488092048 287784960 65923 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 70260 65923 246 29 0 66889 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 281040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.00 3.91 3/186 27775
/proc/meminfo: memFree=12537152/32950928 swapFree=67087032/67111528
[pid=27719] ppid=27717 vsize=413860 CPUtime=1300.04 cores=1,3
/proc/27719/stat : 27719 (glueminisat) R 27717 27719 26622 0 -1 4202496 486245 0 0 0 129923 81 0 0 25 0 1 0 488092048 423792640 92383 33554432000 4194304 4309791 140733717319040 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27719/statm: 103465 92383 246 29 0 100094 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 413860

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.24
CPU system time (s): 0.835872
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 758184

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

runsolver used 2.12068 second user time and 4.98124 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-25 22:55:50
IDJOB=3285675
IDBENCH=82392
IDSOLVER=1650
FILE ID=node148/3285675-1303764949
RUNJOBID= node148-1303764949-27685
PBS_JOBID= 13157117
Free space on /tmp= 70560 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285675-1303764949/watcher-3285675-1303764949 -o /tmp/evaluation-result-3285675-1303764949/solver-3285675-1303764949 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3285675-1303764949.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=738310367

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:      14014560 kB
Buffers:       2059492 kB
Cached:       16196452 kB
SwapCached:       5264 kB
Active:        9160424 kB
Inactive:      9211476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14014560 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           58244 kB
Writeback:           0 kB
AnonPages:      111940 kB
Mapped:          13868 kB
Slab:           499272 kB
PageTables:       5920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   312728 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= 70436 MiB
End job on node148 at 2011-04-25 23:17:32