Trace number 339580

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-02-08UNSAT 634.53 634.714

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark457.795
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch, 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:  1100                                                 |
0.00/0.00	|  Number of clauses:    7545                                                 |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.00/0.05	============================[ Search Statistics ]==============================
0.00/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	===============================================================================
0.00/0.05	|         0 |     881     4501    14341 |     1500        0    nan |  0.000 % |
0.00/0.05	|       100 |     881     4501    14341 |     1650      100     16 |  0.000 % |
0.00/0.06	|       250 |     881     4501    14341 |     1815      250     16 |  0.000 % |
0.06/0.08	|       475 |     881     4501    14341 |     1996      475     15 |  0.000 % |
0.09/0.10	|       813 |     881     4501    14341 |     2196      813     16 |  0.000 % |
0.09/0.14	|      1319 |     881     4501    14341 |     2416     1319     17 |  0.000 % |
0.09/0.19	|      2078 |     881     4501    14341 |     2657     2078     17 |  0.000 % |
0.19/0.30	|      3218 |     881     4501    14341 |     2923     1867     17 |  0.000 % |
0.39/0.44	|      4927 |     881     4501    14341 |     3216     2090     15 |  0.000 % |
0.59/0.68	|      7489 |     881     4501    14341 |     3537     2992     16 |  0.000 % |
1.00/1.04	|     11333 |     881     4501    14341 |     3891     3215     16 |  0.000 % |
1.49/1.59	|     17100 |     881     4501    14341 |     4280     3054     16 |  0.000 % |
2.39/2.48	|     25749 |     881     4501    14341 |     4708     2967     18 |  0.000 % |
3.79/3.83	|     38723 |     881     4501    14341 |     5179     4016     14 |  0.000 % |
5.89/5.95	|     58184 |     881     4501    14341 |     5697     5092     17 |  0.000 % |
9.19/9.22	|     87376 |     881     4501    14341 |     6267     5371     17 |  0.000 % |
14.29/14.35	|    131166 |     881     4501    14341 |     6893     4747     18 |  0.000 % |
22.19/22.28	|    196851 |     881     4501    14341 |     7583     4249     18 |  0.000 % |
34.78/34.87	|    295377 |     881     4501    14341 |     8341     7004     18 |  0.000 % |
54.37/54.47	|    443166 |     881     4501    14341 |     9175     7379     21 |  0.000 % |
84.57/84.61	|    664849 |     881     4501    14341 |    10093     7166     16 |  0.000 % |
130.55/130.65	|    997374 |     881     4501    14341 |    11102     9579     16 |  0.000 % |
204.43/204.56	|   1496162 |     881     4501    14341 |    12213    10752     20 |  0.001 % |
320.39/320.58	|   2244346 |     881     4501    14341 |    13434     9237     16 |  0.000 % |
501.95/502.19	|   3366621 |     879     4478    14269 |    14777     8404     18 |  0.182 % |
634.52/634.71	===============================================================================
634.52/634.71	lookaheads            : 4393860
634.52/634.71	variable balance      : 0.00
634.52/634.71	restarts              : 25
634.52/634.71	conflicts             : 4160969        (6558 /sec)
634.52/634.71	decisions             : 4393860        (1.75 % random) (6925 /sec)
634.52/634.71	decision = positive   : 2208043
634.52/634.71	decision = negative   : 2185817
634.52/634.71	propagations          : 575096342      (906352 /sec)
634.52/634.71	conflict literals     : 79933763       (36.78 % deleted)
634.52/634.71	Memory used           : 6.69 MB
634.52/634.71	CPU time              : 634.518 s
634.52/634.71	
634.52/634.71	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/node47/watcher-339580-1173707418 -o ROOT/results/node47/solver-339580-1173707418 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339580-1173707418/minimarch /tmp/evaluation/339580-1173707418/instance-339580-1173707418.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.84 0.94 0.95 3/64 16655
/proc/meminfo: memFree=1795048/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=2004 CPUtime=0
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 96716945 2052096 177 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533721 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 501 178 51 132 0 366 0

[startup+0.067468 s]
/proc/loadavg: 0.84 0.94 0.95 3/64 16655
/proc/meminfo: memFree=1795048/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=2456 CPUtime=0.06
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 328 0 0 0 6 0 0 0 18 0 1 0 96716945 2514944 312 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134705053 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 614 312 66 132 0 479 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2456

[startup+0.101473 s]
/proc/loadavg: 0.84 0.94 0.95 3/64 16655
/proc/meminfo: memFree=1795048/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=2456 CPUtime=0.09
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 328 0 0 0 9 0 0 0 18 0 1 0 96716945 2514944 312 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522039 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 614 312 66 132 0 479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2456

[startup+0.301493 s]
/proc/loadavg: 0.84 0.94 0.95 3/64 16655
/proc/meminfo: memFree=1795048/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=2456 CPUtime=0.29
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 329 0 0 0 29 0 0 0 19 0 1 0 96716945 2514944 313 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 614 313 66 132 0 479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2456

[startup+0.701537 s]
/proc/loadavg: 0.84 0.94 0.95 3/64 16655
/proc/meminfo: memFree=1795048/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=2456 CPUtime=0.69
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 330 0 0 0 69 0 0 0 22 0 1 0 96716945 2514944 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 614 314 66 132 0 479 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2456

[startup+1.50162 s]
/proc/loadavg: 0.84 0.94 0.95 2/65 16656
/proc/meminfo: memFree=1793952/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=2588 CPUtime=1.49
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 362 0 0 0 149 0 0 0 25 0 1 0 96716945 2650112 346 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557531 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 647 346 66 132 0 512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2588

[startup+3.10179 s]
/proc/loadavg: 0.85 0.94 0.95 2/65 16656
/proc/meminfo: memFree=1793632/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=2720 CPUtime=3.09
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 399 0 0 0 309 0 0 0 25 0 1 0 96716945 2785280 383 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557547 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 680 383 66 132 0 545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2720

[startup+6.30114 s]
/proc/loadavg: 0.85 0.94 0.95 2/65 16656
/proc/meminfo: memFree=1793312/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=2984 CPUtime=6.29
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 455 0 0 0 629 0 0 0 25 0 1 0 96716945 3055616 439 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551691 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 746 439 66 132 0 611 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2984

[startup+12.7018 s]
/proc/loadavg: 0.88 0.94 0.95 2/65 16656
/proc/meminfo: memFree=1793000/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=3248 CPUtime=12.69
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 515 0 0 0 1269 0 0 0 25 0 1 0 96716945 3325952 499 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 812 499 66 132 0 677 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3248

[startup+25.5012 s]
/proc/loadavg: 0.89 0.94 0.95 2/65 16656
/proc/meminfo: memFree=1792624/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=3512 CPUtime=25.49
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 602 0 0 0 2549 0 0 0 25 0 1 0 96716945 3596288 586 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 878 586 66 132 0 743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3512

[startup+51.102 s]
/proc/loadavg: 0.93 0.95 0.95 2/65 16656
/proc/meminfo: memFree=1792240/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=3944 CPUtime=51.08
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 702 0 0 0 5108 0 0 0 25 0 1 0 96716945 4038656 686 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551199 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 986 686 66 132 0 851 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3944

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.95 2/65 16656
/proc/meminfo: memFree=1791728/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=4608 CPUtime=102.26
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 845 0 0 0 10226 0 0 0 25 0 1 0 96716945 4718592 829 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1152 829 66 132 0 1017 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4608

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.95 2/65 16656
/proc/meminfo: memFree=1791216/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=5004 CPUtime=162.24
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 971 0 0 0 16224 0 0 0 25 0 1 0 96716945 5124096 955 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551680 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1251 955 66 132 0 1116 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5004

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.95 2/65 16656
/proc/meminfo: memFree=1790768/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=5484 CPUtime=222.22
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1077 0 0 0 22222 0 0 0 25 0 1 0 96716945 5615616 1061 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557299 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1371 1061 66 132 0 1236 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 5484

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1790640/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=5624 CPUtime=282.21
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1122 0 0 0 28221 0 0 0 25 0 1 0 96716945 5758976 1106 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1406 1106 66 132 0 1271 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 5624

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1790320/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=5896 CPUtime=342.19
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1185 0 0 0 34219 0 0 0 25 0 1 0 96716945 6037504 1169 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1474 1169 66 132 0 1339 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 5896

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1790064/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6164 CPUtime=402.17
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1254 0 0 0 40217 0 0 0 25 0 1 0 96716945 6311936 1238 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551133 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1541 1238 66 132 0 1406 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 6164

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789936/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6296 CPUtime=462.15
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1290 0 0 0 46215 0 0 0 25 0 1 0 96716945 6447104 1274 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1574 1274 66 132 0 1439 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 6296

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789680/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6576 CPUtime=522.14
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1346 0 0 0 52213 1 0 0 25 0 1 0 96716945 6733824 1330 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1644 1330 66 132 0 1509 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 6576

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789552/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6708 CPUtime=582.13
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1390 0 0 0 58212 1 0 0 25 0 1 0 96716945 6868992 1374 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552532 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1677 1374 66 132 0 1542 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 6708

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

[startup+588.701 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789488/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6708 CPUtime=588.52
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1390 0 0 0 58851 1 0 0 25 0 1 0 96716945 6868992 1374 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551528 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1677 1374 66 132 0 1542 0
Current children cumulated CPU time (s) 588.52
Current children cumulated vsize (KiB) 6708

[startup+614.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789488/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6708 CPUtime=614.12
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1395 0 0 0 61411 1 0 0 25 0 1 0 96716945 6868992 1379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557134 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1677 1379 66 132 0 1542 0
Current children cumulated CPU time (s) 614.12
Current children cumulated vsize (KiB) 6708

[startup+627.101 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789424/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6844 CPUtime=626.91
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1399 0 0 0 62690 1 0 0 25 0 1 0 96716945 7008256 1383 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1711 1383 66 132 0 1576 0
Current children cumulated CPU time (s) 626.91
Current children cumulated vsize (KiB) 6844

[startup+630.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789424/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6844 CPUtime=630.12
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1401 0 0 0 63011 1 0 0 25 0 1 0 96716945 7008256 1385 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1711 1385 66 132 0 1576 0
Current children cumulated CPU time (s) 630.12
Current children cumulated vsize (KiB) 6844

[startup+631.902 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789424/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6844 CPUtime=631.71
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1403 0 0 0 63170 1 0 0 25 0 1 0 96716945 7008256 1387 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1711 1387 66 132 0 1576 0
Current children cumulated CPU time (s) 631.71
Current children cumulated vsize (KiB) 6844

[startup+633.502 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789424/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6844 CPUtime=633.32
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1403 0 0 0 63331 1 0 0 25 0 1 0 96716945 7008256 1387 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1711 1387 66 132 0 1576 0
Current children cumulated CPU time (s) 633.32
Current children cumulated vsize (KiB) 6844

[startup+634.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789424/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6844 CPUtime=634.11
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1403 0 0 0 63410 1 0 0 25 0 1 0 96716945 7008256 1387 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1711 1387 66 132 0 1576 0
Current children cumulated CPU time (s) 634.11
Current children cumulated vsize (KiB) 6844

[startup+634.705 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16656
/proc/meminfo: memFree=1789424/2055920 swapFree=4166212/4192956
[pid=16655] ppid=16653 vsize=6844 CPUtime=634.52
/proc/16655/stat : 16655 (minimarch) R 16653 16655 16590 0 -1 4194304 1403 0 0 0 63451 1 0 0 25 0 1 0 96716945 7008256 1387 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550705 0 0 4096 3 0 0 0 17 1 0 0
/proc/16655/statm: 1711 1387 66 132 0 1576 0
Current children cumulated CPU time (s) 634.52
Current children cumulated vsize (KiB) 6844

Child status: 20
Real time (s): 634.714
CPU time (s): 634.53
CPU user time (s): 634.518
CPU system time (s): 0.011998
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 6844

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

runsolver used 0.356945 second user time and 1.38979 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Mar 12 13:50:18 UTC 2007

IDJOB= 339580
IDBENCH= 24750
IDSOLVER= 110
FILE ID= node47/339580-1173707418

PBS_JOBID= 4101767

Free space on /tmp= 66542 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339580-1173707418/minimarch /tmp/evaluation/339580-1173707418/instance-339580-1173707418.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-339580-1173707418 -o ROOT/results/node47/solver-339580-1173707418 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339580-1173707418/minimarch /tmp/evaluation/339580-1173707418/instance-339580-1173707418.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  3c6e2bf4052a26ce5bdb6cfc9e1f735c

RANDOM SEED= 860139394

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.225
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.225
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:       1795456 kB
Buffers:         30920 kB
Cached:         164196 kB
SwapCached:      21056 kB
Active:          84660 kB
Inactive:       138092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795456 kB
SwapTotal:     4192956 kB
SwapFree:      4166212 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:          15284 kB
Slab:            23720 kB
Committed_AS:   188104 kB
PageTables:       1452 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= 66542 MiB

End job on node47 on Mon Mar 12 14:00:53 UTC 2007