Trace number 315666

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 708.239 708.479

General information on the benchmark

Nameindustrial/palacios/medium/
cube-9-h10-unsat.cnf
MD5SUMd2ca322a34242a2eebffc77c1c1d76f9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.9312
Satisfiable
(Un)Satisfiability was proved
Number of variables179493
Number of clauses541172
Sum of the clauses size1263192
Maximum clause length19
Minimum clause length1
Number of clauses of size 1729
Number of clauses of size 2361070
Number of clauses of size 3177947
Number of clauses of size 41262
Number of clauses of size 521
Number of clauses of size over 5143

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:  180270                                               |
0.00/0.00	|  Number of clauses:    541172                                               |
1.78/1.80	|  Parsing time:         1.73         s                                       |
9.08/9.11	============================[ Search Statistics ]==============================
9.08/9.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.08/9.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.08/9.11	===============================================================================
9.08/9.11	|         0 |   47285   296325  1000619 |    98775        0    nan |  0.000 % |
9.79/9.83	|       101 |   47285   296325  1000619 |   108652      101     35 |  0.404 % |
10.58/10.64	|       252 |   47285   296325  1000619 |   119517      252     59 |  0.404 % |
11.99/12.03	|       477 |   47284   295774   998781 |   131469      476     63 |  0.405 % |
13.68/13.79	|       814 |   47284   295774   998781 |   144616      813     63 |  0.405 % |
16.58/16.64	|      1320 |   47281   295279   997145 |   159078     1316     50 |  0.407 % |
21.78/21.81	|      2079 |   47233   293912   992888 |   174985     2052     45 |  0.434 % |
29.39/29.49	|      3219 |   47229   292639   989119 |   192484     3188     44 |  0.435 % |
43.37/43.44	|      4928 |   47227   291870   986810 |   211732     4895     51 |  0.437 % |
62.67/62.73	|      7491 |   47177   291072   983685 |   232906     7424     52 |  0.465 % |
91.35/91.41	|     11335 |   47168   288261   974988 |   256196    11259     48 |  0.480 % |
136.54/136.67	|     17101 |   47145   287011   970680 |   281816    16970     50 |  0.482 % |
204.21/204.37	|     25750 |   47076   286429   968639 |   309998    25382     48 |  0.520 % |
310.08/310.27	|     38724 |   47074   286023   967510 |   340998    38350     45 |  0.521 % |
477.23/477.46	|     58186 |   46580   278648   942946 |   375097    40307     39 |  0.795 % |
707.06/707.39	|     87378 |   42114   211946   707496 |   412607    15897     19 |  3.273 % |
708.16/708.46	===============================================================================
708.16/708.46	lookaheads            : 101915
708.16/708.46	variable balance      : 0.00
708.16/708.46	restarts              : 16
708.16/708.46	conflicts             : 87510          (124 /sec)
708.16/708.46	decisions             : 101915         (1.38 % random) (144 /sec)
708.16/708.46	decision = positive   : 54425
708.16/708.46	decision = negative   : 47490
708.16/708.46	propagations          : 579891432      (818982 /sec)
708.16/708.46	conflict literals     : 3206710        (63.91 % deleted)
708.16/708.46	Memory used           : 89.28 MB
708.16/708.46	CPU time              : 708.063 s
708.16/708.46	
708.16/708.46	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/node43/watcher-315666-1172657111 -o ROOT/results/node43/solver-315666-1172657111 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315666-1172657111/minimarch /tmp/evaluation/315666-1172657111/instance-315666-1172657111.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.00 0.99 0.99 3/64 21096
/proc/meminfo: memFree=946360/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=2000 CPUtime=0
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 426 0 0 0 0 0 0 0 18 0 1 0 285667149 2048000 410 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553814 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 500 410 51 132 0 365 0

[startup+0.0311191 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 21096
/proc/meminfo: memFree=946360/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=4580 CPUtime=0.02
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 1028 0 0 0 2 0 0 0 18 0 1 0 285667149 4689920 1012 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 1145 1013 51 132 0 1010 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4580

[startup+0.10113 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 21096
/proc/meminfo: memFree=946360/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=10828 CPUtime=0.09
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 2355 0 0 0 8 1 0 0 18 0 1 0 285667149 11087872 2339 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 2707 2340 51 132 0 2572 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10828

[startup+0.301163 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 21096
/proc/meminfo: memFree=946360/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=25968 CPUtime=0.28
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 6139 0 0 0 26 2 0 0 19 0 1 0 285667149 26591232 6123 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 6492 6123 51 132 0 6357 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25968

[startup+0.70123 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 21096
/proc/meminfo: memFree=946360/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=54076 CPUtime=0.68
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 12258 0 0 0 62 6 0 0 22 0 1 0 285667149 55373824 12242 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 13519 12242 51 132 0 13384 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 54076

[startup+1.50136 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 21097
/proc/meminfo: memFree=897456/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=54076 CPUtime=1.48
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 12258 0 0 0 142 6 0 0 25 0 1 0 285667149 55373824 12242 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 13519 12242 51 132 0 13384 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54076

[startup+3.10163 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 21097
/proc/meminfo: memFree=893872/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=73948 CPUtime=3.09
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 16911 0 0 0 300 9 0 0 25 0 1 0 285667149 75722752 16895 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 18487 16895 62 132 0 18352 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73948

[startup+6.30116 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 21097
/proc/meminfo: memFree=851896/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=99472 CPUtime=6.28
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 23817 0 0 0 615 13 0 0 25 0 1 0 285667149 101859328 23801 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 24868 23801 62 132 0 24733 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 99472

[startup+12.7012 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 21097
/proc/meminfo: memFree=858168/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91172 CPUtime=12.68
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25634 0 0 0 1254 14 0 0 25 0 1 0 285667149 93360128 22002 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22793 22002 67 132 0 22658 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 91172

[startup+25.5013 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 21097
/proc/meminfo: memFree=858296/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91172 CPUtime=25.49
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25636 0 0 0 2534 15 0 0 25 0 1 0 285667149 93360128 22004 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22793 22004 67 132 0 22658 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91172

[startup+51.1016 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 21097
/proc/meminfo: memFree=858360/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91172 CPUtime=51.07
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25637 0 0 0 5092 15 0 0 25 0 1 0 285667149 93360128 22005 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22793 22005 67 132 0 22658 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 91172

[startup+102.305 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858424/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91172 CPUtime=102.25
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25640 0 0 0 10210 15 0 0 25 0 1 0 285667149 93360128 22008 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22793 22008 67 132 0 22658 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91172

[startup+162.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858424/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91172 CPUtime=162.23
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25642 0 0 0 16208 15 0 0 25 0 1 0 285667149 93360128 22010 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553246 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22793 22010 67 132 0 22658 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 91172

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858232/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91336 CPUtime=222.21
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25673 0 0 0 22206 15 0 0 25 0 1 0 285667149 93528064 22041 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551494 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22834 22041 67 132 0 22699 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 91336

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858168/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91336 CPUtime=282.19
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25682 0 0 0 28204 15 0 0 25 0 1 0 285667149 93528064 22050 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134552542 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22834 22050 67 132 0 22699 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 91336

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858104/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=342.17
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25691 0 0 0 34202 15 0 0 25 0 1 0 285667149 93609984 22059 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22059 67 132 0 22719 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 91416

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858168/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=402.15
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25692 0 0 0 40200 15 0 0 25 0 1 0 285667149 93609984 22060 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22060 67 132 0 22719 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 91416

[startup+462.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 21097
/proc/meminfo: memFree=858168/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=462.13
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25692 0 0 0 46198 15 0 0 25 0 1 0 285667149 93609984 22060 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22060 67 132 0 22719 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 91416

[startup+522.303 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 21097
/proc/meminfo: memFree=858296/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=522.11
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25693 0 0 0 52196 15 0 0 25 0 1 0 285667149 93609984 22061 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551345 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22061 67 132 0 22719 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 91416

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858360/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=582.09
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25696 0 0 0 58194 15 0 0 25 0 1 0 285667149 93609984 22064 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22064 67 132 0 22719 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 91416

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858296/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=642.08
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25697 0 0 0 64192 16 0 0 25 0 1 0 285667149 93609984 22065 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22065 67 132 0 22719 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 91416

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858232/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=702.06
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25699 0 0 0 70190 16 0 0 25 0 1 0 285667149 93609984 22067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22067 67 132 0 22719 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 91416

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

[startup+703.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858232/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=703.66
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25699 0 0 0 70350 16 0 0 25 0 1 0 285667149 93609984 22067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22067 67 132 0 22719 0
Current children cumulated CPU time (s) 703.66
Current children cumulated vsize (KiB) 91416

[startup+705.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858232/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=705.26
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25699 0 0 0 70510 16 0 0 25 0 1 0 285667149 93609984 22067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22067 67 132 0 22719 0
Current children cumulated CPU time (s) 705.26
Current children cumulated vsize (KiB) 91416

[startup+707.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858232/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=706.86
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25699 0 0 0 70670 16 0 0 25 0 1 0 285667149 93609984 22067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22067 67 132 0 22719 0
Current children cumulated CPU time (s) 706.86
Current children cumulated vsize (KiB) 91416

[startup+707.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858232/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=707.66
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25699 0 0 0 70750 16 0 0 25 0 1 0 285667149 93609984 22067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22067 67 132 0 22719 0
Current children cumulated CPU time (s) 707.66
Current children cumulated vsize (KiB) 91416

[startup+708.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858232/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=708.06
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25699 0 0 0 70790 16 0 0 25 0 1 0 285667149 93609984 22067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22067 67 132 0 22719 0
Current children cumulated CPU time (s) 708.06
Current children cumulated vsize (KiB) 91416

[startup+708.406 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21097
/proc/meminfo: memFree=858232/2055920 swapFree=4177360/4192956
[pid=21096] ppid=21094 vsize=91416 CPUtime=708.16
/proc/21096/stat : 21096 (minimarch) R 21094 21096 19931 0 -1 4194304 25699 0 0 0 70800 16 0 0 25 0 1 0 285667149 93609984 22067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21096/statm: 22854 22067 67 132 0 22719 0
Current children cumulated CPU time (s) 708.16
Current children cumulated vsize (KiB) 91416

Child status: 20
Real time (s): 708.479
CPU time (s): 708.239
CPU user time (s): 708.063
CPU system time (s): 0.175973
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 106240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 708.063
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25706
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= 8
involuntary context switches= 775

runsolver used 0.513921 second user time and 1.43978 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Wed Feb 28 10:05:11 UTC 2007

IDJOB= 315666
IDBENCH= 20422
IDSOLVER= 110
FILE ID= node43/315666-1172657111

PBS_JOBID= 3981180

Free space on /tmp= 66517 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-9-h10-unsat.cnf
COMMAND LINE= /tmp/evaluation/315666-1172657111/minimarch /tmp/evaluation/315666-1172657111/instance-315666-1172657111.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-315666-1172657111 -o ROOT/results/node43/solver-315666-1172657111 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315666-1172657111/minimarch /tmp/evaluation/315666-1172657111/instance-315666-1172657111.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  d2ca322a34242a2eebffc77c1c1d76f9

RANDOM SEED= 766813469

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:        946768 kB
Buffers:         41912 kB
Cached:        1006160 kB
SwapCached:       9940 kB
Active:         430024 kB
Inactive:       634668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        946768 kB
SwapTotal:     4192956 kB
SwapFree:      4177360 kB
Dirty:           11496 kB
Writeback:           0 kB
Mapped:          15412 kB
Slab:            30512 kB
Committed_AS:   710884 kB
PageTables:       1392 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= 66517 MiB

End job on node43 on Wed Feb 28 10:17:00 UTC 2007