Trace number 1807620

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
minisat2-core 070721? (TO) 1200.11 1200.45

General information on the benchmark

NameCRAFTED/parity-games/
instance_n8_i9_pp_ci_ce.cnf
MD5SUM30af8150f499f8e8270ccf7f0e5a1a0a
Bench CategoryCRAFTED (crafted 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 variables24336
Number of clauses289842
Sum of the clauses size957634
Maximum clause length56
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249577
Number of clauses of size 3140712
Number of clauses of size 476848
Number of clauses of size 517640
Number of clauses of size over 55065

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  24336                                                |
0.00/0.00	|  Number of clauses:    289842                                               |
0.09/0.18	|  Parsing time:         0.16         s                                       |
0.19/0.20	============================[ Search Statistics ]==============================
0.19/0.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.20	===============================================================================
0.19/0.20	|         0 |   24336   289842   957634 |    96614        0    nan |  0.000 % |
0.19/0.26	|       100 |   24319   289842   957634 |   106275       91      6 |  0.075 % |
0.29/0.33	|       251 |   24305   289842   957634 |   116902      235     14 |  0.136 % |
0.29/0.38	|       476 |   24292   289842   957634 |   128593      453     16 |  0.195 % |
0.39/0.47	|       814 |   24292   289842   957634 |   141452      791     19 |  0.193 % |
0.49/0.59	|      1320 |   24279   289842   957634 |   155597     1290     21 |  0.251 % |
0.79/0.84	|      2079 |   24239   289842   957634 |   171157     2028     22 |  0.431 % |
1.09/1.14	|      3219 |   24231   289842   957634 |   188273     3164     24 |  0.477 % |
1.39/1.46	|      4928 |   24220   288275   953523 |   207100     4844     26 |  0.477 % |
2.39/2.45	|      7490 |   24183   288275   953523 |   227810     7387     34 |  0.662 % |
3.79/3.81	|     11336 |   24150   287676   951976 |   250591    11211     35 |  0.781 % |
6.08/6.15	|     17103 |   24138   287290   950976 |   275651    16966     43 |  0.818 % |
10.19/10.21	|     25752 |   24120   287172   950672 |   303216    25607     46 |  0.896 % |
18.38/18.41	|     38726 |   24081   286691   949416 |   333537    38506     51 |  1.064 % |
34.38/34.46	|     58190 |   24074   286328   948486 |   366891    57969     64 |  1.077 % |
59.17/59.22	|     87385 |   24067   286245   948268 |   403580    87158     70 |  1.126 % |
103.46/103.52	|    131175 |   24060   286085   947806 |   443938   130927     84 |  1.192 % |
190.64/190.73	|    196860 |   24042   285843   947167 |   488332   196610     85 |  1.208 % |
349.59/349.71	|    295387 |   24040   285816   947095 |   537165   295134     87 |  1.233 % |
707.20/707.46	|    443176 |   24022   285563   946425 |   590882   442916     91 |  1.290 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1807620-1242159798/watcher-1807620-1242159798 -o /tmp/evaluation-result-1807620-1242159798/solver-1807620-1242159798 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807620-1242159798.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.94 3/64 17321
/proc/meminfo: memFree=730104/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=2636 CPUtime=0
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 512 0 0 0 0 0 0 0 18 0 1 0 244013825 2699264 497 1992294400 134512640 135213614 4294956256 18446744073709551615 134524573 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 659 500 58 171 0 485 0

[startup+0.0975509 s]
/proc/loadavg: 0.99 0.97 0.94 3/64 17321
/proc/meminfo: memFree=730104/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=9588 CPUtime=0.09
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 2158 0 0 0 8 1 0 0 18 0 1 0 244013825 9818112 2143 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 2397 2143 58 171 0 2223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9588

[startup+0.10155 s]
/proc/loadavg: 0.99 0.97 0.94 3/64 17321
/proc/meminfo: memFree=730104/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=9720 CPUtime=0.09
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 2220 0 0 0 8 1 0 0 18 0 1 0 244013825 9953280 2205 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 2430 2206 58 171 0 2256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9720

[startup+0.30157 s]
/proc/loadavg: 0.99 0.97 0.94 3/64 17321
/proc/meminfo: memFree=730104/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=15928 CPUtime=0.29
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 3831 0 0 0 27 2 0 0 19 0 1 0 244013825 16310272 3816 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 3982 3816 78 171 0 3808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15928

[startup+0.701609 s]
/proc/loadavg: 0.99 0.97 0.94 3/64 17321
/proc/meminfo: memFree=730104/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=16588 CPUtime=0.69
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 3977 0 0 0 67 2 0 0 22 0 1 0 244013825 16986112 3962 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 4147 3962 78 171 0 3973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16588

[startup+1.50169 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=714160/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=17248 CPUtime=1.49
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 4152 0 0 0 146 3 0 0 25 0 1 0 244013825 17661952 4137 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 4312 4137 78 171 0 4138 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17248

[startup+3.10185 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=713328/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=18304 CPUtime=3.09
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 4399 0 0 0 306 3 0 0 25 0 1 0 244013825 18743296 4384 1992294400 134512640 135213614 4294956256 18446744073709551615 134526816 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 4576 4384 78 171 0 4402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18304

[startup+6.30116 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=711104/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=20196 CPUtime=6.28
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 4898 0 0 0 625 3 0 0 25 0 1 0 244013825 20680704 4883 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 5049 4883 78 171 0 4875 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20196

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=707712/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=23632 CPUtime=12.68
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 5720 0 0 0 1264 4 0 0 25 0 1 0 244013825 24199168 5705 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 5908 5705 78 171 0 5734 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23632

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=700800/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=30180 CPUtime=25.48
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 7371 0 0 0 2542 6 0 0 25 0 1 0 244013825 30904320 7356 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 7545 7356 78 171 0 7371 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30180

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=690304/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=40996 CPUtime=51.07
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 10046 0 0 0 5098 9 0 0 25 0 1 0 244013825 41979904 10031 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 10249 10031 78 171 0 10075 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40996

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=666496/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=64560 CPUtime=102.26
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 15946 0 0 0 10211 15 0 0 25 0 1 0 244013825 66109440 15931 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 16140 15931 78 171 0 15966 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 64560

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=649152/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=82020 CPUtime=162.25
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 20321 0 0 0 16204 21 0 0 25 0 1 0 244013825 83988480 20306 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 20505 20306 78 171 0 20331 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 82020

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=631616/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=99604 CPUtime=222.22
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 24636 0 0 0 22196 26 0 0 25 0 1 0 244013825 101994496 24621 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 24901 24621 78 171 0 24727 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 99604

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=616832/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=114452 CPUtime=282.22
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 28379 0 0 0 28191 31 0 0 25 0 1 0 244013825 117198848 28364 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 28613 28364 78 171 0 28439 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 114452

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=602880/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=128080 CPUtime=342.2
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 31811 0 0 0 34184 36 0 0 25 0 1 0 244013825 131153920 31796 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 32020 31796 78 171 0 31846 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 128080

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=592576/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=138928 CPUtime=402.18
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 34389 0 0 0 40179 39 0 0 25 0 1 0 244013825 142262272 34374 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 34732 34374 78 171 0 34558 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 138928

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=581120/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=150180 CPUtime=462.16
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 37238 0 0 0 46173 43 0 0 25 0 1 0 244013825 153784320 37223 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 37545 37223 78 171 0 37371 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 150180

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=572160/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=159328 CPUtime=522.14
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 39510 0 0 0 52169 45 0 0 25 0 1 0 244013825 163151872 39495 1992294400 134512640 135213614 4294956256 18446744073709551615 134527425 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 39832 39495 78 171 0 39658 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 159328

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=561984/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=169304 CPUtime=582.13
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 42024 0 0 0 58164 49 0 0 25 0 1 0 244013825 173367296 42009 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 42326 42009 78 171 0 42152 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 169304

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=549696/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=181332 CPUtime=642.11
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 45059 0 0 0 64158 53 0 0 25 0 1 0 244013825 185683968 45044 1992294400 134512640 135213614 4294956256 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 45333 45044 78 171 0 45159 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 181332

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=539264/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=191808 CPUtime=702.1
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 47678 0 0 0 70153 57 0 0 25 0 1 0 244013825 196411392 47663 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 47952 47663 78 171 0 47778 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 191808

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=530880/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=200076 CPUtime=762.08
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 49752 0 0 0 76150 58 0 0 25 0 1 0 244013825 204877824 49737 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 50019 49737 78 171 0 49845 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 200076

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=522624/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=209220 CPUtime=822.06
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 51832 0 0 0 82145 61 0 0 25 0 1 0 244013825 214241280 51817 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 52305 51817 78 171 0 52131 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 209220

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=516096/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=215616 CPUtime=882.04
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 53440 0 0 0 88141 63 0 0 25 0 1 0 244013825 220790784 53425 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 53904 53425 78 171 0 53730 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 215616

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=510144/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=221508 CPUtime=942.03
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 54938 0 0 0 94137 66 0 0 25 0 1 0 244013825 226824192 54923 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 55377 54923 78 171 0 55203 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 221508

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17322
/proc/meminfo: memFree=496704/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=234796 CPUtime=1002.01
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 58270 0 0 0 100132 69 0 0 25 0 1 0 244013825 240431104 58255 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 58699 58255 78 171 0 58525 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 234796

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17324
/proc/meminfo: memFree=487680/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=243932 CPUtime=1061.99
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 60548 0 0 0 106127 72 0 0 25 0 1 0 244013825 249786368 60533 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 60983 60533 78 171 0 60809 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 243932

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17324
/proc/meminfo: memFree=479168/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=252160 CPUtime=1121.98
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 62640 0 0 0 112123 75 0 0 25 0 1 0 244013825 258211840 62625 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 63040 62625 78 171 0 62866 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 252160

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17324
/proc/meminfo: memFree=470464/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=261096 CPUtime=1181.96
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 64856 0 0 0 118119 77 0 0 25 0 1 0 244013825 267362304 64841 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 65274 64841 78 171 0 65100 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 261096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 17324
/proc/meminfo: memFree=467968/2055920 swapFree=4181340/4192956
[pid=17321] ppid=17319 vsize=263348 CPUtime=1200.06
/proc/17321/stat : 17321 (minisat_static) R 17319 17321 17220 0 -1 4194304 65438 0 0 0 119929 77 0 0 25 0 1 0 244013825 269668352 65423 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17321/statm: 65837 65423 78 171 0 65663 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 263348

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): 1200.45
CPU time (s): 1200.11
CPU user time (s): 1199.29
CPU system time (s): 0.814876
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 263348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.29
system time used= 0.814876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65438
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= 2
involuntary context switches= 2067

runsolver used 0.863868 second user time and 2.57861 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-12 22:23:18
IDJOB=1807620
IDBENCH=71798
IDSOLVER=651
FILE ID=node12/1807620-1242159798
PBS_JOBID= 9289731
Free space on /tmp= 66092 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n8_i9_pp_ci_ce.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807620-1242159798/watcher-1807620-1242159798 -o /tmp/evaluation-result-1807620-1242159798/solver-1807620-1242159798 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807620-1242159798.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 30af8150f499f8e8270ccf7f0e5a1a0a
RANDOM SEED=273943055

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        730520 kB
Buffers:         83820 kB
Cached:        1150032 kB
SwapCached:       5448 kB
Active:         217404 kB
Inactive:      1024328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        730520 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:            6976 kB
Writeback:           0 kB
Mapped:          13556 kB
Slab:            69688 kB
Committed_AS:  1027668 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66092 MiB
End job on node12 at 2009-05-12 22:43:21