Trace number 1785236

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
SAT07 reference solver: minisat SAT 2007? (TO) 5000.1 5002.01

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-014-013.sat05-1187.reshuffled-07.cnf
MD5SUMe9a4b8de00c9a73b6f8447e11f01f363
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.8957
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of clauses1197
Sum of the clauses size2548
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21183
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 514

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  182                                                  |
0.00/0.00	c |  Number of clauses:    1197                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     168     1183     4368 |      394        0    nan |  0.000 % |
0.00/0.00	c |       100 |     168     1183     4368 |      433      100     48 |  0.042 % |
0.00/0.01	c |       250 |     168     1183     4368 |      477      250     51 |  0.003 % |
0.00/0.02	c |       475 |     168     1183     4368 |      524      475     53 |  0.042 % |
0.00/0.03	c |       813 |     168     1183     4368 |      577      490     54 |  0.003 % |
0.00/0.05	c |      1319 |     168     1183     4368 |      635      644     57 |  0.042 % |
0.08/0.08	c |      2080 |     168     1183     4368 |      698      710     59 |  0.042 % |
0.10/0.13	c |      3221 |     168     1183     4368 |      768      684     60 |  0.003 % |
0.20/0.22	c |      4930 |     168     1183     4368 |      845      638     61 |  0.042 % |
0.30/0.36	c |      7492 |     168     1183     4368 |      929      819     60 |  0.042 % |
0.60/0.61	c |     11340 |     168     1183     4368 |     1022      538     56 |  0.003 % |
0.90/0.99	c |     17106 |     168     1183     4368 |     1125      675     56 |  0.042 % |
1.50/1.59	c |     25758 |     168     1183     4368 |     1237      745     60 |  0.042 % |
2.50/2.58	c |     38732 |     168     1183     4368 |     1361      969     65 |  0.003 % |
3.99/4.03	c |     58193 |     168     1183     4368 |     1497     1444     65 |  0.042 % |
6.39/6.44	c |     87386 |     168     1183     4368 |     1647     1093     62 |  0.003 % |
10.19/10.24	c |    131176 |     168     1183     4368 |     1811     1350     66 |  0.003 % |
15.69/15.79	c |    196861 |     168     1183     4368 |     1993     1329     58 |  0.042 % |
24.49/24.59	c |    295389 |     168     1183     4368 |     2192     1854     59 |  0.042 % |
39.28/39.31	c |    443178 |     168     1183     4368 |     2411     2269     69 |  0.042 % |
60.87/60.98	c |    664861 |     168     1183     4368 |     2652     1654     64 |  0.042 % |
94.47/94.54	c |    997387 |     168     1183     4368 |     2918     2660     57 |  0.042 % |
151.42/151.57	c |   1496177 |     168     1183     4368 |     3209     3034     62 |  0.042 % |
232.19/232.35	c |   2244361 |     168     1183     4368 |     3530     2401     57 |  0.042 % |
368.35/368.58	c |   3366635 |     168     1183     4368 |     3884     3569     63 |  0.003 % |
582.57/582.89	c |   5050047 |     168     1183     4368 |     4272     2136     62 |  0.042 % |
918.66/919.04	c |   7575163 |     168     1183     4368 |     4699     3059     63 |  0.043 % |
1438.76/1439.38	c |  11362839 |     168     1183     4368 |     5169     3438     58 |  0.043 % |
2190.40/2191.21	c |  17044353 |     168     1183     4368 |     5686     4013     57 |  0.043 % |
3485.75/3487.17	c |  25566622 |     168     1183     4368 |     6255     5048     62 |  0.042 % |

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-1785236-1241898879/watcher-1785236-1241898879 -o /tmp/evaluation-result-1785236-1241898879/solver-1785236-1241898879 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785236-1241898879.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23681
/proc/meminfo: memFree=1587392/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=1852 CPUtime=0
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 217920591 1896448 113 1992294400 134512640 135048876 4294956208 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 463 113 62 130 0 330 0

[startup+0.081745 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23681
/proc/meminfo: memFree=1587392/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=1984 CPUtime=0.08
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 181 0 0 0 8 0 0 0 18 0 1 0 217920591 2031616 167 1992294400 134512640 135048876 4294956208 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 496 167 66 130 0 363 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1984

[startup+0.101748 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23681
/proc/meminfo: memFree=1587392/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=1984 CPUtime=0.1
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 186 0 0 0 10 0 0 0 18 0 1 0 217920591 2031616 172 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 496 172 66 130 0 363 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1984

[startup+0.301762 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23681
/proc/meminfo: memFree=1587392/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=2116 CPUtime=0.3
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 207 0 0 0 30 0 0 0 19 0 1 0 217920591 2166784 193 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 529 193 66 130 0 396 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2116

[startup+0.70179 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23681
/proc/meminfo: memFree=1587392/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=2248 CPUtime=0.7
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 232 0 0 0 70 0 0 0 23 0 1 0 217920591 2301952 218 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 562 218 66 130 0 429 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2248

[startup+1.50185 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 23682
/proc/meminfo: memFree=1586680/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=2380 CPUtime=1.5
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 261 0 0 0 150 0 0 0 25 0 1 0 217920591 2437120 247 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 595 247 66 130 0 462 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2380

[startup+3.10196 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 23682
/proc/meminfo: memFree=1586424/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=2512 CPUtime=3.1
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 297 0 0 0 310 0 0 0 25 0 1 0 217920591 2572288 283 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 628 283 66 130 0 495 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2512

[startup+6.3012 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 23682
/proc/meminfo: memFree=1586168/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=2644 CPUtime=6.29
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 341 0 0 0 629 0 0 0 25 0 1 0 217920591 2707456 327 1992294400 134512640 135048876 4294956208 18446744073709551615 134689053 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 661 327 66 130 0 528 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2644

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 23682
/proc/meminfo: memFree=1585976/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=2908 CPUtime=12.69
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 392 0 0 0 1269 0 0 0 25 0 1 0 217920591 2977792 378 1992294400 134512640 135048876 4294956208 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 727 378 66 130 0 594 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2908

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 23682
/proc/meminfo: memFree=1585848/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=3040 CPUtime=25.49
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 454 0 0 0 2549 0 0 0 25 0 1 0 217920591 3112960 440 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 760 440 66 130 0 627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3040

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 23682
/proc/meminfo: memFree=1585592/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=3304 CPUtime=51.08
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 506 0 0 0 5108 0 0 0 25 0 1 0 217920591 3383296 492 1992294400 134512640 135048876 4294956208 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 826 492 66 130 0 693 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3304

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 23682
/proc/meminfo: memFree=1585016/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=3832 CPUtime=102.27
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 621 0 0 0 10227 0 0 0 25 0 1 0 217920591 3923968 607 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 958 607 66 130 0 825 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3832

[startup+162.302 s]
/proc/loadavg: 1.10 1.02 1.01 2/65 23682
/proc/meminfo: memFree=1584824/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=3960 CPUtime=162.22
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 677 0 0 0 16222 0 0 0 25 0 1 0 217920591 4055040 663 1992294400 134512640 135048876 4294956208 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 990 663 66 130 0 857 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 3960

[startup+222.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 23682
/proc/meminfo: memFree=1584696/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=4076 CPUtime=222.2
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 691 0 0 0 22220 0 0 0 25 0 1 0 217920591 4173824 677 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1019 677 66 130 0 886 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 4076

[startup+282.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 23682
/proc/meminfo: memFree=1584312/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=4472 CPUtime=282.18
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 786 0 0 0 28218 0 0 0 25 0 1 0 217920591 4579328 772 1992294400 134512640 135048876 4294956208 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1118 772 66 130 0 985 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 4472

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23682
/proc/meminfo: memFree=1584184/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=4472 CPUtime=342.16
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 800 0 0 0 34216 0 0 0 25 0 1 0 217920591 4579328 786 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1118 786 66 130 0 985 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 4472

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23688
/proc/meminfo: memFree=1583672/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=4864 CPUtime=402.13
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 886 0 0 0 40213 0 0 0 25 0 1 0 217920591 4980736 872 1992294400 134512640 135048876 4294956208 18446744073709551615 134520961 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1216 872 66 130 0 1083 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 4864

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23688
/proc/meminfo: memFree=1583608/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=4864 CPUtime=462.12
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 902 0 0 0 46212 0 0 0 25 0 1 0 217920591 4980736 888 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1216 888 66 130 0 1083 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 4864

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23688
/proc/meminfo: memFree=1583608/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=4968 CPUtime=522.09
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 919 0 0 0 52209 0 0 0 25 0 1 0 217920591 5087232 905 1992294400 134512640 135048876 4294956208 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1242 905 66 130 0 1109 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 4968

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23688
/proc/meminfo: memFree=1583608/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=4968 CPUtime=582.07
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 919 0 0 0 58207 0 0 0 25 0 1 0 217920591 5087232 905 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1242 905 66 130 0 1109 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 4968

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23688
/proc/meminfo: memFree=1583416/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=5224 CPUtime=642.06
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 980 0 0 0 64206 0 0 0 25 0 1 0 217920591 5349376 966 1992294400 134512640 135048876 4294956208 18446744073709551615 134552742 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1306 966 66 130 0 1173 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 5224


################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579896/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4000.77
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1463 0 0 0 400074 3 0 0 25 0 1 0 217920591 7327744 1449 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1449 66 130 0 1656 0
Current children cumulated CPU time (s) 4000.77
Current children cumulated vsize (KiB) 7156

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579896/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4060.75
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1463 0 0 0 406072 3 0 0 25 0 1 0 217920591 7327744 1449 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1449 66 130 0 1656 0
Current children cumulated CPU time (s) 4060.75
Current children cumulated vsize (KiB) 7156

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579832/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4120.72
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1463 0 0 0 412069 3 0 0 25 0 1 0 217920591 7327744 1449 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1449 66 130 0 1656 0
Current children cumulated CPU time (s) 4120.72
Current children cumulated vsize (KiB) 7156

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579832/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4180.71
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1463 0 0 0 418068 3 0 0 25 0 1 0 217920591 7327744 1449 1992294400 134512640 135048876 4294956208 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1449 66 130 0 1656 0
Current children cumulated CPU time (s) 4180.71
Current children cumulated vsize (KiB) 7156

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579896/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4240.68
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1463 0 0 0 424065 3 0 0 25 0 1 0 217920591 7327744 1449 1992294400 134512640 135048876 4294956208 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1449 66 130 0 1656 0
Current children cumulated CPU time (s) 4240.68
Current children cumulated vsize (KiB) 7156

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579896/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4300.66
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1475 0 0 0 430063 3 0 0 25 0 1 0 217920591 7327744 1461 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/23681/statm: 1789 1461 66 130 0 1656 0
Current children cumulated CPU time (s) 4300.66
Current children cumulated vsize (KiB) 7156

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579832/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4360.63
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1475 0 0 0 436060 3 0 0 25 0 1 0 217920591 7327744 1461 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1461 66 130 0 1656 0
Current children cumulated CPU time (s) 4360.63
Current children cumulated vsize (KiB) 7156

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579768/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4420.61
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1475 0 0 0 442058 3 0 0 25 0 1 0 217920591 7327744 1461 1992294400 134512640 135048876 4294956208 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1461 66 130 0 1656 0
Current children cumulated CPU time (s) 4420.61
Current children cumulated vsize (KiB) 7156

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579768/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4480.59
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1475 0 0 0 448056 3 0 0 25 0 1 0 217920591 7327744 1461 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1461 66 130 0 1656 0
Current children cumulated CPU time (s) 4480.59
Current children cumulated vsize (KiB) 7156

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579704/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7156 CPUtime=4540.57
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1479 0 0 0 454054 3 0 0 25 0 1 0 217920591 7327744 1465 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1789 1465 66 130 0 1656 0
Current children cumulated CPU time (s) 4540.57
Current children cumulated vsize (KiB) 7156

[startup+4602.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 23696
/proc/meminfo: memFree=1579512/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7280 CPUtime=4600.55
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1488 0 0 0 460052 3 0 0 25 0 1 0 217920591 7454720 1474 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1820 1474 66 130 0 1687 0
Current children cumulated CPU time (s) 4600.55
Current children cumulated vsize (KiB) 7280

[startup+4662.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 23696
/proc/meminfo: memFree=1579512/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7280 CPUtime=4660.5
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1488 0 0 0 466047 3 0 0 25 0 1 0 217920591 7454720 1474 1992294400 134512640 135048876 4294956208 18446744073709551615 134548073 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1820 1474 66 130 0 1687 0
Current children cumulated CPU time (s) 4660.5
Current children cumulated vsize (KiB) 7280

[startup+4722.31 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 23696
/proc/meminfo: memFree=1579512/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7280 CPUtime=4720.48
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1488 0 0 0 472045 3 0 0 25 0 1 0 217920591 7454720 1474 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1820 1474 66 130 0 1687 0
Current children cumulated CPU time (s) 4720.48
Current children cumulated vsize (KiB) 7280

[startup+4782.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 23696
/proc/meminfo: memFree=1579512/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7280 CPUtime=4780.46
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1495 0 0 0 478043 3 0 0 25 0 1 0 217920591 7454720 1481 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1820 1481 66 130 0 1687 0
Current children cumulated CPU time (s) 4780.46
Current children cumulated vsize (KiB) 7280

[startup+4842.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 23696
/proc/meminfo: memFree=1579512/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7280 CPUtime=4840.44
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1495 0 0 0 484041 3 0 0 25 0 1 0 217920591 7454720 1481 1992294400 134512640 135048876 4294956208 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1820 1481 66 130 0 1687 0
Current children cumulated CPU time (s) 4840.44
Current children cumulated vsize (KiB) 7280

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23696
/proc/meminfo: memFree=1579576/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7280 CPUtime=4900.42
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1495 0 0 0 490039 3 0 0 25 0 1 0 217920591 7454720 1481 1992294400 134512640 135048876 4294956208 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1820 1481 66 130 0 1687 0
Current children cumulated CPU time (s) 4900.42
Current children cumulated vsize (KiB) 7280

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23696
/proc/meminfo: memFree=1579512/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7280 CPUtime=4960.4
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1495 0 0 0 496037 3 0 0 25 0 1 0 217920591 7454720 1481 1992294400 134512640 135048876 4294956208 18446744073709551615 134546964 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1820 1481 66 130 0 1687 0
Current children cumulated CPU time (s) 4960.4
Current children cumulated vsize (KiB) 7280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23696
/proc/meminfo: memFree=1579576/2055920 swapFree=4181160/4192956
[pid=23681] ppid=23679 vsize=7280 CPUtime=5000.09
/proc/23681/stat : 23681 (minisat_noasser) R 23679 23681 23644 0 -1 4194304 1495 0 0 0 500006 3 0 0 25 0 1 0 217920591 7454720 1481 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23681/statm: 1820 1481 66 130 0 1687 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 7280

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): 5002.01
CPU time (s): 5000.1
CPU user time (s): 5000.06
CPU system time (s): 0.040993
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 7288

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

runsolver used 5.57015 second user time and 12.6311 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-09 21:54:39
IDJOB=1785236
IDBENCH=24730
IDSOLVER=639
FILE ID=node34/1785236-1241898879
PBS_JOBID= 9264771
Free space on /tmp= 66228 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-014-013.sat05-1187.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785236-1241898879/watcher-1785236-1241898879 -o /tmp/evaluation-result-1785236-1241898879/solver-1785236-1241898879 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785236-1241898879.cnf

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

MD5SUM BENCH= e9a4b8de00c9a73b6f8447e11f01f363
RANDOM SEED=1120955553

node34.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	: 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.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:       1587936 kB
Buffers:         39192 kB
Cached:         361248 kB
SwapCached:       5588 kB
Active:         129172 kB
Inactive:       278964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587936 kB
SwapTotal:     4192956 kB
SwapFree:      4181160 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          13416 kB
Slab:            45948 kB
Committed_AS:   747016 kB
PageTables:       1380 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= 66228 MiB
End job on node34 at 2009-05-09 23:18:03