Trace number 424787

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 2007UNSAT 4676.49 4677.74

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1380126410-13.UNSAT.shuffled.cnf
MD5SUM686dd485c2804890e53697263a117786
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark176.049
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.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	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 |       251 |      90     1917     9585 |      773      251     21 |  0.012 % |
0.00/0.02	c |       479 |      90     1917     9585 |      850      479     20 |  0.012 % |
0.00/0.03	c |       816 |      90     1917     9585 |      935      816     20 |  0.012 % |
0.04/0.04	c |      1324 |      90     1917     9585 |     1029      842     19 |  0.012 % |
0.04/0.06	c |      2084 |      90     1917     9585 |     1132      551     17 |  0.012 % |
0.04/0.10	c |      3223 |      90     1917     9585 |     1245     1115     19 |  0.012 % |
0.09/0.15	c |      4932 |      90     1917     9585 |     1369      931     18 |  0.012 % |
0.19/0.23	c |      7495 |      90     1917     9585 |     1506      718     17 |  0.012 % |
0.29/0.36	c |     11339 |      90     1917     9585 |     1657     1518     18 |  0.012 % |
0.49/0.55	c |     17105 |      90     1917     9585 |     1823     1417     18 |  0.012 % |
0.79/0.85	c |     25754 |      90     1917     9585 |     2005     1777     18 |  0.012 % |
1.29/1.32	c |     38728 |      90     1917     9585 |     2206     1552     19 |  0.012 % |
1.99/2.03	c |     58189 |      90     1917     9585 |     2426     2076     18 |  0.012 % |
3.09/3.14	c |     87382 |      90     1917     9585 |     2669     1879     18 |  0.012 % |
4.79/4.88	c |    131171 |      90     1917     9585 |     2936     2586     17 |  0.012 % |
7.49/7.58	c |    196855 |      90     1917     9585 |     3229     1662     18 |  0.012 % |
11.69/11.76	c |    295381 |      90     1917     9585 |     3552     2571     19 |  0.012 % |
18.29/18.34	c |    443170 |      90     1917     9585 |     3908     1943     18 |  0.012 % |
28.38/28.45	c |    664854 |      90     1917     9585 |     4298     3378     20 |  0.012 % |
44.28/44.37	c |    997379 |      90     1917     9585 |     4728     3152     18 |  0.012 % |
69.37/69.46	c |   1496167 |      90     1917     9585 |     5201     3173     17 |  0.012 % |
108.46/108.50	c |   2244349 |      90     1917     9585 |     5721     4433     17 |  0.012 % |
169.85/169.90	c |   3366623 |      90     1917     9585 |     6293     3879     18 |  0.012 % |
265.73/265.81	c |   5050034 |      90     1917     9585 |     6923     4311     18 |  0.012 % |
417.19/417.34	c |   7575151 |      90     1917     9585 |     7615     4995     17 |  0.012 % |
654.33/654.53	c |  11362826 |      90     1917     9585 |     8377     5177     17 |  0.012 % |
1027.94/1028.27	c |  17044341 |      90     1917     9585 |     9215     5515     17 |  0.013 % |
1620.90/1621.38	c |  25566610 |      90     1917     9585 |    10136     8667     15 |  0.013 % |
2557.46/2558.16	c |  38350013 |      90     1917     9585 |    11150    10079     17 |  0.025 % |
4019.91/4021.07	c |  57525118 |      89     1872     9360 |    12265     9423     17 |  1.148 % |
4676.44/4677.74	c ===============================================================================
4676.44/4677.74	c restarts              : 32
4676.44/4677.74	c conflicts             : 65844434       (14081 /sec)
4676.44/4677.74	c decisions             : 73038097       (1.78 % random) (15619 /sec)
4676.44/4677.74	c propagations          : 1013962216     (216835 /sec)
4676.44/4677.74	c conflict literals     : 1147094183     (23.99 % deleted)
4676.44/4677.74	c Memory used           : 6.70 MB
4676.44/4677.74	c CPU time              : 4676.18 s
4676.44/4677.74	c 
4676.44/4677.74	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node72/watcher-424787-1177625497 -o ROOT/results/node72/solver-424787-1177625497 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/424787-1177625497/minisat_noassertions /tmp/evaluation/424787-1177625497/instance-424787-1177625497.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: 0.92 0.98 0.99 3/77 14114
/proc/meminfo: memFree=1793592/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=1852 CPUtime=0
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 238588151 1896448 127 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529183 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 463 127 62 130 0 330 0

[startup+0.0445591 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 14114
/proc/meminfo: memFree=1793592/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=1852 CPUtime=0.04
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 155 0 0 0 4 0 0 0 18 0 1 0 238588151 1896448 141 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134520977 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 463 141 66 130 0 330 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1852

[startup+0.101563 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 14114
/proc/meminfo: memFree=1793592/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=1984 CPUtime=0.09
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 165 0 0 0 9 0 0 0 18 0 1 0 238588151 2031616 151 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 496 151 66 130 0 363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1984

[startup+0.301581 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 14114
/proc/meminfo: memFree=1793592/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=1984 CPUtime=0.29
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 181 0 0 0 29 0 0 0 19 0 1 0 238588151 2031616 167 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134554874 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 496 167 66 130 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.701618 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 14114
/proc/meminfo: memFree=1793592/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=2116 CPUtime=0.69
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 204 0 0 0 69 0 0 0 23 0 1 0 238588151 2166784 190 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 529 190 66 130 0 396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50169 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1792944/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=2116 CPUtime=1.49
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 225 0 0 0 149 0 0 0 25 0 1 0 238588151 2166784 211 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 529 211 66 130 0 396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2116

[startup+3.10285 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1792752/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=2248 CPUtime=3.09
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 252 0 0 0 309 0 0 0 25 0 1 0 238588151 2301952 238 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 562 238 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30113 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1792496/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=2380 CPUtime=6.29
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 292 0 0 0 629 0 0 0 25 0 1 0 238588151 2437120 278 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 595 278 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: 0.93 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1792240/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=2648 CPUtime=12.69
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 337 0 0 0 1269 0 0 0 25 0 1 0 238588151 2711552 323 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552477 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 662 323 66 130 0 529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2648

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1791984/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=2776 CPUtime=25.49
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 390 0 0 0 2549 0 0 0 25 0 1 0 238588151 2842624 376 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 694 376 66 130 0 561 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2776

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1791664/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=3172 CPUtime=51.08
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 465 0 0 0 5108 0 0 0 25 0 1 0 238588151 3248128 451 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553158 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 793 451 66 130 0 660 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3172

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1791472/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=3308 CPUtime=102.27
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 520 0 0 0 10227 0 0 0 25 0 1 0 238588151 3387392 506 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 827 506 66 130 0 694 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3308

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1791216/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=3596 CPUtime=162.25
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 591 0 0 0 16225 0 0 0 25 0 1 0 238588151 3682304 577 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 899 577 66 130 0 766 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3596

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1790960/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=3736 CPUtime=222.24
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 628 0 0 0 22223 1 0 0 25 0 1 0 238588151 3825664 614 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 934 614 66 130 0 801 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3736

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1790832/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=4016 CPUtime=282.22
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 677 0 0 0 28221 1 0 0 25 0 1 0 238588151 4112384 663 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1004 663 66 130 0 871 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4016

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1790704/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=4156 CPUtime=342.2
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 712 0 0 0 34219 1 0 0 25 0 1 0 238588151 4255744 698 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1039 698 66 130 0 906 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 4156

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1790640/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=4156 CPUtime=402.19
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 717 0 0 0 40218 1 0 0 25 0 1 0 238588151 4255744 703 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546856 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1039 703 66 130 0 906 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 4156

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1790576/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=4304 CPUtime=462.17
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 741 0 0 0 46216 1 0 0 25 0 1 0 238588151 4407296 727 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1076 727 66 130 0 943 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 4304

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1790512/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=4304 CPUtime=522.17
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 752 0 0 0 52215 2 0 0 25 0 1 0 238588151 4407296 738 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1076 738 66 130 0 943 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 4304

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1790448/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=4304 CPUtime=582.15
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 767 0 0 0 58213 2 0 0 25 0 1 0 238588151 4407296 753 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547330 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1076 753 66 130 0 943 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 4304

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14115
/proc/meminfo: memFree=1790448/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=4304 CPUtime=642.14
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 768 0 0 0 64212 2 0 0 25 0 1 0 238588151 4407296 754 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1076 754 66 130 0 943 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 4304


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

/proc/meminfo: memFree=1788784/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6096 CPUtime=3941.23
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1180 0 0 0 394098 25 0 0 25 0 1 0 238588151 6242304 1166 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1524 1166 66 130 0 1391 0
Current children cumulated CPU time (s) 3941.23
Current children cumulated vsize (KiB) 6096

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788656/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6096 CPUtime=4001.2
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1194 0 0 0 400095 25 0 0 25 0 1 0 238588151 6242304 1180 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1524 1180 66 130 0 1391 0
Current children cumulated CPU time (s) 4001.2
Current children cumulated vsize (KiB) 6096

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788528/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6252 CPUtime=4061.2
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1214 0 0 0 406094 26 0 0 25 0 1 0 238588151 6402048 1200 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1563 1200 66 130 0 1430 0
Current children cumulated CPU time (s) 4061.2
Current children cumulated vsize (KiB) 6252

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788464/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6252 CPUtime=4121.18
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1221 0 0 0 412092 26 0 0 25 0 1 0 238588151 6402048 1207 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1563 1207 66 130 0 1430 0
Current children cumulated CPU time (s) 4121.18
Current children cumulated vsize (KiB) 6252

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788336/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6388 CPUtime=4181.17
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1239 0 0 0 418090 27 0 0 25 0 1 0 238588151 6541312 1225 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545958 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1597 1225 66 130 0 1464 0
Current children cumulated CPU time (s) 4181.17
Current children cumulated vsize (KiB) 6388

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788272/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6544 CPUtime=4241.15
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1260 0 0 0 424088 27 0 0 25 0 1 0 238588151 6701056 1246 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1636 1246 66 130 0 1503 0
Current children cumulated CPU time (s) 4241.15
Current children cumulated vsize (KiB) 6544

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788336/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6544 CPUtime=4301.13
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1263 0 0 0 430086 27 0 0 25 0 1 0 238588151 6701056 1249 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1636 1249 66 130 0 1503 0
Current children cumulated CPU time (s) 4301.13
Current children cumulated vsize (KiB) 6544

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788144/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6544 CPUtime=4361.12
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1290 0 0 0 436084 28 0 0 25 0 1 0 238588151 6701056 1276 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1636 1276 66 130 0 1503 0
Current children cumulated CPU time (s) 4361.12
Current children cumulated vsize (KiB) 6544

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788208/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6544 CPUtime=4421.1
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1293 0 0 0 442082 28 0 0 25 0 1 0 238588151 6701056 1279 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1636 1279 66 130 0 1503 0
Current children cumulated CPU time (s) 4421.1
Current children cumulated vsize (KiB) 6544

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788144/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6544 CPUtime=4481.09
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1293 0 0 0 448080 29 0 0 25 0 1 0 238588151 6701056 1279 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545987 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1636 1279 66 130 0 1503 0
Current children cumulated CPU time (s) 4481.09
Current children cumulated vsize (KiB) 6544

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788080/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6704 CPUtime=4541.07
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1313 0 0 0 454078 29 0 0 25 0 1 0 238588151 6864896 1299 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1676 1299 66 130 0 1543 0
Current children cumulated CPU time (s) 4541.07
Current children cumulated vsize (KiB) 6704

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788080/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6704 CPUtime=4601.07
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1314 0 0 0 460077 30 0 0 25 0 1 0 238588151 6864896 1300 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1676 1300 66 130 0 1543 0
Current children cumulated CPU time (s) 4601.07
Current children cumulated vsize (KiB) 6704

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788016/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6860 CPUtime=4661.04
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1335 0 0 0 466074 30 0 0 25 0 1 0 238588151 7024640 1321 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1715 1321 66 130 0 1582 0
Current children cumulated CPU time (s) 4661.04
Current children cumulated vsize (KiB) 6860

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

[startup+4665.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788016/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6860 CPUtime=4664.24
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1335 0 0 0 466394 30 0 0 25 0 1 0 238588151 7024640 1321 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1715 1321 66 130 0 1582 0
Current children cumulated CPU time (s) 4664.24
Current children cumulated vsize (KiB) 6860

[startup+4671.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788016/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6860 CPUtime=4670.64
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1336 0 0 0 467034 30 0 0 25 0 1 0 238588151 7024640 1322 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1715 1322 66 130 0 1582 0
Current children cumulated CPU time (s) 4670.64
Current children cumulated vsize (KiB) 6860

[startup+4675.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788016/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6860 CPUtime=4673.84
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1336 0 0 0 467354 30 0 0 25 0 1 0 238588151 7024640 1322 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1715 1322 66 130 0 1582 0
Current children cumulated CPU time (s) 4673.84
Current children cumulated vsize (KiB) 6860

[startup+4676.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788016/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6860 CPUtime=4675.44
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1336 0 0 0 467514 30 0 0 25 0 1 0 238588151 7024640 1322 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1715 1322 66 130 0 1582 0
Current children cumulated CPU time (s) 4675.44
Current children cumulated vsize (KiB) 6860

[startup+4677.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788016/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6860 CPUtime=4676.24
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1336 0 0 0 467594 30 0 0 25 0 1 0 238588151 7024640 1322 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1715 1322 66 130 0 1582 0
Current children cumulated CPU time (s) 4676.24
Current children cumulated vsize (KiB) 6860

[startup+4677.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14319
/proc/meminfo: memFree=1788016/2055920 swapFree=4157088/4192956
[pid=14114] ppid=14112 vsize=6860 CPUtime=4676.44
/proc/14114/stat : 14114 (minisat_noasser) R 14112 14114 13617 0 -1 4194304 1336 0 0 0 467614 30 0 0 25 0 1 0 238588151 7024640 1322 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 1715 1322 66 130 0 1582 0
Current children cumulated CPU time (s) 4676.44
Current children cumulated vsize (KiB) 6860

Child status: 20
Real time (s): 4677.74
CPU time (s): 4676.49
CPU user time (s): 4676.18
CPU system time (s): 0.308953
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 6860

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

runsolver used 3.60245 second user time and 9.94749 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Thu Apr 26 22:11:37 UTC 2007

IDJOB= 424787
IDBENCH= 19843
IDSOLVER= 189
FILE ID= node72/424787-1177625497

PBS_JOBID= 4697214

Free space on /tmp= 66490 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  686dd485c2804890e53697263a117786

RANDOM SEED= 568369974

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1794064 kB
Buffers:         40352 kB
Cached:         146664 kB
SwapCached:      17664 kB
Active:         111428 kB
Inactive:        99280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794064 kB
SwapTotal:     4192956 kB
SwapFree:      4157088 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:          29852 kB
Slab:            36748 kB
Committed_AS:  3359712 kB
PageTables:       1788 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= 66490 MiB

End job on node72 on Thu Apr 26 23:29:35 UTC 2007