Trace number 1543957

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla RANDOM? (exit code) 1199.6 1200.16

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S2054922493-058.cnf
MD5SUMb60450275781a4bce2d80b1541942582
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark344.932
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
Maximum clause length5
Minimum clause length5
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 522000
Number of clauses of size over 50

Solver Data

10.57/10.67	c run March_dl for 5 seconds ... 
10.57/10.67	c Bin: Executing march_dl
10.57/10.67	c child exit by a signal
10.57/10.67	c march_dl returned code 137.
10.57/10.67	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.67	c Bin: Executing ubcsat2006
10.57/10.67	c child exited successfully
10.57/10.67	c ubcsat2006 returned code 0.
10.57/10.67	c satzilla computing base features
10.57/10.67	c satzilla doing unit-prop probe
10.57/10.67	c satzilla doing local search probe
10.57/10.67	c satzilla doing lobjois search-space size estimate
10.57/10.67	c satzilla's ranking:
10.57/10.67	c 1) minisat20+P: 10.189936
10.57/10.67	c 2) march_dl: 10.567357
10.57/10.67	c 3) kcnfs: 12.565279
10.57/10.67	c 4) kcnfs+P: 999.000000
10.57/10.67	c 5) march_dl+P: 999.000000
10.57/10.67	c 6) vallst+P: 999.000000
10.57/10.67	c 7) zchaff_rand+P: 999.000000
10.57/10.67	c 8) vallst: 999.000000
10.57/10.67	c 9) zchaff_rand: 999.000000
10.57/10.67	c 10) minisat20: 999.000000
10.57/10.67	c satzilla running minisat20 with preprocessing ... 
10.67/10.78	This is MiniSat 2.0 beta
10.67/10.78	WARNING: for repeatability, setting FPU to use double precision
10.67/10.78	============================[ Problem Statistics ]=============================
10.67/10.78	|                                                                             |
10.67/10.78	|  Number of variables:  1100                                                 |
10.67/10.78	|  Number of clauses:    22000                                                |
10.67/10.80	|  Parsing time:         0.02         s                                       |
10.74/10.80	============================[ Search Statistics ]==============================
10.74/10.80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.74/10.80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.74/10.80	===============================================================================
10.74/10.80	|         0 |    1100    22000   110000 |     7333        0    nan |  0.000 % |
10.74/10.81	|       100 |    1100    22000   110000 |     8066      100    111 |  0.000 % |
10.74/10.83	|       250 |    1100    22000   110000 |     8873      250    120 |  0.000 % |
10.74/10.86	|       476 |    1100    22000   110000 |     9760      476    117 |  0.000 % |
10.85/10.91	|       815 |    1100    22000   110000 |    10736      815    123 |  0.000 % |
10.85/10.97	|      1321 |    1100    22000   110000 |    11810     1321    131 |  0.000 % |
10.95/11.07	|      2082 |    1100    22000   110000 |    12991     2082    131 |  0.000 % |
11.15/11.22	|      3221 |    1100    22000   110000 |    14290     3221    137 |  0.000 % |
11.35/11.48	|      4929 |    1100    22000   110000 |    15719     4929    140 |  0.000 % |
11.84/11.90	|      7492 |    1100    22000   110000 |    17291     7492    137 |  0.000 % |
12.54/12.66	|     11337 |    1100    22000   110000 |    19020    11337    140 |  0.000 % |
13.83/13.99	|     17103 |    1100    22000   110000 |    20922    17103    143 |  0.000 % |
16.14/16.22	|     25752 |    1100    22000   110000 |    23015    15093    146 |  0.000 % |
19.74/19.87	|     38727 |    1100    22000   110000 |    25316    16046    146 |  0.000 % |
26.34/26.48	|     58188 |    1100    22000   110000 |    27848    21116    158 |  0.000 % |
37.54/37.67	|     87382 |    1100    22000   110000 |    30633    18028    158 |  0.000 % |
56.91/57.03	|    131172 |    1100    22000   110000 |    33696    23477    154 |  0.000 % |
88.01/88.14	|    196856 |    1100    22000   110000 |    37066    24193    155 |  0.000 % |
145.48/145.70	|    295382 |    1100    22000   110000 |    40772    26445    149 |  0.000 % |
236.95/237.12	|    443171 |    1100    22000   110000 |    44849    36429    161 |  0.000 % |
373.87/374.12	|    664854 |    1100    22000   110000 |    49334    34688    154 |  0.000 % |
609.08/609.41	|    997382 |    1100    22000   110000 |    54268    46505    159 |  0.000 % |
974.50/975.06	|   1496170 |    1100    22000   110000 |    59695    25818    151 |  0.000 % |
1199.50/1200.16	c Preprocessing...
1199.50/1200.16	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.50/1200.16	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.50/1200.16	c Theory has no gaps
1199.50/1200.16	c Preprocessor runtime was 0.070 seconds.
1199.50/1200.16	c 
1199.50/1200.16	c Satisfiability of theory still undetermined.
1199.50/1200.16	c See file /tmp/oAcfa4 for simplified theory.
1199.50/1200.16	c Bin: Executing minisat20
1199.50/1200.16	c child exit by a signal
1199.50/1200.16	c minisat20 returned code 137.
1199.50/1200.16	c minisat20 returned code 137.
1199.50/1200.16	c satzilla running march_dl ... 
1199.50/1200.16	c Bin: Executing march_dl
1199.50/1200.16	c march_dl returned code 1.
1199.50/1200.16	c march_dl returned code 1.
1199.50/1200.16	c satzilla running kcnfs ... 
1199.50/1200.16	c Bin: Executing kcnfs
1199.50/1200.16	c kcnfs returned code 1.
1199.50/1200.16	c kcnfs returned code 1.
1199.50/1200.16	c satzilla running kcnfs with preprocessing ... 
1199.50/1200.16	c Bin: Executing kcnfs
1199.50/1200.16	c kcnfs returned code 1.
1199.50/1200.16	c kcnfs returned code 1.
1199.50/1200.16	c satzilla running march_dl with preprocessing ... 
1199.50/1200.16	c Bin: Executing march_dl
1199.50/1200.16	c march_dl returned code 1.
1199.50/1200.16	c march_dl returned code 1.
1199.50/1200.16	c satzilla running vallst with preprocessing ... 
1199.50/1200.16	c Bin: Executing vallst
1199.50/1200.16	c vallst returned code 1.
1199.50/1200.16	c vallst returned code 1.
1199.50/1200.16	c satzilla running zchaff_rand with preprocessing ... 
1199.50/1200.16	c Bin: Executing zchaff_rand
1199.50/1200.16	c zchaff_rand returned code 1.
1199.50/1200.16	c zchaff_rand returned code 1.
1199.50/1200.16	c satzilla running vallst ... 
1199.50/1200.16	c Bin: Executing vallst
1199.50/1200.16	c vallst returned code 1.
1199.50/1200.16	c vallst returned code 1.
1199.50/1200.16	c satzilla running zchaff_rand ... 
1199.50/1200.16	c Bin: Executing zchaff_rand
1199.50/1200.16	c zchaff_rand returned code 1.
1199.50/1200.16	c zchaff_rand returned code 1.
1199.50/1200.16	c satzilla running minisat20 ... 
1199.50/1200.16	c Bin: Executing minisat20
1199.50/1200.16	c minisat20 returned code 1.
1199.50/1200.16	c minisat20 returned code 1.
1199.50/1200.16	c ERROR: All Failed! 
1199.50/1200.16	c SATZILLA_TIME=1199.770000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1543957-1238602008/watcher-1543957-1238602008 -o /tmp/evaluation-result-1543957-1238602008/solver-1543957-1238602008 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1543957-1238602008.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): 1800 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.85 0.97 1.16 3/64 19969
/proc/meminfo: memFree=1482896/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=1440 CPUtime=0
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132863177 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 360 110 95 260 0 84 0
[pid=19970] ppid=19969 vsize=812 CPUtime=0
/proc/19970/stat : 19970 (march_dl) R 19969 19969 19932 0 -1 4194304 115 0 0 0 0 0 0 0 19 0 1 0 1132863177 831488 110 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19970/statm: 203 110 50 118 0 82 0

[startup+0.0284009 s]
/proc/loadavg: 0.85 0.97 1.16 3/64 19969
/proc/meminfo: memFree=1482896/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=1440 CPUtime=0
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132863177 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 360 110 95 260 0 84 0
[pid=19970] ppid=19969 vsize=1208 CPUtime=0.02
/proc/19970/stat : 19970 (march_dl) R 19969 19969 19932 0 -1 4194304 200 0 0 0 2 0 0 0 19 0 1 0 1132863177 1236992 195 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19970/statm: 302 195 50 118 0 181 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2648

[startup+0.102409 s]
/proc/loadavg: 0.85 0.97 1.16 3/64 19969
/proc/meminfo: memFree=1482896/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=1440 CPUtime=0
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132863177 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 360 110 95 260 0 84 0
[pid=19970] ppid=19969 vsize=2128 CPUtime=0.09
/proc/19970/stat : 19970 (march_dl) R 19969 19969 19932 0 -1 4194304 1477 0 0 0 9 0 0 0 20 0 1 0 1132863177 2179072 388 1992294400 134512640 134996440 4294956256 18446744073709551615 134522650 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19970/statm: 532 388 57 118 0 411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3568

[startup+0.30143 s]
/proc/loadavg: 0.85 0.97 1.16 3/64 19969
/proc/meminfo: memFree=1482896/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=1440 CPUtime=0
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132863177 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 360 110 95 260 0 84 0
[pid=19970] ppid=19969 vsize=4540 CPUtime=0.29
/proc/19970/stat : 19970 (march_dl) R 19969 19969 19932 0 -1 4194304 3202 0 0 0 29 0 0 0 21 0 1 0 1132863177 4648960 732 1992294400 134512640 134996440 4294956256 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19970/statm: 1135 732 67 118 0 1014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5980

[startup+0.701476 s]
/proc/loadavg: 0.85 0.97 1.16 3/64 19969
/proc/meminfo: memFree=1482896/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=1440 CPUtime=0
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132863177 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 360 110 95 260 0 84 0
[pid=19970] ppid=19969 vsize=4540 CPUtime=0.69
/proc/19970/stat : 19970 (march_dl) R 19969 19969 19932 0 -1 4194304 3208 0 0 0 69 0 0 0 25 0 1 0 1132863177 4648960 738 1992294400 134512640 134996440 4294956256 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19970/statm: 1135 738 67 118 0 1014 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5980

[startup+1.50257 s]
/proc/loadavg: 0.85 0.97 1.16 2/66 19971
/proc/meminfo: memFree=1480064/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=1440 CPUtime=0
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132863177 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 360 110 95 260 0 84 0
[pid=19970] ppid=19969 vsize=29036 CPUtime=1.49
/proc/19970/stat : 19970 (march_dl) R 19969 19969 19932 0 -1 4194304 9280 0 0 0 144 5 0 0 25 0 1 0 1132863177 29732864 6614 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19970/statm: 7259 6614 72 118 0 7138 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30476

[startup+3.10175 s]
/proc/loadavg: 0.85 0.97 1.16 2/66 19971
/proc/meminfo: memFree=1456384/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=1440 CPUtime=0
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132863177 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 360 110 95 260 0 84 0
[pid=19970] ppid=19969 vsize=30652 CPUtime=3.09
/proc/19970/stat : 19970 (march_dl) R 19969 19969 19932 0 -1 4194304 10207 0 0 0 276 33 0 0 25 0 1 0 1132863177 31387648 7290 1992294400 134512640 134996440 4294956256 18446744073709551615 134649635 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19970/statm: 7663 7290 72 118 0 7542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32092

[startup+6.30112 s]
/proc/loadavg: 0.86 0.97 1.16 2/66 19972
/proc/meminfo: memFree=1480704/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=1440 CPUtime=4.99
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 135 12032 0 0 0 0 465 34 16 0 1 0 1132863177 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 360 111 96 260 0 84 0
[pid=19972] ppid=19969 vsize=6188 CPUtime=1.28
/proc/19972/stat : 19972 (ubcsat2006) R 19969 19969 19932 0 -1 4194304 616 0 0 0 122 6 0 0 25 0 1 0 1132863678 6336512 599 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19972/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.87 0.97 1.16 2/66 19973
/proc/meminfo: memFree=1470280/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=9748 CPUtime=1.9
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 2230 0 0 0 189 1 0 0 25 0 1 0 1132864255 9981952 2225 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19973/statm: 2437 2225 59 118 0 2315 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 16400

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 1.15 2/66 19973
/proc/meminfo: memFree=1458632/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=19348 CPUtime=14.7
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 4657 0 0 0 1467 3 0 0 25 0 1 0 1132864255 19812352 4652 1992294400 134512640 134998072 4294956304 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 4837 4652 59 118 0 4715 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 26000

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 1.15 2/66 19973
/proc/meminfo: memFree=1453832/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=24264 CPUtime=40.27
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 5869 0 0 0 4023 4 0 0 25 0 1 0 1132864255 24846336 5864 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 6066 5864 59 118 0 5944 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 30916

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 1.14 2/66 19973
/proc/meminfo: memFree=1449160/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=28888 CPUtime=91.46
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 7028 0 0 0 9141 5 0 0 25 0 1 0 1132864255 29581312 7023 1992294400 134512640 134998072 4294956304 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 7222 7023 59 118 0 7100 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 35540

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 1.13 2/66 19973
/proc/meminfo: memFree=1446472/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=31520 CPUtime=151.43
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 7680 0 0 0 15137 6 0 0 25 0 1 0 1132864255 32276480 7675 1992294400 134512640 134998072 4294956304 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 7880 7675 59 118 0 7758 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 38172

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 1.12 2/66 19973
/proc/meminfo: memFree=1443848/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=34300 CPUtime=211.4
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 8349 0 0 0 21133 7 0 0 25 0 1 0 1132864255 35123200 8344 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 8575 8344 59 118 0 8453 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 40952

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 1.10 2/66 19973
/proc/meminfo: memFree=1440776/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=37336 CPUtime=271.38
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 9108 0 0 0 27130 8 0 0 25 0 1 0 1132864255 38232064 9103 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 9334 9103 59 118 0 9212 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 43988

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 1.09 2/66 19973
/proc/meminfo: memFree=1439880/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=38148 CPUtime=331.36
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 9341 0 0 0 33128 8 0 0 25 0 1 0 1132864255 39063552 9334 1992294400 134512640 134998072 4294956304 18446744073709551615 134525622 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 9537 9334 59 118 0 9415 0

################
# More data... #
################


[startup+762.306 s]
/proc/loadavg: 0.99 0.97 1.05 2/66 19973
/proc/meminfo: memFree=1429128/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=48828 CPUtime=751.15
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 12002 0 0 0 75103 12 0 0 25 0 1 0 1132864255 49999872 11995 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 12207 11995 59 118 0 12085 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 55480

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 1.04 2/66 19973
/proc/meminfo: memFree=1429128/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=48724 CPUtime=811.12
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 12002 0 0 0 81100 12 0 0 25 0 1 0 1132864255 49893376 11984 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 12181 11984 59 118 0 12059 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 55376

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 1.04 2/66 19973
/proc/meminfo: memFree=1429128/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=48856 CPUtime=871.1
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 12035 0 0 0 87098 12 0 0 25 0 1 0 1132864255 50028544 12017 1992294400 134512640 134998072 4294956304 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 12214 12017 59 118 0 12092 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 55508

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 1.03 2/66 19973
/proc/meminfo: memFree=1429128/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=48856 CPUtime=931.07
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 12036 0 0 0 93095 12 0 0 25 0 1 0 1132864255 50028544 12018 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 12214 12018 59 118 0 12092 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 55508

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 1.03 2/66 19973
/proc/meminfo: memFree=1428360/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=49780 CPUtime=991.04
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 12246 0 0 0 99092 12 0 0 25 0 1 0 1132864255 50974720 12228 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 12445 12228 59 118 0 12323 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 56432

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 1.02 2/66 19973
/proc/meminfo: memFree=1426120/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=52032 CPUtime=1051.03
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 12813 0 0 0 105090 13 0 0 25 0 1 0 1132864255 53280768 12795 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13008 12795 59 118 0 12886 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 58684

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 1.02 2/66 19973
/proc/meminfo: memFree=1425800/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=52296 CPUtime=1111
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 12889 0 0 0 111087 13 0 0 25 0 1 0 1132864255 53551104 12871 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13074 12871 59 118 0 12952 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 58948

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 19973
/proc/meminfo: memFree=1424712/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=53352 CPUtime=1170.96
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 13139 0 0 0 117083 13 0 0 25 0 1 0 1132864255 54632448 13121 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13338 13121 59 118 0 13216 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 60004

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 19973
/proc/meminfo: memFree=1424712/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=53352 CPUtime=1178.96
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 13139 0 0 0 117883 13 0 0 25 0 1 0 1132864255 54632448 13121 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13338 13121 59 118 0 13216 0
Current children cumulated CPU time (s) 1189.7
Current children cumulated vsize (KiB) 60004

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 19973
/proc/meminfo: memFree=1424712/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=53352 CPUtime=1185.36
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 13139 0 0 0 118523 13 0 0 25 0 1 0 1132864255 54632448 13121 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13338 13121 59 118 0 13216 0
Current children cumulated CPU time (s) 1196.1
Current children cumulated vsize (KiB) 60004

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 19973
/proc/meminfo: memFree=1424712/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=53352 CPUtime=1186.96
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 13139 0 0 0 118683 13 0 0 25 0 1 0 1132864255 54632448 13121 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13338 13121 59 118 0 13216 0
Current children cumulated CPU time (s) 1197.7
Current children cumulated vsize (KiB) 60004

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 19973
/proc/meminfo: memFree=1424712/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=53352 CPUtime=1187.76
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 13139 0 0 0 118763 13 0 0 25 0 1 0 1132864255 54632448 13121 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13338 13121 59 118 0 13216 0
Current children cumulated CPU time (s) 1198.5
Current children cumulated vsize (KiB) 60004

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 19973
/proc/meminfo: memFree=1424712/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=53352 CPUtime=1188.56
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 13139 0 0 0 118843 13 0 0 25 0 1 0 1132864255 54632448 13121 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13338 13121 59 118 0 13216 0
Current children cumulated CPU time (s) 1199.3
Current children cumulated vsize (KiB) 60004

[startup+1200.11 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 19973
/proc/meminfo: memFree=1424712/2055920 swapFree=4178500/4192956
[pid=19969] ppid=19967 vsize=6652 CPUtime=10.74
/proc/19969/stat : 19969 (SATzilla2007_R) S 19967 19969 19932 0 -1 4194304 2707 12654 0 0 347 12 670 45 25 0 1 0 1132863177 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19969/statm: 1663 1482 164 260 0 1387 0
[pid=19973] ppid=19969 vsize=53352 CPUtime=1188.76
/proc/19973/stat : 19973 (minisat20) R 19969 19969 19932 0 -1 4194304 13139 0 0 0 118863 13 0 0 25 0 1 0 1132864255 54632448 13121 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19973/statm: 13338 13121 59 118 0 13216 0
Current children cumulated CPU time (s) 1199.5
Current children cumulated vsize (KiB) 60004

Child status: 17
Real time (s): 1200.16
CPU time (s): 1199.6
CPU user time (s): 1198.87
CPU system time (s): 0.730888
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 60004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.87
system time used= 0.730888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28513
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= 10
involuntary context switches= 4173

runsolver used 1.14183 second user time and 3.23451 second system time

The end

Launcher Data

Begin job on node62 at 2009-04-01 18:06:48
IDJOB=1543957
IDBENCH=70206
IDSOLVER=557
FILE ID=node62/1543957-1238602008
PBS_JOBID= 9068356
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1100/unif-k5-r20-v1100-c22000-S2054922493-058.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1543957-1238602008/watcher-1543957-1238602008 -o /tmp/evaluation-result-1543957-1238602008/solver-1543957-1238602008 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1543957-1238602008.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b60450275781a4bce2d80b1541942582
RANDOM SEED=745029457

node62.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.232
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.232
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:       1483448 kB
Buffers:        103556 kB
Cached:         368296 kB
SwapCached:       7616 kB
Active:         225532 kB
Inactive:       255528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483448 kB
SwapTotal:     4192956 kB
SwapFree:      4178500 kB
Dirty:            9092 kB
Writeback:           0 kB
Mapped:          14896 kB
Slab:            77244 kB
Committed_AS:  2921380 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node62 at 2009-04-01 18:26:49