Trace number 1805969

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

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark797.417
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

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:  25493                                                |
0.00/0.00	|  Number of clauses:    1139180                                              |
1.89/1.91	|  Parsing time:         1.81         s                                       |
26.88/26.96	============================[ Search Statistics ]==============================
26.88/26.96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.88/26.96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.88/26.96	===============================================================================
26.88/26.96	|         0 |   17776   717162  1791573 |   239054        0    nan |  0.000 % |
26.98/27.05	|       100 |   17773   717162  1791573 |   262959       97      8 | 17.840 % |
27.08/27.16	|       250 |   17719   717162  1791573 |   289255      236     11 | 19.421 % |
27.28/27.33	|       477 |   17498   717162  1791573 |   318180      461     12 | 19.429 % |
27.48/27.57	|       814 |   17495   717162  1791573 |   349998      795     13 | 19.448 % |
27.88/27.94	|      1320 |   17490   717162  1791573 |   384998     1296     12 | 19.468 % |
28.28/28.38	|      2079 |   17490   717162  1791573 |   423498     2054     12 | 19.472 % |
29.08/29.18	|      3218 |   17487   717162  1791573 |   465848     3191     12 | 19.480 % |
30.28/30.36	|      4926 |   17478   717162  1791573 |   512433     4890     13 | 19.515 % |
32.28/32.39	|      7488 |   17332   695573  1741439 |   563676     7303     14 | 19.570 % |
35.77/35.83	|     11334 |   17317   693958  1737786 |   620044    11094     17 | 19.629 % |
41.97/42.07	|     17101 |   17290   691385  1731946 |   682048    16782     19 | 19.735 % |
53.57/53.63	|     25750 |   17245   688938  1726181 |   750253    25387     22 | 19.911 % |
73.77/73.86	|     38727 |   17215   686718  1721250 |   825279    38309     25 | 20.029 % |
115.36/115.47	|     58188 |   17197   685771  1719098 |   907807    57690     32 | 20.100 % |
193.44/193.51	|     87380 |   17187   684371  1715938 |   998587    86788     40 | 20.139 % |
337.89/338.09	|    131170 |   17139   681540  1709592 |  1098446   130493     44 | 20.343 % |
572.53/572.78	|    196856 |   17061   675953  1696681 |  1208291   195465     47 | 20.633 % |
980.33/980.60	|    295383 |   17034   674208  1692665 |  1329120   293734     48 | 20.747 % |

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-1805969-1242143557/watcher-1805969-1242143557 -o /tmp/evaluation-result-1805969-1242143557/solver-1805969-1242143557 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805969-1242143557.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.81 3/65 15368
/proc/meminfo: memFree=1376208/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=2356 CPUtime=0
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 447 0 0 0 0 0 0 0 18 0 1 0 242385962 2412544 432 1992294400 134512640 135243866 4294956256 18446744073709551615 134527653 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 589 432 62 178 0 409 0

[startup+0.014893 s]
/proc/loadavg: 0.99 0.97 0.81 3/65 15368
/proc/meminfo: memFree=1376208/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=4864 CPUtime=0
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 1072 0 0 0 0 0 0 0 18 0 1 0 242385962 4980736 1030 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 1216 1030 65 178 0 1036 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4864

[startup+0.101903 s]
/proc/loadavg: 0.99 0.97 0.81 3/65 15368
/proc/meminfo: memFree=1376208/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=7904 CPUtime=0.09
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 1828 0 0 0 9 0 0 0 18 0 1 0 242385962 8093696 1786 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 1976 1786 65 178 0 1796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7904

[startup+0.301923 s]
/proc/loadavg: 0.99 0.97 0.81 3/65 15368
/proc/meminfo: memFree=1376208/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=14056 CPUtime=0.29
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 3296 0 0 0 28 1 0 0 19 0 1 0 242385962 14393344 3254 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 3514 3255 65 178 0 3334 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14056

[startup+0.701964 s]
/proc/loadavg: 0.99 0.97 0.81 3/65 15368
/proc/meminfo: memFree=1376208/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=26376 CPUtime=0.69
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 6323 0 0 0 66 3 0 0 23 0 1 0 242385962 27009024 6281 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 6594 6281 65 178 0 6414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26376

[startup+1.50105 s]
/proc/loadavg: 0.99 0.97 0.81 2/66 15369
/proc/meminfo: memFree=1341960/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=52188 CPUtime=1.49
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 12555 0 0 0 141 8 0 0 25 0 1 0 242385962 53440512 12513 1992294400 134512640 135243866 4294956256 18446744073709551615 134770158 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 13047 12513 65 178 0 12867 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52188

[startup+3.10121 s]
/proc/loadavg: 0.99 0.97 0.81 2/66 15369
/proc/meminfo: memFree=1313352/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=66972 CPUtime=3.09
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 15758 0 0 0 299 10 0 0 25 0 1 0 242385962 68579328 15716 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 16743 15716 79 178 0 16563 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66972

[startup+6.30155 s]
/proc/loadavg: 1.07 0.99 0.82 2/66 15369
/proc/meminfo: memFree=1312840/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=66972 CPUtime=6.29
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 15758 0 0 0 619 10 0 0 25 0 1 0 242385962 68579328 15716 1992294400 134512640 135243866 4294956256 18446744073709551615 134535398 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 16743 15716 79 178 0 16563 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66972

[startup+12.7012 s]
/proc/loadavg: 1.07 0.99 0.82 2/66 15369
/proc/meminfo: memFree=1288264/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=94336 CPUtime=12.69
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 22070 0 0 0 1256 13 0 0 25 0 1 0 242385962 96600064 22028 1992294400 134512640 135243866 4294956256 18446744073709551615 134535483 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 23584 22028 80 178 0 23404 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94336

[startup+25.5016 s]
/proc/loadavg: 1.05 0.99 0.82 2/66 15369
/proc/meminfo: memFree=1282184/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=96184 CPUtime=25.48
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 23567 0 0 0 2535 13 0 0 25 0 1 0 242385962 98492416 23525 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 24046 23525 80 178 0 23866 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96184

[startup+51.1012 s]
/proc/loadavg: 1.03 0.99 0.82 2/66 15369
/proc/meminfo: memFree=1296264/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=82000 CPUtime=51.06
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 23624 0 0 0 5093 13 0 0 25 0 1 0 242385962 83968000 20031 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 20500 20031 86 178 0 20320 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 82000

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.83 2/66 15369
/proc/meminfo: memFree=1296200/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=82000 CPUtime=102.26
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 23650 0 0 0 10212 14 0 0 25 0 1 0 242385962 83968000 20057 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 20500 20057 86 178 0 20320 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82000

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.83 2/66 15369
/proc/meminfo: memFree=1295816/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=82364 CPUtime=162.25
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 23734 0 0 0 16211 14 0 0 25 0 1 0 242385962 84340736 20141 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 20591 20141 86 178 0 20411 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 82364

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.84 2/66 15369
/proc/meminfo: memFree=1295752/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=82544 CPUtime=222.23
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 23756 0 0 0 22209 14 0 0 25 0 1 0 242385962 84525056 20163 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 20636 20163 86 178 0 20456 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 82544

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.84 2/66 15369
/proc/meminfo: memFree=1294792/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=83468 CPUtime=282.21
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 24000 0 0 0 28207 14 0 0 25 0 1 0 242385962 85471232 20407 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 20867 20407 86 178 0 20687 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 83468

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.85 2/66 15369
/proc/meminfo: memFree=1291784/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=86384 CPUtime=342.2
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 24742 0 0 0 34205 15 0 0 25 0 1 0 242385962 88457216 21149 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 21596 21149 86 178 0 21416 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 86384

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.86 2/66 15369
/proc/meminfo: memFree=1288712/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=89816 CPUtime=402.18
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 25530 0 0 0 40203 15 0 0 25 0 1 0 242385962 91971584 21937 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 22454 21937 86 178 0 22274 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 89816

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.86 2/66 15369
/proc/meminfo: memFree=1285000/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=93440 CPUtime=462.17
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 26443 0 0 0 46201 16 0 0 25 0 1 0 242385962 95682560 22850 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 23360 22850 86 178 0 23180 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 93440

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.87 2/66 15375
/proc/meminfo: memFree=1281352/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=97016 CPUtime=522.15
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 27356 0 0 0 52198 17 0 0 25 0 1 0 242385962 99344384 23763 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 24254 23763 86 178 0 24074 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 97016

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.87 2/66 15375
/proc/meminfo: memFree=1276744/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=101504 CPUtime=582.13
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 28485 0 0 0 58195 18 0 0 25 0 1 0 242385962 103940096 24892 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 25376 24892 86 178 0 25196 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 101504

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.88 2/66 15375
/proc/meminfo: memFree=1273224/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=105272 CPUtime=642.12
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 29354 0 0 0 64193 19 0 0 25 0 1 0 242385962 107798528 25761 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 26318 25761 86 178 0 26138 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 105272

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.89 2/66 15375
/proc/meminfo: memFree=1269320/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=109124 CPUtime=702.1
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 30331 0 0 0 70190 20 0 0 25 0 1 0 242385962 111742976 26738 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 27281 26738 86 178 0 27101 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 109124

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.89 2/66 15375
/proc/meminfo: memFree=1266184/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=112268 CPUtime=762.08
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 31108 0 0 0 76187 21 0 0 25 0 1 0 242385962 114962432 27515 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 28067 27515 86 178 0 27887 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 112268

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.90 2/66 15375
/proc/meminfo: memFree=1262856/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=115480 CPUtime=822.07
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 31937 0 0 0 82185 22 0 0 25 0 1 0 242385962 118251520 28344 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 28870 28344 86 178 0 28690 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 115480

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.90 2/66 15375
/proc/meminfo: memFree=1259464/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=118972 CPUtime=882.05
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 32784 0 0 0 88182 23 0 0 25 0 1 0 242385962 121827328 29191 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 29743 29191 86 178 0 29563 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 118972

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15375
/proc/meminfo: memFree=1256584/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=121868 CPUtime=942.03
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 33501 0 0 0 94180 23 0 0 25 0 1 0 242385962 124792832 29908 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 30467 29908 86 178 0 30287 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 121868

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15375
/proc/meminfo: memFree=1254152/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=124132 CPUtime=1002.02
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 34110 0 0 0 100178 24 0 0 25 0 1 0 242385962 127111168 30517 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 31033 30517 86 178 0 30853 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 124132

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15375
/proc/meminfo: memFree=1251656/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=126636 CPUtime=1062
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 34729 0 0 0 106175 25 0 0 25 0 1 0 242385962 129675264 31136 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 31659 31136 86 178 0 31479 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 126636

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15375
/proc/meminfo: memFree=1249416/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=129496 CPUtime=1121.98
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 35284 0 0 0 112173 25 0 0 25 0 1 0 242385962 132603904 31691 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 32374 31691 86 178 0 32194 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 129496

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15375
/proc/meminfo: memFree=1246536/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=132424 CPUtime=1181.97
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 36003 0 0 0 118171 26 0 0 25 0 1 0 242385962 135602176 32410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 33106 32410 86 178 0 32926 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 132424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 15375
/proc/meminfo: memFree=1245640/2055920 swapFree=4180868/4192956
[pid=15368] ppid=15366 vsize=133132 CPUtime=1200.07
/proc/15368/stat : 15368 (minisat_static) R 15366 15368 15271 0 -1 4194304 36213 0 0 0 119981 26 0 0 25 0 1 0 242385962 136327168 32620 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15368/statm: 33283 32620 86 178 0 33103 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 133132

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.43
CPU time (s): 1200.1
CPU user time (s): 1199.81
CPU system time (s): 0.288956
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 133132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.81
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36213
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= 3
involuntary context switches= 1183

runsolver used 1.3188 second user time and 3.04654 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-12 17:52:40
IDJOB=1805969
IDBENCH=24632
IDSOLVER=568
FILE ID=node79/1805969-1242143557
PBS_JOBID= 9289647
Free space on /tmp= 66216 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805969-1242143557/watcher-1805969-1242143557 -o /tmp/evaluation-result-1805969-1242143557/solver-1805969-1242143557 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805969-1242143557.cnf

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=1197310502

node79.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1376624 kB
Buffers:         61192 kB
Cached:         532364 kB
SwapCached:       7224 kB
Active:          69504 kB
Inactive:       533708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376624 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:           16652 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            62064 kB
Committed_AS:   854620 kB
PageTables:       1384 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= 66216 MiB
End job on node79 at 2009-05-12 18:12:42