Trace number 1625950

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) 4999.04 5001.55

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S805234188-084.cnf
MD5SUMa1fc4ba8186be6b254ba81203aa388ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark416.649
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.69	c run March_dl for 5 seconds ... 
10.57/10.69	c Bin: Executing march_dl
10.57/10.69	c child exit by a signal
10.57/10.69	c march_dl returned code 137.
10.57/10.69	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.69	c Bin: Executing ubcsat2006
10.57/10.69	c child exited successfully
10.57/10.69	c ubcsat2006 returned code 0.
10.57/10.69	c satzilla computing base features
10.57/10.69	c satzilla doing unit-prop probe
10.57/10.69	c satzilla doing local search probe
10.57/10.69	c satzilla doing lobjois search-space size estimate
10.57/10.69	c satzilla's ranking:
10.57/10.69	c 1) minisat20+P: 10.076770
10.57/10.69	c 2) march_dl: 10.213556
10.57/10.69	c 3) kcnfs: 13.323703
10.57/10.69	c 4) kcnfs+P: 999.000000
10.57/10.69	c 5) march_dl+P: 999.000000
10.57/10.69	c 6) vallst+P: 999.000000
10.57/10.69	c 7) zchaff_rand+P: 999.000000
10.57/10.69	c 8) vallst: 999.000000
10.57/10.69	c 9) zchaff_rand: 999.000000
10.57/10.69	c 10) minisat20: 999.000000
10.57/10.69	c satzilla running minisat20 with preprocessing ... 
10.67/10.79	This is MiniSat 2.0 beta
10.67/10.79	WARNING: for repeatability, setting FPU to use double precision
10.67/10.79	============================[ Problem Statistics ]=============================
10.67/10.79	|                                                                             |
10.67/10.79	|  Number of variables:  1100                                                 |
10.67/10.79	|  Number of clauses:    22000                                                |
10.76/10.81	|  Parsing time:         0.02         s                                       |
10.76/10.81	============================[ Search Statistics ]==============================
10.76/10.81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.76/10.81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.76/10.81	===============================================================================
10.76/10.81	|         0 |    1100    22000   110000 |     7333        0    nan |  0.000 % |
10.76/10.83	|       101 |    1100    22000   110000 |     8066      101    117 |  0.000 % |
10.76/10.85	|       252 |    1100    22000   110000 |     8873      252    131 |  0.000 % |
10.76/10.87	|       479 |    1100    22000   110000 |     9760      479    129 |  0.000 % |
10.86/10.92	|       816 |    1100    22000   110000 |    10736      816    133 |  0.000 % |
10.86/10.98	|      1322 |    1100    22000   110000 |    11810     1322    129 |  0.000 % |
10.96/11.06	|      2081 |    1100    22000   110000 |    12991     2081    129 |  0.000 % |
11.15/11.20	|      3222 |    1100    22000   110000 |    14290     3222    129 |  0.000 % |
11.36/11.42	|      4932 |    1100    22000   110000 |    15719     4932    131 |  0.000 % |
11.76/11.80	|      7495 |    1100    22000   110000 |    17291     7495    134 |  0.000 % |
12.35/12.48	|     11340 |    1100    22000   110000 |    19020    11340    134 |  0.000 % |
13.66/13.72	|     17107 |    1100    22000   110000 |    20922    17107    137 |  0.000 % |
15.96/16.03	|     25756 |    1100    22000   110000 |    23015    15102    147 |  0.000 % |
19.95/20.08	|     38731 |    1100    22000   110000 |    25316    15975    150 |  0.000 % |
26.25/26.33	|     58192 |    1100    22000   110000 |    27848    21246    146 |  0.000 % |
37.23/37.31	|     87385 |    1100    22000   110000 |    30633    17683    153 |  0.000 % |
56.73/56.87	|    131177 |    1100    22000   110000 |    33696    24205    153 |  0.000 % |
87.71/87.83	|    196863 |    1100    22000   110000 |    37066    25869    154 |  0.000 % |
141.29/141.45	|    295389 |    1100    22000   110000 |    40772    26564    163 |  0.000 % |
226.64/226.80	|    443180 |    1100    22000   110000 |    44849    36893    166 |  0.000 % |
358.97/359.23	|    664864 |    1100    22000   110000 |    49334    36846    153 |  0.000 % |
579.27/579.62	|    997391 |    1100    22000   110000 |    54268    47573    156 |  0.000 % |
937.69/938.23	|   1496179 |    1100    22000   110000 |    59695    25544    156 |  0.000 % |
1498.40/1499.23	|   2244361 |    1100    22000   110000 |    65664    49888    154 |  0.000 % |
2496.49/2497.85	|   3366635 |    1100    22000   110000 |    72231    51590    159 |  0.000 % |
3992.97/3995.03	|   5050046 |    1100    22000   110000 |    79454    18634    139 |  0.000 % |
4998.95/5001.54	c Preprocessing...
4998.95/5001.54	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
4998.95/5001.54	c Num non-binary clauses 22000, Average non-binary clause length 5.000
4998.95/5001.54	c Theory has no gaps
4998.95/5001.54	c Preprocessor runtime was 0.050 seconds.
4998.95/5001.54	c 
4998.95/5001.54	c Satisfiability of theory still undetermined.
4998.95/5001.54	c See file /tmp/NgG8X3 for simplified theory.
4998.95/5001.54	c Bin: Executing minisat20
4998.95/5001.54	c child exit by a signal
4998.95/5001.54	c minisat20 returned code 137.
4998.95/5001.54	c minisat20 returned code 137.
4998.95/5001.54	c satzilla running march_dl ... 
4998.95/5001.54	c Bin: Executing march_dl
4998.95/5001.54	c march_dl returned code 1.
4998.95/5001.54	c march_dl returned code 1.
4998.95/5001.54	c satzilla running kcnfs ... 
4998.95/5001.54	c Bin: Executing kcnfs
4998.95/5001.54	c kcnfs returned code 1.
4998.95/5001.54	c kcnfs returned code 1.
4998.95/5001.54	c satzilla running kcnfs with preprocessing ... 
4998.95/5001.54	c Bin: Executing kcnfs
4998.95/5001.54	c kcnfs returned code 1.
4998.95/5001.54	c kcnfs returned code 1.
4998.95/5001.54	c satzilla running march_dl with preprocessing ... 
4998.95/5001.54	c Bin: Executing march_dl
4998.95/5001.54	c march_dl returned code 1.
4998.95/5001.54	c march_dl returned code 1.
4998.95/5001.54	c satzilla running vallst with preprocessing ... 
4998.95/5001.54	c Bin: Executing vallst
4998.95/5001.54	c vallst returned code 1.
4998.95/5001.54	c vallst returned code 1.
4998.95/5001.54	c satzilla running zchaff_rand with preprocessing ... 
4998.95/5001.54	c Bin: Executing zchaff_rand
4998.95/5001.54	c zchaff_rand returned code 1.
4998.95/5001.54	c zchaff_rand returned code 1.
4998.95/5001.54	c satzilla running vallst ... 
4998.95/5001.54	c Bin: Executing vallst
4998.95/5001.54	c vallst returned code 1.
4998.95/5001.54	c vallst returned code 1.
4998.95/5001.54	c satzilla running zchaff_rand ... 
4998.95/5001.54	c Bin: Executing zchaff_rand
4998.95/5001.54	c zchaff_rand returned code 1.
4998.95/5001.54	c zchaff_rand returned code 1.
4998.95/5001.54	c satzilla running minisat20 ... 
4998.95/5001.54	c Bin: Executing minisat20
4998.95/5001.54	c minisat20 returned code 1.
4998.95/5001.54	c minisat20 returned code 1.
4998.95/5001.54	c ERROR: All Failed! 
4998.95/5001.54	c SATZILLA_TIME=4999.780000

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-1625950-1239998031/watcher-1625950-1239998031 -o /tmp/evaluation-result-1625950-1239998031/solver-1625950-1239998031 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1625950-1239998031.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: 1.00 1.00 1.00 3/64 22396
/proc/meminfo: memFree=1276616/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=1440 CPUtime=0
/proc/22396/stat : 22396 (SATzilla2007_R) R 22394 22396 22220 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 27831097 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/22396/statm: 360 110 95 260 0 84 0
[pid=22397] ppid=22396 vsize=812 CPUtime=0
/proc/22397/stat : 22397 (march_dl) R 22396 22396 22220 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 27831097 831488 110 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22397/statm: 203 110 50 118 0 82 0

[startup+0.070441 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22396
/proc/meminfo: memFree=1276616/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=1440 CPUtime=0
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 27831097 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22396/statm: 360 110 95 260 0 84 0
[pid=22397] ppid=22396 vsize=3052 CPUtime=0.06
/proc/22397/stat : 22397 (march_dl) R 22396 22396 22220 0 -1 4194304 679 0 0 0 6 0 0 0 19 0 1 0 27831097 3125248 585 1992294400 134512640 134996440 4294956256 18446744073709551615 134543114 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22397/statm: 763 585 55 118 0 642 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4492

[startup+0.101445 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22396
/proc/meminfo: memFree=1276616/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=1440 CPUtime=0
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 27831097 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22396/statm: 360 110 95 260 0 84 0
[pid=22397] ppid=22396 vsize=3052 CPUtime=0.09
/proc/22397/stat : 22397 (march_dl) R 22396 22396 22220 0 -1 4194304 1477 0 0 0 9 0 0 0 19 0 1 0 27831097 3125248 587 1992294400 134512640 134996440 4294956256 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22397/statm: 763 587 57 118 0 642 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4492

[startup+0.301482 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22396
/proc/meminfo: memFree=1276616/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=1440 CPUtime=0
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 27831097 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22396/statm: 360 110 95 260 0 84 0
[pid=22397] ppid=22396 vsize=4544 CPUtime=0.29
/proc/22397/stat : 22397 (march_dl) R 22396 22396 22220 0 -1 4194304 3199 0 0 0 29 0 0 0 21 0 1 0 27831097 4653056 729 1992294400 134512640 134996440 4294956256 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22397/statm: 1136 729 67 118 0 1015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5984

[startup+0.701555 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22396
/proc/meminfo: memFree=1276616/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=1440 CPUtime=0
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 27831097 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22396/statm: 360 110 95 260 0 84 0
[pid=22397] ppid=22396 vsize=4544 CPUtime=0.69
/proc/22397/stat : 22397 (march_dl) R 22396 22396 22220 0 -1 4194304 3205 0 0 0 69 0 0 0 25 0 1 0 27831097 4653056 735 1992294400 134512640 134996440 4294956256 18446744073709551615 134583129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22397/statm: 1136 735 67 118 0 1015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5984

[startup+1.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22398
/proc/meminfo: memFree=1273784/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=1440 CPUtime=0
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 27831097 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22396/statm: 360 110 95 260 0 84 0
[pid=22397] ppid=22396 vsize=4544 CPUtime=1.49
/proc/22397/stat : 22397 (march_dl) R 22396 22396 22220 0 -1 4194304 3226 0 0 0 149 0 0 0 25 0 1 0 27831097 4653056 756 1992294400 134512640 134996440 4294956256 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22397/statm: 1136 756 67 118 0 1015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5984

[startup+3.10199 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22398
/proc/meminfo: memFree=1250480/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=1440 CPUtime=0
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 27831097 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22396/statm: 360 110 95 260 0 84 0
[pid=22397] ppid=22396 vsize=30272 CPUtime=3.09
/proc/22397/stat : 22397 (march_dl) R 22396 22396 22220 0 -1 4194304 10113 0 0 0 276 33 0 0 25 0 1 0 27831097 30998528 7195 1992294400 134512640 134996440 4294956256 18446744073709551615 134559723 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22397/statm: 7568 7195 72 118 0 7447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31712

[startup+6.30258 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22399
/proc/meminfo: memFree=1274352/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=1440 CPUtime=4.99
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 135 11893 0 0 0 0 465 34 16 0 1 0 27831097 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 360 111 96 260 0 84 0
[pid=22399] ppid=22396 vsize=6188 CPUtime=1.28
/proc/22399/stat : 22399 (ubcsat2006) R 22396 22396 22220 0 -1 4194304 616 0 0 0 122 6 0 0 25 0 1 0 27831597 6336512 599 1992294400 134512640 134777720 4294956112 18446744073709551615 134703237 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22399/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22400
/proc/meminfo: memFree=1263680/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=10052 CPUtime=1.89
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 2314 0 0 0 188 1 0 0 25 0 1 0 27832176 10293248 2309 1992294400 134512640 134998072 4294956304 18446744073709551615 134528125 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 2513 2309 59 118 0 2391 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 16704

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22400
/proc/meminfo: memFree=1252288/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=19260 CPUtime=14.69
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 4628 0 0 0 1467 2 0 0 25 0 1 0 27832176 19722240 4623 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 4815 4623 59 118 0 4693 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 25912

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22400
/proc/meminfo: memFree=1248256/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=23252 CPUtime=40.27
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 5619 0 0 0 4024 3 0 0 25 0 1 0 27832176 23810048 5614 1992294400 134512640 134998072 4294956304 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 5813 5614 59 118 0 5691 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 29904

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22400
/proc/meminfo: memFree=1242432/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=29192 CPUtime=91.45
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 7086 0 0 0 9141 4 0 0 25 0 1 0 27832176 29892608 7081 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 7298 7081 59 118 0 7176 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 35844

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22400
/proc/meminfo: memFree=1238336/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=33232 CPUtime=151.41
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 8097 0 0 0 15136 5 0 0 25 0 1 0 27832176 34029568 8092 1992294400 134512640 134998072 4294956304 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22400/statm: 8308 8092 59 118 0 8186 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 39884

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22400
/proc/meminfo: memFree=1236416/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=35212 CPUtime=211.38
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 8576 0 0 0 21132 6 0 0 25 0 1 0 27832176 36057088 8571 1992294400 134512640 134998072 4294956304 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 8803 8571 59 118 0 8681 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 41864

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22400
/proc/meminfo: memFree=1234240/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=37316 CPUtime=271.35
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 9119 0 0 0 27128 7 0 0 25 0 1 0 27832176 38211584 9114 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 9329 9114 59 118 0 9207 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 43968

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22400
/proc/meminfo: memFree=1234176/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=37300 CPUtime=331.32
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 9119 0 0 0 33125 7 0 0 25 0 1 0 27832176 38195200 9114 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 9325 9114 59 118 0 9203 0

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


[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1196544/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=74420 CPUtime=4649.16
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18466 0 0 0 464897 19 0 0 25 0 1 0 27832176 76206080 18353 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22400/statm: 18605 18353 59 118 0 18483 0
Current children cumulated CPU time (s) 4659.92
Current children cumulated vsize (KiB) 81072

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1196544/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=74420 CPUtime=4709.13
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18466 0 0 0 470894 19 0 0 25 0 1 0 27832176 76206080 18353 1992294400 134512640 134998072 4294956304 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18605 18353 59 118 0 18483 0
Current children cumulated CPU time (s) 4719.89
Current children cumulated vsize (KiB) 81072

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1196544/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=74420 CPUtime=4769.1
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18466 0 0 0 476891 19 0 0 25 0 1 0 27832176 76206080 18353 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18605 18353 59 118 0 18483 0
Current children cumulated CPU time (s) 4779.86
Current children cumulated vsize (KiB) 81072

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1196480/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=74396 CPUtime=4829.07
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18466 0 0 0 482888 19 0 0 25 0 1 0 27832176 76181504 18353 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18599 18353 59 118 0 18477 0
Current children cumulated CPU time (s) 4839.83
Current children cumulated vsize (KiB) 81048

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75188 CPUtime=4889.04
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 488885 19 0 0 25 0 1 0 27832176 76992512 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18797 18540 59 118 0 18675 0
Current children cumulated CPU time (s) 4899.8
Current children cumulated vsize (KiB) 81840

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4949.01
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 494882 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4959.77
Current children cumulated vsize (KiB) 81764

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4953.01
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 495282 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4963.77
Current children cumulated vsize (KiB) 81764

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4965.8
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 496561 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4976.56
Current children cumulated vsize (KiB) 81764

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4978.6
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 497841 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4989.36
Current children cumulated vsize (KiB) 81764

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4985
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 498481 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4995.76
Current children cumulated vsize (KiB) 81764

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4986.59
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 498640 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4997.35
Current children cumulated vsize (KiB) 81764

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4987.39
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 498720 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4998.15
Current children cumulated vsize (KiB) 81764

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4987.79
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 498760 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4998.55
Current children cumulated vsize (KiB) 81764

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22414
/proc/meminfo: memFree=1195840/2055920 swapFree=4192956/4192956
[pid=22396] ppid=22394 vsize=6652 CPUtime=10.76
/proc/22396/stat : 22396 (SATzilla2007_R) S 22394 22396 22220 0 -1 4194304 2707 12515 0 0 348 13 670 45 25 0 1 0 27831097 6811648 1482 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22396/statm: 1663 1482 164 260 0 1387 0
[pid=22400] ppid=22396 vsize=75112 CPUtime=4988.19
/proc/22400/stat : 22400 (minisat20) R 22396 22396 22220 0 -1 4194304 18653 0 0 0 498800 19 0 0 25 0 1 0 27832176 76914688 18540 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22400/statm: 18778 18540 59 118 0 18656 0
Current children cumulated CPU time (s) 4998.95
Current children cumulated vsize (KiB) 81764

Child status: 17
Real time (s): 5001.55
CPU time (s): 4999.04
CPU user time (s): 4998.23
CPU system time (s): 0.808877
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 81840

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

runsolver used 3.9764 second user time and 14.2208 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-17 21:53:51
IDJOB=1625950
IDBENCH=70210
IDSOLVER=581
FILE ID=node44/1625950-1239998031
PBS_JOBID= 9157303
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= a1fc4ba8186be6b254ba81203aa388ed
RANDOM SEED=527736991

node44.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.267
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	: 5931.00
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.267
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:       1277160 kB
Buffers:         73680 kB
Cached:         630800 kB
SwapCached:          0 kB
Active:         172152 kB
Inactive:       546236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1277160 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8884 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            46424 kB
Committed_AS:   165420 kB
PageTables:       1380 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= 66296 MiB
End job on node44 at 2009-04-17 23:17:12