Trace number 330627

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)UNSAT 395.527 395.631

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k15.cnf
MD5SUM376efcbd7056351cb4165e8a580bfa38
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark121.716
Satisfiable
(Un)Satisfiability was proved
Number of variables29084
Number of clauses119659
Sum of the clauses size303691
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 283935
Number of clauses of size 321996
Number of clauses of size 44194
Number of clauses of size 52369
Number of clauses of size over 55093

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:  29084                                                |
0.00/0.00	c |  Number of clauses:    119659                                               |
0.09/0.13	c |  Parsing time:         0.12         s                                       |
0.59/0.61	c ============================[ Search Statistics ]==============================
0.59/0.61	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.61	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.61	c ===============================================================================
0.59/0.61	c |         0 |    9619    61871   201584 |    20623        0    nan |  0.000 % |
0.59/0.64	c |       100 |    9617    61871   201584 |    22686       99      8 | 23.040 % |
0.59/0.69	c |       250 |    9611    61871   201584 |    24954      245     10 | 23.669 % |
0.69/0.73	c |       477 |    9606    61871   201584 |    27450      470     11 | 23.803 % |
0.69/0.77	c |       815 |    9602    61871   201584 |    30195      807     14 | 23.924 % |
0.79/0.89	c |      1323 |    9357    59111   192615 |    33214     1296     14 | 24.164 % |
1.10/1.11	c |      2083 |    9354    59111   192615 |    36536     2056     21 | 24.165 % |
1.29/1.34	c |      3222 |    9288    58491   190794 |    40189     3194     20 | 24.171 % |
1.79/1.84	c |      4931 |    9285    58491   190794 |    44208     4901     28 | 24.182 % |
2.59/2.64	c |      7493 |    9282    58444   190652 |    48629     7457     30 | 24.192 % |
4.29/4.36	c |     11339 |    9282    58444   190652 |    53492    11303     41 | 24.192 % |
6.79/6.87	c |     17105 |    9222    57933   188928 |    58841    17059     39 | 24.491 % |
13.89/13.91	c |     25754 |    9192    57487   187537 |    64725    25683     56 | 24.553 % |
23.69/23.71	c |     38729 |    9175    57299   186930 |    71198    38648     60 | 24.591 % |
44.68/44.71	c |     58192 |    9134    56883   185616 |    78318    58097     55 | 24.701 % |
83.97/84.05	c |     87386 |    9129    56788   185330 |    86150    25264     38 | 24.986 % |
139.06/139.17	c |    131175 |    8941    55326   180238 |    94765    69024     48 | 25.365 % |
240.63/240.79	c |    196860 |    8938    55256   180060 |   104241    56959     49 | 25.378 % |
391.58/391.72	c |    295386 |    8261    49596   162522 |   114665    54917     49 | 27.703 % |
395.38/395.55	c ===============================================================================
395.38/395.55	c restarts              : 19
395.38/395.55	c conflicts             : 297846         (753 /sec)
395.38/395.55	c decisions             : 456692         (1.09 % random) (1155 /sec)
395.38/395.55	c propagations          : 212044974      (536358 /sec)
395.38/395.55	c conflict literals     : 16838824       (58.68 % deleted)
395.38/395.55	c Memory used           : 40.14 MB
395.38/395.55	c CPU time              : 395.342 s
395.38/395.55	c 
395.48/395.62	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node41/watcher-330627-1173169937 -o ROOT/results/node41/solver-330627-1173169937 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330627-1173169937/minisat /tmp/evaluation/330627-1173169937/instance-330627-1173169937.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.92 0.98 0.99 3/64 14058
/proc/meminfo: memFree=1781248/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=1756 CPUtime=0
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 336949616 1798144 319 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134520172 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 439 321 52 138 0 298 0

[startup+0.0543141 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14058
/proc/meminfo: memFree=1781248/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=5940 CPUtime=0.04
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 1302 0 0 0 4 0 0 0 18 0 1 0 336949616 6082560 1286 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134710340 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 1485 1292 58 138 0 1344 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5940

[startup+0.101315 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14058
/proc/meminfo: memFree=1781248/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=9192 CPUtime=0.09
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 2071 0 0 0 8 1 0 0 18 0 1 0 336949616 9412608 2055 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 2298 2056 58 138 0 2157 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9192

[startup+0.301333 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14058
/proc/meminfo: memFree=1781248/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=14816 CPUtime=0.29
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 3380 0 0 0 27 2 0 0 19 0 1 0 336949616 15171584 3364 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 3704 3364 72 138 0 3563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14816

[startup+0.701368 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14058
/proc/meminfo: memFree=1781248/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=15624 CPUtime=0.69
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 4113 0 0 0 67 2 0 0 24 0 1 0 336949616 15998976 3655 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 3906 3655 73 138 0 3765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15624

[startup+1.50144 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 14059
/proc/meminfo: memFree=1766712/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=15624 CPUtime=1.49
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 4114 0 0 0 147 2 0 0 25 0 1 0 336949616 15998976 3656 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550646 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 3906 3656 74 138 0 3765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15624

[startup+3.10158 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 14059
/proc/meminfo: memFree=1766584/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=15624 CPUtime=3.09
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 4115 0 0 0 307 2 0 0 25 0 1 0 336949616 15998976 3657 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134555098 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 3906 3657 74 138 0 3765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15624

[startup+6.30185 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 14059
/proc/meminfo: memFree=1766392/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=15772 CPUtime=6.29
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 4123 0 0 0 627 2 0 0 25 0 1 0 336949616 16150528 3665 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 3943 3665 74 138 0 3802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15772

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 14059
/proc/meminfo: memFree=1764664/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=18016 CPUtime=12.69
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 4686 0 0 0 1266 3 0 0 25 0 1 0 336949616 18448384 4228 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 4504 4228 74 138 0 4363 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18016

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 14059
/proc/meminfo: memFree=1759800/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=22540 CPUtime=25.48
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 5814 0 0 0 2544 4 0 0 25 0 1 0 336949616 23080960 5356 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134552692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 5635 5356 74 138 0 5494 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22540

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 14059
/proc/meminfo: memFree=1753976/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=28576 CPUtime=51.08
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 7308 0 0 0 5102 6 0 0 25 0 1 0 336949616 29261824 6850 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 7144 6850 74 138 0 7003 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28576

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 14059
/proc/meminfo: memFree=1747704/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=34616 CPUtime=102.26
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 8834 0 0 0 10219 7 0 0 25 0 1 0 336949616 35446784 8376 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 8654 8376 74 138 0 8513 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34616

[startup+162.301 s]
/proc/loadavg: 1.09 1.02 1.00 2/65 14059
/proc/meminfo: memFree=1747384/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=34896 CPUtime=162.25
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 8911 0 0 0 16217 8 0 0 25 0 1 0 336949616 35733504 8453 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550587 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 8724 8453 74 138 0 8583 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 34896

[startup+222.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 14059
/proc/meminfo: memFree=1744760/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=37688 CPUtime=222.24
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 9549 0 0 0 22215 9 0 0 25 0 1 0 336949616 38592512 9091 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 9422 9091 74 138 0 9281 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 37688

[startup+282.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 14059
/proc/meminfo: memFree=1744504/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=37896 CPUtime=282.22
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 9599 0 0 0 28213 9 0 0 25 0 1 0 336949616 38805504 9141 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550652 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 9474 9141 74 138 0 9333 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 37896

[startup+342.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741176/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=342.2
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10433 0 0 0 34210 10 0 0 25 0 1 0 336949616 42082304 9975 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9975 74 138 0 10133 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 41096

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

[startup+358.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=358.19
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10433 0 0 0 35809 10 0 0 25 0 1 0 336949616 42082304 9975 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9975 74 138 0 10133 0
Current children cumulated CPU time (s) 358.19
Current children cumulated vsize (KiB) 41096

[startup+371.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=370.99
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10433 0 0 0 37089 10 0 0 25 0 1 0 336949616 42082304 9975 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550741 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9975 74 138 0 10133 0
Current children cumulated CPU time (s) 370.99
Current children cumulated vsize (KiB) 41096

[startup+383.906 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=383.79
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10433 0 0 0 38369 10 0 0 25 0 1 0 336949616 42082304 9975 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551929 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9975 74 138 0 10133 0
Current children cumulated CPU time (s) 383.79
Current children cumulated vsize (KiB) 41096

[startup+390.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=390.19
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10434 0 0 0 39009 10 0 0 25 0 1 0 336949616 42082304 9976 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9976 74 138 0 10133 0
Current children cumulated CPU time (s) 390.19
Current children cumulated vsize (KiB) 41096

[startup+393.501 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=393.38
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10434 0 0 0 39328 10 0 0 25 0 1 0 336949616 42082304 9976 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9976 74 138 0 10133 0
Current children cumulated CPU time (s) 393.38
Current children cumulated vsize (KiB) 41096

[startup+394.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=394.18
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10434 0 0 0 39408 10 0 0 25 0 1 0 336949616 42082304 9976 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134549918 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9976 74 138 0 10133 0
Current children cumulated CPU time (s) 394.18
Current children cumulated vsize (KiB) 41096

[startup+395.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=394.98
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10434 0 0 0 39488 10 0 0 25 0 1 0 336949616 42082304 9976 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134552688 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9976 74 138 0 10133 0
Current children cumulated CPU time (s) 394.98
Current children cumulated vsize (KiB) 41096

[startup+395.502 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=41096 CPUtime=395.38
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10434 0 0 0 39528 10 0 0 25 0 1 0 336949616 42082304 9976 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10274 9976 74 138 0 10133 0
Current children cumulated CPU time (s) 395.38
Current children cumulated vsize (KiB) 41096

[startup+395.602 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14059
/proc/meminfo: memFree=1741112/2055920 swapFree=4183892/4192956
[pid=14058] ppid=14056 vsize=40288 CPUtime=395.48
/proc/14058/stat : 14058 (minisat) R 14056 14058 13030 0 -1 4194304 10440 0 0 0 39538 10 0 0 25 0 1 0 336949616 41254912 9838 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134705370 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 10072 9838 79 138 0 9931 0
Current children cumulated CPU time (s) 395.48
Current children cumulated vsize (KiB) 40288

Child status: 0
Real time (s): 395.631
CPU time (s): 395.527
CPU user time (s): 395.41
CPU system time (s): 0.116982
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 41096

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

runsolver used 0.296954 second user time and 0.792879 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Mar  6 08:32:17 UTC 2007

IDJOB= 330627
IDBENCH= 20568
IDSOLVER= 109
FILE ID= node41/330627-1173169937

PBS_JOBID= 4015237

Free space on /tmp= 66510 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k15.cnf
COMMAND LINE= /tmp/evaluation/330627-1173169937/minisat /tmp/evaluation/330627-1173169937/instance-330627-1173169937.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-330627-1173169937 -o ROOT/results/node41/solver-330627-1173169937 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330627-1173169937/minisat /tmp/evaluation/330627-1173169937/instance-330627-1173169937.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  376efcbd7056351cb4165e8a580bfa38

RANDOM SEED= 803387162

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1781656 kB
Buffers:         12608 kB
Cached:         173120 kB
SwapCached:       2972 kB
Active:          62300 kB
Inactive:       144528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781656 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:          27132 kB
Slab:            53320 kB
Committed_AS:   681404 kB
PageTables:       1508 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= 66510 MiB

End job on node41 on Tue Mar  6 08:38:53 UTC 2007