Trace number 302692

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) 1199 1199.34

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S1366805398-04.cnf
MD5SUMb932a8ed2f3ee2cd2146e3f8fad06dd2
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 variables240
Number of clauses20400
Sum of the clauses size142800
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 520400

Solver Data (download as text)

10.93/11.06	c run March_dl for 5 seconds ... 
10.93/11.06	c Bin: Executing march_dl
10.93/11.06	c child exit by a signal
10.93/11.06	c march_dl returned code 137.
10.93/11.06	c run saps (UBCSAT implementation) for 2 seconds ... 
10.93/11.06	c Bin: Executing ubcsat2006
10.93/11.06	c child exited successfully
10.93/11.06	c ubcsat2006 returned code 0.
10.93/11.06	c satzilla computing base features
10.93/11.06	c satzilla doing unit-prop probe
10.93/11.06	c satzilla doing local search probe
10.93/11.06	c satzilla doing lobjois search-space size estimate
10.93/11.06	c satzilla's ranking:
10.93/11.06	c 1) minisat20+P: 1.020132
10.93/11.06	c 2) minisat20: 1.214260
10.93/11.06	c 3) march_dl: 1.633205
10.93/11.06	c 4) march_dl+P: 2.781124
10.93/11.06	c 5) vallst+P: 4.860327
10.93/11.06	c 6) zchaff_rand+P: 5.868550
10.93/11.06	c 7) kcnfs+P: 999.000000
10.93/11.06	c 8) kcnfs: 999.000000
10.93/11.06	c 9) vallst: 999.000000
10.93/11.06	c 10) zchaff_rand: 999.000000
10.93/11.06	c satzilla running minisat20 with preprocessing ... 
11.14/11.18	This is MiniSat 2.0 beta
11.14/11.18	WARNING: for repeatability, setting FPU to use double precision
11.14/11.18	============================[ Problem Statistics ]=============================
11.14/11.18	|                                                                             |
11.14/11.18	|  Number of variables:  240                                                  |
11.14/11.18	|  Number of clauses:    20400                                                |
11.14/11.20	|  Parsing time:         0.02         s                                       |
11.14/11.20	============================[ Search Statistics ]==============================
11.14/11.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.14/11.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.14/11.20	===============================================================================
11.14/11.20	|         0 |     240    20400   142800 |     6800        0    nan |  0.000 % |
11.14/11.22	|       100 |     240    20400   142800 |     7480      100     67 |  0.002 % |
11.14/11.24	|       251 |     240    20400   142800 |     8228      251     66 |  0.002 % |
11.14/11.26	|       477 |     240    20400   142800 |     9050      477     64 |  0.002 % |
11.23/11.30	|       814 |     240    20400   142800 |     9955      814     66 |  0.002 % |
11.23/11.35	|      1320 |     240    20400   142800 |    10951     1320     65 |  0.002 % |
11.33/11.43	|      2081 |     240    20400   142800 |    12046     2081     65 |  0.002 % |
11.43/11.55	|      3220 |     240    20400   142800 |    13251     3220     66 |  0.002 % |
11.64/11.76	|      4928 |     240    20400   142800 |    14576     4928     66 |  0.002 % |
12.05/12.11	|      7491 |     240    20400   142800 |    16034     7491     66 |  0.002 % |
12.66/12.78	|     11335 |     240    20400   142800 |    17637    11335     66 |  0.002 % |
13.89/14.01	|     17101 |     240    20400   142800 |    19401    17101     67 |  0.002 % |
15.85/15.95	|     25751 |     240    20400   142800 |    21341    15992     68 |  0.002 % |
19.23/19.31	|     38725 |     240    20400   142800 |    23475    18239     68 |  0.002 % |
24.66/24.72	|     58187 |     240    20400   142800 |    25822    13301     69 |  0.002 % |
33.68/33.83	|     87379 |     240    20400   142800 |    28405    13738     69 |  0.002 % |
47.71/47.84	|    131168 |     240    20400   142800 |    31245    23949     69 |  0.002 % |
72.41/72.49	|    196852 |     240    20400   142800 |    34370    13042     67 |  0.002 % |
107.97/108.14	|    295378 |     240    20400   142800 |    37807    23245     70 |  0.002 % |
170.80/170.88	|    443168 |     240    20400   142800 |    41588    21706     68 |  0.002 % |
271.42/271.56	|    664851 |     240    20400   142800 |    45746    15123     64 |  0.002 % |
426.89/427.07	|    997377 |     240    20400   142800 |    50321    23765     68 |  0.002 % |
679.49/679.75	|   1496165 |     240    20400   142800 |    55353    47465     71 |  0.002 % |
1076.40/1076.81	|   2244349 |     240    20400   142800 |    60889    44081     71 |  0.002 % |
1198.87/1199.33	c Preprocessing...
1198.87/1199.33	c Inital problem has 240 variables, 20400 nary clauses (0 binary clauses).
1198.87/1199.33	c Num non-binary clauses 20400, Average non-binary clause length 7.000
1198.87/1199.33	c Theory has no gaps
1198.87/1199.33	c Preprocessor runtime was 0.060 seconds.
1198.87/1199.33	c 
1198.87/1199.33	c Satisfiability of theory still undetermined.
1198.87/1199.33	c See file /tmp/LlpXSj for simplified theory.
1198.87/1199.33	c Bin: Executing minisat20
1198.87/1199.33	c child exit by a signal
1198.87/1199.33	c minisat20 returned code 137.
1198.87/1199.33	c minisat20 returned code 137.
1198.87/1199.33	c satzilla running minisat20 ... 
1198.87/1199.33	c Bin: Executing minisat20
1198.87/1199.33	c minisat20 returned code 1.
1198.87/1199.33	c minisat20 returned code 1.
1198.87/1199.33	c satzilla running march_dl ... 
1198.87/1199.33	c Bin: Executing march_dl
1198.87/1199.33	c march_dl returned code 1.
1198.87/1199.33	c march_dl returned code 1.
1198.87/1199.33	c satzilla running march_dl with preprocessing ... 
1198.87/1199.33	c Bin: Executing march_dl
1198.87/1199.33	c march_dl returned code 1.
1198.87/1199.33	c march_dl returned code 1.
1198.87/1199.33	c satzilla running vallst with preprocessing ... 
1198.87/1199.33	c Bin: Executing vallst
1198.87/1199.33	c vallst returned code 1.
1198.87/1199.33	c vallst returned code 1.
1198.87/1199.33	c satzilla running zchaff_rand with preprocessing ... 
1198.87/1199.33	c Bin: Executing zchaff_rand
1198.87/1199.33	c zchaff_rand returned code 1.
1198.87/1199.33	c zchaff_rand returned code 1.
1198.87/1199.33	c satzilla running kcnfs with preprocessing ... 
1198.87/1199.33	c Bin: Executing kcnfs
1198.87/1199.33	c kcnfs returned code 1.
1198.87/1199.33	c kcnfs returned code 1.
1198.87/1199.33	c satzilla running kcnfs ... 
1198.87/1199.33	c Bin: Executing kcnfs
1198.87/1199.33	c kcnfs returned code 1.
1198.87/1199.33	c kcnfs returned code 1.
1198.87/1199.33	c satzilla running vallst ... 
1198.87/1199.33	c Bin: Executing vallst
1198.87/1199.33	c vallst returned code 1.
1198.87/1199.33	c vallst returned code 1.
1198.87/1199.33	c satzilla running zchaff_rand ... 
1198.87/1199.33	c Bin: Executing zchaff_rand
1198.87/1199.33	c zchaff_rand returned code 1.
1198.87/1199.33	c zchaff_rand returned code 1.
1198.87/1199.33	c ERROR: All Failed! 
1198.87/1199.33	c SATZILLA_TIME=1199.150000

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/node18/watcher-302692-1172017506 -o ROOT/results/node18/solver-302692-1172017506 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302692-1172017506/SATzilla2007_C /tmp/evaluation/302692-1172017506/instance-302692-1172017506.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: 0.92 0.98 1.02 2/77 8112
/proc/meminfo: memFree=1510312/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=1440 CPUtime=0
/proc/8112/stat : 8112 (SATzilla2007_C) R 8110 8112 7413 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 221705189 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/8112/statm: 360 110 95 260 0 84 0
[pid=8113] ppid=8112 vsize=796 CPUtime=0
/proc/8113/stat : 8113 (march_dl) R 8112 8112 7413 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 221705189 815104 93 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8113/statm: 199 93 50 118 0 78 0

[startup+0.107393 s]
/proc/loadavg: 0.92 0.98 1.02 2/77 8112
/proc/meminfo: memFree=1510312/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=1440 CPUtime=0
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221705189 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8112/statm: 360 110 95 260 0 84 0
[pid=8113] ppid=8112 vsize=3176 CPUtime=0.1
/proc/8113/stat : 8113 (march_dl) R 8112 8112 7413 0 -1 4194304 1497 0 0 0 10 0 0 0 19 0 1 0 221705189 3252224 626 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8113/statm: 794 637 57 118 0 673 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4616

[startup+0.515432 s]
/proc/loadavg: 0.92 0.98 1.02 2/77 8112
/proc/meminfo: memFree=1510312/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=1440 CPUtime=0
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221705189 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8112/statm: 360 110 95 260 0 84 0
[pid=8113] ppid=8112 vsize=5884 CPUtime=0.5
/proc/8113/stat : 8113 (march_dl) R 8112 8112 7413 0 -1 4194304 4004 0 0 0 49 1 0 0 23 0 1 0 221705189 6025216 857 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8113/statm: 1471 857 67 118 0 1350 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7324

[startup+1.33551 s]
/proc/loadavg: 0.92 0.98 1.02 2/79 8114
/proc/meminfo: memFree=1506968/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=1440 CPUtime=0
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221705189 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8112/statm: 360 110 95 260 0 84 0
[pid=8113] ppid=8112 vsize=5884 CPUtime=1.32
/proc/8113/stat : 8113 (march_dl) R 8112 8112 7413 0 -1 4194304 4010 0 0 0 131 1 0 0 25 0 1 0 221705189 6025216 863 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8113/statm: 1471 863 67 118 0 1350 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7324

[startup+2.97167 s]
/proc/loadavg: 0.92 0.98 1.02 2/79 8114
/proc/meminfo: memFree=1506776/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=1440 CPUtime=0
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221705189 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8112/statm: 360 110 95 260 0 84 0
[pid=8113] ppid=8112 vsize=6016 CPUtime=2.96
/proc/8113/stat : 8113 (march_dl) R 8112 8112 7413 0 -1 4194304 4055 0 0 0 295 1 0 0 25 0 1 0 221705189 6160384 908 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8113/statm: 1504 908 67 118 0 1383 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7456

[startup+6.25599 s]
/proc/loadavg: 0.93 0.98 1.02 2/79 8115
/proc/meminfo: memFree=1507928/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=1440 CPUtime=4.99
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 135 4114 0 0 0 0 498 1 16 0 1 0 221705189 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8112/statm: 360 111 96 260 0 84 0
[pid=8115] ppid=8112 vsize=6188 CPUtime=1.24
/proc/8115/stat : 8115 (ubcsat2006) R 8112 8112 7413 0 -1 4194304 656 0 0 0 121 3 0 0 25 0 1 0 221705689 6336512 639 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8115/statm: 1547 639 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7076 s]
/proc/loadavg: 0.93 0.98 1.02 2/79 8116
/proc/meminfo: memFree=1498648/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=6108 CPUtime=1.51
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 1359 0 0 0 151 0 0 0 25 0 1 0 221706307 6254592 1353 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 1527 1353 58 118 0 1405 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13540

[startup+25.5269 s]
/proc/loadavg: 0.95 0.98 1.02 2/79 8116
/proc/meminfo: memFree=1493784/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=10488 CPUtime=14.33
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 2450 0 0 0 1432 1 0 0 25 0 1 0 221706307 10739712 2444 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 2622 2444 58 118 0 2500 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17920

[startup+51.1563 s]
/proc/loadavg: 0.96 0.98 1.02 2/79 8116
/proc/meminfo: memFree=1490712/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=13556 CPUtime=39.95
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 3201 0 0 0 3992 3 0 0 25 0 1 0 221706307 13881344 3195 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 3389 3195 58 118 0 3267 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 20988

[startup+102.409 s]
/proc/loadavg: 0.98 0.98 1.01 2/79 8116
/proc/meminfo: memFree=1488408/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=15984 CPUtime=91.19
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 3784 0 0 0 9115 4 0 0 25 0 1 0 221706307 16367616 3778 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 3996 3778 58 118 0 3874 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 23416

[startup+162.481 s]
/proc/loadavg: 0.99 0.98 1.01 2/79 8116
/proc/meminfo: memFree=1486936/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=17308 CPUtime=151.25
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 4142 0 0 0 15120 5 0 0 25 0 1 0 221706307 17723392 4136 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 4327 4136 58 118 0 4205 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 24740

[startup+222.549 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 8116
/proc/meminfo: memFree=1485400/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=18840 CPUtime=211.3
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 4504 0 0 0 21124 6 0 0 25 0 1 0 221706307 19292160 4498 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 4710 4498 58 118 0 4588 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 26272

[startup+282.615 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 8116
/proc/meminfo: memFree=1485144/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=19644 CPUtime=271.34
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 4681 0 0 0 27128 6 0 0 25 0 1 0 221706307 20115456 4675 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 4911 4675 58 118 0 4789 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 27076

[startup+342.685 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 8116
/proc/meminfo: memFree=1482904/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=21680 CPUtime=331.39
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 5191 0 0 0 33132 7 0 0 25 0 1 0 221706307 22200320 5185 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 5420 5185 58 118 0 5298 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 29112

[startup+402.755 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 8116
/proc/meminfo: memFree=1482584/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=21828 CPUtime=391.45
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 5244 0 0 0 39137 8 0 0 25 0 1 0 221706307 22351872 5238 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 5457 5238 58 118 0 5335 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 29260

[startup+462.823 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 8116
/proc/meminfo: memFree=1480984/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=23544 CPUtime=451.51
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 5647 0 0 0 45142 9 0 0 25 0 1 0 221706307 24109056 5641 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 5886 5641 58 118 0 5764 0
Current children cumulated CPU time (s) 462.66

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


[startup+823.24 s]
/proc/loadavg: 1.06 1.00 1.00 2/79 8116
/proc/meminfo: memFree=1478104/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=26444 CPUtime=811.82
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 6362 0 0 0 81169 13 0 0 25 0 1 0 221706307 27078656 6356 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134519209 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 6611 6356 58 118 0 6489 0
Current children cumulated CPU time (s) 822.97
Current children cumulated vsize (KiB) 33876

[startup+883.306 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 8116
/proc/meminfo: memFree=1477720/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=26904 CPUtime=871.87
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 6455 0 0 0 87174 13 0 0 25 0 1 0 221706307 27549696 6449 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 6726 6449 58 118 0 6604 0
Current children cumulated CPU time (s) 883.02
Current children cumulated vsize (KiB) 34336

[startup+943.374 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1477336/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=27168 CPUtime=931.92
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 6550 0 0 0 93178 14 0 0 25 0 1 0 221706307 27820032 6544 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 6792 6544 58 118 0 6670 0
Current children cumulated CPU time (s) 943.07
Current children cumulated vsize (KiB) 34600

[startup+1003.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1476952/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=27632 CPUtime=991.97
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 6644 0 0 0 99183 14 0 0 25 0 1 0 221706307 28295168 6638 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 6908 6638 58 118 0 6786 0
Current children cumulated CPU time (s) 1003.12
Current children cumulated vsize (KiB) 35064

[startup+1063.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1476568/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=28028 CPUtime=1052.04
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 6753 0 0 0 105189 15 0 0 25 0 1 0 221706307 28700672 6747 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7007 6747 58 118 0 6885 0
Current children cumulated CPU time (s) 1063.19
Current children cumulated vsize (KiB) 35460

[startup+1123.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474712/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=29884 CPUtime=1112.09
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7205 0 0 0 111193 16 0 0 25 0 1 0 221706307 30601216 7199 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7471 7199 58 118 0 7349 0
Current children cumulated CPU time (s) 1123.24
Current children cumulated vsize (KiB) 37316

[startup+1183.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474520/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=30016 CPUtime=1172.15
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7259 0 0 0 117198 17 0 0 25 0 1 0 221706307 30736384 7253 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7504 7253 58 118 0 7382 0
Current children cumulated CPU time (s) 1183.3
Current children cumulated vsize (KiB) 37448

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

[startup+1187.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474520/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=30200 CPUtime=1175.95
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7272 0 0 0 117578 17 0 0 25 0 1 0 221706307 30924800 7266 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7550 7266 58 118 0 7428 0
Current children cumulated CPU time (s) 1187.1
Current children cumulated vsize (KiB) 37632

[startup+1194.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474456/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=30200 CPUtime=1182.49
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7273 0 0 0 118232 17 0 0 25 0 1 0 221706307 30924800 7267 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7550 7267 58 118 0 7428 0
Current children cumulated CPU time (s) 1193.64
Current children cumulated vsize (KiB) 37632

[startup+1197.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474456/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=30200 CPUtime=1185.78
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7273 0 0 0 118561 17 0 0 25 0 1 0 221706307 30924800 7267 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7550 7267 58 118 0 7428 0
Current children cumulated CPU time (s) 1196.93
Current children cumulated vsize (KiB) 37632

[startup+1198.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474456/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=30200 CPUtime=1186.6
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7273 0 0 0 118643 17 0 0 25 0 1 0 221706307 30924800 7267 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7550 7267 58 118 0 7428 0
Current children cumulated CPU time (s) 1197.75
Current children cumulated vsize (KiB) 37632

[startup+1198.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474456/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=30200 CPUtime=1187.42
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7273 0 0 0 118725 17 0 0 25 0 1 0 221706307 30924800 7267 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7550 7267 58 118 0 7428 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 37632

[startup+1199.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474456/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=30200 CPUtime=1187.62
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7273 0 0 0 118745 17 0 0 25 0 1 0 221706307 30924800 7267 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7550 7267 58 118 0 7428 0
Current children cumulated CPU time (s) 1198.77
Current children cumulated vsize (KiB) 37632

[startup+1199.25 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8118
/proc/meminfo: memFree=1474456/2055920 swapFree=4192812/4192956
[pid=8112] ppid=8110 vsize=7432 CPUtime=11.15
/proc/8112/stat : 8112 (SATzilla2007_C) S 8110 8112 7413 0 -1 4194304 2960 4776 0 0 396 8 704 7 25 0 1 0 221705189 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8112/statm: 1858 1674 165 260 0 1582 0
[pid=8116] ppid=8112 vsize=30200 CPUtime=1187.72
/proc/8116/stat : 8116 (minisat20) R 8112 8112 7413 0 -1 4194304 7273 0 0 0 118755 17 0 0 25 0 1 0 221706307 30924800 7267 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8116/statm: 7550 7267 58 118 0 7428 0
Current children cumulated CPU time (s) 1198.87
Current children cumulated vsize (KiB) 37632

Child status: 17
Real time (s): 1199.34
CPU time (s): 1199
CPU user time (s): 1198.65
CPU system time (s): 0.346947
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 37632

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

runsolver used 1.09083 second user time and 3.17252 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Wed Feb 21 00:25:06 UTC 2007

IDJOB= 302692
IDBENCH= 20089
IDSOLVER= 135
FILE ID= node18/302692-1172017506

PBS_JOBID= 3849150

Free space on /tmp= 66537 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S1366805398-04.cnf
COMMAND LINE= /tmp/evaluation/302692-1172017506/SATzilla2007_C /tmp/evaluation/302692-1172017506/instance-302692-1172017506.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-302692-1172017506 -o ROOT/results/node18/solver-302692-1172017506 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302692-1172017506/SATzilla2007_C /tmp/evaluation/302692-1172017506/instance-302692-1172017506.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  b932a8ed2f3ee2cd2146e3f8fad06dd2

RANDOM SEED= 552554484

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1510720 kB
Buffers:         56460 kB
Cached:         355008 kB
SwapCached:          0 kB
Active:         322908 kB
Inactive:       148372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8988 kB
Writeback:           0 kB
Mapped:          78700 kB
Slab:            59536 kB
Committed_AS:   870288 kB
PageTables:       1668 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= 66537 MiB

End job on node18 on Wed Feb 21 00:45:06 UTC 2007