Trace number 1807390

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-simp 070721? (TO) 1200.06 1200.42

General information on the benchmark

NameCRAFTED/parity-games/
instance_n7_i8_pp_ci_ce.cnf
MD5SUM545e53eb1c10ff91f4e2e16d7a8c9f9f
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 variables14896
Number of clauses153982
Sum of the clauses size505834
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 228700
Number of clauses of size 372038
Number of clauses of size 440118
Number of clauses of size 510080
Number of clauses of size over 53046

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:  14896                                                |
0.00/0.00	|  Number of clauses:    153982                                               |
0.09/0.17	|  Parsing time:         0.16         s                                       |
0.59/0.63	============================[ Search Statistics ]==============================
0.59/0.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.63	===============================================================================
0.59/0.63	|         0 |   10171   127226   420944 |    42408        0    nan |  0.000 % |
0.59/0.67	|       100 |   10170   127226   420944 |    46649       99      8 |  1.886 % |
0.69/0.71	|       251 |   10170   127226   420944 |    51314      250     11 |  1.886 % |
0.69/0.76	|       478 |   10170   127226   420944 |    56445      477     13 |  1.886 % |
0.79/0.83	|       816 |   10170   127226   420944 |    62090      815     18 |  1.886 % |
0.89/0.90	|      1322 |   10170   127226   420944 |    68299     1321     20 |  1.886 % |
0.99/1.03	|      2082 |   10170   127226   420944 |    75129     2081     26 |  1.888 % |
1.19/1.23	|      3223 |   10170   127220   420932 |    82642     3222     27 |  1.886 % |
1.49/1.55	|      4931 |   10170   127220   420932 |    90906     4930     33 |  1.886 % |
2.09/2.19	|      7493 |   10170   127220   420932 |    99997     7492     35 |  1.886 % |
3.69/3.72	|     11337 |   10170   127220   420932 |   109997    11336     46 |  1.886 % |
5.59/5.60	|     17103 |   10170   127220   420932 |   120996    17102     45 |  1.886 % |
9.69/9.74	|     25755 |   10170   127220   420932 |   133096    25754     46 |  1.886 % |
17.89/17.91	|     38729 |   10170   127220   420932 |   146406    38728     46 |  1.887 % |
39.58/39.62	|     58193 |   10170   127220   420932 |   161046    58192     46 |  1.886 % |
77.46/77.50	|     87385 |   10170   127220   420932 |   177151    87384     46 |  1.887 % |
148.84/148.95	|    131174 |   10170   127220   420932 |   194866   131173     48 |  1.886 % |
297.10/297.29	|    196862 |   10170   127220   420932 |   214353   196861     48 |  1.887 % |
449.56/449.74	|    295391 |   10170   127220   420932 |   235788   106451     80 |  1.886 % |
655.79/656.01	|    443181 |   10170   127220   420932 |   259367    45001     62 |  1.886 % |
1110.26/1110.69	|    664865 |   10170   127220   420932 |   285304    31621     55 |  1.886 % |

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-1807390-1242157603/watcher-1807390-1242157603 -o /tmp/evaluation-result-1807390-1242157603/solver-1807390-1242157603 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807390-1242157603.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: 1.01 0.98 0.99 3/64 17108
/proc/meminfo: memFree=1041200/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=2660 CPUtime=0
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 545 0 0 0 0 0 0 0 18 0 1 0 243793513 2723840 530 1992294400 134512640 135243866 4294956256 18446744073709551615 134553517 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 710 532 65 178 0 530 0

[startup+0.039412 s]
/proc/loadavg: 1.01 0.98 0.99 3/64 17108
/proc/meminfo: memFree=1041200/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=5808 CPUtime=0.03
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 1242 0 0 0 3 0 0 0 18 0 1 0 243793513 5947392 1227 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 1452 1227 65 178 0 1272 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5808

[startup+0.101418 s]
/proc/loadavg: 1.01 0.98 0.99 3/64 17108
/proc/meminfo: memFree=1041200/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=9112 CPUtime=0.09
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 2080 0 0 0 9 0 0 0 18 0 1 0 243793513 9330688 2065 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 2278 2065 65 178 0 2098 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9112

[startup+0.30144 s]
/proc/loadavg: 1.01 0.98 0.99 3/64 17108
/proc/meminfo: memFree=1041200/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=13568 CPUtime=0.29
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 3128 0 0 0 28 1 0 0 19 0 1 0 243793513 13893632 3113 1992294400 134512640 135243866 4294956256 18446744073709551615 134535464 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 3392 3113 80 178 0 3212 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13568

[startup+0.701486 s]
/proc/loadavg: 1.01 0.98 0.99 3/64 17108
/proc/meminfo: memFree=1041200/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=13696 CPUtime=0.69
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 3623 0 0 0 68 1 0 0 22 0 1 0 243793513 14024704 3227 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 3424 3227 86 178 0 3244 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13696

[startup+1.50258 s]
/proc/loadavg: 1.01 0.98 0.99 2/65 17109
/proc/meminfo: memFree=1028264/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=13696 CPUtime=1.49
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 3624 0 0 0 148 1 0 0 25 0 1 0 243793513 14024704 3228 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 3424 3228 87 178 0 3244 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13696

[startup+3.10176 s]
/proc/loadavg: 1.01 0.98 0.99 2/65 17109
/proc/meminfo: memFree=1028136/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=13696 CPUtime=3.09
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 3624 0 0 0 308 1 0 0 25 0 1 0 243793513 14024704 3228 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 3424 3228 87 178 0 3244 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13696

[startup+6.30113 s]
/proc/loadavg: 1.01 0.98 0.99 2/65 17109
/proc/meminfo: memFree=1027624/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=14848 CPUtime=6.29
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 3913 0 0 0 627 2 0 0 25 0 1 0 243793513 15204352 3517 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 3712 3517 87 178 0 3532 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14848

[startup+12.7019 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=1024752/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=17584 CPUtime=12.69
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 4584 0 0 0 1267 2 0 0 25 0 1 0 243793513 18006016 4188 1992294400 134512640 135243866 4294956256 18446744073709551615 134556161 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 4396 4188 87 178 0 4216 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17584

[startup+25.5013 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=1021232/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=21140 CPUtime=25.48
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 5454 0 0 0 2544 4 0 0 25 0 1 0 243793513 21647360 5058 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 5285 5058 87 178 0 5105 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21140

[startup+51.1013 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=1016176/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=26324 CPUtime=51.07
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 6751 0 0 0 5102 5 0 0 25 0 1 0 243793513 26955776 6355 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 6581 6355 87 178 0 6401 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26324

[startup+102.305 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=1007600/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=34768 CPUtime=102.26
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 8846 0 0 0 10219 7 0 0 25 0 1 0 243793513 35602432 8450 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 8692 8450 87 178 0 8512 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34768

[startup+162.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=999600/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=42736 CPUtime=162.24
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 10846 0 0 0 16215 9 0 0 25 0 1 0 243793513 43761664 10450 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 10684 10450 87 178 0 10504 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 42736

[startup+222.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=993456/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=49132 CPUtime=222.22
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 12362 0 0 0 22212 10 0 0 25 0 1 0 243793513 50311168 11966 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 12283 11966 87 178 0 12103 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49132

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=987440/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=55232 CPUtime=282.21
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 13889 0 0 0 28208 13 0 0 25 0 1 0 243793513 56557568 13493 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 13808 13493 87 178 0 13628 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 55232

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=980720/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=62080 CPUtime=342.19
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 15526 0 0 0 34204 15 0 0 25 0 1 0 243793513 63569920 15130 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 15520 15130 87 178 0 15340 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 62080

[startup+402.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=979440/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=63268 CPUtime=402.17
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 15844 0 0 0 40201 16 0 0 25 0 1 0 243793513 64786432 15448 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 15817 15448 87 178 0 15637 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 63268

[startup+462.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=979504/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=63460 CPUtime=462.15
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 15866 0 0 0 46199 16 0 0 25 0 1 0 243793513 64983040 15470 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 15865 15470 87 178 0 15685 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 63460

[startup+522.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=970224/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=72964 CPUtime=522.14
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 18253 0 0 0 52195 19 0 0 25 0 1 0 243793513 74715136 17857 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 18241 17857 87 178 0 18061 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 72964

[startup+582.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=955568/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=87496 CPUtime=582.11
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 21892 0 0 0 58188 23 0 0 25 0 1 0 243793513 89595904 21496 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 21874 21496 87 178 0 21694 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 87496

[startup+642.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=945136/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=97672 CPUtime=642.1
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24441 0 0 0 64184 26 0 0 25 0 1 0 243793513 100016128 24045 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24418 24045 87 178 0 24238 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 97672

[startup+702.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=945136/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=97672 CPUtime=702.08
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24441 0 0 0 70182 26 0 0 25 0 1 0 243793513 100016128 24045 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24418 24045 87 178 0 24238 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 97672

[startup+762.305 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=945072/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=97672 CPUtime=762.06
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24442 0 0 0 76180 26 0 0 25 0 1 0 243793513 100016128 24046 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24418 24046 87 178 0 24238 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 97672

[startup+822.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17109
/proc/meminfo: memFree=944944/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=97904 CPUtime=822.04
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24477 0 0 0 82178 26 0 0 25 0 1 0 243793513 100253696 24081 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24476 24081 87 178 0 24296 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 97904

[startup+882.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17115
/proc/meminfo: memFree=944624/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=98064 CPUtime=882.02
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24521 0 0 0 88176 26 0 0 25 0 1 0 243793513 100417536 24125 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24516 24125 87 178 0 24336 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 98064

[startup+942.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17115
/proc/meminfo: memFree=944688/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=98184 CPUtime=942.01
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24552 0 0 0 94174 27 0 0 25 0 1 0 243793513 100540416 24156 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24546 24156 87 178 0 24366 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 98184

[startup+1002.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17115
/proc/meminfo: memFree=944496/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=98372 CPUtime=1001.99
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24590 0 0 0 100172 27 0 0 25 0 1 0 243793513 100732928 24194 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24593 24194 87 178 0 24413 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 98372

[startup+1062.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17115
/proc/meminfo: memFree=944240/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=98816 CPUtime=1061.97
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24697 0 0 0 106170 27 0 0 25 0 1 0 243793513 101187584 24301 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24704 24301 87 178 0 24524 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 98816

[startup+1122.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17115
/proc/meminfo: memFree=943792/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=99180 CPUtime=1121.96
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24786 0 0 0 112169 27 0 0 25 0 1 0 243793513 101560320 24390 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24795 24390 87 178 0 24615 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 99180

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17115
/proc/meminfo: memFree=943728/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=99180 CPUtime=1181.94
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24786 0 0 0 118167 27 0 0 25 0 1 0 243793513 101560320 24390 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24795 24390 87 178 0 24615 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 99180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 17115
/proc/meminfo: memFree=943728/2055920 swapFree=4121024/4192956
[pid=17108] ppid=17106 vsize=99180 CPUtime=1200.03
/proc/17108/stat : 17108 (minisat_static) R 17106 17108 16661 0 -1 4194304 24786 0 0 0 119976 27 0 0 25 0 1 0 243793513 101560320 24390 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/17108/statm: 24795 24390 87 178 0 24615 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 99180

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.42
CPU time (s): 1200.06
CPU user time (s): 1199.77
CPU system time (s): 0.289955
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 99180

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

runsolver used 0.970852 second user time and 2.6236 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-12 21:46:43
IDJOB=1807390
IDBENCH=71621
IDSOLVER=568
FILE ID=node20/1807390-1242157603
PBS_JOBID= 9289759
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= 545e53eb1c10ff91f4e2e16d7a8c9f9f
RANDOM SEED=995972835

node20.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.214
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	: 5931.00
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.214
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:       1041616 kB
Buffers:         86356 kB
Cached:         771868 kB
SwapCached:      66304 kB
Active:         306252 kB
Inactive:       619964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1041616 kB
SwapTotal:     4192956 kB
SwapFree:      4121024 kB
Dirty:            4544 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            74128 kB
Committed_AS:  1008764 kB
PageTables:       1396 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= 66284 MiB
End job on node20 at 2009-05-12 22:06:45