Trace number 1543935

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.52 1199.85

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S251246256-047.cnf
MD5SUM8f73ab57f6037e66eefb750c3e8213fd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.5531
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
Number of clauses of size over 50

Solver Data

10.56/10.62	c run March_dl for 5 seconds ... 
10.56/10.62	c Bin: Executing march_dl
10.56/10.62	c child exit by a signal
10.56/10.62	c march_dl returned code 137.
10.56/10.62	c run saps (UBCSAT implementation) for 2 seconds ... 
10.56/10.62	c Bin: Executing ubcsat2006
10.56/10.62	c child exited successfully
10.56/10.62	c ubcsat2006 returned code 0.
10.56/10.62	c satzilla computing base features
10.56/10.62	c satzilla doing unit-prop probe
10.56/10.62	c satzilla doing local search probe
10.56/10.62	c satzilla doing lobjois search-space size estimate
10.56/10.62	c satzilla's ranking:
10.56/10.62	c 1) minisat20+P: 8.280346
10.56/10.62	c 2) march_dl: 11.484765
10.56/10.62	c 3) kcnfs: 12.217820
10.56/10.62	c 4) kcnfs+P: 999.000000
10.56/10.62	c 5) march_dl+P: 999.000000
10.56/10.62	c 6) vallst+P: 999.000000
10.56/10.62	c 7) zchaff_rand+P: 999.000000
10.56/10.62	c 8) vallst: 999.000000
10.56/10.62	c 9) zchaff_rand: 999.000000
10.56/10.62	c 10) minisat20: 999.000000
10.56/10.62	c satzilla running minisat20 with preprocessing ... 
10.56/10.69	This is MiniSat 2.0 beta
10.56/10.69	WARNING: for repeatability, setting FPU to use double precision
10.56/10.69	============================[ Problem Statistics ]=============================
10.56/10.69	|                                                                             |
10.56/10.70	|  Number of variables:  800                                                  |
10.56/10.70	|  Number of clauses:    16000                                                |
10.67/10.71	|  Parsing time:         0.01         s                                       |
10.67/10.71	============================[ Search Statistics ]==============================
10.67/10.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.71	===============================================================================
10.67/10.71	|         0 |     800    16000    80000 |     5333        0    nan |  0.000 % |
10.67/10.72	|       100 |     800    16000    80000 |     5866      100    104 |  0.000 % |
10.67/10.74	|       250 |     800    16000    80000 |     6453      250    111 |  0.000 % |
10.67/10.76	|       477 |     800    16000    80000 |     7098      477    115 |  0.000 % |
10.67/10.79	|       815 |     800    16000    80000 |     7808      815    106 |  0.000 % |
10.67/10.84	|      1323 |     800    16000    80000 |     8589     1323    109 |  0.000 % |
10.86/10.93	|      2083 |     800    16000    80000 |     9448     2083    109 |  0.000 % |
10.96/11.06	|      3223 |     800    16000    80000 |    10393     3223    109 |  0.000 % |
11.15/11.27	|      4931 |     800    16000    80000 |    11432     4931    109 |  0.000 % |
11.55/11.63	|      7494 |     800    16000    80000 |    12575     7494    111 |  0.000 % |
12.15/12.27	|     11339 |     800    16000    80000 |    13833    11339    114 |  0.000 % |
13.26/13.33	|     17105 |     800    16000    80000 |    15216    10056    116 |  0.000 % |
14.96/15.07	|     25754 |     800    16000    80000 |    16738    10963    117 |  0.000 % |
17.85/17.99	|     38729 |     800    16000    80000 |    18412    15424    114 |  0.000 % |
23.25/23.33	|     58190 |     800    16000    80000 |    20253    16205    122 |  0.000 % |
32.45/32.54	|     87382 |     800    16000    80000 |    22278    14576    116 |  0.000 % |
47.84/48.00	|    131171 |     800    16000    80000 |    24506    13242    116 |  0.000 % |
71.04/71.15	|    196855 |     800    16000    80000 |    26957    14310    116 |  0.000 % |
106.44/106.53	|    295381 |     800    16000    80000 |    29652    23315    118 |  0.000 % |
168.71/168.86	|    443171 |     800    16000    80000 |    32618    14043    115 |  0.000 % |
271.17/271.30	|    664854 |     800    16000    80000 |    35879    15960    116 |  0.000 % |
424.94/425.13	|    997379 |     800    16000    80000 |    39467    25378    119 |  0.000 % |
680.97/681.27	|   1496167 |     800    16000    80000 |    43414    30319    125 |  0.000 % |
1091.17/1091.52	|   2244349 |     800    16000    80000 |    47756    29077    122 |  0.000 % |
1199.44/1199.84	c Preprocessing...
1199.44/1199.84	c Inital problem has 800 variables, 16000 nary clauses (0 binary clauses).
1199.44/1199.84	c Num non-binary clauses 16000, Average non-binary clause length 5.000
1199.44/1199.84	c Theory has no gaps
1199.44/1199.84	c Preprocessor runtime was 0.050 seconds.
1199.44/1199.84	c 
1199.44/1199.84	c Satisfiability of theory still undetermined.
1199.44/1199.84	c See file /tmp/O3X7CY for simplified theory.
1199.44/1199.84	c Bin: Executing minisat20
1199.44/1199.84	c child exit by a signal
1199.44/1199.84	c minisat20 returned code 137.
1199.44/1199.84	c minisat20 returned code 137.
1199.44/1199.84	c satzilla running march_dl ... 
1199.44/1199.84	c Bin: Executing march_dl
1199.44/1199.84	c march_dl returned code 1.
1199.44/1199.84	c march_dl returned code 1.
1199.44/1199.84	c satzilla running kcnfs ... 
1199.44/1199.84	c Bin: Executing kcnfs
1199.44/1199.84	c kcnfs returned code 1.
1199.44/1199.84	c kcnfs returned code 1.
1199.44/1199.84	c satzilla running kcnfs with preprocessing ... 
1199.44/1199.84	c Bin: Executing kcnfs
1199.44/1199.84	c kcnfs returned code 1.
1199.44/1199.84	c kcnfs returned code 1.
1199.44/1199.84	c satzilla running march_dl with preprocessing ... 
1199.44/1199.84	c Bin: Executing march_dl
1199.44/1199.84	c march_dl returned code 1.
1199.44/1199.84	c march_dl returned code 1.
1199.44/1199.84	c satzilla running vallst with preprocessing ... 
1199.44/1199.84	c Bin: Executing vallst
1199.44/1199.84	c vallst returned code 1.
1199.44/1199.84	c vallst returned code 1.
1199.44/1199.84	c satzilla running zchaff_rand with preprocessing ... 
1199.44/1199.84	c Bin: Executing zchaff_rand
1199.44/1199.84	c zchaff_rand returned code 1.
1199.44/1199.84	c zchaff_rand returned code 1.
1199.44/1199.84	c satzilla running vallst ... 
1199.44/1199.84	c Bin: Executing vallst
1199.44/1199.84	c vallst returned code 1.
1199.44/1199.84	c vallst returned code 1.
1199.44/1199.84	c satzilla running zchaff_rand ... 
1199.44/1199.84	c Bin: Executing zchaff_rand
1199.44/1199.84	c zchaff_rand returned code 1.
1199.44/1199.84	c zchaff_rand returned code 1.
1199.44/1199.84	c satzilla running minisat20 ... 
1199.44/1199.84	c Bin: Executing minisat20
1199.44/1199.84	c minisat20 returned code 1.
1199.44/1199.84	c minisat20 returned code 1.
1199.44/1199.84	c ERROR: All Failed! 
1199.44/1199.84	c SATZILLA_TIME=1199.680000

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-1543935-1238601392/watcher-1543935-1238601392 -o /tmp/evaluation-result-1543935-1238601392/solver-1543935-1238601392 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1543935-1238601392.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: 1.00 1.00 1.00 2/64 1709
/proc/meminfo: memFree=1013032/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=1440 CPUtime=0
/proc/1709/stat : 1709 (SATzilla2007_R) R 1707 1709 640 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 0 1132804554 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/1709/statm: 360 110 95 260 0 84 0
[pid=1710] ppid=1709 vsize=768 CPUtime=0
/proc/1710/stat : 1710 (march_dl) R 1709 1709 640 0 -1 4194304 99 0 0 0 0 0 0 0 20 0 1 0 1132804554 786432 94 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1710/statm: 192 94 50 118 0 71 0

[startup+0.0352831 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1709
/proc/meminfo: memFree=1013032/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=1440 CPUtime=0
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 1132804554 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1709/statm: 360 110 95 260 0 84 0
[pid=1710] ppid=1709 vsize=1496 CPUtime=0.02
/proc/1710/stat : 1710 (march_dl) R 1709 1709 640 0 -1 4194304 225 0 0 0 2 0 0 0 20 0 1 0 1132804554 1531904 219 1992294400 134512640 134996440 4294956240 18446744073709551615 134516608 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1710/statm: 374 223 52 118 0 253 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2936

[startup+0.102289 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1709
/proc/meminfo: memFree=1013032/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=1440 CPUtime=0
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 1132804554 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1709/statm: 360 110 95 260 0 84 0
[pid=1710] ppid=1709 vsize=2452 CPUtime=0.09
/proc/1710/stat : 1710 (march_dl) R 1709 1709 640 0 -1 4194304 1658 0 0 0 9 0 0 0 22 0 1 0 1132804554 2510848 500 1992294400 134512640 134996440 4294956240 18446744073709551615 134559280 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1710/statm: 613 500 65 118 0 492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3892

[startup+0.302309 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1709
/proc/meminfo: memFree=1013032/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=1440 CPUtime=0
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 1132804554 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1709/statm: 360 110 95 260 0 84 0
[pid=1710] ppid=1709 vsize=3548 CPUtime=0.29
/proc/1710/stat : 1710 (march_dl) R 1709 1709 640 0 -1 4194304 2254 0 0 0 29 0 0 0 24 0 1 0 1132804554 3633152 560 1992294400 134512640 134996440 4294956240 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1710/statm: 887 560 67 118 0 766 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4988

[startup+0.70235 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1709
/proc/meminfo: memFree=1013032/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=1440 CPUtime=0
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 1132804554 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1709/statm: 360 110 95 260 0 84 0
[pid=1710] ppid=1709 vsize=3548 CPUtime=0.69
/proc/1710/stat : 1710 (march_dl) R 1709 1709 640 0 -1 4194304 2260 0 0 0 69 0 0 0 25 0 1 0 1132804554 3633152 566 1992294400 134512640 134996440 4294956240 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1710/statm: 887 566 67 118 0 766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4988

[startup+1.50143 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1711
/proc/meminfo: memFree=1010904/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=1440 CPUtime=0
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 1132804554 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1709/statm: 360 110 95 260 0 84 0
[pid=1710] ppid=1709 vsize=3548 CPUtime=1.49
/proc/1710/stat : 1710 (march_dl) R 1709 1709 640 0 -1 4194304 2302 0 0 0 149 0 0 0 25 0 1 0 1132804554 3633152 608 1992294400 134512640 134996440 4294956240 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1710/statm: 887 608 67 118 0 766 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4988

[startup+3.10159 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1711
/proc/meminfo: memFree=994712/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=1440 CPUtime=0
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 1132804554 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1709/statm: 360 110 95 260 0 84 0
[pid=1710] ppid=1709 vsize=21484 CPUtime=3.09
/proc/1710/stat : 1710 (march_dl) R 1709 1709 640 0 -1 4194304 7197 0 0 0 284 25 0 0 25 0 1 0 1132804554 21999616 5081 1992294400 134512640 134996440 4294956240 18446744073709551615 134559831 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1710/statm: 5371 5081 72 118 0 5250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22924

[startup+6.30192 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1712
/proc/meminfo: memFree=1011352/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=1440 CPUtime=4.99
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 135 8286 0 0 0 0 473 26 16 0 1 0 1132804554 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 360 111 96 260 0 84 0
[pid=1712] ppid=1709 vsize=6188 CPUtime=1.28
/proc/1712/stat : 1712 (ubcsat2006) R 1709 1709 640 0 -1 4194304 511 0 0 0 123 5 0 0 25 0 1 0 1132805054 6336512 494 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1712/statm: 1547 494 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1713
/proc/meminfo: memFree=1002456/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=9288 CPUtime=1.99
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 2073 0 0 0 198 1 0 0 25 0 1 0 1132805624 9510912 2068 1992294400 134512640 134998072 4294956288 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 2322 2068 59 118 0 2200 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14544

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1713
/proc/meminfo: memFree=996248/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=13540 CPUtime=14.78
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 3140 0 0 0 1476 2 0 0 25 0 1 0 1132805624 13864960 3135 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 3385 3135 59 118 0 3263 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 18796

[startup+51.1025 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1713
/proc/meminfo: memFree=994392/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=16180 CPUtime=40.38
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 3816 0 0 0 4035 3 0 0 25 0 1 0 1132805624 16568320 3811 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 4045 3811 59 118 0 3923 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 21436

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1713
/proc/meminfo: memFree=991064/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=18692 CPUtime=91.57
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 4454 0 0 0 9153 4 0 0 25 0 1 0 1132805624 19140608 4449 1992294400 134512640 134998072 4294956288 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 4673 4449 59 118 0 4551 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23948

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1713
/proc/meminfo: memFree=988568/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=21232 CPUtime=151.54
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 5061 0 0 0 15150 4 0 0 25 0 1 0 1132805624 21741568 5056 1992294400 134512640 134998072 4294956288 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 5308 5056 59 118 0 5186 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 26488

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1713
/proc/meminfo: memFree=986392/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=23344 CPUtime=211.53
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 5600 0 0 0 21148 5 0 0 25 0 1 0 1132805624 23904256 5595 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 5836 5595 59 118 0 5714 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 28600

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=985432/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=24532 CPUtime=271.5
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 5901 0 0 0 27145 5 0 0 25 0 1 0 1132805624 25120768 5896 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 6133 5896 59 118 0 6011 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 29788

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=983576/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=26368 CPUtime=331.49
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 6363 0 0 0 33143 6 0 0 25 0 1 0 1132805624 27000832 6358 1992294400 134512640 134998072 4294956288 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 6592 6358 59 118 0 6470 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=976344/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=33568 CPUtime=811.37
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 8129 0 0 0 81129 8 0 0 25 0 1 0 1132805624 34373632 8121 1992294400 134512640 134998072 4294956288 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 8392 8121 59 118 0 8270 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 38824

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=976152/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=33700 CPUtime=871.35
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 8172 0 0 0 87127 8 0 0 25 0 1 0 1132805624 34508800 8164 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 8425 8164 59 118 0 8303 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 38956

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=975640/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=34252 CPUtime=931.34
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 8301 0 0 0 93126 8 0 0 25 0 1 0 1132805624 35074048 8293 1992294400 134512640 134998072 4294956288 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 8563 8293 59 118 0 8441 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 39508

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=975576/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=34252 CPUtime=991.32
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 8322 0 0 0 99124 8 0 0 25 0 1 0 1132805624 35074048 8314 1992294400 134512640 134998072 4294956288 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 8563 8314 59 118 0 8441 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 39508

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=974872/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=34912 CPUtime=1051.3
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 8490 0 0 0 105122 8 0 0 25 0 1 0 1132805624 35749888 8482 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 8728 8482 59 118 0 8606 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 40168

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=973208/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=36628 CPUtime=1111.29
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 8909 0 0 0 111120 9 0 0 25 0 1 0 1132805624 37507072 8901 1992294400 134512640 134998072 4294956288 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9157 8901 59 118 0 9035 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 41884

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=972440/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=37420 CPUtime=1171.27
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 9110 0 0 0 117118 9 0 0 25 0 1 0 1132805624 38318080 9102 1992294400 134512640 134998072 4294956288 18446744073709551615 134525807 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9355 9102 59 118 0 9233 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 42676

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=972440/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=37420 CPUtime=1179.27
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 9110 0 0 0 117918 9 0 0 25 0 1 0 1132805624 38318080 9102 1992294400 134512640 134998072 4294956288 18446744073709551615 134525613 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9355 9102 59 118 0 9233 0
Current children cumulated CPU time (s) 1189.94
Current children cumulated vsize (KiB) 42676

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=972440/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=37420 CPUtime=1185.68
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 9110 0 0 0 118559 9 0 0 25 0 1 0 1132805624 38318080 9102 1992294400 134512640 134998072 4294956288 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9355 9102 59 118 0 9233 0
Current children cumulated CPU time (s) 1196.35
Current children cumulated vsize (KiB) 42676

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=972440/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=37420 CPUtime=1187.27
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 9110 0 0 0 118718 9 0 0 25 0 1 0 1132805624 38318080 9102 1992294400 134512640 134998072 4294956288 18446744073709551615 134527454 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9355 9102 59 118 0 9233 0
Current children cumulated CPU time (s) 1197.94
Current children cumulated vsize (KiB) 42676

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=972440/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=37420 CPUtime=1188.07
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 9110 0 0 0 118798 9 0 0 25 0 1 0 1132805624 38318080 9102 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9355 9102 59 118 0 9233 0
Current children cumulated CPU time (s) 1198.74
Current children cumulated vsize (KiB) 42676

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=972440/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=37420 CPUtime=1188.47
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 9110 0 0 0 118838 9 0 0 25 0 1 0 1132805624 38318080 9102 1992294400 134512640 134998072 4294956288 18446744073709551615 134528341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9355 9102 59 118 0 9233 0
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (KiB) 42676

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=972440/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=37420 CPUtime=1188.67
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 9110 0 0 0 118858 9 0 0 25 0 1 0 1132805624 38318080 9102 1992294400 134512640 134998072 4294956288 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9355 9102 59 118 0 9233 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 42676

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1719
/proc/meminfo: memFree=972440/2055920 swapFree=4176444/4192956
[pid=1709] ppid=1707 vsize=5256 CPUtime=10.67
/proc/1709/stat : 1709 (SATzilla2007_R) S 1707 1709 640 0 -1 4194304 1927 8803 0 0 343 12 676 36 25 0 1 0 1132804554 5382144 1135 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1709/statm: 1314 1135 164 260 0 1038 0
[pid=1713] ppid=1709 vsize=37420 CPUtime=1188.77
/proc/1713/stat : 1713 (minisat20) R 1709 1709 640 0 -1 4194304 9110 0 0 0 118868 9 0 0 25 0 1 0 1132805624 38318080 9102 1992294400 134512640 134998072 4294956288 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1713/statm: 9355 9102 59 118 0 9233 0
Current children cumulated CPU time (s) 1199.44
Current children cumulated vsize (KiB) 42676

Child status: 17
Real time (s): 1199.85
CPU time (s): 1199.52
CPU user time (s): 1198.92
CPU system time (s): 0.593909
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 42676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.92
system time used= 0.593909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19853
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= 9
involuntary context switches= 1595

runsolver used 0.956854 second user time and 3.41448 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-01 17:56:32
IDJOB=1543935
IDBENCH=70195
IDSOLVER=557
FILE ID=node27/1543935-1238601392
PBS_JOBID= 9068317
Free space on /tmp= 65720 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S251246256-047.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1543935-1238601392/watcher-1543935-1238601392 -o /tmp/evaluation-result-1543935-1238601392/solver-1543935-1238601392 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1543935-1238601392.cnf            

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

MD5SUM BENCH= 8f73ab57f6037e66eefb750c3e8213fd
RANDOM SEED=2072841217

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1013512 kB
Buffers:         96988 kB
Cached:         840692 kB
SwapCached:       9492 kB
Active:         206256 kB
Inactive:       742580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1013512 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            8740 kB
Writeback:           0 kB
Mapped:          16824 kB
Slab:            79492 kB
Committed_AS:  3038252 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65708 MiB
End job on node27 at 2009-04-01 18:16:32