Trace number 292539

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 2007 (with assertions)SAT 536.49 536.648

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1282416669-17.SAT.shuffled.cnf
MD5SUM68519df3d597e4ffebc610ff4465413a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
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 |       103 |      90     1917     9585 |      702      103     21 |  0.012 % |
0.00/0.01	c |       257 |      90     1917     9585 |      773      257     20 |  0.012 % |
0.00/0.02	c |       482 |      90     1917     9585 |      850      482     20 |  0.012 % |
0.00/0.03	c |       819 |      90     1917     9585 |      935      819     20 |  0.012 % |
0.00/0.04	c |      1325 |      90     1917     9585 |     1029      845     20 |  0.012 % |
0.00/0.07	c |      2085 |      90     1917     9585 |     1132      549     17 |  0.012 % |
0.10/0.10	c |      3224 |      90     1917     9585 |     1245     1114     19 |  0.012 % |
0.10/0.16	c |      4932 |      90     1917     9585 |     1369      925     18 |  0.012 % |
0.20/0.25	c |      7496 |      90     1917     9585 |     1506      718     17 |  0.012 % |
0.30/0.37	c |     11340 |      90     1917     9585 |     1657     1508     18 |  0.012 % |
0.51/0.58	c |     17108 |      90     1917     9585 |     1823     1406     18 |  0.012 % |
0.81/0.88	c |     25757 |      90     1917     9585 |     2005     1771     18 |  0.012 % |
1.33/1.37	c |     38731 |      90     1917     9585 |     2206     1553     18 |  0.012 % |
2.04/2.14	c |     58192 |      90     1917     9585 |     2426     2060     18 |  0.012 % |
3.27/3.29	c |     87385 |      90     1917     9585 |     2669     1889     18 |  0.012 % |
5.01/5.08	c |    131178 |      90     1917     9585 |     2936     2580     18 |  0.012 % |
7.78/7.88	c |    196862 |      90     1917     9585 |     3229     1630     17 |  0.012 % |
12.18/12.20	c |    295389 |      90     1917     9585 |     3552     2633     18 |  0.012 % |
18.94/18.96	c |    443179 |      90     1917     9585 |     3908     2008     19 |  0.012 % |
29.49/29.53	c |    664862 |      90     1917     9585 |     4298     3552     18 |  0.012 % |
46.07/46.12	c |    997389 |      90     1917     9585 |     4728     3424     17 |  0.012 % |
71.98/72.11	c |   1496178 |      90     1917     9585 |     5201     3395     18 |  0.012 % |
112.85/112.94	c |   2244360 |      90     1917     9585 |     5721     4457     17 |  0.012 % |
176.23/176.31	c |   3366634 |      90     1917     9585 |     6293     3835     17 |  0.012 % |
276.09/276.27	c |   5050045 |      90     1917     9585 |     6923     4244     17 |  0.012 % |
433.28/433.49	c |   7575161 |      90     1917     9585 |     7615     5008     17 |  0.012 % |
536.42/536.64	c ===============================================================================
536.42/536.64	c Verified 1917 original clauses.
536.42/536.64	c Verified 0 eliminated clauses.
536.42/536.64	c restarts              : 27
536.42/536.64	c conflicts             : 9150949        (17058 /sec)
536.42/536.64	c decisions             : 10158010       (1.78 % random) (18935 /sec)
536.42/536.64	c propagations          : 141526562      (263813 /sec)
536.42/536.64	c conflict literals     : 171906638      (19.26 % deleted)
536.42/536.64	c Memory used           : 4.25 MB
536.42/536.64	c CPU time              : 536.465 s
536.42/536.64	c 
536.42/536.64	s SATISFIABLE
536.42/536.64	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.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node19/watcher-292539-1171755613 -o ROOT/results/node19/solver-292539-1171755613 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292539-1171755613/minisat /tmp/evaluation/292539-1171755613/instance-292539-1171755613.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 13318
/proc/meminfo: memFree=1492920/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=1888 CPUtime=0
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 195515329 1933312 124 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134732545 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 471 136 72 138 0 330 0

[startup+0.106771 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 13318
/proc/meminfo: memFree=1492920/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=2016 CPUtime=0.1
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 173 0 0 0 10 0 0 0 18 0 1 0 195515329 2064384 157 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 504 157 73 138 0 363 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2016

[startup+0.514815 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 13318
/proc/meminfo: memFree=1492920/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=2016 CPUtime=0.51
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 200 0 0 0 51 0 0 0 22 0 1 0 195515329 2064384 184 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550599 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 504 184 73 138 0 363 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2016

[startup+1.3349 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1492400/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=2148 CPUtime=1.33
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 228 0 0 0 133 0 0 0 25 0 1 0 195515329 2199552 212 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 537 212 73 138 0 396 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2148

[startup+2.97108 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1492144/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=2280 CPUtime=2.96
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 257 0 0 0 296 0 0 0 25 0 1 0 195515329 2334720 241 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550706 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 570 241 73 138 0 429 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 2280

[startup+6.24744 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1491952/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=2412 CPUtime=6.24
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 293 0 0 0 624 0 0 0 25 0 1 0 195515329 2469888 277 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550985 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 603 277 73 138 0 462 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 2412

[startup+12.7051 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1491696/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=2544 CPUtime=12.69
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 333 0 0 0 1269 0 0 0 25 0 1 0 195515329 2605056 317 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 636 317 73 138 0 495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2544

[startup+25.5095 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1491440/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=2812 CPUtime=25.49
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 394 0 0 0 2549 0 0 0 25 0 1 0 195515329 2879488 378 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550652 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 703 378 73 138 0 562 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2812

[startup+51.1203 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1491184/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=3084 CPUtime=51.09
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 460 0 0 0 5109 0 0 0 25 0 1 0 195515329 3158016 444 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134551032 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 771 444 73 138 0 630 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3084

[startup+102.339 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1490864/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=3348 CPUtime=102.3
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 529 0 0 0 10230 0 0 0 25 0 1 0 195515329 3428352 513 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 837 513 73 138 0 696 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3348

[startup+162.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1490608/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=3644 CPUtime=162.31
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 581 0 0 0 16231 0 0 0 25 0 1 0 195515329 3731456 565 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134556324 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 911 565 73 138 0 770 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 3644

[startup+222.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1490352/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=3784 CPUtime=222.32
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 645 0 0 0 22232 0 0 0 25 0 1 0 195515329 3874816 629 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 946 629 73 138 0 805 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 3784

[startup+282.429 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1490224/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=3928 CPUtime=282.34
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 667 0 0 0 28233 1 0 0 25 0 1 0 195515329 4022272 651 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 982 651 73 138 0 841 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 3928

[startup+342.457 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489968/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4068 CPUtime=342.35
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 710 0 0 0 34234 1 0 0 25 0 1 0 195515329 4165632 694 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1017 694 73 138 0 876 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 4068

[startup+402.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489968/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4212 CPUtime=402.36
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 725 0 0 0 40235 1 0 0 25 0 1 0 195515329 4313088 709 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1053 709 73 138 0 912 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 4212

[startup+462.518 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4212 CPUtime=462.37
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 740 0 0 0 46236 1 0 0 25 0 1 0 195515329 4313088 724 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1053 724 73 138 0 912 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 4212

[startup+522.547 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4352 CPUtime=522.39
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 757 0 0 0 52237 2 0 0 25 0 1 0 195515329 4456448 741 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1088 741 73 138 0 947 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 4352

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

[startup+524.493 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4352 CPUtime=524.33
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 758 0 0 0 52431 2 0 0 25 0 1 0 195515329 4456448 742 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1088 742 73 138 0 947 0
Current children cumulated CPU time (s) 524.33
Current children cumulated vsize (KiB) 4352

[startup+531.052 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489776/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4352 CPUtime=530.89
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 758 0 0 0 53087 2 0 0 25 0 1 0 195515329 4456448 742 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1088 742 73 138 0 947 0
Current children cumulated CPU time (s) 530.89
Current children cumulated vsize (KiB) 4352

[startup+534.328 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489776/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4352 CPUtime=534.16
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 758 0 0 0 53414 2 0 0 25 0 1 0 195515329 4456448 742 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1088 742 73 138 0 947 0
Current children cumulated CPU time (s) 534.16
Current children cumulated vsize (KiB) 4352

[startup+535.964 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489776/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4352 CPUtime=535.8
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 758 0 0 0 53578 2 0 0 25 0 1 0 195515329 4456448 742 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550656 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1088 742 73 138 0 947 0
Current children cumulated CPU time (s) 535.8
Current children cumulated vsize (KiB) 4352

[startup+536.372 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489776/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4352 CPUtime=536.21
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 758 0 0 0 53619 2 0 0 25 0 1 0 195515329 4456448 742 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550652 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1088 742 73 138 0 947 0
Current children cumulated CPU time (s) 536.21
Current children cumulated vsize (KiB) 4352

[startup+536.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13319
/proc/meminfo: memFree=1489776/2055920 swapFree=4192812/4192956
[pid=13318] ppid=13316 vsize=4352 CPUtime=536.42
/proc/13318/stat : 13318 (minisat) R 13316 13318 11643 0 -1 4194304 758 0 0 0 53640 2 0 0 25 0 1 0 195515329 4456448 742 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134556765 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 1088 742 73 138 0 947 0
Current children cumulated CPU time (s) 536.42
Current children cumulated vsize (KiB) 4352

Child status: 0
Real time (s): 536.648
CPU time (s): 536.49
CPU user time (s): 536.466
CPU system time (s): 0.023996
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 4352

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

runsolver used 0.603908 second user time and 1.27181 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Feb 17 23:40:13 UTC 2007

IDJOB= 292539
IDBENCH= 19842
IDSOLVER= 109
FILE ID= node19/292539-1171755613

PBS_JOBID= 3839250

Free space on /tmp= 66546 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1282416669-17.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292539-1171755613/minisat /tmp/evaluation/292539-1171755613/instance-292539-1171755613.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-292539-1171755613 -o ROOT/results/node19/solver-292539-1171755613 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292539-1171755613/minisat /tmp/evaluation/292539-1171755613/instance-292539-1171755613.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  68519df3d597e4ffebc610ff4465413a

RANDOM SEED= 135668147

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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.214
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:       1493392 kB
Buffers:         50540 kB
Cached:         397104 kB
SwapCached:          0 kB
Active:         253172 kB
Inactive:       238784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             932 kB
Writeback:           0 kB
Mapped:          63224 kB
Slab:            56080 kB
Committed_AS:   788988 kB
PageTables:       1760 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= 66546 MiB

End job on node19 on Sat Feb 17 23:49:10 UTC 2007