Trace number 3291609

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 1300.03

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

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-3291609-1303785447/watcher-3291609-1303785447 -o /tmp/evaluation-result-3291609-1303785447/solver-3291609-1303785447 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3291609-1303785447.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: 1.21 1.64 2.60 5/193 13863
/proc/meminfo: memFree=22872172/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=11800 CPUtime=0 cores=0,2
/proc/13863/stat : 13863 (runsolver) R 13861 13863 12230 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 490143036 12083200 51 33554432000 4194304 5434984 140737224984736 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/13863/statm: 2950 51 31 303 0 2644 0

[startup+0.029927 s]
/proc/loadavg: 1.21 1.64 2.60 5/193 13863
/proc/meminfo: memFree=22872172/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=38576 CPUtime=0.01 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 4373 0 0 0 1 0 0 0 21 0 1 0 490143036 39501824 4280 33554432000 4194304 4309791 140733968490096 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 9644 4287 215 29 0 6273 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38576

[startup+0.100913 s]
/proc/loadavg: 1.21 1.64 2.60 5/193 13863
/proc/meminfo: memFree=22872172/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=94692 CPUtime=0.08 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 16720 0 0 0 6 2 0 0 21 0 1 0 490143036 96964608 16238 33554432000 4194304 4309791 140733968490096 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 23673 16245 215 29 0 20302 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 94692

[startup+0.300838 s]
/proc/loadavg: 1.21 1.64 2.60 5/193 13863
/proc/meminfo: memFree=22872172/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=174564 CPUtime=0.29 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 31796 0 0 0 24 5 0 0 22 0 1 0 490143036 178753536 31123 33554432000 4194304 4309791 140733968490096 18446744073709551615 4262064 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 43641 31124 217 29 0 40270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 174564

[startup+1.45267 s]
/proc/loadavg: 1.21 1.64 2.60 5/193 13863
/proc/meminfo: memFree=22872172/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=246080 CPUtime=1.44 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 51643 0 0 0 136 8 0 0 25 0 1 0 490143036 251985920 48425 33554432000 4194304 4309791 140733968490096 18446744073709551615 4262563 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 61520 48426 217 29 0 58149 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 246080

[startup+1.50066 s]
/proc/loadavg: 1.21 1.64 2.60 5/193 13863
/proc/meminfo: memFree=22872172/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=247532 CPUtime=1.48 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 52178 0 0 0 140 8 0 0 25 0 1 0 490143036 253472768 48931 33554432000 4194304 4309791 140733968490096 18446744073709551615 255376970146 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 61883 48931 217 29 0 58512 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 247532

[startup+3.10039 s]
/proc/loadavg: 1.44 1.68 2.61 5/194 13864
/proc/meminfo: memFree=22580648/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=323496 CPUtime=3.09 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 70658 0 0 0 298 11 0 0 25 0 1 0 490143036 331259904 63980 33554432000 4194304 4309791 140733968490096 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 80874 63980 217 29 0 77503 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323496

[startup+6.30079 s]
/proc/loadavg: 1.44 1.68 2.61 5/194 13864
/proc/meminfo: memFree=22532268/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=430784 CPUtime=6.29 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 99573 0 0 0 611 18 0 0 25 0 1 0 490143036 441122816 89141 33554432000 4194304 4309791 140733968490096 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 107696 89141 223 29 0 104325 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 430784

[startup+12.7006 s]
/proc/loadavg: 1.64 1.72 2.62 5/194 13864
/proc/meminfo: memFree=22440276/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=530504 CPUtime=12.67 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 124883 0 0 0 1247 20 0 0 25 0 1 0 490143036 543236096 112165 33554432000 4194304 4309791 140733968490096 18446744073709551615 4212127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 132626 112166 225 29 0 129255 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 530504

[startup+25.5002 s]
/proc/loadavg: 2.16 1.83 2.64 5/194 13864
/proc/meminfo: memFree=22483068/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=416648 CPUtime=25.48 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 162001 0 0 0 2520 28 0 0 25 0 1 0 490143036 426647552 88710 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 104162 88710 245 29 0 100791 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 416648

[startup+51.1005 s]
/proc/loadavg: 2.93 2.03 2.68 5/194 13865
/proc/meminfo: memFree=22455932/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=416648 CPUtime=51.07 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 162484 0 0 0 5079 28 0 0 25 0 1 0 490143036 426647552 89182 33554432000 4194304 4309791 140733968490096 18446744073709551615 4253440 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 104162 89182 245 29 0 100791 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 416648

[startup+102.301 s]
/proc/loadavg: 3.53 2.33 2.75 5/194 13866
/proc/meminfo: memFree=22415772/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=416648 CPUtime=102.27 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 169723 0 0 0 10197 30 0 0 25 0 1 0 490143036 426647552 88875 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 104162 88875 245 29 0 100791 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 416648

[startup+162.301 s]
/proc/loadavg: 3.86 2.65 2.83 5/194 13868
/proc/meminfo: memFree=22372104/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=162.28 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 177383 0 0 0 16196 32 0 0 25 0 1 0 490143036 424800256 89005 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 89005 245 29 0 100340 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 414844

[startup+222.301 s]
/proc/loadavg: 3.95 2.89 2.90 5/194 13869
/proc/meminfo: memFree=22353308/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=445192 CPUtime=222.28 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 185636 0 0 0 22194 34 0 0 25 0 1 0 490143036 455876608 96032 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 111298 96032 245 29 0 107927 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 445192

[startup+282.301 s]
/proc/loadavg: 3.98 3.09 2.97 5/194 13871
/proc/meminfo: memFree=22346588/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=433816 CPUtime=282.27 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 195335 0 0 0 28191 36 0 0 25 0 1 0 490143036 444227584 90884 33554432000 4194304 4309791 140733968490096 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 108454 90884 245 29 0 105083 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 433816

[startup+342.301 s]
/proc/loadavg: 3.99 3.25 3.03 5/194 13873
/proc/meminfo: memFree=22324984/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=342.28 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 203802 0 0 0 34188 40 0 0 25 0 1 0 490143036 424800256 90066 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 90066 245 29 0 100340 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 414844

[startup+402.3 s]
/proc/loadavg: 3.99 3.39 3.09 5/194 13874
/proc/meminfo: memFree=22317276/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=402.27 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 213084 0 0 0 40185 42 0 0 25 0 1 0 490143036 424800256 90581 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 90581 245 29 0 100340 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 414844

[startup+462.3 s]
/proc/loadavg: 4.11 3.53 3.15 5/194 13876
/proc/meminfo: memFree=22248300/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=464164 CPUtime=462.28 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 221317 0 0 0 46184 44 0 0 25 0 1 0 490143036 475303936 98798 33554432000 4194304 4309791 140733968490096 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 116041 98798 245 29 0 112670 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 464164

[startup+522.3 s]
/proc/loadavg: 4.04 3.61 3.20 5/194 13877
/proc/meminfo: memFree=22322044/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=522.28 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 223057 0 0 0 52183 45 0 0 25 0 1 0 490143036 424800256 90581 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 90581 245 29 0 100340 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 414844

[startup+582.301 s]
/proc/loadavg: 4.01 3.68 3.25 5/194 13879
/proc/meminfo: memFree=22318416/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=582.27 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 223057 0 0 0 58182 45 0 0 25 0 1 0 490143036 424800256 90581 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 90581 245 29 0 100340 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 414844

[startup+642.307 s]
/proc/loadavg: 4.00 3.73 3.29 5/194 13881
/proc/meminfo: memFree=22257632/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=464164 CPUtime=642.27 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 232469 0 0 0 64181 46 0 0 25 0 1 0 490143036 475303936 99948 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 116041 99948 245 29 0 112670 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 464164

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 3.33 5/194 13882
/proc/meminfo: memFree=22274596/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=702.27 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 232934 0 0 0 70180 47 0 0 25 0 1 0 490143036 424800256 90581 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 90581 245 29 0 100340 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 414844

[startup+762.301 s]
/proc/loadavg: 4.00 3.82 3.37 5/194 13884
/proc/meminfo: memFree=22214924/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=464164 CPUtime=762.27 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 241530 0 0 0 76179 48 0 0 25 0 1 0 490143036 475303936 99151 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 116041 99151 245 29 0 112670 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 464164

[startup+822.301 s]
/proc/loadavg: 4.00 3.85 3.41 5/194 13885
/proc/meminfo: memFree=22245392/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=464164 CPUtime=822.27 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 243323 0 0 0 82178 49 0 0 25 0 1 0 490143036 475303936 100915 33554432000 4194304 4309791 140733968490096 18446744073709551615 4276779 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 116041 100915 245 29 0 112670 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 464164

[startup+882.301 s]
/proc/loadavg: 4.00 3.87 3.44 5/194 13887
/proc/meminfo: memFree=22276496/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=882.26 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 243830 0 0 0 88177 49 0 0 25 0 1 0 490143036 424800256 90581 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 90581 245 29 0 100340 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 414844

[startup+942.3 s]
/proc/loadavg: 4.00 3.89 3.48 5/194 13889
/proc/meminfo: memFree=22275228/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=464164 CPUtime=942.26 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 252387 0 0 0 94176 50 0 0 25 0 1 0 490143036 475303936 99122 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 116041 99122 245 29 0 112670 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 464164

[startup+1002.3 s]
/proc/loadavg: 4.04 3.92 3.51 5/194 13890
/proc/meminfo: memFree=22255992/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=464164 CPUtime=1002.26 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 254029 0 0 0 100174 52 0 0 25 0 1 0 490143036 475303936 100724 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 116041 100724 245 29 0 112670 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 464164

[startup+1062.3 s]
/proc/loadavg: 4.06 3.95 3.54 5/194 13892
/proc/meminfo: memFree=22314368/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=1062.26 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 255610 0 0 0 106173 53 0 0 25 0 1 0 490143036 424800256 90581 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 90581 245 29 0 100340 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 414844

[startup+1122.3 s]
/proc/loadavg: 4.13 3.99 3.58 5/194 13893
/proc/meminfo: memFree=22239824/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=414844 CPUtime=1122.26 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 255610 0 0 0 112173 53 0 0 25 0 1 0 490143036 424800256 90581 33554432000 4194304 4309791 140733968490096 18446744073709551615 4276348 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 103711 90581 245 29 0 100340 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 414844

[startup+1182.3 s]
/proc/loadavg: 4.08 4.00 3.61 5/194 13895
/proc/meminfo: memFree=22253456/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=464164 CPUtime=1182.26 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 264434 0 0 0 118172 54 0 0 25 0 1 0 490143036 475303936 99387 33554432000 4194304 4309791 140733968490096 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 116041 99387 245 29 0 112670 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 464164

[startup+1242.3 s]
/proc/loadavg: 3.87 3.97 3.62 4/188 13914
/proc/meminfo: memFree=22439936/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=464164 CPUtime=1242.25 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 266313 0 0 0 124170 55 0 0 25 0 1 0 490143036 475303936 101234 33554432000 4194304 4309791 140733968490096 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 116041 101234 245 29 0 112670 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 464164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.31 3.79 3.58 2/178 13951
/proc/meminfo: memFree=22788324/32951124 swapFree=67111524/67111528
[pid=13863] ppid=13861 vsize=494984 CPUtime=1299.96 cores=0,2
/proc/13863/stat : 13863 (glueminisat) R 13861 13863 12230 0 -1 4202496 268038 0 0 0 129940 56 0 0 25 0 1 0 490143036 506863616 102936 33554432000 4194304 4309791 140733968490096 18446744073709551615 4275118 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13863/statm: 123746 102936 245 29 0 120375 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 494984

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
CPU user time (s): 1299.41
CPU system time (s): 0.59091
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 550400

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

runsolver used 2.27465 second user time and 4.81727 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 04:37:32
IDJOB=3291609
IDBENCH=84238
IDSOLVER=1650
FILE ID=node135/3291609-1303785447
RUNJOBID= node135-1303785447-13820
PBS_JOBID= 13157209
Free space on /tmp= 71528 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291609-1303785447/watcher-3291609-1303785447 -o /tmp/evaluation-result-3291609-1303785447/solver-3291609-1303785447 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3291609-1303785447.cnf

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1956574910

node135.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.851
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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22872452 kB
Buffers:       1826872 kB
Cached:        7322932 kB
SwapCached:          4 kB
Active:         940784 kB
Inactive:      8556964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22872452 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          109196 kB
Writeback:           0 kB
AnonPages:      347032 kB
Mapped:          15404 kB
Slab:           517852 kB
PageTables:       6080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   566032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71572 MiB
End job on node135 at 2011-04-26 04:59:14