Trace number 424783

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 3461.57 3462.49

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1414833579-15.UNSAT.shuffled.cnf
MD5SUMb2802bae5d92b90eb2c4213147949897
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark175.861
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 |       251 |      90     1917     9585 |      773      251     19 |  0.012 % |
0.00/0.02	c |       476 |      90     1917     9585 |      850      476     19 |  0.012 % |
0.00/0.03	c |       814 |      90     1917     9585 |      935      814     19 |  0.012 % |
0.00/0.04	c |      1321 |      90     1917     9585 |     1029      843     19 |  0.012 % |
0.00/0.06	c |      2080 |      90     1917     9585 |     1132      557     18 |  0.012 % |
0.07/0.09	c |      3219 |      90     1917     9585 |     1245     1123     19 |  0.012 % |
0.10/0.15	c |      4927 |      90     1917     9585 |     1369      928     19 |  0.012 % |
0.20/0.23	c |      7489 |      90     1917     9585 |     1506      708     17 |  0.012 % |
0.30/0.35	c |     11333 |      90     1917     9585 |     1657     1510     18 |  0.012 % |
0.50/0.55	c |     17099 |      90     1917     9585 |     1823     1410     18 |  0.012 % |
0.80/0.84	c |     25748 |      90     1917     9585 |     2005     1761     18 |  0.012 % |
1.30/1.30	c |     38722 |      90     1917     9585 |     2206     1568     17 |  0.012 % |
2.00/2.02	c |     58183 |      90     1917     9585 |     2426     2062     19 |  0.012 % |
3.09/3.13	c |     87376 |      90     1917     9585 |     2669     1876     18 |  0.012 % |
4.79/4.85	c |    131165 |      90     1917     9585 |     2936     2574     18 |  0.012 % |
7.49/7.55	c |    196849 |      90     1917     9585 |     3229     1675     18 |  0.012 % |
11.69/11.73	c |    295377 |      90     1917     9585 |     3552     2638     19 |  0.012 % |
18.19/18.22	c |    443167 |      90     1917     9585 |     3908     2002     18 |  0.012 % |
28.29/28.34	c |    664850 |      90     1917     9585 |     4298     3473     18 |  0.012 % |
43.89/43.98	c |    997377 |      90     1917     9585 |     4728     3308     19 |  0.012 % |
68.48/68.59	c |   1496167 |      90     1917     9585 |     5201     3243     18 |  0.012 % |
107.07/107.15	c |   2244349 |      90     1917     9585 |     5721     4603     18 |  0.012 % |
167.95/168.01	c |   3366624 |      90     1917     9585 |     6293     4145     18 |  0.012 % |
263.40/263.57	c |   5050036 |      90     1917     9585 |     6923     4854     18 |  0.012 % |
413.30/413.59	c |   7575154 |      90     1917     9585 |     7615     5618     17 |  0.012 % |
647.54/647.83	c |  11362829 |      90     1917     9585 |     8377     5895     16 |  0.012 % |
1018.65/1019.09	c |  17044342 |      90     1917     9585 |     9215     6302     16 |  0.013 % |
1600.61/1601.18	c |  25566613 |      90     1917     9585 |    10136     4922     18 |  0.025 % |
2525.70/2526.47	c |  38350017 |      89     1869     9345 |    11150     5633     16 |  1.124 % |
3461.47/3462.48	c ===============================================================================
3461.47/3462.48	c restarts              : 31
3461.47/3462.48	c conflicts             : 50931061       (14713 /sec)
3461.47/3462.48	c decisions             : 56476096       (1.78 % random) (16315 /sec)
3461.47/3462.48	c propagations          : 789570611      (228099 /sec)
3461.47/3462.48	c conflict literals     : 877120384      (24.06 % deleted)
3461.47/3462.48	c Memory used           : 5.98 MB
3461.47/3462.48	c CPU time              : 3461.52 s
3461.47/3462.48	c 
3461.47/3462.48	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/node65/watcher-424783-1177624602 -o ROOT/results/node65/solver-424783-1177624602 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/424783-1177624602/minisat_noassertions /tmp/evaluation/424783-1177624602/instance-424783-1177624602.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/64 25712
/proc/meminfo: memFree=1741608/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=1852 CPUtime=0
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 238449785 1896448 126 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 463 126 62 130 0 330 0

[startup+0.074838 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25712
/proc/meminfo: memFree=1741608/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=1852 CPUtime=0.07
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 159 0 0 0 7 0 0 0 18 0 1 0 238449785 1896448 145 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 463 145 66 130 0 330 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1852

[startup+0.101839 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25712
/proc/meminfo: memFree=1741608/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=1984 CPUtime=0.1
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 167 0 0 0 10 0 0 0 18 0 1 0 238449785 2031616 153 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 496 153 66 130 0 363 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1984

[startup+0.301855 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25712
/proc/meminfo: memFree=1741608/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=1984 CPUtime=0.3
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 184 0 0 0 30 0 0 0 19 0 1 0 238449785 2031616 170 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134687112 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 496 170 66 130 0 363 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1984

[startup+0.701889 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25712
/proc/meminfo: memFree=1741608/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=2116 CPUtime=0.7
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 203 0 0 0 70 0 0 0 22 0 1 0 238449785 2166784 189 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 529 189 66 130 0 396 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2116

[startup+1.50196 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25713
/proc/meminfo: memFree=1741024/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=2116 CPUtime=1.5
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 227 0 0 0 150 0 0 0 25 0 1 0 238449785 2166784 213 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546988 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 529 213 66 130 0 396 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2116

[startup+3.10109 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25713
/proc/meminfo: memFree=1740832/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=2248 CPUtime=3.09
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 250 0 0 0 309 0 0 0 25 0 1 0 238449785 2301952 236 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 562 236 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30135 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25713
/proc/meminfo: memFree=1740576/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=2380 CPUtime=6.29
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 290 0 0 0 629 0 0 0 25 0 1 0 238449785 2437120 276 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546964 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 595 276 66 130 0 462 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2380

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25713
/proc/meminfo: memFree=1740328/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=2644 CPUtime=12.69
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 330 0 0 0 1269 0 0 0 25 0 1 0 238449785 2707456 316 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545987 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 661 316 66 130 0 528 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2644

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 25713
/proc/meminfo: memFree=1740136/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=2776 CPUtime=25.49
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 367 0 0 0 2549 0 0 0 25 0 1 0 238449785 2842624 353 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 694 353 66 130 0 561 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2776

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 25713
/proc/meminfo: memFree=1739880/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=3048 CPUtime=51.08
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 449 0 0 0 5108 0 0 0 25 0 1 0 238449785 3121152 435 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 762 435 66 130 0 629 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3048

[startup+102.304 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 25713
/proc/meminfo: memFree=1739560/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=3316 CPUtime=102.27
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 508 0 0 0 10227 0 0 0 25 0 1 0 238449785 3395584 494 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 829 494 66 130 0 696 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3316

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25713
/proc/meminfo: memFree=1739304/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=3588 CPUtime=162.25
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 565 0 0 0 16225 0 0 0 25 0 1 0 238449785 3674112 551 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 897 551 66 130 0 764 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3588

[startup+222.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 25713
/proc/meminfo: memFree=1739048/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=3728 CPUtime=222.24
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 621 0 0 0 22224 0 0 0 25 0 1 0 238449785 3817472 607 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 932 607 66 130 0 799 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3728

[startup+282.301 s]
/proc/loadavg: 1.15 1.03 1.01 2/71 25835
/proc/meminfo: memFree=1737520/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=3868 CPUtime=282.16
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 655 0 0 0 28216 0 0 0 25 0 1 0 238449785 3960832 641 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 967 641 66 130 0 834 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 3868

[startup+342.301 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 25911
/proc/meminfo: memFree=1738408/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=4008 CPUtime=342.1
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 691 0 0 0 34210 0 0 0 25 0 1 0 238449785 4104192 677 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1002 677 66 130 0 869 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 4008

[startup+402.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 25911
/proc/meminfo: memFree=1738408/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=4140 CPUtime=402.09
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 706 0 0 0 40208 1 0 0 25 0 1 0 238449785 4239360 692 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1035 692 66 130 0 902 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 4140

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25911
/proc/meminfo: memFree=1738344/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=4140 CPUtime=462.08
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 728 0 0 0 46207 1 0 0 25 0 1 0 238449785 4239360 714 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1035 714 66 130 0 902 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 4140

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25911
/proc/meminfo: memFree=1738216/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=4288 CPUtime=522.07
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 746 0 0 0 52206 1 0 0 25 0 1 0 238449785 4390912 732 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1072 732 66 130 0 939 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 4288

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25911
/proc/meminfo: memFree=1738216/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=4288 CPUtime=582.05
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 765 0 0 0 58204 1 0 0 25 0 1 0 238449785 4390912 751 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1072 751 66 130 0 939 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 4288

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25911
/proc/meminfo: memFree=1738280/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=4288 CPUtime=642.04
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 766 0 0 0 64203 1 0 0 25 0 1 0 238449785 4390912 752 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1072 752 66 130 0 939 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 4288


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

/proc/meminfo: memFree=1737192/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5340 CPUtime=2441.62
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1028 0 0 0 244159 3 0 0 25 0 1 0 238449785 5468160 1014 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1335 1014 66 130 0 1202 0
Current children cumulated CPU time (s) 2441.62
Current children cumulated vsize (KiB) 5340

[startup+2502.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25911
/proc/meminfo: memFree=1737128/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5340 CPUtime=2501.6
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1031 0 0 0 250157 3 0 0 25 0 1 0 238449785 5468160 1017 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547310 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1335 1017 66 130 0 1202 0
Current children cumulated CPU time (s) 2501.6
Current children cumulated vsize (KiB) 5340

[startup+2562.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25911
/proc/meminfo: memFree=1737064/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5484 CPUtime=2561.59
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1040 0 0 0 256156 3 0 0 25 0 1 0 238449785 5615616 1026 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1371 1026 66 130 0 1238 0
Current children cumulated CPU time (s) 2561.59
Current children cumulated vsize (KiB) 5484

[startup+2622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25911
/proc/meminfo: memFree=1737064/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5484 CPUtime=2621.58
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1046 0 0 0 262155 3 0 0 25 0 1 0 238449785 5615616 1032 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1371 1032 66 130 0 1238 0
Current children cumulated CPU time (s) 2621.58
Current children cumulated vsize (KiB) 5484

[startup+2682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25913
/proc/meminfo: memFree=1737000/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5484 CPUtime=2681.56
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1053 0 0 0 268153 3 0 0 25 0 1 0 238449785 5615616 1039 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1371 1039 66 130 0 1238 0
Current children cumulated CPU time (s) 2681.56
Current children cumulated vsize (KiB) 5484

[startup+2742.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25913
/proc/meminfo: memFree=1737000/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5484 CPUtime=2741.55
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1060 0 0 0 274152 3 0 0 25 0 1 0 238449785 5615616 1046 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545993 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1371 1046 66 130 0 1238 0
Current children cumulated CPU time (s) 2741.55
Current children cumulated vsize (KiB) 5484

[startup+2802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25913
/proc/meminfo: memFree=1736872/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5640 CPUtime=2801.53
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1088 0 0 0 280150 3 0 0 25 0 1 0 238449785 5775360 1074 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548099 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1410 1074 66 130 0 1277 0
Current children cumulated CPU time (s) 2801.53
Current children cumulated vsize (KiB) 5640

[startup+2862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25913
/proc/meminfo: memFree=1736872/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5640 CPUtime=2861.51
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1094 0 0 0 286148 3 0 0 25 0 1 0 238449785 5775360 1080 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1410 1080 66 130 0 1277 0
Current children cumulated CPU time (s) 2861.51
Current children cumulated vsize (KiB) 5640

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25913
/proc/meminfo: memFree=1736808/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5800 CPUtime=2921.5
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1100 0 0 0 292147 3 0 0 25 0 1 0 238449785 5939200 1086 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1450 1086 66 130 0 1317 0
Current children cumulated CPU time (s) 2921.5
Current children cumulated vsize (KiB) 5800

[startup+2982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25913
/proc/meminfo: memFree=1736808/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5800 CPUtime=2981.48
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1106 0 0 0 298145 3 0 0 25 0 1 0 238449785 5939200 1092 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1450 1092 66 130 0 1317 0
Current children cumulated CPU time (s) 2981.48
Current children cumulated vsize (KiB) 5800

[startup+3042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25913
/proc/meminfo: memFree=1736808/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5800 CPUtime=3041.47
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1106 0 0 0 304144 3 0 0 25 0 1 0 238449785 5939200 1092 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1450 1092 66 130 0 1317 0
Current children cumulated CPU time (s) 3041.47
Current children cumulated vsize (KiB) 5800

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25913
/proc/meminfo: memFree=1736872/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5800 CPUtime=3101.45
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1112 0 0 0 310142 3 0 0 25 0 1 0 238449785 5939200 1098 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546862 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1450 1098 66 130 0 1317 0
Current children cumulated CPU time (s) 3101.45
Current children cumulated vsize (KiB) 5800

[startup+3162.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 25913
/proc/meminfo: memFree=1736808/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5800 CPUtime=3161.45
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1126 0 0 0 316141 4 0 0 25 0 1 0 238449785 5939200 1112 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1450 1112 66 130 0 1317 0
Current children cumulated CPU time (s) 3161.45
Current children cumulated vsize (KiB) 5800

[startup+3222.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 25913
/proc/meminfo: memFree=1736744/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5956 CPUtime=3221.43
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1133 0 0 0 322139 4 0 0 25 0 1 0 238449785 6098944 1119 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1489 1119 66 130 0 1356 0
Current children cumulated CPU time (s) 3221.43
Current children cumulated vsize (KiB) 5956

[startup+3282.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 25913
/proc/meminfo: memFree=1736680/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5956 CPUtime=3281.42
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1153 0 0 0 328138 4 0 0 25 0 1 0 238449785 6098944 1139 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1489 1139 66 130 0 1356 0
Current children cumulated CPU time (s) 3281.42
Current children cumulated vsize (KiB) 5956

[startup+3342.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 25913
/proc/meminfo: memFree=1736680/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=5956 CPUtime=3341.4
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1159 0 0 0 334136 4 0 0 25 0 1 0 238449785 6098944 1145 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1489 1145 66 130 0 1356 0
Current children cumulated CPU time (s) 3341.4
Current children cumulated vsize (KiB) 5956

[startup+3402.31 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 25913
/proc/meminfo: memFree=1736552/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=6116 CPUtime=3401.39
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1178 0 0 0 340135 4 0 0 25 0 1 0 238449785 6262784 1164 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1529 1164 66 130 0 1396 0
Current children cumulated CPU time (s) 3401.39
Current children cumulated vsize (KiB) 6116

[startup+3462.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25913
/proc/meminfo: memFree=1736552/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=6116 CPUtime=3461.37
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1184 0 0 0 346133 4 0 0 25 0 1 0 238449785 6262784 1170 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1529 1170 66 130 0 1396 0
Current children cumulated CPU time (s) 3461.37
Current children cumulated vsize (KiB) 6116

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

[startup+3462.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25913
/proc/meminfo: memFree=1736552/2055920 swapFree=4184020/4192956
[pid=25712] ppid=25710 vsize=6116 CPUtime=3461.47
/proc/25712/stat : 25712 (minisat_noasser) R 25710 25712 25419 0 -1 4194304 1184 0 0 0 346143 4 0 0 25 0 1 0 238449785 6262784 1170 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/25712/statm: 1529 1170 66 130 0 1396 0
Current children cumulated CPU time (s) 3461.47
Current children cumulated vsize (KiB) 6116

Child status: 20
Real time (s): 3462.49
CPU time (s): 3461.57
CPU user time (s): 3461.52
CPU system time (s): 0.047992
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 6116

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

runsolver used 2.81357 second user time and 6.68898 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Thu Apr 26 21:56:42 UTC 2007

IDJOB= 424783
IDBENCH= 19838
IDSOLVER= 189
FILE ID= node65/424783-1177624602

PBS_JOBID= 4697198

Free space on /tmp= 66412 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  b2802bae5d92b90eb2c4213147949897

RANDOM SEED= 923336094

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1742080 kB
Buffers:         33140 kB
Cached:         203772 kB
SwapCached:       2652 kB
Active:          85232 kB
Inactive:       161176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742080 kB
SwapTotal:     4192956 kB
SwapFree:      4184020 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            53452 kB
Committed_AS:  2516108 kB
PageTables:       1456 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= 66412 MiB

End job on node65 on Thu Apr 26 22:54:24 UTC 2007