Trace number 427331

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
minimarch 2007-04-26 (fixed)SAT 435.088 435.239

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1533440099-09.SAT.shuffled.cnf
MD5SUM4384de22557a9611df39ee2fcb0c2f9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.070988
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  70                                                   |
0.00/0.00	|  Number of clauses:    6230                                                 |
0.00/0.02	|  Parsing time:         0.03         s                                       |
0.20/0.23	============================[ Search Statistics ]==============================
0.20/0.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.20/0.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.20/0.23	===============================================================================
0.20/0.23	|         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
0.20/0.24	|       101 |      70     6230    43610 |     2284      101     27 |  0.021 % |
0.20/0.25	|       251 |      70     6230    43610 |     2512      251     26 |  0.021 % |
0.20/0.26	|       476 |      70     6230    43610 |     2764      476     26 |  0.021 % |
0.20/0.28	|       813 |      70     6230    43610 |     3040      813     25 |  0.021 % |
0.29/0.30	|      1320 |      70     6230    43610 |     3344     1320     25 |  0.021 % |
0.29/0.35	|      2081 |      70     6230    43610 |     3678     2081     25 |  0.021 % |
0.39/0.42	|      3221 |      70     6230    43610 |     4046     3221     25 |  0.021 % |
0.49/0.54	|      4929 |      70     6230    43610 |     4451     2888     25 |  0.021 % |
0.69/0.72	|      7492 |      70     6230    43610 |     4896     3207     25 |  0.021 % |
0.89/0.98	|     11337 |      70     6230    43610 |     5386     4586     25 |  0.021 % |
1.39/1.40	|     17104 |      70     6230    43610 |     5924     4932     25 |  0.021 % |
1.99/2.07	|     25753 |      70     6230    43610 |     6517     4651     23 |  0.021 % |
2.99/3.06	|     38727 |      70     6230    43610 |     7169     4527     24 |  0.021 % |
4.59/4.63	|     58189 |      70     6230    43610 |     7886     5986     24 |  0.021 % |
6.99/7.09	|     87383 |      70     6230    43610 |     8674     7477     23 |  0.021 % |
10.89/10.98	|    131173 |      70     6230    43610 |     9542     7756     24 |  0.021 % |
16.99/17.02	|    196857 |      70     6230    43610 |    10496     6443     24 |  0.021 % |
26.58/26.64	|    295383 |      70     6230    43610 |    11546    10223     24 |  0.021 % |
41.57/41.60	|    443173 |      70     6230    43610 |    12700     7544     24 |  0.021 % |
64.97/65.04	|    664858 |      70     6230    43610 |    13970     6481     22 |  0.021 % |
102.16/102.21	|    997383 |      70     6230    43610 |    15367    10033     23 |  0.021 % |
162.13/162.22	|   1496171 |      70     6230    43610 |    16904     8462     23 |  0.021 % |
259.00/259.10	|   2244354 |      70     6230    43610 |    18595    11580     23 |  0.021 % |
416.25/416.49	|   3366629 |      70     6230    43610 |    20454    16527     23 |  0.021 % |
435.04/435.23	===============================================================================
435.04/435.23	lookaheads            : 111597
435.04/435.23	variable balance      : 0.00
435.04/435.23	restarts              : 25
435.04/435.23	conflicts             : 3487241        (8015 /sec)
435.04/435.23	decisions             : 3791738        (1.78 % random) (8715 /sec)
435.04/435.23	decision = positive   : 1869204
435.04/435.23	decision = negative   : 1922533
435.04/435.23	propagations          : 36616382       (84162 /sec)
435.04/435.23	conflict literals     : 83089332       (13.96 % deleted)
435.04/435.23	Memory used           : 7.52 MB
435.04/435.23	CPU time              : 435.07 s
435.04/435.23	
435.04/435.23	s SATISFIABLE
435.04/435.23	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 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-427331-1177643368 -o ROOT/results/node59/solver-427331-1177643368 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427331-1177643368/minimarch_fixed /tmp/evaluation/427331-1177643368/instance-427331-1177643368.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: 1.84 1.98 1.94 3/64 684
/proc/meminfo: memFree=1576176/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=1868 CPUtime=0
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 212246432 1912832 153 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 467 153 51 132 0 332 0

[startup+0.055988 s]
/proc/loadavg: 1.84 1.98 1.94 3/64 684
/proc/meminfo: memFree=1576176/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=2272 CPUtime=0.05
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 281 0 0 0 5 0 0 0 18 0 1 0 212246432 2326528 266 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531331 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 568 266 63 132 0 433 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2272

[startup+0.101997 s]
/proc/loadavg: 1.84 1.98 1.94 3/64 684
/proc/meminfo: memFree=1576176/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=2272 CPUtime=0.1
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 281 0 0 0 10 0 0 0 18 0 1 0 212246432 2326528 266 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523546 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 568 266 63 132 0 433 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2272

[startup+0.301034 s]
/proc/loadavg: 1.84 1.98 1.94 3/64 684
/proc/meminfo: memFree=1576176/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=2332 CPUtime=0.29
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 293 0 0 0 29 0 0 0 19 0 1 0 212246432 2387968 278 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 583 278 67 132 0 448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2332

[startup+0.701111 s]
/proc/loadavg: 1.84 1.98 1.94 3/64 684
/proc/meminfo: memFree=1576176/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=2728 CPUtime=0.69
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 389 0 0 0 69 0 0 0 22 0 1 0 212246432 2793472 374 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551672 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 682 374 67 132 0 547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2728

[startup+1.50126 s]
/proc/loadavg: 1.84 1.98 1.94 2/65 685
/proc/meminfo: memFree=1574760/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=2996 CPUtime=1.49
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 465 0 0 0 149 0 0 0 25 0 1 0 212246432 3067904 450 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631271 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 749 450 67 132 0 614 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2996

[startup+3.10157 s]
/proc/loadavg: 1.77 1.96 1.94 2/65 685
/proc/meminfo: memFree=1574440/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=3260 CPUtime=3.09
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 511 0 0 0 309 0 0 0 25 0 1 0 212246432 3338240 496 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522033 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 815 496 67 132 0 680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3260

[startup+6.30118 s]
/proc/loadavg: 1.77 1.96 1.94 2/65 685
/proc/meminfo: memFree=1573864/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=3524 CPUtime=6.29
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 590 0 0 0 629 0 0 0 25 0 1 0 212246432 3608576 575 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 881 575 67 132 0 746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3524

[startup+12.7014 s]
/proc/loadavg: 1.65 1.93 1.93 2/65 685
/proc/meminfo: memFree=1573424/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=3968 CPUtime=12.69
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 700 0 0 0 1269 0 0 0 25 0 1 0 212246432 4063232 685 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 992 685 67 132 0 857 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3968

[startup+25.5018 s]
/proc/loadavg: 1.55 1.90 1.91 2/65 685
/proc/meminfo: memFree=1572976/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=4368 CPUtime=25.48
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 813 0 0 0 2548 0 0 0 25 0 1 0 212246432 4472832 798 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1092 798 67 132 0 957 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4368

[startup+51.1017 s]
/proc/loadavg: 1.36 1.83 1.89 2/65 685
/proc/meminfo: memFree=1572400/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=4940 CPUtime=51.07
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 951 0 0 0 5107 0 0 0 25 0 1 0 212246432 5058560 936 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551756 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1235 936 67 132 0 1100 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4940

[startup+102.304 s]
/proc/loadavg: 1.14 1.68 1.84 2/65 685
/proc/meminfo: memFree=1571824/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=5668 CPUtime=102.26
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1107 0 0 0 10226 0 0 0 25 0 1 0 212246432 5804032 1092 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551728 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1417 1092 67 132 0 1282 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5668

[startup+162.302 s]
/proc/loadavg: 1.06 1.57 1.79 2/65 685
/proc/meminfo: memFree=1571184/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=6268 CPUtime=162.23
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1259 0 0 0 16223 0 0 0 25 0 1 0 212246432 6418432 1244 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1567 1244 67 132 0 1432 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 6268

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.73 2/65 685
/proc/meminfo: memFree=1570864/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=6720 CPUtime=222.22
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1350 0 0 0 22221 1 0 0 25 0 1 0 212246432 6881280 1335 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1680 1335 67 132 0 1545 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 6720

[startup+282.302 s]
/proc/loadavg: 1.00 1.37 1.68 2/65 685
/proc/meminfo: memFree=1570672/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=6956 CPUtime=282.2
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1402 0 0 0 28219 1 0 0 25 0 1 0 212246432 7122944 1387 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1739 1387 67 132 0 1604 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 6956

[startup+342.301 s]
/proc/loadavg: 1.00 1.30 1.63 2/65 685
/proc/meminfo: memFree=1570480/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7128 CPUtime=342.17
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1449 0 0 0 34216 1 0 0 25 0 1 0 212246432 7299072 1434 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551272 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1782 1434 67 132 0 1647 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 7128

[startup+402.302 s]
/proc/loadavg: 1.00 1.25 1.60 2/65 685
/proc/meminfo: memFree=1570160/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7412 CPUtime=402.15
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1519 0 0 0 40214 1 0 0 25 0 1 0 212246432 7589888 1504 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1853 1504 67 132 0 1718 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 7412

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.24 1.59 2/65 685
/proc/meminfo: memFree=1570096/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7556 CPUtime=409.35
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1529 0 0 0 40934 1 0 0 25 0 1 0 212246432 7737344 1514 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1889 1514 67 132 0 1754 0
Current children cumulated CPU time (s) 409.35
Current children cumulated vsize (KiB) 7556

[startup+422.301 s]
/proc/loadavg: 1.00 1.23 1.58 2/65 685
/proc/meminfo: memFree=1570032/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7556 CPUtime=422.15
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1550 0 0 0 42214 1 0 0 25 0 1 0 212246432 7737344 1535 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1889 1535 67 132 0 1754 0
Current children cumulated CPU time (s) 422.15
Current children cumulated vsize (KiB) 7556

[startup+428.702 s]
/proc/loadavg: 1.00 1.22 1.58 2/65 685
/proc/meminfo: memFree=1569968/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7696 CPUtime=428.54
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1570 0 0 0 42853 1 0 0 25 0 1 0 212246432 7880704 1555 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1924 1555 67 132 0 1789 0
Current children cumulated CPU time (s) 428.54
Current children cumulated vsize (KiB) 7696

[startup+431.901 s]
/proc/loadavg: 1.00 1.22 1.58 2/65 685
/proc/meminfo: memFree=1569968/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7696 CPUtime=431.74
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1570 0 0 0 43173 1 0 0 25 0 1 0 212246432 7880704 1555 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1924 1555 67 132 0 1789 0
Current children cumulated CPU time (s) 431.74
Current children cumulated vsize (KiB) 7696

[startup+433.501 s]
/proc/loadavg: 1.00 1.22 1.57 2/65 685
/proc/meminfo: memFree=1569968/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7696 CPUtime=433.34
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1570 0 0 0 43333 1 0 0 25 0 1 0 212246432 7880704 1555 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1924 1555 67 132 0 1789 0
Current children cumulated CPU time (s) 433.34
Current children cumulated vsize (KiB) 7696

[startup+434.302 s]
/proc/loadavg: 1.00 1.22 1.57 2/65 685
/proc/meminfo: memFree=1569968/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7696 CPUtime=434.14
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1570 0 0 0 43413 1 0 0 25 0 1 0 212246432 7880704 1555 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1924 1555 67 132 0 1789 0
Current children cumulated CPU time (s) 434.14
Current children cumulated vsize (KiB) 7696

[startup+434.702 s]
/proc/loadavg: 1.00 1.22 1.57 2/65 685
/proc/meminfo: memFree=1569968/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7696 CPUtime=434.54
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1570 0 0 0 43453 1 0 0 25 0 1 0 212246432 7880704 1555 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550382 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1924 1555 67 132 0 1789 0
Current children cumulated CPU time (s) 434.54
Current children cumulated vsize (KiB) 7696

[startup+435.102 s]
/proc/loadavg: 1.00 1.22 1.57 2/65 685
/proc/meminfo: memFree=1569968/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7696 CPUtime=434.94
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1570 0 0 0 43493 1 0 0 25 0 1 0 212246432 7880704 1555 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1924 1555 67 132 0 1789 0
Current children cumulated CPU time (s) 434.94
Current children cumulated vsize (KiB) 7696

[startup+435.202 s]
/proc/loadavg: 1.00 1.22 1.57 2/65 685
/proc/meminfo: memFree=1569968/2055920 swapFree=4184616/4192956
[pid=684] ppid=682 vsize=7696 CPUtime=435.04
/proc/684/stat : 684 (minimarch_fixed) R 682 684 31893 0 -1 4194304 1570 0 0 0 43503 1 0 0 25 0 1 0 212246432 7880704 1555 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/684/statm: 1924 1555 67 132 0 1789 0
Current children cumulated CPU time (s) 435.04
Current children cumulated vsize (KiB) 7696

Child status: 10
Real time (s): 435.239
CPU time (s): 435.088
CPU user time (s): 435.07
CPU system time (s): 0.017997
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 7696

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

runsolver used 0.320951 second user time and 0.875866 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Fri Apr 27 03:09:28 UTC 2007

IDJOB= 427331
IDBENCH= 19921
IDSOLVER= 198
FILE ID= node59/427331-1177643368

PBS_JOBID= 4697267

Free space on /tmp= 66537 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1533440099-09.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427331-1177643368/minimarch_fixed /tmp/evaluation/427331-1177643368/instance-427331-1177643368.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-427331-1177643368 -o ROOT/results/node59/solver-427331-1177643368 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427331-1177643368/minimarch_fixed /tmp/evaluation/427331-1177643368/instance-427331-1177643368.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  4384de22557a9611df39ee2fcb0c2f9c

RANDOM SEED= 474591313

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1576584 kB
Buffers:         45360 kB
Cached:         357216 kB
SwapCached:       2364 kB
Active:         220428 kB
Inactive:       192356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576584 kB
SwapTotal:     4192956 kB
SwapFree:      4184616 kB
Dirty:            3020 kB
Writeback:           0 kB
Mapped:          16920 kB
Slab:            52556 kB
Committed_AS:  3103488 kB
PageTables:       1476 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= 66537 MiB

End job on node59 on Fri Apr 27 03:16:44 UTC 2007