Trace number 427263

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 316.185 316.274

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S1390822082-06.SAT.shuffled.cnf
MD5SUM65db25de989ce832e05150660fae21db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05899
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

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:  50                                                   |
0.00/0.00	|  Number of clauses:    4450                                                 |
0.00/0.01	|  Parsing time:         0.02         s                                       |
0.10/0.15	============================[ Search Statistics ]==============================
0.10/0.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.10/0.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.10/0.15	===============================================================================
0.10/0.15	|         0 |      50     4450    31150 |     1483        0    nan |  0.000 % |
0.10/0.16	|       101 |      50     4450    31150 |     1631      101     20 |  0.041 % |
0.10/0.16	|       253 |      50     4450    31150 |     1794      253     20 |  0.041 % |
0.10/0.17	|       478 |      50     4450    31150 |     1974      478     19 |  0.041 % |
0.10/0.19	|       815 |      50     4450    31150 |     2171      815     19 |  0.041 % |
0.20/0.21	|      1321 |      50     4450    31150 |     2388     1321     19 |  0.041 % |
0.20/0.25	|      2081 |      50     4450    31150 |     2627     2081     19 |  0.041 % |
0.30/0.31	|      3221 |      50     4450    31150 |     2890     1896     18 |  0.041 % |
0.40/0.40	|      4929 |      50     4450    31150 |     3179     2149     18 |  0.041 % |
0.50/0.54	|      7491 |      50     4450    31150 |     3497     3108     18 |  0.041 % |
0.70/0.75	|     11335 |      50     4450    31150 |     3847     3430     18 |  0.041 % |
1.00/1.07	|     17101 |      50     4450    31150 |     4232     3390     19 |  0.041 % |
1.50/1.55	|     25750 |      50     4450    31150 |     4655     3529     18 |  0.041 % |
2.20/2.29	|     38724 |      50     4450    31150 |     5120     2474     17 |  0.041 % |
3.40/3.46	|     58185 |      50     4450    31150 |     5632     3948     17 |  0.041 % |
5.19/5.24	|     87377 |      50     4450    31150 |     6196     4865     17 |  0.041 % |
7.99/8.01	|    131167 |      50     4450    31150 |     6815     5128     17 |  0.041 % |
12.39/12.46	|    196851 |      50     4450    31150 |     7497     5873     17 |  0.041 % |
19.19/19.28	|    295378 |      50     4450    31150 |     8247     6699     17 |  0.041 % |
29.98/30.01	|    443167 |      50     4450    31150 |     9071     5684     16 |  0.041 % |
46.68/46.76	|    664851 |      50     4450    31150 |     9979     4664     15 |  0.041 % |
73.17/73.23	|    997376 |      50     4450    31150 |    10977     7277     15 |  0.041 % |
115.26/115.30	|   1496165 |      50     4450    31150 |    12074     5782     16 |  0.041 % |
181.04/181.12	|   2244347 |      50     4450    31150 |    13282    10311     15 |  0.041 % |
286.21/286.31	|   3366622 |      50     4450    31150 |    14610     8747     14 |  0.042 % |
316.10/316.27	===============================================================================
316.10/316.27	lookaheads            : 506281
316.10/316.27	variable balance      : 0.00
316.10/316.27	restarts              : 25
316.10/316.27	conflicts             : 3664354        (11590 /sec)
316.10/316.27	decisions             : 3918457        (1.78 % random) (12394 /sec)
316.10/316.27	decision = positive   : 1831338
316.10/316.27	decision = negative   : 2087118
316.10/316.27	propagations          : 30934544       (97846 /sec)
316.10/316.27	conflict literals     : 59471581       (21.31 % deleted)
316.10/316.27	Memory used           : 5.45 MB
316.10/316.27	CPU time              : 316.156 s
316.10/316.27	
316.10/316.27	s SATISFIABLE
316.10/316.27	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 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/node12/watcher-427263-1177634322 -o ROOT/results/node12/solver-427263-1177634322 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427263-1177634322/minimarch_fixed /tmp/evaluation/427263-1177634322/instance-427263-1177634322.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/77 3996
/proc/meminfo: memFree=1638592/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=1868 CPUtime=0
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 239469598 1912832 144 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 467 145 51 132 0 332 0

[startup+0.0461501 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3996
/proc/meminfo: memFree=1638592/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=2128 CPUtime=0.04
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 225 0 0 0 4 0 0 0 18 0 1 0 239469598 2179072 210 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531572 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 532 210 63 132 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2128

[startup+0.101156 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3996
/proc/meminfo: memFree=1638592/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=2128 CPUtime=0.1
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 225 0 0 0 10 0 0 0 18 0 1 0 239469598 2179072 210 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 532 210 63 132 0 397 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2128

[startup+0.301178 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3996
/proc/meminfo: memFree=1638592/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=2260 CPUtime=0.3
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 266 0 0 0 30 0 0 0 20 0 1 0 239469598 2314240 251 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 565 251 67 132 0 430 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2260

[startup+0.701215 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3996
/proc/meminfo: memFree=1638592/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=2392 CPUtime=0.7
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 306 0 0 0 70 0 0 0 23 0 1 0 239469598 2449408 291 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 598 291 67 132 0 463 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2392

[startup+1.50129 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 3997
/proc/meminfo: memFree=1637560/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=2540 CPUtime=1.5
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 349 0 0 0 150 0 0 0 25 0 1 0 239469598 2600960 334 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551340 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 635 334 67 132 0 500 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2540

[startup+3.10146 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 3997
/proc/meminfo: memFree=1637240/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=2812 CPUtime=3.1
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 392 0 0 0 310 0 0 0 25 0 1 0 239469598 2879488 377 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551762 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 703 377 67 132 0 568 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2812

[startup+6.30178 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1636856/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=2944 CPUtime=6.29
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 449 0 0 0 629 0 0 0 25 0 1 0 239469598 3014656 434 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 736 434 67 132 0 601 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2944

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1636472/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=3348 CPUtime=12.69
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 524 0 0 0 1269 0 0 0 25 0 1 0 239469598 3428352 509 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551569 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 837 509 67 132 0 702 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3348

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1636152/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=3624 CPUtime=25.48
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 606 0 0 0 2548 0 0 0 25 0 1 0 239469598 3710976 591 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 906 591 67 132 0 771 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3624

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1635640/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=4196 CPUtime=51.07
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 733 0 0 0 5107 0 0 0 25 0 1 0 239469598 4296704 718 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1049 718 67 132 0 914 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4196

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1635384/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=4484 CPUtime=102.27
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 811 0 0 0 10226 1 0 0 25 0 1 0 239469598 4591616 796 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1121 796 67 132 0 986 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4484

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634808/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5116 CPUtime=162.25
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 940 0 0 0 16224 1 0 0 25 0 1 0 239469598 5238784 925 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1279 925 67 132 0 1144 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5116

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634424/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5440 CPUtime=222.23
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1022 0 0 0 22222 1 0 0 25 0 1 0 239469598 5570560 1007 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1360 1007 67 132 0 1225 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 5440

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634168/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=282.22
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1071 0 0 0 28220 2 0 0 25 0 1 0 239469598 5713920 1056 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551664 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1056 67 132 0 1260 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 5580

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

[startup+294.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634168/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=294.21
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1073 0 0 0 29419 2 0 0 25 0 1 0 239469598 5713920 1058 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1058 67 132 0 1260 0
Current children cumulated CPU time (s) 294.21
Current children cumulated vsize (KiB) 5580

[startup+307.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634168/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=307
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1082 0 0 0 30698 2 0 0 25 0 1 0 239469598 5713920 1067 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1067 67 132 0 1260 0
Current children cumulated CPU time (s) 307
Current children cumulated vsize (KiB) 5580

[startup+310.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634104/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=310.2
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1083 0 0 0 31018 2 0 0 25 0 1 0 239469598 5713920 1068 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1068 67 132 0 1260 0
Current children cumulated CPU time (s) 310.2
Current children cumulated vsize (KiB) 5580

[startup+313.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634104/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=313.4
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1083 0 0 0 31338 2 0 0 25 0 1 0 239469598 5713920 1068 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552599 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1068 67 132 0 1260 0
Current children cumulated CPU time (s) 313.4
Current children cumulated vsize (KiB) 5580

[startup+315.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634104/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=315
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1083 0 0 0 31498 2 0 0 25 0 1 0 239469598 5713920 1068 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557648 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1068 67 132 0 1260 0
Current children cumulated CPU time (s) 315
Current children cumulated vsize (KiB) 5580

[startup+315.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634104/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=315.8
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1090 0 0 0 31578 2 0 0 25 0 1 0 239469598 5713920 1075 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551722 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1075 67 132 0 1260 0
Current children cumulated CPU time (s) 315.8
Current children cumulated vsize (KiB) 5580

[startup+316.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634104/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=316
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1090 0 0 0 31598 2 0 0 25 0 1 0 239469598 5713920 1075 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1075 67 132 0 1260 0
Current children cumulated CPU time (s) 316
Current children cumulated vsize (KiB) 5580

[startup+316.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=1634104/2055920 swapFree=4160056/4192956
[pid=3996] ppid=3994 vsize=5580 CPUtime=316.1
/proc/3996/stat : 3996 (minimarch_fixed) R 3994 3996 3214 0 -1 4194304 1090 0 0 0 31608 2 0 0 25 0 1 0 239469598 5713920 1075 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551305 0 0 4096 3 0 0 0 17 1 0 0
/proc/3996/statm: 1395 1075 67 132 0 1260 0
Current children cumulated CPU time (s) 316.1
Current children cumulated vsize (KiB) 5580

Child status: 10
Real time (s): 316.274
CPU time (s): 316.185
CPU user time (s): 316.156
CPU system time (s): 0.028995
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 5580

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

runsolver used 0.275958 second user time and 0.623905 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Fri Apr 27 00:38:42 UTC 2007

IDJOB= 427263
IDBENCH= 19887
IDSOLVER= 198
FILE ID= node12/427263-1177634322

PBS_JOBID= 4697225

Free space on /tmp= 66477 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v50/unif-k7-r89-v50-c4450-S1390822082-06.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427263-1177634322/minimarch_fixed /tmp/evaluation/427263-1177634322/instance-427263-1177634322.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-427263-1177634322 -o ROOT/results/node12/solver-427263-1177634322 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427263-1177634322/minimarch_fixed /tmp/evaluation/427263-1177634322/instance-427263-1177634322.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  65db25de989ce832e05150660fae21db

RANDOM SEED= 174077014

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1639064 kB
Buffers:         42144 kB
Cached:         282988 kB
SwapCached:      11536 kB
Active:         204316 kB
Inactive:       144216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639064 kB
SwapTotal:     4192956 kB
SwapFree:      4160056 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:          30496 kB
Slab:            53904 kB
Committed_AS:  6158976 kB
PageTables:       1796 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= 66477 MiB

End job on node12 on Fri Apr 27 00:43:59 UTC 2007