Trace number 303676

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.92 1199.31

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S77566504-14.cnf
MD5SUMa40a03f9138341d4c6f1778404a26574
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.94/11.00	c run March_dl for 5 seconds ... 
10.94/11.00	c Bin: Executing march_dl
10.94/11.00	c child exit by a signal
10.94/11.00	c march_dl returned code 137.
10.94/11.00	c run saps (UBCSAT implementation) for 2 seconds ... 
10.94/11.00	c Bin: Executing ubcsat2006
10.94/11.00	c child exited successfully
10.94/11.00	c ubcsat2006 returned code 0.
10.94/11.00	c satzilla computing base features
10.94/11.00	c satzilla doing unit-prop probe
10.94/11.00	c satzilla doing local search probe
10.94/11.00	c satzilla doing lobjois search-space size estimate
10.94/11.00	c satzilla's ranking:
10.94/11.00	c 1) minisat20+P: 1.050392
10.94/11.00	c 2) minisat20: 1.298369
10.94/11.00	c 3) march_dl: 1.691692
10.94/11.00	c 4) march_dl+P: 2.673521
10.94/11.00	c 5) vallst+P: 4.888502
10.94/11.00	c 6) zchaff_rand+P: 6.176169
10.94/11.00	c 7) kcnfs+P: 999.000000
10.94/11.00	c 8) kcnfs: 999.000000
10.94/11.00	c 9) vallst: 999.000000
10.94/11.00	c 10) zchaff_rand: 999.000000
10.94/11.00	c satzilla running minisat20 with preprocessing ... 
11.04/11.10	This is MiniSat 2.0 beta
11.04/11.10	WARNING: for repeatability, setting FPU to use double precision
11.04/11.10	============================[ Problem Statistics ]=============================
11.04/11.10	|                                                                             |
11.04/11.10	|  Number of variables:  200                                                  |
11.04/11.10	|  Number of clauses:    17000                                                |
11.04/11.12	|  Parsing time:         0.02         s                                       |
11.04/11.12	============================[ Search Statistics ]==============================
11.04/11.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.04/11.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.04/11.12	===============================================================================
11.04/11.12	|         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
11.04/11.13	|       100 |     200    17000   119000 |     6233      100     57 |  0.003 % |
11.04/11.14	|       251 |     200    17000   119000 |     6856      251     54 |  0.003 % |
11.04/11.16	|       476 |     200    17000   119000 |     7542      476     54 |  0.003 % |
11.07/11.19	|       814 |     200    17000   119000 |     8296      814     55 |  0.003 % |
11.07/11.23	|      1320 |     200    17000   119000 |     9126     1320     55 |  0.003 % |
11.23/11.30	|      2080 |     200    17000   119000 |    10038     2080     56 |  0.003 % |
11.33/11.41	|      3220 |     200    17000   119000 |    11042     3220     57 |  0.003 % |
11.54/11.60	|      4928 |     200    17000   119000 |    12147     4928     57 |  0.003 % |
11.85/11.89	|      7490 |     200    17000   119000 |    13361     7490     58 |  0.003 % |
12.36/12.46	|     11334 |     200    17000   119000 |    14697    11334     58 |  0.003 % |
13.39/13.47	|     17100 |     200    17000   119000 |    16167     9704     59 |  0.003 % |
14.82/14.95	|     25749 |     200    17000   119000 |    17784    10227     60 |  0.003 % |
17.48/17.59	|     38723 |     200    17000   119000 |    19562    14262     60 |  0.003 % |
21.68/21.83	|     58185 |     200    17000   119000 |    21519    14072     59 |  0.003 % |
29.06/29.20	|     87377 |     200    17000   119000 |    23671    10845     58 |  0.003 % |
40.84/40.92	|    131166 |     200    17000   119000 |    26038    18026     58 |  0.003 % |
59.29/59.35	|    196852 |     200    17000   119000 |    28641    13177     57 |  0.003 % |
89.00/89.13	|    295380 |     200    17000   119000 |    31506    28684     60 |  0.003 % |
138.37/138.46	|    443169 |     200    17000   119000 |    34656    24255     59 |  0.003 % |
217.08/217.24	|    664854 |     200    17000   119000 |    38122    25370     60 |  0.003 % |
338.06/338.37	|    997380 |     200    17000   119000 |    41934    28910     59 |  0.003 % |
540.83/541.17	|   1496168 |     200    17000   119000 |    46128    36605     59 |  0.003 % |
860.01/860.40	|   2244350 |     200    17000   119000 |    50741    30329     58 |  0.003 % |
1198.85/1199.30	c Preprocessing...
1198.85/1199.30	c Inital problem has 200 variables, 17000 nary clauses (0 binary clauses).
1198.85/1199.30	c Num non-binary clauses 17000, Average non-binary clause length 7.000
1198.85/1199.30	c Theory has no gaps
1198.85/1199.30	c Preprocessor runtime was 0.050 seconds.
1198.85/1199.30	c 
1198.85/1199.30	c Satisfiability of theory still undetermined.
1198.85/1199.30	c See file /tmp/2Nxh3F for simplified theory.
1198.85/1199.30	c Bin: Executing minisat20
1198.85/1199.30	c child exit by a signal
1198.85/1199.30	c minisat20 returned code 137.
1198.85/1199.30	c minisat20 returned code 137.
1198.85/1199.30	c satzilla running minisat20 ... 
1198.85/1199.30	c Bin: Executing minisat20
1198.85/1199.30	c minisat20 returned code 1.
1198.85/1199.30	c minisat20 returned code 1.
1198.85/1199.30	c satzilla running march_dl ... 
1198.85/1199.30	c Bin: Executing march_dl
1198.85/1199.30	c march_dl returned code 1.
1198.85/1199.30	c march_dl returned code 1.
1198.85/1199.30	c satzilla running march_dl with preprocessing ... 
1198.85/1199.30	c Bin: Executing march_dl
1198.85/1199.30	c march_dl returned code 1.
1198.85/1199.30	c march_dl returned code 1.
1198.85/1199.30	c satzilla running vallst with preprocessing ... 
1198.85/1199.30	c Bin: Executing vallst
1198.85/1199.30	c vallst returned code 1.
1198.85/1199.30	c vallst returned code 1.
1198.85/1199.30	c satzilla running zchaff_rand with preprocessing ... 
1198.85/1199.30	c Bin: Executing zchaff_rand
1198.85/1199.30	c zchaff_rand returned code 1.
1198.85/1199.30	c zchaff_rand returned code 1.
1198.85/1199.30	c satzilla running kcnfs with preprocessing ... 
1198.85/1199.30	c Bin: Executing kcnfs
1198.85/1199.30	c kcnfs returned code 1.
1198.85/1199.30	c kcnfs returned code 1.
1198.85/1199.30	c satzilla running kcnfs ... 
1198.85/1199.30	c Bin: Executing kcnfs
1198.85/1199.30	c kcnfs returned code 1.
1198.85/1199.30	c kcnfs returned code 1.
1198.85/1199.30	c satzilla running vallst ... 
1198.85/1199.30	c Bin: Executing vallst
1198.85/1199.30	c vallst returned code 1.
1198.85/1199.30	c vallst returned code 1.
1198.85/1199.30	c satzilla running zchaff_rand ... 
1198.85/1199.30	c Bin: Executing zchaff_rand
1198.85/1199.30	c zchaff_rand returned code 1.
1198.85/1199.30	c zchaff_rand returned code 1.
1198.85/1199.30	c ERROR: All Failed! 
1198.85/1199.30	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/node61/watcher-303676-1172041041 -o ROOT/results/node61/solver-303676-1172041041 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303676-1172041041/SATzilla2007_C /tmp/evaluation/303676-1172041041/instance-303676-1172041041.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.00 0.99 1.00 4/64 1965
/proc/meminfo: memFree=1461160/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=1440 CPUtime=0
/proc/1965/stat : 1965 (SATzilla2007_C) R 1963 1965 764 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 224061025 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/1965/statm: 360 110 95 260 0 84 0
[pid=1966] ppid=1965 vsize=768 CPUtime=0
/proc/1966/stat : 1966 (march_dl) R 1965 1965 764 0 -1 4194304 95 0 0 0 0 0 0 0 18 0 1 0 224061025 786432 90 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134775907 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1966/statm: 192 90 50 118 0 71 0

[startup+0.107579 s]
/proc/loadavg: 1.00 0.99 1.00 4/64 1965
/proc/meminfo: memFree=1461160/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=1440 CPUtime=0
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 224061025 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1965/statm: 360 110 95 260 0 84 0
[pid=1966] ppid=1965 vsize=2840 CPUtime=0.1
/proc/1966/stat : 1966 (march_dl) R 1965 1965 764 0 -1 4194304 2085 0 0 0 10 0 0 0 19 0 1 0 224061025 2908160 563 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1966/statm: 710 563 61 118 0 589 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4280

[startup+0.515618 s]
/proc/loadavg: 1.00 0.99 1.00 4/64 1965
/proc/meminfo: memFree=1461160/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=1440 CPUtime=0
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 224061025 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1965/statm: 360 110 95 260 0 84 0
[pid=1966] ppid=1965 vsize=5012 CPUtime=0.5
/proc/1966/stat : 1966 (march_dl) R 1965 1965 764 0 -1 4194304 3281 0 0 0 50 0 0 0 23 0 1 0 224061025 5132288 722 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1966/statm: 1253 722 67 118 0 1132 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6452

[startup+1.3357 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 1967
/proc/meminfo: memFree=1458328/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=1440 CPUtime=0
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 224061025 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1965/statm: 360 110 95 260 0 84 0
[pid=1966] ppid=1965 vsize=5012 CPUtime=1.32
/proc/1966/stat : 1966 (march_dl) R 1965 1965 764 0 -1 4194304 3306 0 0 0 132 0 0 0 25 0 1 0 224061025 5132288 747 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1966/statm: 1253 747 67 118 0 1132 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6452

[startup+2.97985 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 1967
/proc/meminfo: memFree=1458008/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=1440 CPUtime=0
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 224061025 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1965/statm: 360 110 95 260 0 84 0
[pid=1966] ppid=1965 vsize=5276 CPUtime=2.96
/proc/1966/stat : 1966 (march_dl) R 1965 1965 764 0 -1 4194304 3377 0 0 0 296 0 0 0 25 0 1 0 224061025 5402624 818 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583579 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1966/statm: 1319 818 67 118 0 1198 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6716

[startup+6.25716 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 1968
/proc/meminfo: memFree=1459160/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=1440 CPUtime=4.99
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 135 3441 0 0 0 0 498 1 16 0 1 0 224061025 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1965/statm: 360 111 96 260 0 84 0
[pid=1968] ppid=1965 vsize=6188 CPUtime=1.25
/proc/1968/stat : 1968 (ubcsat2006) R 1965 1965 764 0 -1 4194304 586 0 0 0 121 4 0 0 25 0 1 0 224061525 6336512 569 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1968/statm: 1547 569 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.7138 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 1969
/proc/meminfo: memFree=1450776/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=6048 CPUtime=1.59
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 1309 0 0 0 159 0 0 0 25 0 1 0 224062135 6193152 1303 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 1512 1303 58 118 0 1390 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12508

[startup+25.518 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 1969
/proc/meminfo: memFree=1447512/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=8932 CPUtime=14.4
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 2014 0 0 0 1439 1 0 0 25 0 1 0 224062135 9146368 2008 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 2233 2008 58 118 0 2111 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15392

[startup+51.1395 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 1969
/proc/meminfo: memFree=1445784/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=10780 CPUtime=40.02
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 2496 0 0 0 4000 2 0 0 25 0 1 0 224062135 11038720 2490 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 2695 2490 58 118 0 2573 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17240

[startup+102.38 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 1969
/proc/meminfo: memFree=1443608/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=12948 CPUtime=91.24
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 3025 0 0 0 9122 2 0 0 25 0 1 0 224062135 13258752 3019 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 3237 3019 58 118 0 3115 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 19408

[startup+162.445 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 1969
/proc/meminfo: memFree=1441688/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=14880 CPUtime=151.29
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 3500 0 0 0 15126 3 0 0 25 0 1 0 224062135 15237120 3494 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 3720 3494 58 118 0 3598 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 21340

[startup+222.506 s]
/proc/loadavg: 1.00 0.99 1.00 2/72 1998
/proc/meminfo: memFree=1439336/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=16140 CPUtime=211.33
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 3787 0 0 0 21129 4 0 0 25 0 1 0 224062135 16527360 3781 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 4035 3781 58 118 0 3913 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 22600

[startup+282.601 s]
/proc/loadavg: 1.00 0.99 1.00 2/72 2126
/proc/meminfo: memFree=1438824/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=16584 CPUtime=271.37
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 3908 0 0 0 27133 4 0 0 25 0 1 0 224062135 16982016 3902 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 4146 3902 58 118 0 4024 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 23044

[startup+342.673 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 2186
/proc/meminfo: memFree=1439384/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=17644 CPUtime=331.39
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 4165 0 0 0 33134 5 0 0 25 0 1 0 224062135 18067456 4159 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 4411 4159 58 118 0 4289 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 24104

[startup+402.734 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 2186
/proc/meminfo: memFree=1437912/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=18736 CPUtime=391.44
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 4399 0 0 0 39139 5 0 0 25 0 1 0 224062135 19185664 4393 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 4684 4393 58 118 0 4562 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 25196

[startup+462.788 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 2186
/proc/meminfo: memFree=1437720/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=18884 CPUtime=451.48
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 4451 0 0 0 45143 5 0 0 25 0 1 0 224062135 19337216 4445 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134519456 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 4721 4445 58 118 0 4599 0
Current children cumulated CPU time (s) 462.55

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


[startup+823.143 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1435224/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=21576 CPUtime=811.74
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5090 0 0 0 81169 5 0 0 25 0 1 0 224062135 22093824 5084 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 5394 5084 58 118 0 5272 0
Current children cumulated CPU time (s) 822.81
Current children cumulated vsize (KiB) 28036

[startup+883.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1434072/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=22836 CPUtime=871.78
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5381 0 0 0 87172 6 0 0 25 0 1 0 224062135 23384064 5375 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 5709 5375 58 118 0 5587 0
Current children cumulated CPU time (s) 882.85
Current children cumulated vsize (KiB) 29296

[startup+943.257 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1433624/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=23264 CPUtime=931.82
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5493 0 0 0 93176 6 0 0 25 0 1 0 224062135 23822336 5487 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 5816 5487 58 118 0 5694 0
Current children cumulated CPU time (s) 942.89
Current children cumulated vsize (KiB) 29724

[startup+1003.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1433368/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=23556 CPUtime=991.86
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5549 0 0 0 99180 6 0 0 25 0 1 0 224062135 24121344 5543 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 5889 5543 58 118 0 5767 0
Current children cumulated CPU time (s) 1002.93
Current children cumulated vsize (KiB) 30016

[startup+1063.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1433112/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=23700 CPUtime=1051.9
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5614 0 0 0 105184 6 0 0 25 0 1 0 224062135 24268800 5608 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 5925 5608 58 118 0 5803 0
Current children cumulated CPU time (s) 1062.97
Current children cumulated vsize (KiB) 30160

[startup+1123.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432792/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24160 CPUtime=1111.95
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5688 0 0 0 111189 6 0 0 25 0 1 0 224062135 24739840 5682 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6040 5682 58 118 0 5918 0
Current children cumulated CPU time (s) 1123.02
Current children cumulated vsize (KiB) 30620

[startup+1183.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432728/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24160 CPUtime=1172
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5707 0 0 0 117193 7 0 0 25 0 1 0 224062135 24739840 5701 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6040 5701 58 118 0 5918 0
Current children cumulated CPU time (s) 1183.07
Current children cumulated vsize (KiB) 30620

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

[startup+1187.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432664/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24304 CPUtime=1175.8
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5723 0 0 0 117573 7 0 0 25 0 1 0 224062135 24887296 5717 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6076 5717 58 118 0 5954 0
Current children cumulated CPU time (s) 1186.87
Current children cumulated vsize (KiB) 30764

[startup+1193.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432664/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24304 CPUtime=1182.35
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5725 0 0 0 118228 7 0 0 25 0 1 0 224062135 24887296 5719 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6076 5719 58 118 0 5954 0
Current children cumulated CPU time (s) 1193.42
Current children cumulated vsize (KiB) 30764

[startup+1197.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432664/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24304 CPUtime=1185.63
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5725 0 0 0 118556 7 0 0 25 0 1 0 224062135 24887296 5719 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6076 5719 58 118 0 5954 0
Current children cumulated CPU time (s) 1196.7
Current children cumulated vsize (KiB) 30764

[startup+1197.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432664/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24304 CPUtime=1186.45
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5725 0 0 0 118638 7 0 0 25 0 1 0 224062135 24887296 5719 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6076 5719 58 118 0 5954 0
Current children cumulated CPU time (s) 1197.52
Current children cumulated vsize (KiB) 30764

[startup+1198.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432664/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24304 CPUtime=1187.27
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5725 0 0 0 118720 7 0 0 25 0 1 0 224062135 24887296 5719 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6076 5719 58 118 0 5954 0
Current children cumulated CPU time (s) 1198.34
Current children cumulated vsize (KiB) 30764

[startup+1199.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432664/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24304 CPUtime=1187.68
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5725 0 0 0 118761 7 0 0 25 0 1 0 224062135 24887296 5719 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6076 5719 58 118 0 5954 0
Current children cumulated CPU time (s) 1198.75
Current children cumulated vsize (KiB) 30764

[startup+1199.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2186
/proc/meminfo: memFree=1432664/2055920 swapFree=4183220/4192956
[pid=1965] ppid=1963 vsize=6460 CPUtime=11.07
/proc/1965/stat : 1965 (SATzilla2007_C) S 1963 1965 764 0 -1 4194304 2546 4033 0 0 389 7 703 8 25 0 1 0 224061025 6615040 1431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1965/statm: 1615 1431 165 260 0 1339 0
[pid=1969] ppid=1965 vsize=24304 CPUtime=1187.78
/proc/1969/stat : 1969 (minisat20) R 1965 1965 764 0 -1 4194304 5725 0 0 0 118771 7 0 0 25 0 1 0 224062135 24887296 5719 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1969/statm: 6076 5719 58 118 0 5954 0
Current children cumulated CPU time (s) 1198.85
Current children cumulated vsize (KiB) 30764

Child status: 17
Real time (s): 1199.31
CPU time (s): 1198.92
CPU user time (s): 1198.68
CPU system time (s): 0.236963
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 30764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.68
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12317
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= 25
involuntary context switches= 1747

runsolver used 0.904862 second user time and 2.44163 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Wed Feb 21 06:57:21 UTC 2007

IDJOB= 303676
IDBENCH= 20113
IDSOLVER= 135
FILE ID= node61/303676-1172041041

PBS_JOBID= 3892720

Free space on /tmp= 66555 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  a40a03f9138341d4c6f1778404a26574

RANDOM SEED= 125626632

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1461568 kB
Buffers:         36624 kB
Cached:         483460 kB
SwapCached:       3584 kB
Active:         113696 kB
Inactive:       415944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461568 kB
SwapTotal:     4192956 kB
SwapFree:      4183220 kB
Dirty:            8856 kB
Writeback:           0 kB
Mapped:          15592 kB
Slab:            50832 kB
Committed_AS:   653252 kB
PageTables:       1388 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= 66555 MiB

End job on node61 on Wed Feb 21 07:17:20 UTC 2007