Trace number 1807614

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.12 1200.44

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.29/0.32	|  Parsing time:         0.30         s                                       |
1.29/1.34	============================[ Search Statistics ]==============================
1.29/1.34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.34	===============================================================================
1.29/1.34	|         0 |   16497   244151   811262 |    81383        0    nan |  0.000 % |
1.29/1.39	|       100 |   16496   244151   811262 |    89522       99     10 |  1.779 % |
1.39/1.45	|       250 |   16496   244151   811262 |    98474      249     15 |  1.779 % |
1.49/1.52	|       475 |   16496   244151   811262 |   108321      474     24 |  1.779 % |
1.49/1.58	|       813 |   16496   244151   811262 |   119153      812     21 |  1.779 % |
1.59/1.69	|      1320 |   16496   244151   811262 |   131069     1319     26 |  1.779 % |
1.79/1.84	|      2079 |   16496   244151   811262 |   144176     2078     25 |  1.779 % |
1.99/2.05	|      3218 |   16496   244151   811262 |   158593     3217     24 |  1.779 % |
2.39/2.45	|      4926 |   16496   244151   811262 |   174453     4925     27 |  1.779 % |
2.89/2.98	|      7488 |   16496   244144   811248 |   191898     7487     29 |  1.779 % |
4.09/4.16	|     11333 |   16495   244081   811038 |   211088    11326     30 |  1.784 % |
5.89/5.94	|     17101 |   16495   244081   811038 |   232197    17094     36 |  1.783 % |
8.89/8.94	|     25751 |   16495   244081   811038 |   255416    25744     48 |  1.783 % |
13.39/13.47	|     38725 |   16495   244081   811038 |   280958    38718     46 |  1.783 % |
22.79/22.86	|     58186 |   16495   244081   811038 |   309054    58179     57 |  1.783 % |
43.97/44.06	|     87379 |   16495   244081   811038 |   339959    87372     69 |  1.783 % |
80.06/80.13	|    131168 |   16495   244081   811038 |   373955   131161     81 |  1.783 % |
165.54/165.63	|    196853 |   16495   244081   811038 |   411351   196846     79 |  1.783 % |
367.39/367.52	|    295379 |   16495   244081   811038 |   452486   295372     79 |  1.783 % |
821.77/822.02	|    443168 |   16495   244081   811038 |   497735   443161     96 |  1.783 % |

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-1807614-1242159619/watcher-1807614-1242159619 -o /tmp/evaluation-result-1807614-1242159619/solver-1807614-1242159619 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807614-1242159619.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.92 0.97 0.96 3/64 13501
/proc/meminfo: memFree=1179640/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=2880 CPUtime=0
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 563 0 0 0 0 0 0 0 18 0 1 0 243990071 2949120 548 1992294400 134512640 135243866 4294956256 18446744073709551615 134528090 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 720 549 65 178 0 540 0

[startup+0.021613 s]
/proc/loadavg: 0.92 0.97 0.96 3/64 13501
/proc/meminfo: memFree=1179640/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=5260 CPUtime=0.01
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 1107 0 0 0 1 0 0 0 18 0 1 0 243990071 5386240 1092 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 1315 1092 65 178 0 1135 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5260

[startup+0.102622 s]
/proc/loadavg: 0.92 0.97 0.96 3/64 13501
/proc/meminfo: memFree=1179640/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=10268 CPUtime=0.09
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 2351 0 0 0 9 0 0 0 18 0 1 0 243990071 10514432 2336 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 2567 2336 65 178 0 2387 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10268

[startup+0.301642 s]
/proc/loadavg: 0.92 0.97 0.96 3/64 13501
/proc/meminfo: memFree=1179640/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=21608 CPUtime=0.29
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 5121 0 0 0 28 1 0 0 19 0 1 0 243990071 22126592 5106 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 5402 5107 65 178 0 5222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21608

[startup+0.702688 s]
/proc/loadavg: 0.92 0.97 0.96 3/64 13501
/proc/meminfo: memFree=1179640/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=23400 CPUtime=0.69
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 5500 0 0 0 68 1 0 0 22 0 1 0 243990071 23961600 5485 1992294400 134512640 135243866 4294956256 18446744073709551615 134543638 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 5850 5485 80 178 0 5670 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23400

[startup+1.50178 s]
/proc/loadavg: 0.92 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1154416/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=23860 CPUtime=1.49
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 6379 0 0 0 148 1 0 0 25 0 1 0 243990071 24432640 5666 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 5965 5666 86 178 0 5785 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23860

[startup+3.10195 s]
/proc/loadavg: 0.92 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1156912/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=23860 CPUtime=3.09
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 6380 0 0 0 307 2 0 0 25 0 1 0 243990071 24432640 5667 1992294400 134512640 135243866 4294956256 18446744073709551615 134558588 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 5965 5667 87 178 0 5785 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23860

[startup+6.3013 s]
/proc/loadavg: 0.93 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1156784/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=23860 CPUtime=6.29
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 6380 0 0 0 627 2 0 0 25 0 1 0 243990071 24432640 5667 1992294400 134512640 135243866 4294956256 18446744073709551615 134555643 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 5965 5667 87 178 0 5785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23860

[startup+12.702 s]
/proc/loadavg: 0.93 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1154672/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=26632 CPUtime=12.69
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 7057 0 0 0 1266 3 0 0 25 0 1 0 243990071 27271168 6344 1992294400 134512640 135243866 4294956256 18446744073709551615 134565130 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 6658 6344 87 178 0 6478 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26632

[startup+25.5014 s]
/proc/loadavg: 0.95 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1145848/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=35408 CPUtime=25.48
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 9222 0 0 0 2543 5 0 0 25 0 1 0 243990071 36257792 8509 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 8852 8509 87 178 0 8672 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35408

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1131832/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=49580 CPUtime=51.07
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 12759 0 0 0 5097 10 0 0 25 0 1 0 243990071 50769920 12046 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 12395 12046 87 178 0 12215 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49580

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1109112/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=72064 CPUtime=102.26
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 18354 0 0 0 10208 18 0 0 25 0 1 0 243990071 73793536 17641 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 18016 17641 87 178 0 17836 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72064

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1094456/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=86632 CPUtime=162.24
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 22033 0 0 0 16203 21 0 0 25 0 1 0 243990071 88711168 21320 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 21658 21320 87 178 0 21478 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 86632

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1082296/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=98960 CPUtime=222.23
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 25042 0 0 0 22197 26 0 0 25 0 1 0 243990071 101335040 24329 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 24740 24329 87 178 0 24560 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 98960

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1071288/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=109800 CPUtime=282.21
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 27794 0 0 0 28192 29 0 0 25 0 1 0 243990071 112435200 27081 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 27450 27081 87 178 0 27270 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 109800

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1063736/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=117248 CPUtime=342.2
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 29649 0 0 0 34189 31 0 0 25 0 1 0 243990071 120061952 28936 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 29312 28936 87 178 0 29132 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 117248

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1051320/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=130360 CPUtime=402.18
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 32795 0 0 0 40184 34 0 0 25 0 1 0 243990071 133488640 32082 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 32590 32082 87 178 0 32410 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 130360

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1038520/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=142904 CPUtime=462.16
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 35959 0 0 0 46179 37 0 0 25 0 1 0 243990071 146333696 35246 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 35726 35246 87 178 0 35546 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 142904

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1027128/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=154176 CPUtime=522.14
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 38822 0 0 0 52174 40 0 0 25 0 1 0 243990071 157876224 38109 1992294400 134512640 135243866 4294956256 18446744073709551615 134565112 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 38544 38109 87 178 0 38364 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 154176

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1016184/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=164876 CPUtime=582.14
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 41512 0 0 0 58170 44 0 0 25 0 1 0 243990071 168833024 40799 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 41219 40799 87 178 0 41039 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 164876

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=1005432/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=175512 CPUtime=642.12
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 44182 0 0 0 64166 46 0 0 25 0 1 0 243990071 179724288 43469 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 43878 43469 87 178 0 43698 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 175512

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=996408/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=184752 CPUtime=702.1
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 46459 0 0 0 70161 49 0 0 25 0 1 0 243990071 189186048 45746 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 46188 45746 87 178 0 46008 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 184752

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=987832/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=193220 CPUtime=762.09
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 48573 0 0 0 76157 52 0 0 25 0 1 0 243990071 197857280 47860 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 48305 47860 87 178 0 48125 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 193220

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=977912/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=203108 CPUtime=822.07
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 51058 0 0 0 82153 54 0 0 25 0 1 0 243990071 207982592 50345 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 50777 50345 87 178 0 50597 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 203108

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=970808/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=210100 CPUtime=882.05
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 52818 0 0 0 88149 56 0 0 25 0 1 0 243990071 215142400 52105 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 52525 52105 87 178 0 52345 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 210100

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=963960/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=217896 CPUtime=942.04
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 54540 0 0 0 94146 58 0 0 25 0 1 0 243990071 223125504 53827 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 54474 53827 87 178 0 54294 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 217896

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=957432/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=224256 CPUtime=1002.02
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 56158 0 0 0 100142 60 0 0 25 0 1 0 243990071 229638144 55445 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 56064 55445 87 178 0 55884 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 224256

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=952568/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=229008 CPUtime=1062.01
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 57356 0 0 0 106139 62 0 0 25 0 1 0 243990071 234504192 56643 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 57252 56643 87 178 0 57072 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 229008

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=952568/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=229008 CPUtime=1121.99
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 57356 0 0 0 112137 62 0 0 25 0 1 0 243990071 234504192 56643 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 57252 56643 87 178 0 57072 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 229008

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=952568/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=229008 CPUtime=1181.97
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 57363 0 0 0 118135 62 0 0 25 0 1 0 243990071 234504192 56650 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 57252 56650 87 178 0 57072 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 229008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 13502
/proc/meminfo: memFree=952504/2055920 swapFree=4180856/4192956
[pid=13501] ppid=13499 vsize=229008 CPUtime=1200.07
/proc/13501/stat : 13501 (minisat_static) R 13499 13501 13397 0 -1 4194304 57365 0 0 0 119945 62 0 0 25 0 1 0 243990071 234504192 56652 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/13501/statm: 57252 56652 87 178 0 57072 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 229008

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.44
CPU time (s): 1200.12
CPU user time (s): 1199.46
CPU system time (s): 0.667898
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 229008

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

runsolver used 0.843871 second user time and 2.50262 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-12 22:20:19
IDJOB=1807614
IDBENCH=71798
IDSOLVER=568
FILE ID=node42/1807614-1242159619
PBS_JOBID= 9289726
Free space on /tmp= 66108 MiB

SOLVER NAME= minisat2-simp 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-1807614-1242159619/watcher-1807614-1242159619 -o /tmp/evaluation-result-1807614-1242159619/solver-1807614-1242159619 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807614-1242159619.cnf

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

MD5SUM BENCH= 30af8150f499f8e8270ccf7f0e5a1a0a
RANDOM SEED=746523897

node42.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.232
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.232
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:       1180056 kB
Buffers:         78480 kB
Cached:         700868 kB
SwapCached:       5916 kB
Active:         102100 kB
Inactive:       686112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180056 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:            7012 kB
Writeback:           0 kB
Mapped:          14580 kB
Slab:            73672 kB
Committed_AS:   972744 kB
PageTables:       1392 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= 66108 MiB
End job on node42 at 2009-05-12 22:40:21