Trace number 426470

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 698.499 698.769

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 benchmark37.9242
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.10/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.50/0.51	c |     17100 |      80     1704     8520 |     1620     1348     17 |  0.016 % |
0.70/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.79/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.62	c |    443168 |      80     1704     8520 |     3473     1701     16 |  0.016 % |
25.88/25.91	c |    664851 |      80     1704     8520 |     3821     3323     16 |  0.016 % |
40.27/40.31	c |    997376 |      80     1704     8520 |     4203     3637     16 |  0.016 % |
62.57/62.61	c |   1496165 |      80     1704     8520 |     4623     4141     15 |  0.016 % |
97.85/97.93	c |   2244347 |      80     1704     8520 |     5086     2659     14 |  0.016 % |
153.13/153.25	c |   3366622 |      80     1704     8520 |     5594     4358     17 |  0.016 % |
239.09/239.21	c |   5050034 |      80     1704     8520 |     6154     3964     15 |  0.031 % |
374.85/375.08	c |   7575152 |      80     1704     8520 |     6769     4312     15 |  0.032 % |
586.06/586.32	c |  11362827 |      79     1650     8250 |     7446     3471     13 |  1.297 % |
698.42/698.76	c ===============================================================================
698.42/698.76	c restarts              : 28
698.42/698.76	c conflicts             : 13316463       (19065 /sec)
698.42/698.76	c decisions             : 14768729       (1.78 % random) (21144 /sec)
698.42/698.76	c propagations          : 189322959      (271053 /sec)
698.42/698.76	c conflict literals     : 210150562      (23.85 % deleted)
698.42/698.76	c Memory used           : 4.10 MB
698.42/698.76	c CPU time              : 698.471 s
698.42/698.76	c 
698.42/698.76	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/node40/watcher-426470-1177825477 -o ROOT/results/node40/solver-426470-1177825477 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/426470-1177825477/minisat_noassertions /tmp/evaluation/426470-1177825477/instance-426470-1177825477.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: 2.00 1.99 1.89 3/77 28310
/proc/meminfo: memFree=1596408/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=1852 CPUtime=0
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 111427289 1896448 123 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 463 123 62 130 0 330 0

[startup+0.0546841 s]
/proc/loadavg: 2.00 1.99 1.89 3/77 28310
/proc/meminfo: memFree=1596408/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=1852 CPUtime=0.05
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 150 0 0 0 5 0 0 0 18 0 1 0 111427289 1896448 136 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 463 136 66 130 0 330 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1852

[startup+0.102679 s]
/proc/loadavg: 2.00 1.99 1.89 3/77 28310
/proc/meminfo: memFree=1596408/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=1852 CPUtime=0.1
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 160 0 0 0 10 0 0 0 18 0 1 0 111427289 1896448 146 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 463 146 66 130 0 330 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1852

[startup+0.30172 s]
/proc/loadavg: 2.00 1.99 1.89 3/77 28310
/proc/meminfo: memFree=1596408/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=1984 CPUtime=0.29
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 174 0 0 0 29 0 0 0 19 0 1 0 111427289 2031616 160 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552572 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 496 160 66 130 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.702807 s]
/proc/loadavg: 2.00 1.99 1.89 3/77 28310
/proc/meminfo: memFree=1596408/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=1984 CPUtime=0.7
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 193 0 0 0 70 0 0 0 23 0 1 0 111427289 2031616 179 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548233 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 496 179 66 130 0 363 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1984

[startup+1.50197 s]
/proc/loadavg: 1.92 1.97 1.89 2/78 28311
/proc/meminfo: memFree=1595888/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=2116 CPUtime=1.49
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 212 0 0 0 149 0 0 0 25 0 1 0 111427289 2166784 198 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 529 198 66 130 0 396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2116

[startup+3.10131 s]
/proc/loadavg: 1.92 1.97 1.89 2/78 28311
/proc/meminfo: memFree=1595632/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=2248 CPUtime=3.09
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 245 0 0 0 309 0 0 0 25 0 1 0 111427289 2301952 231 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 562 231 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30198 s]
/proc/loadavg: 1.92 1.97 1.89 2/78 28311
/proc/meminfo: memFree=1595376/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=2380 CPUtime=6.29
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 278 0 0 0 629 0 0 0 25 0 1 0 111427289 2437120 264 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 595 264 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: 1.78 1.94 1.88 2/78 28311
/proc/meminfo: memFree=1595184/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=2512 CPUtime=12.69
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 311 0 0 0 1269 0 0 0 25 0 1 0 111427289 2572288 297 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 628 297 66 130 0 495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2512

[startup+25.502 s]
/proc/loadavg: 1.66 1.91 1.87 2/78 28311
/proc/meminfo: memFree=1594992/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=2648 CPUtime=25.48
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 352 0 0 0 2548 0 0 0 25 0 1 0 111427289 2711552 338 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 662 338 66 130 0 529 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2648

[startup+51.1013 s]
/proc/loadavg: 1.43 1.83 1.84 2/78 28311
/proc/meminfo: memFree=1594672/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=2916 CPUtime=51.07
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 421 0 0 0 5107 0 0 0 25 0 1 0 111427289 2985984 407 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547029 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 729 407 66 130 0 596 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2916

[startup+102.305 s]
/proc/loadavg: 1.17 1.69 1.79 2/78 28311
/proc/meminfo: memFree=1594416/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=3196 CPUtime=102.25
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 478 0 0 0 10225 0 0 0 25 0 1 0 111427289 3272704 464 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 799 464 66 130 0 666 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 3196

[startup+162.302 s]
/proc/loadavg: 1.06 1.56 1.74 2/78 28311
/proc/meminfo: memFree=1594224/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=3336 CPUtime=162.23
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 524 0 0 0 16223 0 0 0 25 0 1 0 111427289 3416064 510 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 834 510 66 130 0 701 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 3336

[startup+222.301 s]
/proc/loadavg: 1.02 1.46 1.69 2/78 28311
/proc/meminfo: memFree=1593904/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=3616 CPUtime=222.2
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 588 0 0 0 22220 0 0 0 25 0 1 0 111427289 3702784 574 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546878 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 904 574 66 130 0 771 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 3616

[startup+282.302 s]
/proc/loadavg: 1.01 1.37 1.64 2/78 28311
/proc/meminfo: memFree=1593904/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=3756 CPUtime=282.19
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 621 0 0 0 28218 1 0 0 25 0 1 0 111427289 3846144 607 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 939 607 66 130 0 806 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 3756

[startup+342.301 s]
/proc/loadavg: 1.00 1.30 1.60 2/78 28311
/proc/meminfo: memFree=1593712/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=3900 CPUtime=342.16
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 653 0 0 0 34215 1 0 0 25 0 1 0 111427289 3993600 639 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547301 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 975 639 66 130 0 842 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 3900

[startup+402.302 s]
/proc/loadavg: 1.00 1.24 1.56 2/78 28311
/proc/meminfo: memFree=1593648/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=3900 CPUtime=402.13
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 665 0 0 0 40212 1 0 0 25 0 1 0 111427289 3993600 651 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 975 651 66 130 0 842 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 3900

[startup+462.301 s]
/proc/loadavg: 1.00 1.20 1.52 2/78 28311
/proc/meminfo: memFree=1593712/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=3900 CPUtime=462.11
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 668 0 0 0 46210 1 0 0 25 0 1 0 111427289 3993600 654 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 975 654 66 130 0 842 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 3900

[startup+522.302 s]
/proc/loadavg: 1.00 1.16 1.49 2/78 28311
/proc/meminfo: memFree=1593584/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4048 CPUtime=522.09
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 676 0 0 0 52208 1 0 0 25 0 1 0 111427289 4145152 662 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1012 662 66 130 0 879 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 4048

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.45 2/78 28311
/proc/meminfo: memFree=1593648/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4048 CPUtime=582.06
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 677 0 0 0 58205 1 0 0 25 0 1 0 111427289 4145152 663 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1012 663 66 130 0 879 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 4048

[startup+642.302 s]
/proc/loadavg: 1.00 1.10 1.42 2/78 28311
/proc/meminfo: memFree=1593520/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4048 CPUtime=642.05
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 696 0 0 0 64203 2 0 0 25 0 1 0 111427289 4145152 682 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546076 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1012 682 66 130 0 879 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 4048

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

[startup+665.506 s]
/proc/loadavg: 1.00 1.09 1.41 2/78 28311
/proc/meminfo: memFree=1593456/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4048 CPUtime=665.24
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 707 0 0 0 66522 2 0 0 25 0 1 0 111427289 4145152 693 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1012 693 66 130 0 879 0
Current children cumulated CPU time (s) 665.24
Current children cumulated vsize (KiB) 4048

[startup+678.302 s]
/proc/loadavg: 1.00 1.09 1.41 2/78 28311
/proc/meminfo: memFree=1593392/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4196 CPUtime=678.03
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 721 0 0 0 67801 2 0 0 25 0 1 0 111427289 4296704 707 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1049 707 66 130 0 916 0
Current children cumulated CPU time (s) 678.03
Current children cumulated vsize (KiB) 4196

[startup+691.101 s]
/proc/loadavg: 1.00 1.08 1.40 2/78 28311
/proc/meminfo: memFree=1593392/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4196 CPUtime=690.82
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 725 0 0 0 69080 2 0 0 25 0 1 0 111427289 4296704 711 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1049 711 66 130 0 916 0
Current children cumulated CPU time (s) 690.82
Current children cumulated vsize (KiB) 4196

[startup+694.302 s]
/proc/loadavg: 1.00 1.08 1.40 2/78 28311
/proc/meminfo: memFree=1593328/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4196 CPUtime=694.02
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 735 0 0 0 69400 2 0 0 25 0 1 0 111427289 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547318 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 694.02
Current children cumulated vsize (KiB) 4196

[startup+695.901 s]
/proc/loadavg: 1.00 1.08 1.40 2/78 28311
/proc/meminfo: memFree=1593328/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4196 CPUtime=695.62
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 735 0 0 0 69560 2 0 0 25 0 1 0 111427289 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 695.62
Current children cumulated vsize (KiB) 4196

[startup+697.502 s]
/proc/loadavg: 1.00 1.08 1.40 2/78 28311
/proc/meminfo: memFree=1593328/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4196 CPUtime=697.22
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 735 0 0 0 69720 2 0 0 25 0 1 0 111427289 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548930 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 697.22
Current children cumulated vsize (KiB) 4196

[startup+698.302 s]
/proc/loadavg: 1.00 1.08 1.40 2/78 28311
/proc/meminfo: memFree=1593328/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4196 CPUtime=698.02
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 735 0 0 0 69800 2 0 0 25 0 1 0 111427289 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 698.02
Current children cumulated vsize (KiB) 4196

[startup+698.702 s]
/proc/loadavg: 1.00 1.08 1.40 2/78 28311
/proc/meminfo: memFree=1593328/2055920 swapFree=4157428/4192956
[pid=28310] ppid=28308 vsize=4196 CPUtime=698.42
/proc/28310/stat : 28310 (minisat_noasser) R 28308 28310 27777 0 -1 4194304 735 0 0 0 69840 2 0 0 25 0 1 0 111427289 4296704 721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/28310/statm: 1049 721 66 130 0 916 0
Current children cumulated CPU time (s) 698.42
Current children cumulated vsize (KiB) 4196

Child status: 20
Real time (s): 698.769
CPU time (s): 698.499
CPU user time (s): 698.471
CPU system time (s): 0.027995
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 4196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 698.471
system time used= 0.027995
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= 1456

runsolver used 0.530919 second user time and 1.42378 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Apr 29 05:44:37 UTC 2007

IDJOB= 426470
IDBENCH= 19818
IDSOLVER= 189
FILE ID= node40/426470-1177825477

PBS_JOBID= 4715937

Free space on /tmp= 66543 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/426470-1177825477/minisat_noassertions /tmp/evaluation/426470-1177825477/instance-426470-1177825477.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-426470-1177825477 -o ROOT/results/node40/solver-426470-1177825477 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/426470-1177825477/minisat_noassertions /tmp/evaluation/426470-1177825477/instance-426470-1177825477.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  09ba83c5bb0d24fb8b0cf9ee4e9590ec

RANDOM SEED= 711133328

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.283
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.283
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:       1596816 kB
Buffers:         43364 kB
Cached:         342588 kB
SwapCached:      16880 kB
Active:         223252 kB
Inactive:       187876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596816 kB
SwapTotal:     4192956 kB
SwapFree:      4157428 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          30580 kB
Slab:            33384 kB
Committed_AS:  1067948 kB
PageTables:       1936 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= 66543 MiB

End job on node40 on Sun Apr 29 05:56:16 UTC 2007