Trace number 420909

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 699.482 699.653

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S1317485140-08.UNSAT.shuffled.cnf
MD5SUM09ba83c5bb0d24fb8b0cf9ee4e9590ec
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.4636
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
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 51704
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:  80                                                   |
0.00/0.00	c |  Number of clauses:    1704                                                 |
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 |      80     1704     8520 |      568        0    nan |  0.000 % |
0.00/0.01	c |       100 |      80     1704     8520 |      624      100     19 |  0.016 % |
0.00/0.01	c |       250 |      80     1704     8520 |      687      250     19 |  0.016 % |
0.00/0.02	c |       475 |      80     1704     8520 |      756      475     19 |  0.016 % |
0.00/0.02	c |       812 |      80     1704     8520 |      831      423     18 |  0.016 % |
0.00/0.04	c |      1319 |      80     1704     8520 |      914      505     17 |  0.016 % |
0.05/0.06	c |      2079 |      80     1704     8520 |     1006      799     18 |  0.016 % |
0.05/0.09	c |      3218 |      80     1704     8520 |     1106      914     17 |  0.016 % |
0.09/0.14	c |      4926 |      80     1704     8520 |     1217      931     17 |  0.016 % |
0.19/0.21	c |      7488 |      80     1704     8520 |     1339     1029     16 |  0.016 % |
0.29/0.33	c |     11333 |      80     1704     8520 |     1473      808     16 |  0.016 % |
0.49/0.51	c |     17100 |      80     1704     8520 |     1620     1348     17 |  0.016 % |
0.69/0.78	c |     25750 |      80     1704     8520 |     1782      994     16 |  0.016 % |
1.19/1.21	c |     38724 |      80     1704     8520 |     1960     1386     17 |  0.016 % |
1.79/1.86	c |     58185 |      80     1704     8520 |     2156     1080     17 |  0.016 % |
2.80/2.88	c |     87377 |      80     1704     8520 |     2372     1995     16 |  0.016 % |
4.40/4.46	c |    131166 |      80     1704     8520 |     2609     1515     16 |  0.016 % |
6.89/6.92	c |    196850 |      80     1704     8520 |     2870     1437     16 |  0.016 % |
10.69/10.72	c |    295379 |      80     1704     8520 |     3158     1687     16 |  0.016 % |
16.59/16.63	c |    443168 |      80     1704     8520 |     3473     1701     16 |  0.016 % |
25.89/25.92	c |    664851 |      80     1704     8520 |     3821     3323     16 |  0.016 % |
40.28/40.33	c |    997376 |      80     1704     8520 |     4203     3637     16 |  0.016 % |
62.58/62.65	c |   1496165 |      80     1704     8520 |     4623     4141     15 |  0.016 % |
97.97/98.00	c |   2244347 |      80     1704     8520 |     5086     2659     14 |  0.016 % |
153.25/153.37	c |   3366622 |      80     1704     8520 |     5594     4358     17 |  0.016 % |
239.34/239.42	c |   5050034 |      80     1704     8520 |     6154     3964     15 |  0.031 % |
375.20/375.40	c |   7575152 |      80     1704     8520 |     6769     4312     15 |  0.032 % |
586.74/586.93	c |  11362827 |      79     1650     8250 |     7446     3471     13 |  1.297 % |
699.42/699.65	c ===============================================================================
699.42/699.65	c restarts              : 28
699.42/699.65	c conflicts             : 13316463       (19038 /sec)
699.42/699.65	c decisions             : 14768729       (1.78 % random) (21115 /sec)
699.42/699.65	c propagations          : 189322959      (270672 /sec)
699.42/699.65	c conflict literals     : 210150562      (23.85 % deleted)
699.42/699.65	c Memory used           : 4.10 MB
699.42/699.65	c CPU time              : 699.455 s
699.42/699.65	c 
699.42/699.65	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node72/watcher-420909-1177490425 -o ROOT/results/node72/solver-420909-1177490425 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/420909-1177490425/minisat_noassertions /tmp/evaluation/420909-1177490425/instance-420909-1177490425.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.00 0.00 0.00 3/77 2156
/proc/meminfo: memFree=1831152/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=1852 CPUtime=0
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 225080932 1896448 123 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529398 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 463 123 62 130 0 330 0

[startup+0.0540921 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 2156
/proc/meminfo: memFree=1831152/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=1852 CPUtime=0.05
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 150 0 0 0 5 0 0 0 18 0 1 0 225080932 1896448 136 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 463 136 66 130 0 330 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1852

[startup+0.101095 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 2156
/proc/meminfo: memFree=1831152/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=1852 CPUtime=0.09
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 160 0 0 0 9 0 0 0 18 0 1 0 225080932 1896448 146 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 463 146 66 130 0 330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1852

[startup+0.301114 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 2156
/proc/meminfo: memFree=1831152/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=1984 CPUtime=0.29
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 174 0 0 0 29 0 0 0 20 0 1 0 225080932 2031616 160 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 496 160 66 130 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.70115 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 2156
/proc/meminfo: memFree=1831152/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=1984 CPUtime=0.69
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 193 0 0 0 69 0 0 0 23 0 1 0 225080932 2031616 179 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552486 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 496 179 66 130 0 363 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1984

[startup+1.50122 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 2157
/proc/meminfo: memFree=1830696/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=2116 CPUtime=1.49
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 212 0 0 0 149 0 0 0 25 0 1 0 225080932 2166784 198 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552759 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 529 198 66 130 0 396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2116

[startup+3.10137 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 2157
/proc/meminfo: memFree=1830504/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=2248 CPUtime=3.09
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 245 0 0 0 309 0 0 0 25 0 1 0 225080932 2301952 231 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 562 231 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30166 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 2157
/proc/meminfo: memFree=1830248/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=2380 CPUtime=6.29
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 278 0 0 0 629 0 0 0 25 0 1 0 225080932 2437120 264 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 595 264 66 130 0 462 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2380

[startup+12.7012 s]
/proc/loadavg: 0.15 0.03 0.01 2/78 2157
/proc/meminfo: memFree=1830056/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=2512 CPUtime=12.69
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 309 0 0 0 1269 0 0 0 25 0 1 0 225080932 2572288 295 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 628 295 66 130 0 495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2512

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/78 2157
/proc/meminfo: memFree=1829864/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=2648 CPUtime=25.49
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 352 0 0 0 2549 0 0 0 25 0 1 0 225080932 2711552 338 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 662 338 66 130 0 529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2648

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/78 2157
/proc/meminfo: memFree=1829544/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=2916 CPUtime=51.08
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 421 0 0 0 5108 0 0 0 25 0 1 0 225080932 2985984 407 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546845 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 729 407 66 130 0 596 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2916

[startup+102.305 s]
/proc/loadavg: 0.81 0.28 0.10 2/78 2157
/proc/meminfo: memFree=1829352/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=3196 CPUtime=102.27
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 478 0 0 0 10227 0 0 0 25 0 1 0 225080932 3272704 464 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134555540 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 799 464 66 130 0 666 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3196

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/78 2157
/proc/meminfo: memFree=1829160/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=3336 CPUtime=162.25
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 524 0 0 0 16225 0 0 0 25 0 1 0 225080932 3416064 510 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 834 510 66 130 0 701 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3336

[startup+222.301 s]
/proc/loadavg: 0.97 0.51 0.20 2/78 2157
/proc/meminfo: memFree=1828904/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=3616 CPUtime=222.24
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 588 0 0 0 22223 1 0 0 25 0 1 0 225080932 3702784 574 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 904 574 66 130 0 771 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3616

[startup+282.302 s]
/proc/loadavg: 0.99 0.60 0.25 2/78 2157
/proc/meminfo: memFree=1828776/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=3756 CPUtime=282.22
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 617 0 0 0 28221 1 0 0 25 0 1 0 225080932 3846144 603 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 939 603 66 130 0 806 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 3756

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.29 2/78 2157
/proc/meminfo: memFree=1828584/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=3900 CPUtime=342.21
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 653 0 0 0 34220 1 0 0 25 0 1 0 225080932 3993600 639 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 975 639 66 130 0 842 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 3900

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/78 2157
/proc/meminfo: memFree=1828520/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=3900 CPUtime=402.19
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 665 0 0 0 40218 1 0 0 25 0 1 0 225080932 3993600 651 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 975 651 66 130 0 842 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 3900

[startup+462.301 s]
/proc/loadavg: 0.99 0.77 0.37 2/78 2157
/proc/meminfo: memFree=1828520/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=3900 CPUtime=462.17
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 665 0 0 0 46216 1 0 0 25 0 1 0 225080932 3993600 651 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552440 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 975 651 66 130 0 842 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 3900

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/78 2157
/proc/meminfo: memFree=1828584/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4048 CPUtime=522.16
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 676 0 0 0 52215 1 0 0 25 0 1 0 225080932 4145152 662 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1012 662 66 130 0 879 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 4048

[startup+582.301 s]
/proc/loadavg: 0.99 0.84 0.44 2/78 2157
/proc/meminfo: memFree=1828520/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4048 CPUtime=582.14
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 677 0 0 0 58213 1 0 0 25 0 1 0 225080932 4145152 663 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1012 663 66 130 0 879 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 4048

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.47 2/78 2157
/proc/meminfo: memFree=1828520/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4048 CPUtime=642.14
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 696 0 0 0 64212 2 0 0 25 0 1 0 225080932 4145152 682 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1012 682 66 130 0 879 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 4048

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

[startup+665.506 s]
/proc/loadavg: 0.99 0.88 0.49 2/78 2157
/proc/meminfo: memFree=1828456/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4048 CPUtime=665.33
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 707 0 0 0 66531 2 0 0 25 0 1 0 225080932 4145152 693 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545987 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1012 693 66 130 0 879 0
Current children cumulated CPU time (s) 665.33
Current children cumulated vsize (KiB) 4048

[startup+678.302 s]
/proc/loadavg: 0.99 0.88 0.49 2/78 2157
/proc/meminfo: memFree=1828392/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4196 CPUtime=678.13
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 716 0 0 0 67811 2 0 0 25 0 1 0 225080932 4296704 702 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545987 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1049 702 66 130 0 916 0
Current children cumulated CPU time (s) 678.13
Current children cumulated vsize (KiB) 4196

[startup+691.101 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 2157
/proc/meminfo: memFree=1828392/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4196 CPUtime=690.92
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 721 0 0 0 69090 2 0 0 25 0 1 0 225080932 4296704 707 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1049 707 66 130 0 916 0
Current children cumulated CPU time (s) 690.92
Current children cumulated vsize (KiB) 4196

[startup+694.302 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 2157
/proc/meminfo: memFree=1828328/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4196 CPUtime=694.12
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 730 0 0 0 69410 2 0 0 25 0 1 0 225080932 4296704 716 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1049 716 66 130 0 916 0
Current children cumulated CPU time (s) 694.12
Current children cumulated vsize (KiB) 4196

[startup+697.502 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 2157
/proc/meminfo: memFree=1828328/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4196 CPUtime=697.32
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 735 0 0 0 69730 2 0 0 25 0 1 0 225080932 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546971 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 697.32
Current children cumulated vsize (KiB) 4196

[startup+698.302 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 2157
/proc/meminfo: memFree=1828328/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4196 CPUtime=698.12
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 735 0 0 0 69810 2 0 0 25 0 1 0 225080932 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 698.12
Current children cumulated vsize (KiB) 4196

[startup+699.102 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 2157
/proc/meminfo: memFree=1828328/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4196 CPUtime=698.92
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 735 0 0 0 69890 2 0 0 25 0 1 0 225080932 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 698.92
Current children cumulated vsize (KiB) 4196

[startup+699.502 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 2157
/proc/meminfo: memFree=1828328/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4196 CPUtime=699.32
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 735 0 0 0 69930 2 0 0 25 0 1 0 225080932 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 699.32
Current children cumulated vsize (KiB) 4196

[startup+699.605 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 2157
/proc/meminfo: memFree=1828328/2055920 swapFree=4157088/4192956
[pid=2156] ppid=2154 vsize=4196 CPUtime=699.42
/proc/2156/stat : 2156 (minisat_noasser) R 2154 2156 2088 0 -1 4194304 735 0 0 0 69940 2 0 0 25 0 1 0 225080932 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2156/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 699.42
Current children cumulated vsize (KiB) 4196

Child status: 20
Real time (s): 699.653
CPU time (s): 699.482
CPU user time (s): 699.455
CPU system time (s): 0.026995
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 4196

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

runsolver used 0.58991 second user time and 1.44178 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Wed Apr 25 08:40:25 UTC 2007

IDJOB= 420909
IDBENCH= 19818
IDSOLVER= 188
FILE ID= node72/420909-1177490425

PBS_JOBID= 4685756

Free space on /tmp= 66407 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S1317485140-08.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/420909-1177490425/minisat_noassertions /tmp/evaluation/420909-1177490425/instance-420909-1177490425.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-420909-1177490425 -o ROOT/results/node72/solver-420909-1177490425 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/420909-1177490425/minisat_noassertions /tmp/evaluation/420909-1177490425/instance-420909-1177490425.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  09ba83c5bb0d24fb8b0cf9ee4e9590ec

RANDOM SEED= 418851371

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1831688 kB
Buffers:         38648 kB
Cached:         112200 kB
SwapCached:      17588 kB
Active:         112296 kB
Inactive:        61920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831688 kB
SwapTotal:     4192956 kB
SwapFree:      4157088 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          29528 kB
Slab:            35556 kB
Committed_AS:  3296448 kB
PageTables:       1788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66407 MiB

End job on node72 on Wed Apr 25 08:52:05 UTC 2007