Trace number 303430

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 1198.9 1199.26

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S3230925-04.cnf
MD5SUM7771e5453e656f0c9114162dd7fb7ab6
Bench CategoryRANDOM (random 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 variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data (download as text)

10.93/10.98	c run March_dl for 5 seconds ... 
10.93/10.98	c Bin: Executing march_dl
10.93/10.98	c child exit by a signal
10.93/10.98	c march_dl returned code 137.
10.93/10.98	c run saps (UBCSAT implementation) for 2 seconds ... 
10.93/10.98	c Bin: Executing ubcsat2006
10.93/10.98	c child exited successfully
10.93/10.98	c ubcsat2006 returned code 0.
10.93/10.98	c satzilla computing base features
10.93/10.98	c satzilla doing unit-prop probe
10.93/10.98	c satzilla doing local search probe
10.93/10.98	c satzilla doing lobjois search-space size estimate
10.93/10.98	c satzilla's ranking:
10.93/10.98	c 1) minisat20+P: 0.958069
10.93/10.98	c 2) minisat20: 1.217024
10.93/10.98	c 3) march_dl: 1.675913
10.93/10.98	c 4) march_dl+P: 2.687753
10.93/10.98	c 5) vallst+P: 4.907714
10.93/10.98	c 6) zchaff_rand+P: 6.224906
10.93/10.98	c 7) kcnfs+P: 999.000000
10.93/10.98	c 8) kcnfs: 999.000000
10.93/10.98	c 9) vallst: 999.000000
10.93/10.98	c 10) zchaff_rand: 999.000000
10.93/10.98	c satzilla running minisat20 with preprocessing ... 
11.03/11.08	This is MiniSat 2.0 beta
11.03/11.08	WARNING: for repeatability, setting FPU to use double precision
11.03/11.08	============================[ Problem Statistics ]=============================
11.03/11.08	|                                                                             |
11.03/11.08	|  Number of variables:  200                                                  |
11.03/11.08	|  Number of clauses:    17000                                                |
11.03/11.10	|  Parsing time:         0.02         s                                       |
11.03/11.10	============================[ Search Statistics ]==============================
11.03/11.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.03/11.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.03/11.10	===============================================================================
11.03/11.10	|         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
11.03/11.11	|       102 |     200    17000   119000 |     6233      102     59 |  0.003 % |
11.03/11.13	|       252 |     200    17000   119000 |     6856      252     56 |  0.003 % |
11.03/11.14	|       478 |     200    17000   119000 |     7542      478     56 |  0.003 % |
11.04/11.17	|       815 |     200    17000   119000 |     8296      815     57 |  0.003 % |
11.04/11.21	|      1321 |     200    17000   119000 |     9126     1321     58 |  0.003 % |
11.22/11.28	|      2081 |     200    17000   119000 |    10038     2081     59 |  0.003 % |
11.32/11.40	|      3221 |     200    17000   119000 |    11042     3221     58 |  0.003 % |
11.52/11.58	|      4930 |     200    17000   119000 |    12147     4930     58 |  0.003 % |
11.83/11.90	|      7492 |     200    17000   119000 |    13361     7492     58 |  0.003 % |
12.34/12.49	|     11336 |     200    17000   119000 |    14697    11336     58 |  0.003 % |
13.36/13.52	|     17102 |     200    17000   119000 |    16167     9706     58 |  0.003 % |
15.01/15.11	|     25752 |     200    17000   119000 |    17784    10224     60 |  0.003 % |
17.47/17.62	|     38726 |     200    17000   119000 |    19562    14261     59 |  0.003 % |
22.28/22.39	|     58187 |     200    17000   119000 |    21519    14067     59 |  0.003 % |
29.75/29.89	|     87381 |     200    17000   119000 |    23671    10842     59 |  0.003 % |
41.32/41.41	|    131172 |     200    17000   119000 |    26038    17973     59 |  0.003 % |
61.10/61.20	|    196856 |     200    17000   119000 |    28641    13387     58 |  0.003 % |
91.01/91.10	|    295382 |     200    17000   119000 |    31506    13414     56 |  0.003 % |
139.48/139.66	|    443171 |     200    17000   119000 |    34656    27653     60 |  0.003 % |
220.01/220.23	|    664854 |     200    17000   119000 |    38122    28729     60 |  0.003 % |
346.24/346.49	|    997380 |     200    17000   119000 |    41934    33975     59 |  0.003 % |
549.17/549.44	|   1496168 |     200    17000   119000 |    46128    13415     57 |  0.003 % |
871.50/871.82	|   2244350 |     200    17000   119000 |    50741    42335     61 |  0.003 % |
1198.76/1199.26	c Preprocessing...
1198.76/1199.26	c Inital problem has 200 variables, 17000 nary clauses (0 binary clauses).
1198.76/1199.26	c Num non-binary clauses 17000, Average non-binary clause length 7.000
1198.76/1199.26	c Theory has no gaps
1198.76/1199.26	c Preprocessor runtime was 0.060 seconds.
1198.76/1199.26	c 
1198.76/1199.26	c Satisfiability of theory still undetermined.
1198.76/1199.26	c See file /tmp/i0X0Zm for simplified theory.
1198.76/1199.26	c Bin: Executing minisat20
1198.76/1199.26	c child exit by a signal
1198.76/1199.26	c minisat20 returned code 137.
1198.76/1199.26	c minisat20 returned code 137.
1198.76/1199.26	c satzilla running minisat20 ... 
1198.76/1199.26	c Bin: Executing minisat20
1198.76/1199.26	c minisat20 returned code 1.
1198.76/1199.26	c minisat20 returned code 1.
1198.76/1199.26	c satzilla running march_dl ... 
1198.76/1199.26	c Bin: Executing march_dl
1198.76/1199.26	c march_dl returned code 1.
1198.76/1199.26	c march_dl returned code 1.
1198.76/1199.26	c satzilla running march_dl with preprocessing ... 
1198.76/1199.26	c Bin: Executing march_dl
1198.76/1199.26	c march_dl returned code 1.
1198.76/1199.26	c march_dl returned code 1.
1198.76/1199.26	c satzilla running vallst with preprocessing ... 
1198.76/1199.26	c Bin: Executing vallst
1198.76/1199.26	c vallst returned code 1.
1198.76/1199.26	c vallst returned code 1.
1198.76/1199.26	c satzilla running zchaff_rand with preprocessing ... 
1198.76/1199.26	c Bin: Executing zchaff_rand
1198.76/1199.26	c zchaff_rand returned code 1.
1198.76/1199.26	c zchaff_rand returned code 1.
1198.76/1199.26	c satzilla running kcnfs with preprocessing ... 
1198.76/1199.26	c Bin: Executing kcnfs
1198.76/1199.26	c kcnfs returned code 1.
1198.76/1199.26	c kcnfs returned code 1.
1198.76/1199.26	c satzilla running kcnfs ... 
1198.76/1199.26	c Bin: Executing kcnfs
1198.76/1199.26	c kcnfs returned code 1.
1198.76/1199.26	c kcnfs returned code 1.
1198.76/1199.26	c satzilla running vallst ... 
1198.76/1199.26	c Bin: Executing vallst
1198.76/1199.26	c vallst returned code 1.
1198.76/1199.26	c vallst returned code 1.
1198.76/1199.26	c satzilla running zchaff_rand ... 
1198.76/1199.26	c Bin: Executing zchaff_rand
1198.76/1199.26	c zchaff_rand returned code 1.
1198.76/1199.26	c zchaff_rand returned code 1.
1198.76/1199.26	c ERROR: All Failed! 
1198.76/1199.26	c SATZILLA_TIME=1199.070000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node63/watcher-303430-1172035099 -o ROOT/results/node63/solver-303430-1172035099 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303430-1172035099/SATzilla2007_C /tmp/evaluation/303430-1172035099/instance-303430-1172035099.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.05 1.02 1.00 3/64 7800
/proc/meminfo: memFree=1612896/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=1440 CPUtime=0
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223467332 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 360 110 95 260 0 84 0
[pid=7801] ppid=7800 vsize=768 CPUtime=0
/proc/7801/stat : 7801 (march_dl) R 7800 7800 7062 0 -1 4194304 95 0 0 0 0 0 0 0 19 0 1 0 223467332 786432 90 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7801/statm: 192 90 50 118 0 71 0

[startup+0.106926 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 7800
/proc/meminfo: memFree=1612896/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=1440 CPUtime=0
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223467332 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 360 110 95 260 0 84 0
[pid=7801] ppid=7800 vsize=2840 CPUtime=0.09
/proc/7801/stat : 7801 (march_dl) R 7800 7800 7062 0 -1 4194304 2085 0 0 0 9 0 0 0 20 0 1 0 223467332 2908160 563 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7801/statm: 710 563 61 118 0 589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4280

[startup+0.514968 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 7800
/proc/meminfo: memFree=1612896/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=1440 CPUtime=0
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223467332 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 360 110 95 260 0 84 0
[pid=7801] ppid=7800 vsize=5012 CPUtime=0.5
/proc/7801/stat : 7801 (march_dl) R 7800 7800 7062 0 -1 4194304 3281 0 0 0 50 0 0 0 23 0 1 0 223467332 5132288 722 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7801/statm: 1253 722 67 118 0 1132 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6452

[startup+1.33505 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 7802
/proc/meminfo: memFree=1610000/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=1440 CPUtime=0
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223467332 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 360 110 95 260 0 84 0
[pid=7801] ppid=7800 vsize=5012 CPUtime=1.32
/proc/7801/stat : 7801 (march_dl) R 7800 7800 7062 0 -1 4194304 3306 0 0 0 132 0 0 0 25 0 1 0 223467332 5132288 747 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7801/statm: 1253 747 67 118 0 1132 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6452

[startup+2.97123 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 7802
/proc/meminfo: memFree=1609744/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=1440 CPUtime=0
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223467332 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 360 110 95 260 0 84 0
[pid=7801] ppid=7800 vsize=5276 CPUtime=2.96
/proc/7801/stat : 7801 (march_dl) R 7800 7800 7062 0 -1 4194304 3366 0 0 0 296 0 0 0 25 0 1 0 223467332 5402624 807 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7801/statm: 1319 807 67 118 0 1198 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6716

[startup+6.24758 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 7803
/proc/meminfo: memFree=1610768/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=1440 CPUtime=4.99
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 135 3433 0 0 0 0 499 0 16 0 1 0 223467332 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7800/statm: 360 111 96 260 0 84 0
[pid=7803] ppid=7800 vsize=6188 CPUtime=1.24
/proc/7803/stat : 7803 (ubcsat2006) R 7800 7800 7062 0 -1 4194304 586 0 0 0 122 2 0 0 25 0 1 0 223467832 6336512 569 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7803/statm: 1547 569 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7083 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 7804
/proc/meminfo: memFree=1602576/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=6036 CPUtime=1.61
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 1287 0 0 0 161 0 0 0 25 0 1 0 223468440 6180864 1281 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 1509 1281 58 118 0 1387 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 12492

[startup+25.5246 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 7804
/proc/meminfo: memFree=1599128/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=9072 CPUtime=14.42
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 2055 0 0 0 1441 1 0 0 25 0 1 0 223468440 9289728 2049 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 2268 2049 58 118 0 2146 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15528

[startup+51.1394 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 7804
/proc/meminfo: memFree=1597144/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=11052 CPUtime=40.02
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 2551 0 0 0 4000 2 0 0 25 0 1 0 223468440 11317248 2545 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 2763 2545 58 118 0 2641 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 17508

[startup+102.384 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 7804
/proc/meminfo: memFree=1595288/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=13084 CPUtime=91.25
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 3032 0 0 0 9123 2 0 0 25 0 1 0 223468440 13398016 3026 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 3271 3026 58 118 0 3149 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 19540

[startup+162.441 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 7804
/proc/meminfo: memFree=1593368/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=14932 CPUtime=151.29
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 3491 0 0 0 15127 2 0 0 25 0 1 0 223468440 15290368 3485 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 3733 3485 58 118 0 3611 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 21388

[startup+222.506 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7804
/proc/meminfo: memFree=1592792/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=15532 CPUtime=211.33
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 3634 0 0 0 21131 2 0 0 25 0 1 0 223468440 15904768 3628 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 3883 3628 58 118 0 3761 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 21988

[startup+282.566 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7804
/proc/meminfo: memFree=1591448/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=16924 CPUtime=271.38
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 3970 0 0 0 27136 2 0 0 25 0 1 0 223468440 17330176 3964 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 4231 3964 58 118 0 4109 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 23380

[startup+342.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1591320/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=16924 CPUtime=331.41
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 3996 0 0 0 33139 2 0 0 25 0 1 0 223468440 17330176 3990 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 4231 3990 58 118 0 4109 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 23380

[startup+402.682 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1589912/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=18364 CPUtime=391.46
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 4335 0 0 0 39144 2 0 0 25 0 1 0 223468440 18804736 4329 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 4591 4329 58 118 0 4469 0
Current children cumulated CPU time (s) 402.5
Current children cumulated vsize (KiB) 24820

[startup+462.739 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1589464/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=18956 CPUtime=451.5
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 4457 0 0 0 45148 2 0 0 25 0 1 0 223468440 19410944 4451 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 4739 4451 58 118 0 4617 0
Current children cumulated CPU time (s) 462.54

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


[startup+823.128 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1586392/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=22092 CPUtime=811.79
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5207 0 0 0 81176 3 0 0 25 0 1 0 223468440 22622208 5201 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 5523 5201 58 118 0 5401 0
Current children cumulated CPU time (s) 822.83
Current children cumulated vsize (KiB) 28548

[startup+883.189 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1585112/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=23448 CPUtime=871.84
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5521 0 0 0 87180 4 0 0 25 0 1 0 223468440 24010752 5515 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 5862 5515 58 118 0 5740 0
Current children cumulated CPU time (s) 882.88
Current children cumulated vsize (KiB) 29904

[startup+943.246 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584792/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=23716 CPUtime=931.87
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5597 0 0 0 93183 4 0 0 25 0 1 0 223468440 24285184 5591 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 5929 5591 58 118 0 5807 0
Current children cumulated CPU time (s) 942.91
Current children cumulated vsize (KiB) 30172

[startup+1003.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584472/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24128 CPUtime=991.91
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5675 0 0 0 99187 4 0 0 25 0 1 0 223468440 24707072 5669 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6032 5669 58 118 0 5910 0
Current children cumulated CPU time (s) 1002.95
Current children cumulated vsize (KiB) 30584

[startup+1063.36 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 7804
/proc/meminfo: memFree=1584152/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24444 CPUtime=1051.95
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5750 0 0 0 105191 4 0 0 25 0 1 0 223468440 25030656 5744 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6111 5744 58 118 0 5989 0
Current children cumulated CPU time (s) 1062.99
Current children cumulated vsize (KiB) 30900

[startup+1123.42 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 7804
/proc/meminfo: memFree=1584024/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1111.99
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5784 0 0 0 111195 4 0 0 25 0 1 0 223468440 25174016 5778 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134519330 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5778 58 118 0 6024 0
Current children cumulated CPU time (s) 1123.03
Current children cumulated vsize (KiB) 31040

[startup+1183.48 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584088/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1172.04
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5786 0 0 0 117200 4 0 0 25 0 1 0 223468440 25174016 5780 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5780 58 118 0 6024 0
Current children cumulated CPU time (s) 1183.08
Current children cumulated vsize (KiB) 31040

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

[startup+1187.37 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584088/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1175.93
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5786 0 0 0 117589 4 0 0 25 0 1 0 223468440 25174016 5780 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5780 58 118 0 6024 0
Current children cumulated CPU time (s) 1186.97
Current children cumulated vsize (KiB) 31040

[startup+1193.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584088/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1182.49
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5786 0 0 0 118245 4 0 0 25 0 1 0 223468440 25174016 5780 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5780 58 118 0 6024 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 31040

[startup+1197.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584024/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1185.77
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5786 0 0 0 118573 4 0 0 25 0 1 0 223468440 25174016 5780 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5780 58 118 0 6024 0
Current children cumulated CPU time (s) 1196.81
Current children cumulated vsize (KiB) 31040

[startup+1198.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584024/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1186.59
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5786 0 0 0 118655 4 0 0 25 0 1 0 223468440 25174016 5780 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5780 58 118 0 6024 0
Current children cumulated CPU time (s) 1197.63
Current children cumulated vsize (KiB) 31040

[startup+1198.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584024/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1187.41
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5786 0 0 0 118737 4 0 0 25 0 1 0 223468440 25174016 5780 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5780 58 118 0 6024 0
Current children cumulated CPU time (s) 1198.45
Current children cumulated vsize (KiB) 31040

[startup+1199.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584024/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1187.61
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5786 0 0 0 118757 4 0 0 25 0 1 0 223468440 25174016 5780 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5780 58 118 0 6024 0
Current children cumulated CPU time (s) 1198.65
Current children cumulated vsize (KiB) 31040

[startup+1199.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7804
/proc/meminfo: memFree=1584024/2055920 swapFree=4177332/4192956
[pid=7800] ppid=7798 vsize=6456 CPUtime=11.04
/proc/7800/stat : 7800 (SATzilla2007_C) S 7798 7800 7062 0 -1 4194304 2545 4025 0 0 388 8 703 5 25 0 1 0 223467332 6610944 1429 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7800/statm: 1614 1429 165 260 0 1338 0
[pid=7804] ppid=7800 vsize=24584 CPUtime=1187.72
/proc/7804/stat : 7804 (minisat20) R 7800 7800 7062 0 -1 4194304 5786 0 0 0 118768 4 0 0 25 0 1 0 223468440 25174016 5780 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7804/statm: 6146 5780 58 118 0 6024 0
Current children cumulated CPU time (s) 1198.76
Current children cumulated vsize (KiB) 31040

Child status: 17
Real time (s): 1199.26
CPU time (s): 1198.9
CPU user time (s): 1198.7
CPU system time (s): 0.199969
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 31040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.7
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12369
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= 26
involuntary context switches= 2940

runsolver used 0.895863 second user time and 2.42463 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Feb 21 05:18:19 UTC 2007

IDJOB= 303430
IDBENCH= 20107
IDSOLVER= 135
FILE ID= node63/303430-1172035099

PBS_JOBID= 3892712

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S3230925-04.cnf
COMMAND LINE= /tmp/evaluation/303430-1172035099/SATzilla2007_C /tmp/evaluation/303430-1172035099/instance-303430-1172035099.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-303430-1172035099 -o ROOT/results/node63/solver-303430-1172035099 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303430-1172035099/SATzilla2007_C /tmp/evaluation/303430-1172035099/instance-303430-1172035099.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  7771e5453e656f0c9114162dd7fb7ab6

RANDOM SEED= 832417601

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:       1613304 kB
Buffers:         33864 kB
Cached:         348740 kB
SwapCached:       9892 kB
Active:         291436 kB
Inactive:       106984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613304 kB
SwapTotal:     4192956 kB
SwapFree:      4177332 kB
Dirty:            8928 kB
Writeback:           0 kB
Mapped:          15372 kB
Slab:            30276 kB
Committed_AS:   569632 kB
PageTables:       1460 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= 66554 MiB

End job on node63 on Wed Feb 21 05:38:19 UTC 2007