Trace number 424788

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 2007SAT 1583.88 1584.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1445529008-02.SAT.shuffled.cnf
MD5SUM998c448900ff5c6797d8922bbcd9515b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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:  90                                                   |
0.00/0.00	c |  Number of clauses:    1917                                                 |
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 |      90     1917     9585 |      639        0    nan |  0.000 % |
0.00/0.01	c |       100 |      90     1917     9585 |      702      100     21 |  0.012 % |
0.00/0.01	c |       252 |      90     1917     9585 |      773      252     20 |  0.012 % |
0.00/0.02	c |       477 |      90     1917     9585 |      850      477     20 |  0.012 % |
0.00/0.03	c |       815 |      90     1917     9585 |      935      815     21 |  0.012 % |
0.00/0.04	c |      1322 |      90     1917     9585 |     1029      841     20 |  0.012 % |
0.05/0.06	c |      2083 |      90     1917     9585 |     1132      555     18 |  0.012 % |
0.05/0.10	c |      3223 |      90     1917     9585 |     1245     1115     19 |  0.012 % |
0.09/0.15	c |      4932 |      90     1917     9585 |     1369      930     17 |  0.012 % |
0.19/0.23	c |      7494 |      90     1917     9585 |     1506      710     17 |  0.012 % |
0.29/0.35	c |     11338 |      90     1917     9585 |     1657     1503     18 |  0.012 % |
0.49/0.55	c |     17104 |      90     1917     9585 |     1823     1397     18 |  0.012 % |
0.79/0.84	c |     25753 |      90     1917     9585 |     2005     1764     18 |  0.012 % |
1.29/1.31	c |     38727 |      90     1917     9585 |     2206     1560     18 |  0.012 % |
1.99/2.03	c |     58189 |      90     1917     9585 |     2426     2052     18 |  0.012 % |
3.09/3.15	c |     87381 |      90     1917     9585 |     2669     1861     19 |  0.012 % |
4.89/4.91	c |    131172 |      90     1917     9585 |     2936     2598     18 |  0.012 % |
7.59/7.61	c |    196857 |      90     1917     9585 |     3229     1705     17 |  0.012 % |
11.79/11.81	c |    295386 |      90     1917     9585 |     3552     2701     17 |  0.012 % |
18.29/18.31	c |    443175 |      90     1917     9585 |     3908     2083     19 |  0.012 % |
28.38/28.45	c |    664858 |      90     1917     9585 |     4298     3630     19 |  0.012 % |
44.17/44.21	c |    997384 |      90     1917     9585 |     4728     3435     18 |  0.012 % |
69.06/69.12	c |   1496172 |      90     1917     9585 |     5201     3453     16 |  0.012 % |
108.05/108.15	c |   2244354 |      90     1917     9585 |     5721     4659     18 |  0.012 % |
169.43/169.51	c |   3366628 |      90     1917     9585 |     6293     4092     18 |  0.012 % |
264.99/265.11	c |   5050043 |      90     1917     9585 |     6923     4758     17 |  0.012 % |
416.53/416.78	c |   7575159 |      90     1917     9585 |     7615     5530     17 |  0.012 % |
654.93/655.30	c |  11362834 |      90     1917     9585 |     8377     5371     18 |  0.012 % |
1029.09/1029.53	c |  17044346 |      90     1917     9585 |     9215     5723     15 |  0.013 % |
1583.87/1584.50	c ===============================================================================
1583.87/1584.50	c restarts              : 29
1583.87/1584.50	c conflicts             : 25021608       (15799 /sec)
1583.87/1584.50	c decisions             : 27775709       (1.78 % random) (17538 /sec)
1583.87/1584.50	c propagations          : 386671631      (244145 /sec)
1583.87/1584.50	c conflict literals     : 452308958      (22.01 % deleted)
1583.87/1584.50	c Memory used           : 5.21 MB
1583.87/1584.50	c CPU time              : 1583.78 s
1583.87/1584.50	c 
1583.87/1584.50	s SATISFIABLE
1583.87/1584.50	v -1 -2 3 4 5 -6 7 8 9 10 -11 -12 -13 -14 15 -16 -17 -18 -19 20 -21 22 -23 24 -25 -26 -27 28 -29 30 31 -32 33 34 -35 36 -37 38 39 40 -41 42 -43 -44 -45 -46 -47 48 49 50 51 -52 -53 54 55 56 57 -58 59 60 -61 62 -63 64 65 -66 67 68 -69 -70 -71 72 73 -74 75 -76 77 -78 79 80 81 -82 83 -84 85 -86 -87 88 -89 -90 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-424788-1177625645 -o ROOT/results/node13/solver-424788-1177625645 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/424788-1177625645/minisat_noassertions /tmp/evaluation/424788-1177625645/instance-424788-1177625645.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): 7500 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: 2.00 1.97 1.68 3/77 13826
/proc/meminfo: memFree=1592392/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=1852 CPUtime=0
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 210482327 1896448 126 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529236 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 463 126 62 130 0 330 0

[startup+0.061977 s]
/proc/loadavg: 2.00 1.97 1.68 3/77 13826
/proc/meminfo: memFree=1592392/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=1852 CPUtime=0.05
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 159 0 0 0 5 0 0 0 18 0 1 0 210482327 1896448 145 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 463 145 66 130 0 330 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1852

[startup+0.101985 s]
/proc/loadavg: 2.00 1.97 1.68 3/77 13826
/proc/meminfo: memFree=1592392/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=1984 CPUtime=0.09
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 165 0 0 0 9 0 0 0 18 0 1 0 210482327 2031616 151 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 496 151 66 130 0 363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1984

[startup+0.302028 s]
/proc/loadavg: 2.00 1.97 1.68 3/77 13826
/proc/meminfo: memFree=1592392/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=1984 CPUtime=0.29
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 182 0 0 0 29 0 0 0 19 0 1 0 210482327 2031616 168 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134520976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 496 168 66 130 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.701114 s]
/proc/loadavg: 2.00 1.97 1.68 3/77 13826
/proc/meminfo: memFree=1592392/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=2116 CPUtime=0.69
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 202 0 0 0 69 0 0 0 22 0 1 0 210482327 2166784 188 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 529 188 66 130 0 396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50128 s]
/proc/loadavg: 1.92 1.95 1.68 2/78 13827
/proc/meminfo: memFree=1591808/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=2116 CPUtime=1.49
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 228 0 0 0 149 0 0 0 25 0 1 0 210482327 2166784 214 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552431 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 529 214 66 130 0 396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2116

[startup+3.10163 s]
/proc/loadavg: 1.92 1.95 1.68 2/78 13827
/proc/meminfo: memFree=1591552/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=2248 CPUtime=3.09
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 253 0 0 0 309 0 0 0 25 0 1 0 210482327 2301952 239 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 562 239 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30231 s]
/proc/loadavg: 1.92 1.95 1.68 2/78 13827
/proc/meminfo: memFree=1591360/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=2380 CPUtime=6.29
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 286 0 0 0 629 0 0 0 25 0 1 0 210482327 2437120 272 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 595 272 66 130 0 462 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2380

[startup+12.7017 s]
/proc/loadavg: 1.78 1.92 1.67 2/78 13827
/proc/meminfo: memFree=1591104/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=2644 CPUtime=12.69
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 329 0 0 0 1269 0 0 0 25 0 1 0 210482327 2707456 315 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 661 315 66 130 0 528 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2644

[startup+25.5014 s]
/proc/loadavg: 1.66 1.89 1.66 2/78 13827
/proc/meminfo: memFree=1590848/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=2784 CPUtime=25.48
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 393 0 0 0 2548 0 0 0 25 0 1 0 210482327 2850816 379 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546099 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 696 379 66 130 0 563 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2784

[startup+51.1019 s]
/proc/loadavg: 1.43 1.82 1.64 2/78 13827
/proc/meminfo: memFree=1590528/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=3060 CPUtime=51.07
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 453 0 0 0 5107 0 0 0 25 0 1 0 210482327 3133440 439 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 765 439 66 130 0 632 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3060

[startup+102.306 s]
/proc/loadavg: 1.17 1.68 1.61 2/78 13827
/proc/meminfo: memFree=1590336/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=3332 CPUtime=102.25
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 522 0 0 0 10225 0 0 0 25 0 1 0 210482327 3411968 508 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546856 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 833 508 66 130 0 700 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 3332

[startup+162.302 s]
/proc/loadavg: 1.06 1.55 1.56 2/78 13827
/proc/meminfo: memFree=1589952/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=3744 CPUtime=162.23
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 602 0 0 0 16222 1 0 0 25 0 1 0 210482327 3833856 588 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 936 588 66 130 0 803 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 3744

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.53 2/78 13827
/proc/meminfo: memFree=1589760/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=3744 CPUtime=222.2
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 627 0 0 0 22219 1 0 0 25 0 1 0 210482327 3833856 613 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 936 613 66 130 0 803 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 3744

[startup+282.301 s]
/proc/loadavg: 1.01 1.36 1.49 2/78 13827
/proc/meminfo: memFree=1589632/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=3888 CPUtime=282.18
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 658 0 0 0 28217 1 0 0 25 0 1 0 210482327 3981312 644 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552379 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 972 644 66 130 0 839 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 3888

[startup+342.302 s]
/proc/loadavg: 1.00 1.30 1.46 2/78 13827
/proc/meminfo: memFree=1589504/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=4032 CPUtime=342.15
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 683 0 0 0 34214 1 0 0 25 0 1 0 210482327 4128768 669 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1008 669 66 130 0 875 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 4032

[startup+402.303 s]
/proc/loadavg: 1.00 1.24 1.43 2/78 13827
/proc/meminfo: memFree=1589440/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=4032 CPUtime=402.14
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 704 0 0 0 40212 2 0 0 25 0 1 0 210482327 4128768 690 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1008 690 66 130 0 875 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 4032

[startup+462.302 s]
/proc/loadavg: 1.00 1.19 1.40 2/78 13827
/proc/meminfo: memFree=1589376/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=4164 CPUtime=462.11
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 725 0 0 0 46209 2 0 0 25 0 1 0 210482327 4263936 711 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547037 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1041 711 66 130 0 908 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 4164

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.37 2/78 13827
/proc/meminfo: memFree=1589440/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=4164 CPUtime=522.09
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 730 0 0 0 52206 3 0 0 25 0 1 0 210482327 4263936 716 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1041 716 66 130 0 908 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 4164

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.34 2/78 13827
/proc/meminfo: memFree=1589376/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=4164 CPUtime=582.06
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 740 0 0 0 58203 3 0 0 25 0 1 0 210482327 4263936 726 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1041 726 66 130 0 908 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 4164

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.32 2/78 13827
/proc/meminfo: memFree=1589312/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=4312 CPUtime=642.04
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 766 0 0 0 64201 3 0 0 25 0 1 0 210482327 4415488 752 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546929 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1078 752 66 130 0 945 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 4312


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

/proc/meminfo: memFree=1588736/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=4892 CPUtime=881.94
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 896 0 0 0 88189 5 0 0 25 0 1 0 210482327 5009408 882 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1223 882 66 130 0 1090 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 4892

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.22 2/78 13827
/proc/meminfo: memFree=1588736/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=4892 CPUtime=941.92
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 901 0 0 0 94187 5 0 0 25 0 1 0 210482327 5009408 887 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1223 887 66 130 0 1090 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 4892

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/78 13827
/proc/meminfo: memFree=1588672/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5040 CPUtime=1001.9
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 911 0 0 0 100184 6 0 0 25 0 1 0 210482327 5160960 897 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1260 897 66 130 0 1127 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 5040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/78 13827
/proc/meminfo: memFree=1588544/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5188 CPUtime=1061.87
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 955 0 0 0 106181 6 0 0 25 0 1 0 210482327 5312512 941 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1297 941 66 130 0 1164 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 5188

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/78 13827
/proc/meminfo: memFree=1588352/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5188 CPUtime=1121.86
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 979 0 0 0 112179 7 0 0 25 0 1 0 210482327 5312512 965 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1297 965 66 130 0 1164 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 5188

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/78 13827
/proc/meminfo: memFree=1588352/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1181.83
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 985 0 0 0 118176 7 0 0 25 0 1 0 210482327 5464064 971 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 971 66 130 0 1201 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 5336

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/78 13827
/proc/meminfo: memFree=1588288/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1241.8
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 991 0 0 0 124173 7 0 0 25 0 1 0 210482327 5464064 977 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 977 66 130 0 1201 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 5336

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/78 13827
/proc/meminfo: memFree=1588288/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1301.79
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 993 0 0 0 130171 8 0 0 25 0 1 0 210482327 5464064 979 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552440 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 979 66 130 0 1201 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 5336

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/78 13827
/proc/meminfo: memFree=1588224/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1361.76
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 994 0 0 0 136168 8 0 0 25 0 1 0 210482327 5464064 980 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 980 66 130 0 1201 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 5336

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 13827
/proc/meminfo: memFree=1588288/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1421.74
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1000 0 0 0 142165 9 0 0 25 0 1 0 210482327 5464064 986 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 986 66 130 0 1201 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 5336

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/78 13827
/proc/meminfo: memFree=1588288/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1481.71
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1004 0 0 0 148162 9 0 0 25 0 1 0 210482327 5464064 990 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547181 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 990 66 130 0 1201 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 5336

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13827
/proc/meminfo: memFree=1588288/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1541.69
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1016 0 0 0 154159 10 0 0 25 0 1 0 210482327 5464064 1002 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 1002 66 130 0 1201 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 5336

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

[startup+1561.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13827
/proc/meminfo: memFree=1588224/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1560.88
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1016 0 0 0 156078 10 0 0 25 0 1 0 210482327 5464064 1002 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 1002 66 130 0 1201 0
Current children cumulated CPU time (s) 1560.88
Current children cumulated vsize (KiB) 5336

[startup+1574.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13827
/proc/meminfo: memFree=1588224/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1573.68
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1016 0 0 0 157358 10 0 0 25 0 1 0 210482327 5464064 1002 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 1002 66 130 0 1201 0
Current children cumulated CPU time (s) 1573.68
Current children cumulated vsize (KiB) 5336

[startup+1580.71 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13827
/proc/meminfo: memFree=1588224/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1580.08
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1016 0 0 0 157998 10 0 0 25 0 1 0 210482327 5464064 1002 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 1002 66 130 0 1201 0
Current children cumulated CPU time (s) 1580.08
Current children cumulated vsize (KiB) 5336

[startup+1582.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13827
/proc/meminfo: memFree=1588224/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1581.67
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1016 0 0 0 158157 10 0 0 25 0 1 0 210482327 5464064 1002 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 1002 66 130 0 1201 0
Current children cumulated CPU time (s) 1581.67
Current children cumulated vsize (KiB) 5336

[startup+1583.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13827
/proc/meminfo: memFree=1588224/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1583.28
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1021 0 0 0 158318 10 0 0 25 0 1 0 210482327 5464064 1007 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 1007 66 130 0 1201 0
Current children cumulated CPU time (s) 1583.28
Current children cumulated vsize (KiB) 5336

[startup+1584.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13827
/proc/meminfo: memFree=1588224/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1583.67
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1021 0 0 0 158357 10 0 0 25 0 1 0 210482327 5464064 1007 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 1007 66 130 0 1201 0
Current children cumulated CPU time (s) 1583.67
Current children cumulated vsize (KiB) 5336

[startup+1584.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13827
/proc/meminfo: memFree=1588224/2055920 swapFree=4159400/4192956
[pid=13826] ppid=13824 vsize=5336 CPUtime=1583.87
/proc/13826/stat : 13826 (minisat_noasser) R 13824 13826 13296 0 -1 4194304 1021 0 0 0 158377 10 0 0 25 0 1 0 210482327 5464064 1007 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/13826/statm: 1334 1007 66 130 0 1201 0
Current children cumulated CPU time (s) 1583.87
Current children cumulated vsize (KiB) 5336

Child status: 10
Real time (s): 1584.51
CPU time (s): 1583.88
CPU user time (s): 1583.78
CPU system time (s): 0.104984
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 5336

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

runsolver used 1.24981 second user time and 3.2835 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Thu Apr 26 22:14:05 UTC 2007

IDJOB= 424788
IDBENCH= 19844
IDSOLVER= 189
FILE ID= node13/424788-1177625645

PBS_JOBID= 4697195

Free space on /tmp= 66424 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1445529008-02.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/424788-1177625645/minisat_noassertions /tmp/evaluation/424788-1177625645/instance-424788-1177625645.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-424788-1177625645 -o ROOT/results/node13/solver-424788-1177625645 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/424788-1177625645/minisat_noassertions /tmp/evaluation/424788-1177625645/instance-424788-1177625645.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  998c448900ff5c6797d8922bbcd9515b

RANDOM SEED= 763472350

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1592864 kB
Buffers:         41564 kB
Cached:         338244 kB
SwapCached:      12688 kB
Active:         293972 kB
Inactive:       109076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592864 kB
SwapTotal:     4192956 kB
SwapFree:      4159400 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:          30340 kB
Slab:            45524 kB
Committed_AS:  6903740 kB
PageTables:       1872 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= 66424 MiB

End job on node13 on Thu Apr 26 22:40:30 UTC 2007