Trace number 1785129

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 CRAFTED? (exit code) 4998.46 5000.82

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
MD5SUM6a0d1029e840b2624bac287c335e4e2c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of clauses492
Sum of the clauses size1114
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2427
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

11.18/11.31	c run March_dl for 5 seconds ... 
11.18/11.31	c Bin: Executing march_dl
11.18/11.31	c child exit by a signal
11.18/11.31	c march_dl returned code 137.
11.18/11.31	c run saps (UBCSAT implementation) for 2 seconds ... 
11.18/11.31	c Bin: Executing ubcsat2006
11.18/11.31	c child exited successfully
11.18/11.31	c ubcsat2006 returned code 0.
11.18/11.31	c satzilla computing base features
11.18/11.31	c satzilla doing unit-prop probe
11.18/11.31	c satzilla doing local search probe
11.18/11.31	c satzilla doing lobjois search-space size estimate
11.18/11.31	c satzilla's ranking:
11.18/11.31	c 1) minisat20+P: -1.263001
11.18/11.31	c 2) minisat20: -0.525510
11.18/11.31	c 3) march_dl: 1.696650
11.18/11.31	c 4) vallst+P: 2.792449
11.18/11.31	c 5) march_dl+P: 3.092702
11.18/11.31	c 6) zchaff_rand+P: 5.543672
11.18/11.31	c 7) kcnfs+P: 999.000000
11.18/11.31	c 8) kcnfs: 999.000000
11.18/11.31	c 9) vallst: 999.000000
11.18/11.31	c 10) zchaff_rand: 999.000000
11.18/11.31	c satzilla running minisat20 with preprocessing ... 
11.18/11.31	This is MiniSat 2.0 beta
11.18/11.31	WARNING: for repeatability, setting FPU to use double precision
11.18/11.31	============================[ Problem Statistics ]=============================
11.18/11.31	|                                                                             |
11.18/11.31	|  Number of variables:  260                                                  |
11.18/11.31	|  Number of clauses:    492                                                  |
11.18/11.31	|  Parsing time:         0.00         s                                       |
11.18/11.31	============================[ Search Statistics ]==============================
11.18/11.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.18/11.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.18/11.31	===============================================================================
11.18/11.31	|         0 |     260      492     1114 |      164        0    nan |  0.000 % |
11.18/11.32	|       100 |     260      492     1114 |      180      100     21 |  0.001 % |
11.18/11.32	|       250 |     260      492     1114 |      198      250     26 |  0.007 % |
11.18/11.32	|       476 |     260      492     1114 |      218      206     21 |  0.001 % |
11.18/11.33	|       813 |     260      492     1114 |      240      253     19 |  0.001 % |
11.18/11.34	|      1320 |     260      492     1114 |      264      286     23 |  0.006 % |
11.18/11.36	|      2081 |     260      492     1114 |      290      352     21 |  0.006 % |
11.18/11.39	|      3221 |     260      492     1114 |      319      388     21 |  0.001 % |
11.20/11.44	|      4930 |     260      492     1114 |      351      307     19 |  0.001 % |
11.20/11.51	|      7495 |     260      492     1114 |      386      395     24 |  0.006 % |
11.20/11.61	|     11339 |     260      492     1114 |      425      492     22 |  0.007 % |
11.20/11.78	|     17105 |     260      492     1114 |      467      443     22 |  0.002 % |
11.88/12.04	|     25756 |     260      492     1114 |      514      300     18 |  0.002 % |
12.27/12.45	|     38730 |     260      492     1114 |      566      606     28 |  0.006 % |
12.87/13.07	|     58191 |     260      492     1114 |      622      618     24 |  0.004 % |
13.87/14.02	|     87383 |     260      492     1114 |      685      622     26 |  0.001 % |
15.27/15.49	|    131172 |     260      492     1114 |      753      748     28 |  0.002 % |
17.67/17.85	|    196856 |     260      492     1114 |      828      673     23 |  0.002 % |
20.67/20.83	|    295383 |     260      492     1114 |      911      829     23 |  0.001 % |
26.17/26.37	|    443172 |     260      492     1114 |     1003      600     23 |  0.002 % |
34.83/35.02	|    664855 |     260      492     1114 |     1103      621     21 |  0.006 % |
48.03/48.28	|    997380 |     260      492     1114 |     1213     1162     30 |  0.007 % |
69.82/70.01	|   1496168 |     260      492     1114 |     1335      782     26 |  0.006 % |
102.90/103.14	|   2244351 |     260      492     1114 |     1468      895     26 |  0.001 % |
152.58/152.82	|   3366626 |     260      492     1114 |     1615     1549     31 |  0.006 % |
230.44/230.70	|   5050038 |     260      492     1114 |     1776     1548     30 |  0.002 % |
352.79/353.16	|   7575155 |     260      492     1114 |     1954     1197     29 |  0.007 % |
547.11/547.59	|  11362830 |     260      492     1114 |     2150     1128     30 |  0.002 % |
836.08/836.60	|  17044342 |     260      492     1114 |     2365     2154     36 |  0.001 % |
1286.09/1286.81	|  25566614 |     260      492     1114 |     2601     1967     38 |  0.001 % |
2002.17/2003.20	|  38350018 |     260      492     1114 |     2861     2222     35 |  0.001 % |
3109.06/3110.66	|  57525123 |     260      492     1114 |     3147     1922     33 |  0.006 % |
4843.38/4845.79	|  86287781 |     260      492     1114 |     3462     1877     32 |  0.001 % |
4998.42/5000.81	c Preprocessing...
4998.42/5000.81	c Inital problem has 320 variables, 65 nary clauses (427 binary clauses).
4998.42/5000.81	c Num non-binary clauses 65, Average non-binary clause length 4.000
4998.42/5000.81	c Preprocessor runtime was 0.000 seconds.
4998.42/5000.81	c 
4998.42/5000.81	c Satisfiability of theory still undetermined.
4998.42/5000.81	c See file /tmp/2FimBc for simplified theory.
4998.42/5000.81	c Bin: Executing minisat20
4998.42/5000.81	c child exit by a signal
4998.42/5000.81	c minisat20 returned code 137.
4998.42/5000.81	c minisat20 returned code 137.
4998.42/5000.81	c satzilla running minisat20 ... 
4998.42/5000.81	c Bin: Executing minisat20
4998.42/5000.81	c minisat20 returned code 1.
4998.42/5000.81	c minisat20 returned code 1.
4998.42/5000.81	c satzilla running march_dl ... 
4998.42/5000.81	c Bin: Executing march_dl
4998.42/5000.81	c march_dl returned code 1.
4998.42/5000.81	c march_dl returned code 1.
4998.42/5000.81	c satzilla running vallst with preprocessing ... 
4998.42/5000.81	c Bin: Executing vallst
4998.42/5000.81	c vallst returned code 1.
4998.42/5000.81	c vallst returned code 1.
4998.42/5000.81	c satzilla running march_dl with preprocessing ... 
4998.42/5000.81	c Bin: Executing march_dl
4998.42/5000.81	c march_dl returned code 1.
4998.42/5000.81	c march_dl returned code 1.
4998.42/5000.81	c satzilla running zchaff_rand with preprocessing ... 
4998.42/5000.81	c Bin: Executing zchaff_rand
4998.42/5000.81	c zchaff_rand returned code 1.
4998.42/5000.81	c zchaff_rand returned code 1.
4998.42/5000.81	c satzilla running kcnfs with preprocessing ... 
4998.42/5000.81	c Bin: Executing kcnfs
4998.42/5000.81	c kcnfs returned code 1.
4998.42/5000.81	c kcnfs returned code 1.
4998.42/5000.81	c satzilla running kcnfs ... 
4998.42/5000.81	c Bin: Executing kcnfs
4998.42/5000.81	c kcnfs returned code 1.
4998.42/5000.81	c kcnfs returned code 1.
4998.42/5000.81	c satzilla running vallst ... 
4998.42/5000.81	c Bin: Executing vallst
4998.42/5000.81	c vallst returned code 1.
4998.42/5000.81	c vallst returned code 1.
4998.42/5000.81	c satzilla running zchaff_rand ... 
4998.42/5000.81	c Bin: Executing zchaff_rand
4998.42/5000.81	c zchaff_rand returned code 1.
4998.42/5000.81	c zchaff_rand returned code 1.
4998.42/5000.81	c ERROR: All Failed! 
4998.42/5000.81	c SATZILLA_TIME=4999.220000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785129-1241893483/watcher-1785129-1241893483 -o /tmp/evaluation-result-1785129-1241893483/solver-1785129-1241893483 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785129-1241893483.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.99 0.98 0.99 3/64 4886
/proc/meminfo: memFree=1888564/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1440 CPUtime=0
/proc/4886/stat : 4886 (SATzilla2007_C) R 4884 4886 4813 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 217380865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/4886/statm: 360 110 95 260 0 84 0
[pid=4887] ppid=4886 vsize=772 CPUtime=0
/proc/4887/stat : 4887 (march_dl) R 4886 4886 4813 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 217380865 790528 108 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4887/statm: 193 110 63 118 0 72 0

[startup+0.039091 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4886
/proc/meminfo: memFree=1888564/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1440 CPUtime=0
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217380865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 360 110 95 260 0 84 0
[pid=4887] ppid=4886 vsize=904 CPUtime=0.03
/proc/4887/stat : 4887 (march_dl) R 4886 4886 4813 0 -1 4194304 181 0 0 0 3 0 0 0 19 0 1 0 217380865 925696 173 1992294400 134512640 134996440 4294956256 18446744073709551615 134553195 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4887/statm: 226 173 74 118 0 105 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2344

[startup+0.101096 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4886
/proc/meminfo: memFree=1888564/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1440 CPUtime=0
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217380865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 360 110 95 260 0 84 0
[pid=4887] ppid=4886 vsize=904 CPUtime=0.09
/proc/4887/stat : 4887 (march_dl) R 4886 4886 4813 0 -1 4194304 183 0 0 0 9 0 0 0 19 0 1 0 217380865 925696 175 1992294400 134512640 134996440 4294956256 18446744073709551615 134573175 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4887/statm: 226 175 74 118 0 105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2344

[startup+0.301118 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4886
/proc/meminfo: memFree=1888564/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1440 CPUtime=0
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217380865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 360 110 95 260 0 84 0
[pid=4887] ppid=4886 vsize=904 CPUtime=0.29
/proc/4887/stat : 4887 (march_dl) R 4886 4886 4813 0 -1 4194304 185 0 0 0 29 0 0 0 21 0 1 0 217380865 925696 177 1992294400 134512640 134996440 4294956256 18446744073709551615 134537690 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4887/statm: 226 177 74 118 0 105 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2344

[startup+0.701162 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4886
/proc/meminfo: memFree=1888564/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1440 CPUtime=0
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217380865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 360 110 95 260 0 84 0
[pid=4887] ppid=4886 vsize=904 CPUtime=0.69
/proc/4887/stat : 4887 (march_dl) R 4886 4886 4813 0 -1 4194304 186 0 0 0 69 0 0 0 25 0 1 0 217380865 925696 178 1992294400 134512640 134996440 4294956256 18446744073709551615 134551380 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4887/statm: 226 178 74 118 0 105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2344

[startup+1.50125 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4888
/proc/meminfo: memFree=1887972/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1440 CPUtime=0
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217380865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 360 110 95 260 0 84 0
[pid=4887] ppid=4886 vsize=904 CPUtime=1.49
/proc/4887/stat : 4887 (march_dl) R 4886 4886 4813 0 -1 4194304 187 0 0 0 149 0 0 0 25 0 1 0 217380865 925696 179 1992294400 134512640 134996440 4294956256 18446744073709551615 134527800 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4887/statm: 226 179 74 118 0 105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2344

[startup+3.10143 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4888
/proc/meminfo: memFree=1887844/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1440 CPUtime=0
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217380865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 360 110 95 260 0 84 0
[pid=4887] ppid=4886 vsize=904 CPUtime=3.09
/proc/4887/stat : 4887 (march_dl) R 4886 4886 4813 0 -1 4194304 188 0 0 0 309 0 0 0 25 0 1 0 217380865 925696 180 1992294400 134512640 134996440 4294956256 18446744073709551615 134573146 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4887/statm: 226 180 74 118 0 105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2344

[startup+6.30179 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4889
/proc/meminfo: memFree=1886564/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1440 CPUtime=4.99
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 135 188 0 0 0 0 499 0 16 0 1 0 217380865 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 360 111 96 260 0 84 0
[pid=4889] ppid=4886 vsize=6188 CPUtime=1.2
/proc/4889/stat : 4889 (ubcsat2006) R 4886 4886 4813 0 -1 4194304 230 0 13 0 89 31 0 0 25 0 1 0 217381366 6336512 226 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4889/statm: 1547 226 156 64 0 1128 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4890
/proc/meminfo: memFree=1886372/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=1812 CPUtime=1.37
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 141 0 0 0 137 0 0 0 25 0 1 0 217381996 1855488 136 1992294400 134512640 134998072 4294956304 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4890/statm: 453 136 58 118 0 331 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 3508

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4890
/proc/meminfo: memFree=1886244/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=2196 CPUtime=14.17
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 206 0 0 0 1417 0 0 0 25 0 1 0 217381996 2248704 201 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 549 201 58 118 0 427 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 3892

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4890
/proc/meminfo: memFree=1886052/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=2320 CPUtime=39.73
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 259 0 0 0 3973 0 0 0 25 0 1 0 217381996 2375680 254 1992294400 134512640 134998072 4294956304 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 580 254 58 118 0 458 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 4016

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4890
/proc/meminfo: memFree=1885796/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=2572 CPUtime=90.91
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 310 0 0 0 9091 0 0 0 25 0 1 0 217381996 2633728 305 1992294400 134512640 134998072 4294956304 18446744073709551615 134525958 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 643 305 58 118 0 521 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 4268

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4890
/proc/meminfo: memFree=1885540/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=2816 CPUtime=150.87
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 367 0 0 0 15087 0 0 0 25 0 1 0 217381996 2883584 362 1992294400 134512640 134998072 4294956304 18446744073709551615 134525800 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 704 362 58 118 0 582 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 4512

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4890
/proc/meminfo: memFree=1885412/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=2940 CPUtime=210.85
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 396 0 0 0 21085 0 0 0 25 0 1 0 217381996 3010560 391 1992294400 134512640 134998072 4294956304 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 735 391 58 118 0 613 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 4636

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4890
/proc/meminfo: memFree=1885220/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=3064 CPUtime=270.82
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 425 0 0 0 27082 0 0 0 25 0 1 0 217381996 3137536 420 1992294400 134512640 134998072 4294956304 18446744073709551615 134525094 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 766 420 58 118 0 644 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 4760

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4890
/proc/meminfo: memFree=1885092/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=3064 CPUtime=330.8
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 441 0 0 0 33080 0 0 0 25 0 1 0 217381996 3137536 436 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 766 436 58 118 0 644 0

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


[startup+4722.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881188/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=4976 CPUtime=4708.85
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 926 0 0 0 470882 3 0 0 25 0 1 0 217381996 5095424 921 1992294400 134512640 134998072 4294956304 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1244 921 58 118 0 1122 0
Current children cumulated CPU time (s) 4720.05
Current children cumulated vsize (KiB) 6672

[startup+4782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881188/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=4976 CPUtime=4768.82
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 926 0 0 0 476879 3 0 0 25 0 1 0 217381996 5095424 921 1992294400 134512640 134998072 4294956304 18446744073709551615 134529297 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1244 921 58 118 0 1122 0
Current children cumulated CPU time (s) 4780.02
Current children cumulated vsize (KiB) 6672

[startup+4842.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=4976 CPUtime=4828.79
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 926 0 0 0 482876 3 0 0 25 0 1 0 217381996 5095424 921 1992294400 134512640 134998072 4294956304 18446744073709551615 134525520 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1244 921 58 118 0 1122 0
Current children cumulated CPU time (s) 4839.99
Current children cumulated vsize (KiB) 6672

[startup+4902.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4888.76
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 934 0 0 0 488873 3 0 0 25 0 1 0 217381996 5230592 929 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 929 58 118 0 1155 0
Current children cumulated CPU time (s) 4899.96
Current children cumulated vsize (KiB) 6804

[startup+4962.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4948.73
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 940 0 0 0 494870 3 0 0 25 0 1 0 217381996 5230592 935 1992294400 134512640 134998072 4294956304 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 935 58 118 0 1155 0
Current children cumulated CPU time (s) 4959.93
Current children cumulated vsize (KiB) 6804

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

[startup+4966.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4952.73
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 940 0 0 0 495270 3 0 0 25 0 1 0 217381996 5230592 935 1992294400 134512640 134998072 4294956304 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 935 58 118 0 1155 0
Current children cumulated CPU time (s) 4963.93
Current children cumulated vsize (KiB) 6804

[startup+4979.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4965.52
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 940 0 0 0 496549 3 0 0 25 0 1 0 217381996 5230592 935 1992294400 134512640 134998072 4294956304 18446744073709551615 134536253 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 935 58 118 0 1155 0
Current children cumulated CPU time (s) 4976.72
Current children cumulated vsize (KiB) 6804

[startup+4991.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4978.32
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 941 0 0 0 497829 3 0 0 25 0 1 0 217381996 5230592 936 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 936 58 118 0 1155 0
Current children cumulated CPU time (s) 4989.52
Current children cumulated vsize (KiB) 6804

[startup+4995.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4981.52
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 941 0 0 0 498149 3 0 0 25 0 1 0 217381996 5230592 936 1992294400 134512640 134998072 4294956304 18446744073709551615 134530046 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 936 58 118 0 1155 0
Current children cumulated CPU time (s) 4992.72
Current children cumulated vsize (KiB) 6804

[startup+4998.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4984.72
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 941 0 0 0 498469 3 0 0 25 0 1 0 217381996 5230592 936 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 936 58 118 0 1155 0
Current children cumulated CPU time (s) 4995.92
Current children cumulated vsize (KiB) 6804

[startup+4999.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4986.32
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 941 0 0 0 498629 3 0 0 25 0 1 0 217381996 5230592 936 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 936 58 118 0 1155 0
Current children cumulated CPU time (s) 4997.52
Current children cumulated vsize (KiB) 6804

[startup+5000.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4986.72
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 941 0 0 0 498669 3 0 0 25 0 1 0 217381996 5230592 936 1992294400 134512640 134998072 4294956304 18446744073709551615 134528229 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 936 58 118 0 1155 0
Current children cumulated CPU time (s) 4997.92
Current children cumulated vsize (KiB) 6804

[startup+5000.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4987.12
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 941 0 0 0 498709 3 0 0 25 0 1 0 217381996 5230592 936 1992294400 134512640 134998072 4294956304 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 936 58 118 0 1155 0
Current children cumulated CPU time (s) 4998.32
Current children cumulated vsize (KiB) 6804

[startup+5000.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4900
/proc/meminfo: memFree=1881124/2055920 swapFree=4181220/4192956
[pid=4886] ppid=4884 vsize=1696 CPUtime=11.2
/proc/4886/stat : 4886 (SATzilla2007_C) S 4884 4886 4813 0 -1 4194304 539 424 0 13 302 48 700 70 25 0 1 0 217380865 1736704 248 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4886/statm: 424 248 165 260 0 148 0
[pid=4890] ppid=4886 vsize=5108 CPUtime=4987.22
/proc/4890/stat : 4890 (minisat20) R 4886 4886 4813 0 -1 4194304 941 0 0 0 498719 3 0 0 25 0 1 0 217381996 5230592 936 1992294400 134512640 134998072 4294956304 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4890/statm: 1277 936 58 118 0 1155 0
Current children cumulated CPU time (s) 4998.42
Current children cumulated vsize (KiB) 6804

Child status: 17
Real time (s): 5000.82
CPU time (s): 4998.46
CPU user time (s): 4997.23
CPU system time (s): 1.22981
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.23
system time used= 1.22981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1917
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 16914

runsolver used 5.53616 second user time and 12.6571 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-09 20:24:43
IDJOB=1785129
IDBENCH=24704
IDSOLVER=640
FILE ID=node35/1785129-1241893483
PBS_JOBID= 9264713
Free space on /tmp= 66292 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785129-1241893483/watcher-1785129-1241893483 -o /tmp/evaluation-result-1785129-1241893483/solver-1785129-1241893483 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785129-1241893483.cnf            

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

MD5SUM BENCH= 6a0d1029e840b2624bac287c335e4e2c
RANDOM SEED=1905932047

node35.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.214
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.214
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:       1889108 kB
Buffers:         34456 kB
Cached:          86012 kB
SwapCached:       6148 kB
Active:          52340 kB
Inactive:        76608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889108 kB
SwapTotal:     4192956 kB
SwapFree:      4181220 kB
Dirty:            8364 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            23924 kB
Committed_AS:   794572 kB
PageTables:       1396 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= 66284 MiB
End job on node35 at 2009-05-09 21:48:04