Trace number 1807599

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

General information on the benchmark

NameCRAFTED/parity-games/
instance_n8_i8_pp.cnf
MD5SUM0d370d04a9d4b23f62a82c23b7beb9be
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark74.8096
Satisfiable
(Un)Satisfiability was proved
Number of variables21640
Number of clauses255871
Sum of the clauses size847584
Maximum clause length56
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 242376
Number of clauses of size 3125040
Number of clauses of size 468272
Number of clauses of size 515680
Number of clauses of size over 54503

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:  21640                                                |
0.00/0.00	|  Number of clauses:    255871                                               |
0.09/0.16	|  Parsing time:         0.14         s                                       |
0.09/0.17	============================[ Search Statistics ]==============================
0.09/0.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.17	===============================================================================
0.09/0.17	|         0 |   21640   255871   847584 |    85290        0    nan |  0.000 % |
0.19/0.21	|       100 |   21630   255871   847584 |    93819       93     13 |  0.074 % |
0.19/0.23	|       250 |   21598   255871   847584 |   103201      228     15 |  0.231 % |
0.19/0.28	|       477 |   21574   255871   847584 |   113521      444     15 |  0.347 % |
0.29/0.34	|       816 |   21541   255871   847584 |   124873      765     15 |  0.527 % |
0.39/0.43	|      1322 |   21531   255871   847584 |   137360     1267     22 |  0.573 % |
0.39/0.49	|      2083 |   21531   255871   847584 |   151097     2028     25 |  0.573 % |
0.79/0.84	|      3222 |   21529   255871   847584 |   166206     3166     32 |  0.582 % |
1.09/1.19	|      4930 |   21500   254113   842968 |   182827     4863     31 |  0.656 % |
1.79/1.86	|      7492 |   21500   254113   842968 |   201110     7425     31 |  0.656 % |
3.09/3.11	|     11336 |   21498   253896   842404 |   221221    11269     36 |  0.656 % |
4.39/4.47	|     17104 |   21494   253870   842337 |   243343    17035     37 |  0.675 % |
7.99/8.00	|     25755 |   21492   253840   842258 |   267677    25685     42 |  0.684 % |
12.18/12.29	|     38730 |   21486   253813   842188 |   294445    38657     40 |  0.716 % |
19.59/19.65	|     58192 |   21468   253467   841242 |   323889    58108     40 |  0.813 % |
35.28/35.38	|     87387 |   21416   253100   840289 |   356278    87280     43 |  1.049 % |
69.47/69.58	|    131179 |   21399   252460   838528 |   391906   131051     48 |  1.118 % |
148.85/148.98	|    196863 |   21379   252225   837879 |   431097   196726     59 |  1.206 % |
283.62/283.71	|    295390 |   21366   251907   837042 |   474207   295247     60 |  1.266 % |
637.41/637.63	|    443180 |   21318   251417   835717 |   521627   442975     68 |  1.502 % |

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-1807599-1242159324/watcher-1807599-1242159324 -o /tmp/evaluation-result-1807599-1242159324/solver-1807599-1242159324 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807599-1242159324.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.03 0.99 0.99 2/64 17444
/proc/meminfo: memFree=1263208/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=2656 CPUtime=0
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 526 0 0 0 0 0 0 0 18 0 1 0 243961047 2719744 511 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 664 513 58 171 0 490 0

[startup+0.054089 s]
/proc/loadavg: 1.03 0.99 0.99 2/64 17444
/proc/meminfo: memFree=1263208/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=6632 CPUtime=0.04
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 1441 0 0 0 4 0 0 0 18 0 1 0 243961047 6791168 1426 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 1658 1427 58 171 0 1484 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6632

[startup+0.101094 s]
/proc/loadavg: 1.03 0.99 0.99 2/64 17444
/proc/meminfo: memFree=1263208/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=9852 CPUtime=0.09
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 2198 0 0 0 8 1 0 0 18 0 1 0 243961047 10088448 2183 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 2463 2184 58 171 0 2289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9852

[startup+0.301113 s]
/proc/loadavg: 1.03 0.99 0.99 2/64 17444
/proc/meminfo: memFree=1263208/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=14872 CPUtime=0.29
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 3487 0 0 0 27 2 0 0 19 0 1 0 243961047 15228928 3472 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 3718 3472 78 171 0 3544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14872

[startup+0.701153 s]
/proc/loadavg: 1.03 0.99 0.99 2/64 17444
/proc/meminfo: memFree=1263208/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=15476 CPUtime=0.69
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 3641 0 0 0 67 2 0 0 23 0 1 0 243961047 15847424 3626 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 3869 3626 78 171 0 3695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15476

[startup+1.50123 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1248736/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=16136 CPUtime=1.49
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 3805 0 0 0 147 2 0 0 25 0 1 0 243961047 16523264 3790 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 4034 3790 78 171 0 3860 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16136

[startup+3.10139 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1247776/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=17196 CPUtime=3.09
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 4077 0 0 0 306 3 0 0 25 0 1 0 243961047 17608704 4062 1992294400 134512640 135213614 4294956256 18446744073709551615 134530543 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 4299 4062 78 171 0 4125 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17196

[startup+6.30171 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1245280/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=19444 CPUtime=6.29
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 4615 0 0 0 625 4 0 0 25 0 1 0 243961047 19910656 4600 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 4861 4600 78 171 0 4687 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19444

[startup+12.7013 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1241392/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=23172 CPUtime=12.68
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 5551 0 0 0 1263 5 0 0 25 0 1 0 243961047 23728128 5536 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 5793 5536 78 171 0 5619 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23172

[startup+25.5016 s]
/proc/loadavg: 1.02 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1235056/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=29448 CPUtime=25.49
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 7094 0 0 0 2541 8 0 0 25 0 1 0 243961047 30154752 7079 1992294400 134512640 135213614 4294956256 18446744073709551615 134536699 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 7362 7079 78 171 0 7188 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29448

[startup+51.1011 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1225200/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=39544 CPUtime=51.08
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 9611 0 0 0 5097 11 0 0 25 0 1 0 243961047 40493056 9596 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 9886 9596 78 171 0 9712 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39544

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1207856/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=56716 CPUtime=102.27
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 13886 0 0 0 10211 16 0 0 25 0 1 0 243961047 58077184 13871 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 14179 13871 78 171 0 14005 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56716

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1193136/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=71312 CPUtime=162.24
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 17588 0 0 0 16204 20 0 0 25 0 1 0 243961047 73023488 17573 1992294400 134512640 135213614 4294956256 18446744073709551615 134526959 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 17828 17573 78 171 0 17654 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 71312

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1180208/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=84324 CPUtime=222.23
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 20792 0 0 0 22198 25 0 0 25 0 1 0 243961047 86347776 20777 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 21081 20777 78 171 0 20907 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 84324

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1167920/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=96540 CPUtime=282.22
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 23881 0 0 0 28193 29 0 0 25 0 1 0 243961047 98856960 23866 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 24135 23866 78 171 0 23961 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 96540

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1155632/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=109236 CPUtime=342.2
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 26920 0 0 0 34187 33 0 0 25 0 1 0 243961047 111857664 26905 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 27309 26905 78 171 0 27135 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 109236

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1144112/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=120832 CPUtime=402.18
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 29832 0 0 0 40183 35 0 0 25 0 1 0 243961047 123731968 29817 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 30208 29817 78 171 0 30034 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 120832

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1133936/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=130752 CPUtime=462.16
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 32333 0 0 0 46178 38 0 0 25 0 1 0 243961047 133890048 32318 1992294400 134512640 135213614 4294956256 18446744073709551615 134526934 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 32688 32318 78 171 0 32514 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 130752

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1126000/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=138684 CPUtime=522.15
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 34337 0 0 0 52174 41 0 0 25 0 1 0 243961047 142012416 34322 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 34671 34322 78 171 0 34497 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 138684

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1118576/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=145900 CPUtime=582.13
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 36156 0 0 0 58170 43 0 0 25 0 1 0 243961047 149401600 36141 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 36475 36141 78 171 0 36301 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 145900

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1111984/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=152504 CPUtime=642.11
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 37798 0 0 0 64167 44 0 0 25 0 1 0 243961047 156164096 37783 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 38126 37783 78 171 0 37952 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 152504

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1102192/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=163120 CPUtime=702.09
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 40253 0 0 0 70162 47 0 0 25 0 1 0 243961047 167034880 40238 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 40780 40238 78 171 0 40606 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 163120

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1094960/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=170200 CPUtime=762.08
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 42045 0 0 0 76159 49 0 0 25 0 1 0 243961047 174284800 42030 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 42550 42030 78 171 0 42376 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 170200

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1087088/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=178024 CPUtime=822.07
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 44023 0 0 0 82155 52 0 0 25 0 1 0 243961047 182296576 44008 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 44506 44008 78 171 0 44332 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 178024

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1078832/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=186244 CPUtime=882.05
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 46051 0 0 0 88151 54 0 0 25 0 1 0 243961047 190713856 46036 1992294400 134512640 135213614 4294956256 18446744073709551615 134526837 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 46561 46036 78 171 0 46387 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 186244

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1076528/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=188368 CPUtime=942.03
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 46621 0 0 0 94149 54 0 0 25 0 1 0 243961047 192888832 46606 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 47092 46606 78 171 0 46918 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 188368

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1076528/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=188368 CPUtime=1002.01
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 46623 0 0 0 100147 54 0 0 25 0 1 0 243961047 192888832 46608 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 47092 46608 78 171 0 46918 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 188368

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1076528/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=188368 CPUtime=1062
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 46623 0 0 0 106145 55 0 0 25 0 1 0 243961047 192888832 46608 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 47092 46608 78 171 0 46918 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 188368

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1076528/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=188368 CPUtime=1121.98
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 46623 0 0 0 112143 55 0 0 25 0 1 0 243961047 192888832 46608 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 47092 46608 78 171 0 46918 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 188368

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1076528/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=188368 CPUtime=1181.96
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 46623 0 0 0 118141 55 0 0 25 0 1 0 243961047 192888832 46608 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 47092 46608 78 171 0 46918 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 188368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17445
/proc/meminfo: memFree=1076528/2055920 swapFree=4181464/4192956
[pid=17444] ppid=17442 vsize=188368 CPUtime=1200.06
/proc/17444/stat : 17444 (minisat_static) R 17442 17444 17195 0 -1 4194304 46623 0 0 0 119951 55 0 0 25 0 1 0 243961047 192888832 46608 1992294400 134512640 135213614 4294956256 18446744073709551615 134526982 0 0 4096 3 0 0 0 17 1 0 0
/proc/17444/statm: 47092 46608 78 171 0 46918 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 188368

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.1
CPU user time (s): 1199.52
CPU system time (s): 0.58691
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 188368

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

runsolver used 0.989849 second user time and 2.6466 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-12 22:15:25
IDJOB=1807599
IDBENCH=71795
IDSOLVER=651
FILE ID=node36/1807599-1242159324
PBS_JOBID= 9289781
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= 0d370d04a9d4b23f62a82c23b7beb9be
RANDOM SEED=1081342862

node36.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:       1263688 kB
Buffers:         73548 kB
Cached:         625392 kB
SwapCached:       5268 kB
Active:         126276 kB
Inactive:       580476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263688 kB
SwapTotal:     4192956 kB
SwapFree:      4181464 kB
Dirty:            6200 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            71540 kB
Committed_AS:   873720 kB
PageTables:       1356 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= 66212 MiB
End job on node36 at 2009-05-12 22:35:27