Trace number 421172

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, and are wall clock time (not CPU 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
minisat SAT 2007? (TO) 1200.09 1200.51

General information on the benchmark

Namerandom/LargeSize/5SAT/v900/
unif-k5-r20-v900-c18000-S1207324880-03.cnf
MD5SUMdb32d515bf5934ff8ba3b84fd3a1f9e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.4791
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 518000
Number of clauses of size over 50

Solver Data (download as text)

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:  900                                                  |
0.00/0.00	c |  Number of clauses:    18000                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |     900    18000    90000 |     6000        0    nan |  0.000 % |
0.09/0.13	c |       102 |     900    18000    90000 |     6600      102    122 |  0.000 % |
0.09/0.15	c |       252 |     900    18000    90000 |     7260      252    121 |  0.000 % |
0.09/0.18	c |       479 |     900    18000    90000 |     7986      479    118 |  0.000 % |
0.19/0.21	c |       816 |     900    18000    90000 |     8784      816    109 |  0.000 % |
0.19/0.27	c |      1322 |     900    18000    90000 |     9663     1322    110 |  0.000 % |
0.29/0.36	c |      2081 |     900    18000    90000 |    10629     2081    116 |  0.000 % |
0.39/0.49	c |      3220 |     900    18000    90000 |    11692     3220    119 |  0.000 % |
0.69/0.73	c |      4928 |     900    18000    90000 |    12861     4928    122 |  0.000 % |
1.09/1.13	c |      7490 |     900    18000    90000 |    14147     7490    125 |  0.000 % |
1.79/1.83	c |     11335 |     900    18000    90000 |    15562    11335    126 |  0.000 % |
2.99/3.04	c |     17102 |     900    18000    90000 |    17118     9164    126 |  0.000 % |
4.79/4.90	c |     25753 |     900    18000    90000 |    18830     9102    124 |  0.000 % |
8.08/8.17	c |     38727 |     900    18000    90000 |    20713    12516    133 |  0.000 % |
13.89/13.93	c |     58189 |     900    18000    90000 |    22784    10946    127 |  0.000 % |
23.78/23.83	c |     87382 |     900    18000    90000 |    25063    16548    126 |  0.000 % |
39.88/39.92	c |    131172 |     900    18000    90000 |    27569    19529    134 |  0.000 % |
69.56/69.66	c |    196856 |     900    18000    90000 |    30326    23265    134 |  0.000 % |
114.75/114.87	c |    295382 |     900    18000    90000 |    33359    13556    123 |  0.000 % |
185.22/185.36	c |    443171 |     900    18000    90000 |    36695    14760    134 |  0.000 % |
301.18/301.31	c |    664855 |     900    18000    90000 |    40364    23432    127 |  0.000 % |
492.62/492.83	c |    997382 |     900    18000    90000 |    44401    30686    134 |  0.000 % |
799.71/800.03	c |   1496172 |     900    18000    90000 |    48841    35802    135 |  0.000 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node66/watcher-421172-1177499661 -o ROOT/results/node66/solver-421172-1177499661 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421172-1177499661/minisat_noassertions /tmp/evaluation/421172-1177499661/instance-421172-1177499661.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): 2400 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.91 0.95 0.90 3/64 25385
/proc/meminfo: memFree=1654536/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=1988 CPUtime=0
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 243 0 0 0 0 0 0 0 18 0 1 0 225955724 2035712 229 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 497 233 50 130 0 364 0

[startup+0.0428541 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 25385
/proc/meminfo: memFree=1654536/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=3220 CPUtime=0.03
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 581 0 0 0 3 0 0 0 18 0 1 0 225955724 3297280 567 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 805 567 62 130 0 672 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3220

[startup+0.102868 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 25385
/proc/meminfo: memFree=1654536/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=3396 CPUtime=0.09
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 617 0 0 0 9 0 0 0 18 0 1 0 225955724 3477504 603 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529425 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 849 603 62 130 0 716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3396

[startup+0.301905 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 25385
/proc/meminfo: memFree=1654536/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=3576 CPUtime=0.29
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 729 0 0 0 29 0 0 0 19 0 1 0 225955724 3661824 650 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 894 650 67 130 0 761 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3576

[startup+0.701986 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 25385
/proc/meminfo: memFree=1654536/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=5160 CPUtime=0.69
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 1141 0 0 0 69 0 0 0 22 0 1 0 225955724 5283840 1062 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552771 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 1290 1062 67 130 0 1157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5160

[startup+1.50115 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 25386
/proc/meminfo: memFree=1649408/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=7932 CPUtime=1.48
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 1823 0 0 0 148 0 0 0 25 0 1 0 225955724 8122368 1744 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 1983 1744 67 130 0 1850 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7932

[startup+3.10148 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 25386
/proc/meminfo: memFree=1645952/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=11100 CPUtime=3.09
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 2632 0 0 0 308 1 0 0 25 0 1 0 225955724 11366400 2553 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 2775 2553 67 130 0 2642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11100

[startup+6.30112 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 25386
/proc/meminfo: memFree=1643328/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=12156 CPUtime=6.29
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 2873 0 0 0 628 1 0 0 25 0 1 0 225955724 12447744 2794 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 3039 2794 67 130 0 2906 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12156

[startup+12.7014 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 25386
/proc/meminfo: memFree=1640640/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=14708 CPUtime=12.69
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 3527 0 0 0 1267 2 0 0 25 0 1 0 225955724 15060992 3448 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 3677 3448 67 130 0 3544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14708

[startup+25.503 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 25386
/proc/meminfo: memFree=1639360/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=16028 CPUtime=25.48
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 3856 0 0 0 2546 2 0 0 25 0 1 0 225955724 16412672 3777 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 4007 3777 67 130 0 3874 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16028

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 25386
/proc/meminfo: memFree=1635328/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=20152 CPUtime=51.07
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 4858 0 0 0 5104 3 0 0 25 0 1 0 225955724 20635648 4779 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 5038 4779 67 130 0 4905 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20152

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 25386
/proc/meminfo: memFree=1633280/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=22124 CPUtime=102.26
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 5355 0 0 0 10222 4 0 0 25 0 1 0 225955724 22654976 5276 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 5531 5276 67 130 0 5398 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22124

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1630528/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=24840 CPUtime=162.23
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 6047 0 0 0 16218 5 0 0 25 0 1 0 225955724 25436160 5968 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547037 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 6210 5968 67 130 0 6077 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 24840

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1628480/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=26968 CPUtime=222.22
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 6571 0 0 0 22216 6 0 0 25 0 1 0 225955724 27615232 6492 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 6742 6492 67 130 0 6609 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 26968

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1627456/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=27896 CPUtime=282.19
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 6833 0 0 0 28213 6 0 0 25 0 1 0 225955724 28565504 6745 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 6974 6745 67 130 0 6841 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 27896

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1624960/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=30400 CPUtime=342.17
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 7442 0 0 0 34210 7 0 0 25 0 1 0 225955724 31129600 7354 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 7600 7354 67 130 0 7467 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 30400

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1624448/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=30928 CPUtime=402.15
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 7579 0 0 0 40207 8 0 0 25 0 1 0 225955724 31670272 7491 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 7732 7491 67 130 0 7599 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 30928

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1623488/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=31892 CPUtime=462.13
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 7804 0 0 0 46205 8 0 0 25 0 1 0 225955724 32657408 7716 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 7973 7716 67 130 0 7840 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 31892

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1621632/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=33804 CPUtime=522.1
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 8269 0 0 0 52202 8 0 0 25 0 1 0 225955724 34615296 8181 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 8451 8181 67 130 0 8318 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 33804

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1620800/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=34596 CPUtime=582.08
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 8476 0 0 0 58199 9 0 0 25 0 1 0 225955724 35426304 8388 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 8649 8388 67 130 0 8516 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 34596

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1620224/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=35124 CPUtime=642.06
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 8611 0 0 0 64197 9 0 0 25 0 1 0 225955724 35966976 8523 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 8781 8523 67 130 0 8648 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 35124

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1620160/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=35124 CPUtime=702.04
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 8616 0 0 0 70195 9 0 0 25 0 1 0 225955724 35966976 8528 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 8781 8528 67 130 0 8648 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 35124

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1620224/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=35124 CPUtime=762.03
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 8616 0 0 0 76193 10 0 0 25 0 1 0 225955724 35966976 8528 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 8781 8528 67 130 0 8648 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 35124

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1617408/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=37900 CPUtime=821.99
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 9298 0 0 0 82189 10 0 0 25 0 1 0 225955724 38809600 9210 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 9475 9210 67 130 0 9342 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 37900

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1615040/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=40180 CPUtime=881.97
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 9890 0 0 0 88186 11 0 0 25 0 1 0 225955724 41144320 9802 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 10045 9802 67 130 0 9912 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 40180

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1615168/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=39804 CPUtime=941.95
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 9891 0 0 0 94184 11 0 0 25 0 1 0 225955724 40759296 9709 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 9951 9709 67 130 0 9818 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 39804

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1615168/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=40068 CPUtime=1001.94
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 9949 0 0 0 100182 12 0 0 25 0 1 0 225955724 41029632 9767 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 10017 9767 67 130 0 9884 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 40068

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1614976/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=40272 CPUtime=1061.91
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 10009 0 0 0 106179 12 0 0 25 0 1 0 225955724 41238528 9820 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 10068 9820 67 130 0 9935 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 40272

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1614976/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=40272 CPUtime=1121.89
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 10009 0 0 0 112177 12 0 0 25 0 1 0 225955724 41238528 9820 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 10068 9820 67 130 0 9935 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 40272

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1614912/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=40272 CPUtime=1181.87
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 10009 0 0 0 118175 12 0 0 25 0 1 0 225955724 41238528 9820 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 10068 9820 67 130 0 9935 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 40272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1614912/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=40272 CPUtime=1200.06
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 10009 0 0 0 119994 12 0 0 25 0 1 0 225955724 41238528 9820 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 10068 9820 67 130 0 9935 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 40272

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25386
/proc/meminfo: memFree=1614912/2055920 swapFree=4183056/4192956
[pid=25385] ppid=25383 vsize=40272 CPUtime=1200.06
/proc/25385/stat : 25385 (minisat_noasser) R 25383 25385 24372 0 -1 4194304 10009 0 0 0 119994 12 0 0 25 0 1 0 225955724 41238528 9820 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/25385/statm: 10068 9820 67 130 0 9935 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 40272

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.95
CPU system time (s): 0.135979
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 40272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10009
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= 6
involuntary context switches= 1606

runsolver used 0.84987 second user time and 2.43663 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Wed Apr 25 11:14:22 UTC 2007

IDJOB= 421172
IDBENCH= 20081
IDSOLVER= 188
FILE ID= node66/421172-1177499661

PBS_JOBID= 4685762

Free space on /tmp= 66408 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v900/unif-k5-r20-v900-c18000-S1207324880-03.cnf
COMMAND LINE= /tmp/evaluation/421172-1177499661/minisat_noassertions /tmp/evaluation/421172-1177499661/instance-421172-1177499661.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-421172-1177499661 -o ROOT/results/node66/solver-421172-1177499661 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421172-1177499661/minisat_noassertions /tmp/evaluation/421172-1177499661/instance-421172-1177499661.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  db32d515bf5934ff8ba3b84fd3a1f9e1

RANDOM SEED= 337162389

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.281
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.281
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:       1655008 kB
Buffers:         34924 kB
Cached:         289976 kB
SwapCached:       4356 kB
Active:         132380 kB
Inactive:       202684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655008 kB
SwapTotal:     4192956 kB
SwapFree:      4183056 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          15672 kB
Slab:            51940 kB
Committed_AS:  1817688 kB
PageTables:       1376 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= 66408 MiB

End job on node66 on Wed Apr 25 11:34:24 UTC 2007