Trace number 424782

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 2055.29 2055.93

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1342521403-06.SAT.shuffled.cnf
MD5SUM6e660ff097ba2a6ea023c40b4d999c80
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012998
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 |       250 |      90     1917     9585 |      773      250     21 |  0.012 % |
0.00/0.02	c |       477 |      90     1917     9585 |      850      477     21 |  0.012 % |
0.00/0.03	c |       815 |      90     1917     9585 |      935      815     20 |  0.012 % |
0.00/0.04	c |      1321 |      90     1917     9585 |     1029      844     19 |  0.012 % |
0.00/0.06	c |      2080 |      90     1917     9585 |     1132      551     19 |  0.012 % |
0.08/0.10	c |      3219 |      90     1917     9585 |     1245     1115     19 |  0.012 % |
0.09/0.15	c |      4927 |      90     1917     9585 |     1369      916     17 |  0.012 % |
0.19/0.23	c |      7490 |      90     1917     9585 |     1506     1398     18 |  0.012 % |
0.29/0.36	c |     11335 |      90     1917     9585 |     1657     1436     17 |  0.012 % |
0.49/0.56	c |     17102 |      90     1917     9585 |     1823     1347     18 |  0.012 % |
0.79/0.87	c |     25752 |      90     1917     9585 |     2005     1704     17 |  0.012 % |
1.29/1.33	c |     38727 |      90     1917     9585 |     2206     1493     18 |  0.012 % |
1.99/2.06	c |     58189 |      90     1917     9585 |     2426     1981     18 |  0.012 % |
3.09/3.17	c |     87381 |      90     1917     9585 |     2669     1782     18 |  0.012 % |
4.89/4.90	c |    131170 |      90     1917     9585 |     2936     2487     18 |  0.012 % |
7.59/7.62	c |    196855 |      90     1917     9585 |     3229     1589     17 |  0.012 % |
11.79/11.84	c |    295381 |      90     1917     9585 |     3552     2575     17 |  0.012 % |
18.39/18.43	c |    443171 |      90     1917     9585 |     3908     2011     18 |  0.012 % |
28.59/28.61	c |    664855 |      90     1917     9585 |     4298     3561     18 |  0.012 % |
44.38/44.48	c |    997381 |      90     1917     9585 |     4728     3332     19 |  0.012 % |
69.27/69.38	c |   1496169 |      90     1917     9585 |     5201     3408     18 |  0.012 % |
108.06/108.17	c |   2244351 |      90     1917     9585 |     5721     4634     18 |  0.012 % |
169.25/169.38	c |   3366626 |      90     1917     9585 |     6293     4252     17 |  0.012 % |
265.91/266.06	c |   5050037 |      90     1917     9585 |     6923     4914     18 |  0.012 % |
417.10/417.35	c |   7575153 |      90     1917     9585 |     7615     5848     17 |  0.012 % |
655.03/655.31	c |  11362828 |      90     1917     9585 |     8377     6269     17 |  0.012 % |
1031.23/1031.70	c |  17044341 |      90     1917     9585 |     9215     6304     19 |  0.012 % |
1624.37/1624.99	c |  25566611 |      90     1917     9585 |    10136     9079     18 |  0.013 % |
2055.26/2055.92	c ===============================================================================
2055.26/2055.92	c restarts              : 30
2055.26/2055.92	c conflicts             : 31446620       (15301 /sec)
2055.26/2055.92	c decisions             : 34858875       (1.78 % random) (16961 /sec)
2055.26/2055.92	c propagations          : 485095988      (236035 /sec)
2055.26/2055.92	c conflict literals     : 575652534      (21.39 % deleted)
2055.26/2055.92	c Memory used           : 5.31 MB
2055.26/2055.92	c CPU time              : 2055.19 s
2055.26/2055.92	c 
2055.26/2055.92	s SATISFIABLE
2055.26/2055.92	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/node15/watcher-424782-1177624498 -o ROOT/results/node15/solver-424782-1177624498 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/424782-1177624498/minisat_noassertions /tmp/evaluation/424782-1177624498/instance-424782-1177624498.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 31210
/proc/meminfo: memFree=1576064/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=1852 CPUtime=0
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 210367426 1896448 127 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529378 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 463 127 62 130 0 330 0

[startup+0.0881261 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31210
/proc/meminfo: memFree=1576064/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=1984 CPUtime=0.08
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 164 0 0 0 8 0 0 0 18 0 1 0 210367426 2031616 150 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 496 150 66 130 0 363 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1984

[startup+0.101126 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31210
/proc/meminfo: memFree=1576064/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=1984 CPUtime=0.09
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 164 0 0 0 9 0 0 0 18 0 1 0 210367426 2031616 150 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134700109 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 496 150 66 130 0 363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1984

[startup+0.301145 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31210
/proc/meminfo: memFree=1576064/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=1984 CPUtime=0.29
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 182 0 0 0 29 0 0 0 19 0 1 0 210367426 2031616 168 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 496 168 66 130 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.701181 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31210
/proc/meminfo: memFree=1576064/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=2116 CPUtime=0.69
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 203 0 0 0 69 0 0 0 23 0 1 0 210367426 2166784 189 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 529 189 66 130 0 396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50125 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1575544/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=2116 CPUtime=1.49
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 225 0 0 0 149 0 0 0 25 0 1 0 210367426 2166784 211 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 529 211 66 130 0 396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2116

[startup+3.1014 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1575224/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=2248 CPUtime=3.09
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 249 0 0 0 309 0 0 0 25 0 1 0 210367426 2301952 235 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 562 235 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.3017 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1575032/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=2380 CPUtime=6.29
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 285 0 0 0 629 0 0 0 25 0 1 0 210367426 2437120 271 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 595 271 66 130 0 462 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2380

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1574776/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=2512 CPUtime=12.69
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 328 0 0 0 1269 0 0 0 25 0 1 0 210367426 2572288 314 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 628 314 66 130 0 495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2512

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1574520/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=2776 CPUtime=25.48
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 385 0 0 0 2548 0 0 0 25 0 1 0 210367426 2842624 371 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546573 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 694 371 66 130 0 561 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2776

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1574200/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=3172 CPUtime=51.08
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 461 0 0 0 5108 0 0 0 25 0 1 0 210367426 3248128 447 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 793 447 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 31211
/proc/meminfo: memFree=1573944/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=3304 CPUtime=102.26
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 520 0 0 0 10226 0 0 0 25 0 1 0 210367426 3383296 506 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 826 506 66 130 0 693 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3304

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1573560/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=3728 CPUtime=162.24
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 599 0 0 0 16224 0 0 0 25 0 1 0 210367426 3817472 585 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 932 585 66 130 0 799 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 3728

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1573304/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=3868 CPUtime=222.22
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 665 0 0 0 22222 0 0 0 25 0 1 0 210367426 3960832 651 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 967 651 66 130 0 834 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 3868

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1573304/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=4008 CPUtime=282.22
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 680 0 0 0 28221 1 0 0 25 0 1 0 210367426 4104192 666 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134558244 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1002 666 66 130 0 869 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4008

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31211
/proc/meminfo: memFree=1573240/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=4008 CPUtime=342.2
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 695 0 0 0 34219 1 0 0 25 0 1 0 210367426 4104192 681 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1002 681 66 130 0 869 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 4008

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 31379
/proc/meminfo: memFree=1571848/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=4148 CPUtime=402.11
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 723 0 0 0 40210 1 0 0 25 0 1 0 210367426 4247552 709 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1037 709 66 130 0 904 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 4148

[startup+462.302 s]
/proc/loadavg: 1.11 1.02 1.01 2/78 31409
/proc/meminfo: memFree=1572856/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=4148 CPUtime=462.09
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 730 0 0 0 46207 2 0 0 25 0 1 0 210367426 4247552 716 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547029 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1037 716 66 130 0 904 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 4148

[startup+522.301 s]
/proc/loadavg: 1.11 1.03 1.00 2/78 31409
/proc/meminfo: memFree=1572920/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=4292 CPUtime=522.07
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 752 0 0 0 52205 2 0 0 25 0 1 0 210367426 4395008 738 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1073 738 66 130 0 940 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 4292

[startup+582.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 31409
/proc/meminfo: memFree=1572856/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=4292 CPUtime=582.05
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 765 0 0 0 58203 2 0 0 25 0 1 0 210367426 4395008 751 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1073 751 66 130 0 940 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 4292

[startup+642.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 31409
/proc/meminfo: memFree=1572856/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=4292 CPUtime=642.04
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 765 0 0 0 64202 2 0 0 25 0 1 0 210367426 4395008 751 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552654 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1073 751 66 130 0 940 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 4292


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

/proc/meminfo: memFree=1572024/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5152 CPUtime=1361.85
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 970 0 0 0 136179 6 0 0 25 0 1 0 210367426 5275648 956 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1288 956 66 130 0 1155 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 5152

[startup+1422.31 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 31409
/proc/meminfo: memFree=1571960/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5152 CPUtime=1421.83
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 970 0 0 0 142177 6 0 0 25 0 1 0 210367426 5275648 956 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547293 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1288 956 66 130 0 1155 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 5152

[startup+1482.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 31409
/proc/meminfo: memFree=1572024/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5152 CPUtime=1481.81
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 970 0 0 0 148175 6 0 0 25 0 1 0 210367426 5275648 956 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1288 956 66 130 0 1155 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 5152

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571960/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5300 CPUtime=1541.79
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 982 0 0 0 154173 6 0 0 25 0 1 0 210367426 5427200 968 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1325 968 66 130 0 1192 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 5300

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5300 CPUtime=1601.78
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 992 0 0 0 160171 7 0 0 25 0 1 0 210367426 5427200 978 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1325 978 66 130 0 1192 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 5300

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5300 CPUtime=1661.76
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 993 0 0 0 166169 7 0 0 25 0 1 0 210367426 5427200 979 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1325 979 66 130 0 1192 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 5300

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5300 CPUtime=1721.75
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 993 0 0 0 172167 8 0 0 25 0 1 0 210367426 5427200 979 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1325 979 66 130 0 1192 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 5300

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1572024/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5300 CPUtime=1781.73
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 995 0 0 0 178165 8 0 0 25 0 1 0 210367426 5427200 981 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1325 981 66 130 0 1192 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 5300

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1572024/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5300 CPUtime=1841.71
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1000 0 0 0 184163 8 0 0 25 0 1 0 210367426 5427200 986 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1325 986 66 130 0 1192 0
Current children cumulated CPU time (s) 1841.71
Current children cumulated vsize (KiB) 5300

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1572024/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5300 CPUtime=1901.7
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1001 0 0 0 190161 9 0 0 25 0 1 0 210367426 5427200 987 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1325 987 66 130 0 1192 0
Current children cumulated CPU time (s) 1901.7
Current children cumulated vsize (KiB) 5300

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571960/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=1961.68
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1018 0 0 0 196159 9 0 0 25 0 1 0 210367426 5566464 1004 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1004 66 130 0 1226 0
Current children cumulated CPU time (s) 1961.68
Current children cumulated vsize (KiB) 5436

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=2021.66
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1025 0 0 0 202157 9 0 0 25 0 1 0 210367426 5566464 1011 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547034 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1011 66 130 0 1226 0
Current children cumulated CPU time (s) 2021.66
Current children cumulated vsize (KiB) 5436

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

[startup+2035.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=2034.46
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1025 0 0 0 203437 9 0 0 25 0 1 0 210367426 5566464 1011 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1011 66 130 0 1226 0
Current children cumulated CPU time (s) 2034.46
Current children cumulated vsize (KiB) 5436

[startup+2047.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=2047.26
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1025 0 0 0 204716 10 0 0 25 0 1 0 210367426 5566464 1011 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1011 66 130 0 1226 0
Current children cumulated CPU time (s) 2047.26
Current children cumulated vsize (KiB) 5436

[startup+2051.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=2050.46
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1025 0 0 0 205036 10 0 0 25 0 1 0 210367426 5566464 1011 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552454 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1011 66 130 0 1226 0
Current children cumulated CPU time (s) 2050.46
Current children cumulated vsize (KiB) 5436

[startup+2054.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=2053.66
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1025 0 0 0 205356 10 0 0 25 0 1 0 210367426 5566464 1011 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1011 66 130 0 1226 0
Current children cumulated CPU time (s) 2053.66
Current children cumulated vsize (KiB) 5436

[startup+2055.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=2054.46
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1025 0 0 0 205436 10 0 0 25 0 1 0 210367426 5566464 1011 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546878 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1011 66 130 0 1226 0
Current children cumulated CPU time (s) 2054.46
Current children cumulated vsize (KiB) 5436

[startup+2055.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=2054.86
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1025 0 0 0 205476 10 0 0 25 0 1 0 210367426 5566464 1011 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1011 66 130 0 1226 0
Current children cumulated CPU time (s) 2054.86
Current children cumulated vsize (KiB) 5436

[startup+2055.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31409
/proc/meminfo: memFree=1571896/2055920 swapFree=4169140/4192956
[pid=31210] ppid=31208 vsize=5436 CPUtime=2055.26
/proc/31210/stat : 31210 (minisat_noasser) R 31208 31210 30917 0 -1 4194304 1025 0 0 0 205516 10 0 0 25 0 1 0 210367426 5566464 1011 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 1359 1011 66 130 0 1226 0
Current children cumulated CPU time (s) 2055.26
Current children cumulated vsize (KiB) 5436

Child status: 10
Real time (s): 2055.93
CPU time (s): 2055.29
CPU user time (s): 2055.19
CPU system time (s): 0.101984
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 5436

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

runsolver used 1.50977 second user time and 4.37233 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Thu Apr 26 21:54:58 UTC 2007

IDJOB= 424782
IDBENCH= 19837
IDSOLVER= 189
FILE ID= node15/424782-1177624498

PBS_JOBID= 4697194

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  6e660ff097ba2a6ea023c40b4d999c80

RANDOM SEED= 102903754

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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:       1576536 kB
Buffers:         47096 kB
Cached:         336216 kB
SwapCached:       2928 kB
Active:         184828 kB
Inactive:       221844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576536 kB
SwapTotal:     4192956 kB
SwapFree:      4169140 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          30552 kB
Slab:            58188 kB
Committed_AS:  7116916 kB
PageTables:       1868 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= 66536 MiB

End job on node15 on Thu Apr 26 22:29:14 UTC 2007