Trace number 424790

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 1394.98 1395.36

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S122221229-14.SAT.shuffled.cnf
MD5SUM5fc0ce4a0db6a8f3ada0e5d787ac0a38
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040993
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 |       101 |      90     1917     9585 |      702      101     21 |  0.012 % |
0.00/0.01	c |       252 |      90     1917     9585 |      773      252     21 |  0.012 % |
0.00/0.02	c |       478 |      90     1917     9585 |      850      478     21 |  0.012 % |
0.00/0.03	c |       815 |      90     1917     9585 |      935      815     21 |  0.012 % |
0.02/0.04	c |      1323 |      90     1917     9585 |     1029      842     20 |  0.012 % |
0.02/0.06	c |      2082 |      90     1917     9585 |     1132      552     18 |  0.012 % |
0.09/0.10	c |      3221 |      90     1917     9585 |     1245     1118     18 |  0.012 % |
0.09/0.15	c |      4931 |      90     1917     9585 |     1369      933     18 |  0.012 % |
0.19/0.23	c |      7494 |      90     1917     9585 |     1506      712     18 |  0.012 % |
0.29/0.36	c |     11339 |      90     1917     9585 |     1657     1513     19 |  0.012 % |
0.49/0.55	c |     17105 |      90     1917     9585 |     1823     1418     18 |  0.012 % |
0.79/0.86	c |     25754 |      90     1917     9585 |     2005     1773     19 |  0.012 % |
1.29/1.33	c |     38728 |      90     1917     9585 |     2206     1558     18 |  0.012 % |
1.99/2.06	c |     58191 |      90     1917     9585 |     2426     2068     18 |  0.012 % |
3.09/3.18	c |     87383 |      90     1917     9585 |     2669     1868     18 |  0.012 % |
4.89/4.92	c |    131172 |      90     1917     9585 |     2936     2568     18 |  0.012 % |
7.60/7.61	c |    196856 |      90     1917     9585 |     3229     1631     18 |  0.012 % |
11.79/11.82	c |    295382 |      90     1917     9585 |     3552     2571     18 |  0.012 % |
18.29/18.34	c |    443171 |      90     1917     9585 |     3908     1939     18 |  0.012 % |
28.49/28.53	c |    664854 |      90     1917     9585 |     4298     3479     18 |  0.012 % |
44.38/44.46	c |    997381 |      90     1917     9585 |     4728     3250     18 |  0.012 % |
69.28/69.35	c |   1496171 |      90     1917     9585 |     5201     3228     17 |  0.012 % |
108.26/108.34	c |   2244353 |      90     1917     9585 |     5721     4397     16 |  0.012 % |
169.35/169.47	c |   3366627 |      90     1917     9585 |     6293     3845     19 |  0.012 % |
264.82/264.93	c |   5050040 |      90     1917     9585 |     6923     4495     17 |  0.012 % |
416.38/416.59	c |   7575156 |      90     1917     9585 |     7615     4955     18 |  0.012 % |
654.72/654.90	c |  11362831 |      90     1917     9585 |     8377     5308     15 |  0.012 % |
1030.01/1030.30	c |  17044343 |      90     1917     9585 |     9215     5883     17 |  0.013 % |
1394.91/1395.35	c ===============================================================================
1394.91/1395.35	c restarts              : 29
1394.91/1395.35	c conflicts             : 22291247       (15980 /sec)
1394.91/1395.35	c decisions             : 24793219       (1.78 % random) (17774 /sec)
1394.91/1395.35	c propagations          : 344132248      (246707 /sec)
1394.91/1395.35	c conflict literals     : 408197444      (21.46 % deleted)
1394.91/1395.35	c Memory used           : 5.05 MB
1394.91/1395.35	c CPU time              : 1394.9 s
1394.91/1395.35	c 
1394.91/1395.35	s SATISFIABLE
1394.91/1395.35	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/node14/watcher-424790-1177625964 -o ROOT/results/node14/solver-424790-1177625964 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/424790-1177625964/minisat_noassertions /tmp/evaluation/424790-1177625964/instance-424790-1177625964.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: 1.00 1.00 1.00 3/77 7650
/proc/meminfo: memFree=1652864/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=1852 CPUtime=0
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 210514162 1896448 126 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 463 126 62 130 0 330 0

[startup+0.0310561 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7650
/proc/meminfo: memFree=1652864/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=1852 CPUtime=0.02
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 152 0 0 0 2 0 0 0 18 0 1 0 210514162 1896448 138 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 463 138 66 130 0 330 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1852

[startup+0.101047 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7650
/proc/meminfo: memFree=1652864/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=1984 CPUtime=0.09
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 164 0 0 0 9 0 0 0 18 0 1 0 210514162 2031616 150 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 496 150 66 130 0 363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1984

[startup+0.301066 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7650
/proc/meminfo: memFree=1652864/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=1984 CPUtime=0.29
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 185 0 0 0 29 0 0 0 19 0 1 0 210514162 2031616 171 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552454 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 496 171 66 130 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.701103 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7650
/proc/meminfo: memFree=1652864/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=2116 CPUtime=0.69
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 208 0 0 0 69 0 0 0 23 0 1 0 210514162 2166784 194 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 529 194 66 130 0 396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1652216/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=2116 CPUtime=1.49
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 229 0 0 0 149 0 0 0 25 0 1 0 210514162 2166784 215 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 529 215 66 130 0 396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2116

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1652024/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=2248 CPUtime=3.09
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 255 0 0 0 309 0 0 0 25 0 1 0 210514162 2301952 241 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546878 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 562 241 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30163 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1651768/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=2384 CPUtime=6.29
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 289 0 0 0 629 0 0 0 25 0 1 0 210514162 2441216 275 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546759 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 596 275 66 130 0 463 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2384

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1651512/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=2652 CPUtime=12.69
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 332 0 0 0 1269 0 0 0 25 0 1 0 210514162 2715648 318 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 663 318 66 130 0 530 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2652

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1651192/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=2796 CPUtime=25.49
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 392 0 0 0 2549 0 0 0 25 0 1 0 210514162 2863104 378 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 699 378 66 130 0 566 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2796

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1650936/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=3056 CPUtime=51.08
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 461 0 0 0 5108 0 0 0 25 0 1 0 210514162 3129344 447 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 764 447 66 130 0 631 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3056

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1650616/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=3328 CPUtime=102.27
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 526 0 0 0 10227 0 0 0 25 0 1 0 210514162 3407872 512 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548048 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 832 512 66 130 0 699 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3328

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1650360/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=3600 CPUtime=162.24
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 587 0 0 0 16224 0 0 0 25 0 1 0 210514162 3686400 573 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 900 573 66 130 0 767 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 3600

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1650040/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=3876 CPUtime=222.23
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 648 0 0 0 22223 0 0 0 25 0 1 0 210514162 3969024 634 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 969 634 66 130 0 836 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 3876

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649912/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4016 CPUtime=282.22
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 681 0 0 0 28221 1 0 0 25 0 1 0 210514162 4112384 667 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546959 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1004 667 66 130 0 871 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4016

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649848/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4156 CPUtime=342.2
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 706 0 0 0 34219 1 0 0 25 0 1 0 210514162 4255744 692 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134557928 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1039 692 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: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649720/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4156 CPUtime=402.18
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 718 0 0 0 40217 1 0 0 25 0 1 0 210514162 4255744 704 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553032 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1039 704 66 130 0 906 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 4156

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649848/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4300 CPUtime=462.17
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 747 0 0 0 46215 2 0 0 25 0 1 0 210514162 4403200 733 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1075 733 66 130 0 942 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 4300

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649848/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4300 CPUtime=522.15
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 751 0 0 0 52213 2 0 0 25 0 1 0 210514162 4403200 737 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1075 737 66 130 0 942 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 4300

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649720/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4444 CPUtime=582.13
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 779 0 0 0 58211 2 0 0 25 0 1 0 210514162 4550656 765 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1111 765 66 130 0 978 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 4444

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649592/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4444 CPUtime=642.12
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 792 0 0 0 64209 3 0 0 25 0 1 0 210514162 4550656 778 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552750 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1111 778 66 130 0 978 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 4444


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

/proc/meminfo: memFree=1649464/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4576 CPUtime=702.1
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 816 0 0 0 70207 3 0 0 25 0 1 0 210514162 4685824 802 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1144 802 66 130 0 1011 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 4576

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649336/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4724 CPUtime=762.09
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 847 0 0 0 76206 3 0 0 25 0 1 0 210514162 4837376 833 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1181 833 66 130 0 1048 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 4724

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649208/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4872 CPUtime=822.07
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 869 0 0 0 82203 4 0 0 25 0 1 0 210514162 4988928 855 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1218 855 66 130 0 1085 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 4872

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649144/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4872 CPUtime=882.05
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 893 0 0 0 88201 4 0 0 25 0 1 0 210514162 4988928 879 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1218 879 66 130 0 1085 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 4872

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649080/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=4872 CPUtime=942.03
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 900 0 0 0 94199 4 0 0 25 0 1 0 210514162 4988928 886 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1218 886 66 130 0 1085 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 4872

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649080/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5020 CPUtime=1002.01
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 904 0 0 0 100197 4 0 0 25 0 1 0 210514162 5140480 890 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1255 890 66 130 0 1122 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 5020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649016/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5020 CPUtime=1062.01
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 915 0 0 0 106196 5 0 0 25 0 1 0 210514162 5140480 901 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1255 901 66 130 0 1122 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 5020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1648952/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5020 CPUtime=1121.99
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 930 0 0 0 112194 5 0 0 25 0 1 0 210514162 5140480 916 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1255 916 66 130 0 1122 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 5020

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7651
/proc/meminfo: memFree=1649016/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5020 CPUtime=1181.97
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 937 0 0 0 118192 5 0 0 25 0 1 0 210514162 5140480 923 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1255 923 66 130 0 1122 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 5020

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1649016/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1241.96
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 941 0 0 0 124190 6 0 0 25 0 1 0 210514162 5292032 927 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 927 66 130 0 1159 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 5168

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648888/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1301.94
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 957 0 0 0 130188 6 0 0 25 0 1 0 210514162 5292032 943 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545984 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 943 66 130 0 1159 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 5168

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648824/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1361.92
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 964 0 0 0 136185 7 0 0 25 0 1 0 210514162 5292032 950 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 950 66 130 0 1159 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 5168

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

[startup+1382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648824/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1381.92
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 965 0 0 0 138185 7 0 0 25 0 1 0 210514162 5292032 951 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 951 66 130 0 1159 0
Current children cumulated CPU time (s) 1381.92
Current children cumulated vsize (KiB) 5168

[startup+1388.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648824/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1388.32
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 965 0 0 0 138825 7 0 0 25 0 1 0 210514162 5292032 951 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547037 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 951 66 130 0 1159 0
Current children cumulated CPU time (s) 1388.32
Current children cumulated vsize (KiB) 5168

[startup+1391.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648824/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1391.52
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 965 0 0 0 139145 7 0 0 25 0 1 0 210514162 5292032 951 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552892 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 951 66 130 0 1159 0
Current children cumulated CPU time (s) 1391.52
Current children cumulated vsize (KiB) 5168

[startup+1393.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648824/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1393.11
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 965 0 0 0 139304 7 0 0 25 0 1 0 210514162 5292032 951 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 951 66 130 0 1159 0
Current children cumulated CPU time (s) 1393.11
Current children cumulated vsize (KiB) 5168

[startup+1394.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648824/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1393.91
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 965 0 0 0 139384 7 0 0 25 0 1 0 210514162 5292032 951 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546856 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 951 66 130 0 1159 0
Current children cumulated CPU time (s) 1393.91
Current children cumulated vsize (KiB) 5168

[startup+1395.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648824/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1394.71
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 965 0 0 0 139464 7 0 0 25 0 1 0 210514162 5292032 951 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 951 66 130 0 1159 0
Current children cumulated CPU time (s) 1394.71
Current children cumulated vsize (KiB) 5168

[startup+1395.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7653
/proc/meminfo: memFree=1648824/2055920 swapFree=4148824/4192956
[pid=7650] ppid=7648 vsize=5168 CPUtime=1394.91
/proc/7650/stat : 7650 (minisat_noasser) R 7648 7650 7161 0 -1 4194304 965 0 0 0 139484 7 0 0 25 0 1 0 210514162 5292032 951 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 1292 951 66 130 0 1159 0
Current children cumulated CPU time (s) 1394.91
Current children cumulated vsize (KiB) 5168

Child status: 10
Real time (s): 1395.36
CPU time (s): 1394.98
CPU user time (s): 1394.9
CPU system time (s): 0.074988
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 5168

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

runsolver used 1.15282 second user time and 2.80357 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Thu Apr 26 22:19:24 UTC 2007

IDJOB= 424790
IDBENCH= 19846
IDSOLVER= 189
FILE ID= node14/424790-1177625964

PBS_JOBID= 4697219

Free space on /tmp= 66250 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  5fc0ce4a0db6a8f3ada0e5d787ac0a38

RANDOM SEED= 976046675

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1653272 kB
Buffers:         41900 kB
Cached:         275064 kB
SwapCached:      12020 kB
Active:         230504 kB
Inactive:       110108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653272 kB
SwapTotal:     4192956 kB
SwapFree:      4148824 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          30260 kB
Slab:            47536 kB
Committed_AS:  7860004 kB
PageTables:       1784 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= 66250 MiB

End job on node14 on Thu Apr 26 22:42:40 UTC 2007