Trace number 3285629

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.08 1300.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
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 clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
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-3285629-1303764949/watcher-3285629-1303764949 -o /tmp/evaluation-result-3285629-1303764949/solver-3285629-1303764949 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3285629-1303764949.cnf 

running on 2 cores: 0,2

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/180 27707
/proc/meminfo: memFree=14099948/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=20224 CPUtime=0 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 829 0 0 0 0 0 0 0 21 0 1 0 488092019 20709376 769 33554432000 4194304 4309791 140736057763904 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 5077 778 217 29 0 1706 0

[startup+0.077723 s]
/proc/loadavg: 2.01 3.43 3.68 4/180 27707
/proc/meminfo: memFree=14099948/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=34660 CPUtime=0.07 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 4893 0 0 0 7 0 0 0 21 0 1 0 488092019 35491840 4419 33554432000 4194304 4309791 140736057763904 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 8665 4420 217 29 0 5294 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34660

[startup+0.100715 s]
/proc/loadavg: 2.01 3.43 3.68 4/180 27707
/proc/meminfo: memFree=14099948/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=38648 CPUtime=0.09 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 6316 0 0 0 9 0 0 0 21 0 1 0 488092019 39575552 5630 33554432000 4194304 4309791 140736057763904 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 9662 5631 217 29 0 6291 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38648

[startup+0.300677 s]
/proc/loadavg: 2.01 3.43 3.68 4/180 27707
/proc/meminfo: memFree=14099948/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=54996 CPUtime=0.29 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 9999 0 0 0 28 1 0 0 22 0 1 0 488092019 56315904 8896 33554432000 4194304 4309791 140736057763904 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 13749 8896 225 29 0 10378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54996

[startup+0.700606 s]
/proc/loadavg: 2.01 3.43 3.68 4/180 27707
/proc/meminfo: memFree=14099948/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=48300 CPUtime=0.69 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 11050 0 0 0 67 2 0 0 23 0 1 0 488092019 49459200 7532 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 12075 7532 234 29 0 8704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48300

[startup+1.50045 s]
/proc/loadavg: 2.01 3.43 3.68 5/187 27720
/proc/meminfo: memFree=13902080/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=48300 CPUtime=1.49 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 11190 0 0 0 147 2 0 0 25 0 1 0 488092019 49459200 7672 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 12075 7672 234 29 0 8704 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48300

[startup+3.10114 s]
/proc/loadavg: 2.01 3.43 3.68 5/187 27720
/proc/meminfo: memFree=13866632/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=51020 CPUtime=3.09 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 11689 0 0 0 307 2 0 0 25 0 1 0 488092019 52244480 8170 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 12755 8171 244 29 0 9384 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51020

[startup+6.30053 s]
/proc/loadavg: 2.16 3.44 3.68 4/186 27721
/proc/meminfo: memFree=13752552/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=55440 CPUtime=6.29 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 12660 0 0 0 627 2 0 0 25 0 1 0 488092019 56770560 9138 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 13860 9138 244 29 0 10489 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55440

[startup+12.7003 s]
/proc/loadavg: 2.39 3.46 3.69 5/190 27726
/proc/meminfo: memFree=13042472/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=62620 CPUtime=12.69 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 14605 0 0 0 1267 2 0 0 25 0 1 0 488092019 64122880 11082 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275466 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 15655 11082 245 29 0 12284 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62620

[startup+25.5009 s]
/proc/loadavg: 2.75 3.49 3.70 5/190 27727
/proc/meminfo: memFree=12895308/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=93264 CPUtime=25.49 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 19728 0 0 0 2546 3 0 0 25 0 1 0 488092019 95502336 16188 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 23316 16188 245 29 0 19945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93264

[startup+51.1009 s]
/proc/loadavg: 3.17 3.53 3.70 5/190 27727
/proc/meminfo: memFree=12974412/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=93264 CPUtime=51.1 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 37245 0 0 0 5104 6 0 0 25 0 1 0 488092019 95502336 18490 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275209 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 23316 18490 245 29 0 19945 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 93264

[startup+102.307 s]
/proc/loadavg: 3.64 3.60 3.72 5/190 27729
/proc/meminfo: memFree=12715196/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=176448 CPUtime=102.3 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 55491 0 0 0 10221 9 0 0 25 0 1 0 488092019 180682752 36701 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 44112 36701 245 29 0 40741 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 176448

[startup+162.301 s]
/proc/loadavg: 3.87 3.67 3.73 5/190 27730
/proc/meminfo: memFree=12688644/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=177792 CPUtime=162.3 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 88151 0 0 0 16214 16 0 0 25 0 1 0 488092019 182059008 39631 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 44448 39631 245 29 0 41077 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 177792

[startup+222.301 s]
/proc/loadavg: 3.95 3.73 3.74 5/190 27732
/proc/meminfo: memFree=12558796/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=178912 CPUtime=222.3 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 130455 0 0 0 22206 24 0 0 25 0 1 0 488092019 183205888 36636 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 44728 36636 245 29 0 41357 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 178912

[startup+282.301 s]
/proc/loadavg: 3.98 3.77 3.76 5/190 27734
/proc/meminfo: memFree=12153300/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=393120 CPUtime=282.3 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 155606 0 0 0 28202 28 0 0 25 0 1 0 488092019 402554880 61766 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 98280 61766 245 29 0 94909 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 393120

[startup+342.301 s]
/proc/loadavg: 3.99 3.81 3.77 5/190 27744
/proc/meminfo: memFree=12742160/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=131240 CPUtime=342.3 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 184667 0 0 0 34195 35 0 0 25 0 1 0 488092019 134389760 24786 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 32810 24786 245 29 0 29439 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 131240

[startup+402.301 s]
/proc/loadavg: 3.99 3.84 3.78 5/190 27746
/proc/meminfo: memFree=12374856/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=263432 CPUtime=402.3 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 206352 0 0 0 40191 39 0 0 25 0 1 0 488092019 269754368 46450 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 65858 46450 245 29 0 62487 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 263432

[startup+462.3 s]
/proc/loadavg: 3.99 3.87 3.79 5/190 27747
/proc/meminfo: memFree=12017216/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=396592 CPUtime=462.31 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 225854 0 0 0 46187 44 0 0 25 0 1 0 488092019 406110208 65937 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 99148 65937 245 29 0 95777 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 396592

[startup+522.301 s]
/proc/loadavg: 4.11 3.92 3.81 5/190 27752
/proc/meminfo: memFree=12276328/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=397316 CPUtime=522.31 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 244539 0 0 0 52183 48 0 0 25 0 1 0 488092019 406851584 84600 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275392 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 99329 84600 245 29 0 95958 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 397316

[startup+582.3 s]
/proc/loadavg: 4.04 3.93 3.82 5/190 27754
/proc/meminfo: memFree=12160704/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=265388 CPUtime=582.32 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 290697 0 0 0 58175 57 0 0 25 0 1 0 488092019 271757312 47547 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275482 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 66347 47547 245 29 0 62976 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 265388

[startup+642.301 s]
/proc/loadavg: 4.01 3.94 3.83 5/190 27755
/proc/meminfo: memFree=12075244/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=398060 CPUtime=642.32 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 309711 0 0 0 64172 60 0 0 25 0 1 0 488092019 407613440 66544 33554432000 4194304 4309791 140736057763904 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 99515 66544 245 29 0 96144 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 398060

[startup+702.3 s]
/proc/loadavg: 4.00 3.95 3.83 5/190 27757
/proc/meminfo: memFree=12180760/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=398608 CPUtime=702.32 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 329419 0 0 0 70168 64 0 0 25 0 1 0 488092019 408174592 86231 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 99652 86231 245 29 0 96281 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 398608

[startup+762.307 s]
/proc/loadavg: 4.07 3.97 3.84 5/190 27758
/proc/meminfo: memFree=12139444/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=104676 CPUtime=762.32 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 353093 0 0 0 76163 69 0 0 25 0 1 0 488092019 107188224 20911 33554432000 4194304 4309791 140736057763904 18446744073709551615 4276363 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 26169 20911 245 29 0 22798 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 104676

[startup+822.3 s]
/proc/loadavg: 4.02 3.97 3.85 5/190 27760
/proc/meminfo: memFree=12088224/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=267240 CPUtime=822.32 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 384267 0 0 0 82157 75 0 0 25 0 1 0 488092019 273653760 52068 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 66810 52068 245 29 0 63439 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 267240

[startup+882.301 s]
/proc/loadavg: 4.01 3.97 3.86 5/190 27762
/proc/meminfo: memFree=11708892/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=400464 CPUtime=882.32 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 406145 0 0 0 88153 79 0 0 25 0 1 0 488092019 410075136 73933 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 100116 73933 245 29 0 96745 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 400464

[startup+942.3 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 27763
/proc/meminfo: memFree=12275560/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=400920 CPUtime=942.33 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 425968 0 0 0 94149 84 0 0 25 0 1 0 488092019 410542080 93739 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 100230 93739 245 29 0 96859 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 400920

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 27765
/proc/meminfo: memFree=12252608/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=187732 CPUtime=1002.33 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 479202 0 0 0 100139 94 0 0 25 0 1 0 488092019 192237568 31752 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275426 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 46933 31752 245 29 0 43562 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 187732

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 27766
/proc/meminfo: memFree=11768740/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=269560 CPUtime=1062.33 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 501354 0 0 0 106134 99 0 0 25 0 1 0 488092019 276029440 53884 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 67390 53884 245 29 0 64019 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 269560

[startup+1122.3 s]
/proc/loadavg: 4.05 3.99 3.89 5/190 27768
/proc/meminfo: memFree=11313524/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=402096 CPUtime=1122.33 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 528809 0 0 0 112131 102 0 0 25 0 1 0 488092019 411746304 81315 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 100524 81315 245 29 0 97153 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 402096

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.89 5/190 27770
/proc/meminfo: memFree=11295652/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=402228 CPUtime=1182.34 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 543446 0 0 0 118129 105 0 0 25 0 1 0 488092019 411881472 95940 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275118 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 100557 95940 245 29 0 97186 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 402228

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 27771
/proc/meminfo: memFree=12187080/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=617296 CPUtime=1242.34 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 553083 0 0 0 124126 108 0 0 25 0 1 0 488092019 632111104 105562 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 154324 105562 245 29 0 150953 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 617296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.00 3.91 5/190 27773
/proc/meminfo: memFree=11805768/32950928 swapFree=67087032/67111528
[pid=27707] ppid=27705 vsize=618776 CPUtime=1300.05 cores=0,2
/proc/27707/stat : 27707 (glueminisat) R 27705 27707 26622 0 -1 4202496 575440 0 0 0 129893 112 0 0 25 0 1 0 488092019 633626624 127897 33554432000 4194304 4309791 140736057763904 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27707/statm: 154694 127897 245 29 0 151323 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 618776

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.08
CPU user time (s): 1298.93
CPU system time (s): 1.14582
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 746532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.93
system time used= 1.14582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 575440
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= 11
involuntary context switches= 2622

runsolver used 2.30665 second user time and 4.79927 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-25 22:55:50
IDJOB=3285629
IDBENCH=82390
IDSOLVER=1650
FILE ID=node148/3285629-1303764949
RUNJOBID= node148-1303764949-27683
PBS_JOBID= 13157117
Free space on /tmp= 70584 MiB

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

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
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:      14100220 kB
Buffers:       2059456 kB
Cached:       16172432 kB
SwapCached:       5264 kB
Active:        9071432 kB
Inactive:      9215988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14100220 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           35352 kB
Writeback:           0 kB
AnonPages:       52188 kB
Mapped:          13480 kB
Slab:           498492 kB
PageTables:       5920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   199740 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= 70412 MiB
End job on node148 at 2011-04-25 23:17:32