Trace number 302774

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.97 1199.43

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S998136463-10.cnf
MD5SUM3ee6423866512ae80f83a98c492ccb0b
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.92/11.04	c run March_dl for 5 seconds ... 
10.92/11.04	c Bin: Executing march_dl
10.92/11.04	c child exit by a signal
10.92/11.04	c march_dl returned code 137.
10.92/11.04	c run saps (UBCSAT implementation) for 2 seconds ... 
10.92/11.04	c Bin: Executing ubcsat2006
10.92/11.04	c child exited successfully
10.92/11.04	c ubcsat2006 returned code 0.
10.92/11.04	c satzilla computing base features
10.92/11.04	c satzilla doing unit-prop probe
10.92/11.04	c satzilla doing local search probe
10.92/11.04	c satzilla doing lobjois search-space size estimate
10.92/11.04	c satzilla's ranking:
10.92/11.04	c 1) minisat20+P: 1.114250
10.92/11.04	c 2) minisat20: 1.198729
10.92/11.04	c 3) march_dl: 1.644462
10.92/11.04	c 4) march_dl+P: 2.751463
10.92/11.04	c 5) vallst+P: 4.855255
10.92/11.04	c 6) zchaff_rand+P: 5.894311
10.92/11.04	c 7) kcnfs+P: 999.000000
10.92/11.04	c 8) kcnfs: 999.000000
10.92/11.04	c 9) vallst: 999.000000
10.92/11.04	c 10) zchaff_rand: 999.000000
10.92/11.04	c satzilla running minisat20 with preprocessing ... 
11.03/11.15	This is MiniSat 2.0 beta
11.03/11.15	WARNING: for repeatability, setting FPU to use double precision
11.03/11.15	============================[ Problem Statistics ]=============================
11.03/11.15	|                                                                             |
11.03/11.15	|  Number of variables:  240                                                  |
11.03/11.16	|  Number of clauses:    20400                                                |
11.12/11.18	|  Parsing time:         0.02         s                                       |
11.12/11.18	============================[ Search Statistics ]==============================
11.12/11.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.12/11.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.12/11.18	===============================================================================
11.12/11.18	|         0 |     240    20400   142800 |     6800        0    nan |  0.000 % |
11.12/11.19	|       102 |     240    20400   142800 |     7480      102     67 |  0.002 % |
11.12/11.21	|       253 |     240    20400   142800 |     8228      253     64 |  0.002 % |
11.12/11.24	|       479 |     240    20400   142800 |     9050      479     64 |  0.002 % |
11.12/11.27	|       816 |     240    20400   142800 |     9955      816     65 |  0.002 % |
11.23/11.33	|      1322 |     240    20400   142800 |    10951     1322     65 |  0.002 % |
11.33/11.41	|      2081 |     240    20400   142800 |    12046     2081     65 |  0.002 % |
11.43/11.53	|      3220 |     240    20400   142800 |    13251     3220     65 |  0.002 % |
11.63/11.74	|      4929 |     240    20400   142800 |    14576     4929     65 |  0.002 % |
11.94/12.09	|      7491 |     240    20400   142800 |    16034     7491     66 |  0.002 % |
12.66/12.76	|     11336 |     240    20400   142800 |    17637    11336     66 |  0.002 % |
13.88/14.00	|     17102 |     240    20400   142800 |    19401    17102     67 |  0.002 % |
16.13/16.19	|     25751 |     240    20400   142800 |    21341    15993     67 |  0.002 % |
19.32/19.39	|     38726 |     240    20400   142800 |    23475    18242     68 |  0.002 % |
25.05/25.18	|     58188 |     240    20400   142800 |    25822    13294     68 |  0.002 % |
33.75/33.86	|     87381 |     240    20400   142800 |    28405    13875     67 |  0.002 % |
47.79/47.94	|    131170 |     240    20400   142800 |    31245    23965     69 |  0.002 % |
71.98/72.08	|    196856 |     240    20400   142800 |    34370    13372     65 |  0.002 % |
109.89/110.08	|    295383 |     240    20400   142800 |    37807    24085     69 |  0.002 % |
172.11/172.31	|    443172 |     240    20400   142800 |    41588    21566     67 |  0.002 % |
273.41/273.65	|    664856 |     240    20400   142800 |    45746    41158     68 |  0.002 % |
430.09/430.44	|    997381 |     240    20400   142800 |    50321    18300     66 |  0.002 % |
685.48/685.86	|   1496169 |     240    20400   142800 |    55353    37773     67 |  0.002 % |
1088.02/1088.49	|   2244352 |     240    20400   142800 |    60889    39317     69 |  0.002 % |
1198.90/1199.42	c Preprocessing...
1198.90/1199.42	c Inital problem has 240 variables, 20400 nary clauses (0 binary clauses).
1198.90/1199.42	c Num non-binary clauses 20400, Average non-binary clause length 7.000
1198.90/1199.42	c Theory has no gaps
1198.90/1199.42	c Preprocessor runtime was 0.060 seconds.
1198.90/1199.42	c 
1198.90/1199.42	c Satisfiability of theory still undetermined.
1198.90/1199.42	c See file /tmp/gJT1fr for simplified theory.
1198.90/1199.42	c Bin: Executing minisat20
1198.90/1199.42	c child exit by a signal
1198.90/1199.42	c minisat20 returned code 137.
1198.90/1199.42	c minisat20 returned code 137.
1198.90/1199.42	c satzilla running minisat20 ... 
1198.90/1199.42	c Bin: Executing minisat20
1198.90/1199.42	c minisat20 returned code 1.
1198.90/1199.42	c minisat20 returned code 1.
1198.90/1199.42	c satzilla running march_dl ... 
1198.90/1199.42	c Bin: Executing march_dl
1198.90/1199.42	c march_dl returned code 1.
1198.90/1199.42	c march_dl returned code 1.
1198.90/1199.42	c satzilla running march_dl with preprocessing ... 
1198.90/1199.42	c Bin: Executing march_dl
1198.90/1199.42	c march_dl returned code 1.
1198.90/1199.42	c march_dl returned code 1.
1198.90/1199.42	c satzilla running vallst with preprocessing ... 
1198.90/1199.42	c Bin: Executing vallst
1198.90/1199.42	c vallst returned code 1.
1198.90/1199.42	c vallst returned code 1.
1198.90/1199.42	c satzilla running zchaff_rand with preprocessing ... 
1198.90/1199.42	c Bin: Executing zchaff_rand
1198.90/1199.42	c zchaff_rand returned code 1.
1198.90/1199.42	c zchaff_rand returned code 1.
1198.90/1199.42	c satzilla running kcnfs with preprocessing ... 
1198.90/1199.42	c Bin: Executing kcnfs
1198.90/1199.42	c kcnfs returned code 1.
1198.90/1199.42	c kcnfs returned code 1.
1198.90/1199.42	c satzilla running kcnfs ... 
1198.90/1199.42	c Bin: Executing kcnfs
1198.90/1199.42	c kcnfs returned code 1.
1198.90/1199.42	c kcnfs returned code 1.
1198.90/1199.42	c satzilla running vallst ... 
1198.90/1199.42	c Bin: Executing vallst
1198.90/1199.42	c vallst returned code 1.
1198.90/1199.42	c vallst returned code 1.
1198.90/1199.42	c satzilla running zchaff_rand ... 
1198.90/1199.42	c Bin: Executing zchaff_rand
1198.90/1199.42	c zchaff_rand returned code 1.
1198.90/1199.42	c zchaff_rand returned code 1.
1198.90/1199.42	c ERROR: All Failed! 
1198.90/1199.42	c SATZILLA_TIME=1199.120000

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/node22/watcher-302774-1172019448 -o ROOT/results/node22/solver-302774-1172019448 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302774-1172019448/SATzilla2007_C /tmp/evaluation/302774-1172019448/instance-302774-1172019448.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: 8.00 7.08 4.33 3/77 24954
/proc/meminfo: memFree=1674392/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=1440 CPUtime=0
/proc/24954/stat : 24954 (SATzilla2007_C) R 24952 24954 24425 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 221898703 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/24954/statm: 360 110 95 260 0 84 0
[pid=24955] ppid=24954 vsize=796 CPUtime=0
/proc/24955/stat : 24955 (march_dl) R 24954 24954 24425 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 221898703 815104 93 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24955/statm: 199 93 50 118 0 78 0

[startup+0.107119 s]
/proc/loadavg: 8.00 7.08 4.33 3/77 24954
/proc/meminfo: memFree=1674392/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=1440 CPUtime=0
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221898703 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24954/statm: 360 110 95 260 0 84 0
[pid=24955] ppid=24954 vsize=3176 CPUtime=0.09
/proc/24955/stat : 24955 (march_dl) R 24954 24954 24425 0 -1 4194304 1514 0 0 0 9 0 0 0 20 0 1 0 221898703 3252224 643 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24955/statm: 794 643 57 118 0 673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4616

[startup+0.519149 s]
/proc/loadavg: 8.00 7.08 4.33 3/77 24954
/proc/meminfo: memFree=1674392/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=1440 CPUtime=0
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221898703 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24954/statm: 360 110 95 260 0 84 0
[pid=24955] ppid=24954 vsize=5884 CPUtime=0.51
/proc/24955/stat : 24955 (march_dl) R 24954 24954 24425 0 -1 4194304 4004 0 0 0 50 1 0 0 23 0 1 0 221898703 6025216 857 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24955/statm: 1471 857 67 118 0 1350 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7324

[startup+1.34021 s]
/proc/loadavg: 8.00 7.08 4.33 2/79 24956
/proc/meminfo: memFree=1671048/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=1440 CPUtime=0
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221898703 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24954/statm: 360 110 95 260 0 84 0
[pid=24955] ppid=24954 vsize=5884 CPUtime=1.33
/proc/24955/stat : 24955 (march_dl) R 24954 24954 24425 0 -1 4194304 4010 0 0 0 132 1 0 0 25 0 1 0 221898703 6025216 863 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24955/statm: 1471 863 67 118 0 1350 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7324

[startup+2.97633 s]
/proc/loadavg: 7.44 6.97 4.31 2/79 24956
/proc/meminfo: memFree=1670792/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=1440 CPUtime=0
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221898703 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24954/statm: 360 110 95 260 0 84 0
[pid=24955] ppid=24954 vsize=6016 CPUtime=2.97
/proc/24955/stat : 24955 (march_dl) R 24954 24954 24425 0 -1 4194304 4058 0 0 0 296 1 0 0 25 0 1 0 221898703 6160384 911 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583509 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24955/statm: 1504 911 67 118 0 1383 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 7456

[startup+6.25257 s]
/proc/loadavg: 7.44 6.97 4.31 2/79 24957
/proc/meminfo: memFree=1672152/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=1440 CPUtime=4.99
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 135 4115 0 0 0 0 498 1 16 0 1 0 221898703 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24954/statm: 360 111 96 260 0 84 0
[pid=24957] ppid=24954 vsize=6188 CPUtime=1.23
/proc/24957/stat : 24957 (ubcsat2006) R 24954 24954 24425 0 -1 4194304 656 0 0 0 120 3 0 0 25 0 1 0 221899204 6336512 639 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24957/statm: 1547 639 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7628

[startup+12.71 s]
/proc/loadavg: 6.45 6.78 4.28 2/79 24958
/proc/meminfo: memFree=1662680/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=6240 CPUtime=1.54
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 1361 0 0 0 154 0 0 0 25 0 1 0 221899819 6389760 1355 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525822 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 1560 1355 58 118 0 1438 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13668

[startup+25.52 s]
/proc/loadavg: 5.61 6.59 4.24 2/79 24958
/proc/meminfo: memFree=1657880/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=10520 CPUtime=14.34
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 2436 0 0 0 1433 1 0 0 25 0 1 0 221899819 10772480 2430 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 2630 2430 58 118 0 2508 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17948

[startup+51.1509 s]
/proc/loadavg: 4.04 6.14 4.15 2/79 24958
/proc/meminfo: memFree=1654744/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=13596 CPUtime=39.95
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 3206 0 0 0 3993 2 0 0 25 0 1 0 221899819 13922304 3200 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 3399 3200 58 118 0 3277 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21024

[startup+102.404 s]
/proc/loadavg: 2.32 5.34 3.99 3/79 24958
/proc/meminfo: memFree=1653016/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=15324 CPUtime=91.19
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 3643 0 0 0 9116 3 0 0 25 0 1 0 221899819 15691776 3637 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525452 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 3831 3637 58 118 0 3709 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 22752

[startup+162.478 s]
/proc/loadavg: 1.44 4.49 3.78 2/79 24958
/proc/meminfo: memFree=1651160/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=17120 CPUtime=151.25
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 4084 0 0 0 15121 4 0 0 25 0 1 0 221899819 17530880 4078 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 4280 4078 58 118 0 4158 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 24548

[startup+222.558 s]
/proc/loadavg: 1.16 3.85 3.61 2/85 25024
/proc/meminfo: memFree=1648152/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=18936 CPUtime=211.29
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 4521 0 0 0 21123 6 0 0 25 0 1 0 221899819 19390464 4515 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 4734 4515 58 118 0 4612 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 26364

[startup+282.656 s]
/proc/loadavg: 1.06 3.33 3.44 2/85 25116
/proc/meminfo: memFree=1646752/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=20424 CPUtime=271.3
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 4889 0 0 0 27124 6 0 0 25 0 1 0 221899819 20914176 4883 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 5106 4883 58 118 0 4984 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 27852

[startup+342.741 s]
/proc/loadavg: 1.02 2.94 3.30 2/79 25156
/proc/meminfo: memFree=1646736/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=21580 CPUtime=331.35
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 5164 0 0 0 33128 7 0 0 25 0 1 0 221899819 22097920 5158 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 5395 5158 58 118 0 5273 0
Current children cumulated CPU time (s) 342.47
Current children cumulated vsize (KiB) 29008

[startup+402.816 s]
/proc/loadavg: 1.00 2.56 3.14 2/79 25156
/proc/meminfo: memFree=1646288/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=21988 CPUtime=391.41
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 5279 0 0 0 39134 7 0 0 25 0 1 0 221899819 22515712 5273 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 5497 5273 58 118 0 5375 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 29416

[startup+462.884 s]
/proc/loadavg: 1.00 2.27 3.00 2/79 25156
/proc/meminfo: memFree=1645520/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=22780 CPUtime=451.46
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 5477 0 0 0 45138 8 0 0 25 0 1 0 221899819 23326720 5471 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 5695 5471 58 118 0 5573 0
Current children cumulated CPU time (s) 462.58

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


[startup+763.227 s]
/proc/loadavg: 1.00 1.45 2.44 2/79 25156
/proc/meminfo: memFree=1641816/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=26700 CPUtime=751.73
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 6421 0 0 0 75162 11 0 0 25 0 1 0 221899819 27340800 6415 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525473 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 6675 6415 58 118 0 6553 0
Current children cumulated CPU time (s) 762.85
Current children cumulated vsize (KiB) 34128

[startup+823.297 s]
/proc/loadavg: 1.00 1.37 2.34 2/79 25156
/proc/meminfo: memFree=1641688/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=26700 CPUtime=811.78
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 6449 0 0 0 81167 11 0 0 25 0 1 0 221899819 27340800 6443 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 6675 6443 58 118 0 6553 0
Current children cumulated CPU time (s) 822.9
Current children cumulated vsize (KiB) 34128

[startup+883.363 s]
/proc/loadavg: 1.00 1.30 2.26 2/79 25156
/proc/meminfo: memFree=1641368/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=27096 CPUtime=871.83
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 6533 0 0 0 87172 11 0 0 25 0 1 0 221899819 27746304 6527 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 6774 6527 58 118 0 6652 0
Current children cumulated CPU time (s) 882.95
Current children cumulated vsize (KiB) 34524

[startup+943.431 s]
/proc/loadavg: 1.00 1.24 2.18 2/79 25156
/proc/meminfo: memFree=1641048/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=27360 CPUtime=931.89
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 6614 0 0 0 93177 12 0 0 25 0 1 0 221899819 28016640 6608 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 6840 6608 58 118 0 6718 0
Current children cumulated CPU time (s) 943.01
Current children cumulated vsize (KiB) 34788

[startup+1003.5 s]
/proc/loadavg: 1.00 1.20 2.10 2/79 25156
/proc/meminfo: memFree=1640792/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=27660 CPUtime=991.94
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 6678 0 0 0 99181 13 0 0 25 0 1 0 221899819 28323840 6672 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 6915 6672 58 118 0 6793 0
Current children cumulated CPU time (s) 1003.06
Current children cumulated vsize (KiB) 35088

[startup+1063.57 s]
/proc/loadavg: 1.00 1.16 2.03 2/79 25156
/proc/meminfo: memFree=1640792/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=27816 CPUtime=1052
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 6695 0 0 0 105187 13 0 0 25 0 1 0 221899819 28483584 6689 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 6954 6689 58 118 0 6832 0
Current children cumulated CPU time (s) 1063.12
Current children cumulated vsize (KiB) 35244

[startup+1123.64 s]
/proc/loadavg: 1.00 1.13 1.96 2/79 25156
/proc/meminfo: memFree=1639448/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=29004 CPUtime=1112.05
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 7009 0 0 0 111191 14 0 0 25 0 1 0 221899819 29700096 7003 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 7251 7003 58 118 0 7129 0
Current children cumulated CPU time (s) 1123.17
Current children cumulated vsize (KiB) 36432

[startup+1183.7 s]
/proc/loadavg: 1.00 1.10 1.90 2/79 25156
/proc/meminfo: memFree=1638936/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=29532 CPUtime=1172.1
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 7139 0 0 0 117196 14 0 0 25 0 1 0 221899819 30240768 7133 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 7383 7133 58 118 0 7261 0
Current children cumulated CPU time (s) 1183.22
Current children cumulated vsize (KiB) 36960

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

[startup+1187.49 s]
/proc/loadavg: 1.00 1.10 1.89 2/79 25156
/proc/meminfo: memFree=1638936/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=29532 CPUtime=1175.89
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 7139 0 0 0 117575 14 0 0 25 0 1 0 221899819 30240768 7133 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 7383 7133 58 118 0 7261 0
Current children cumulated CPU time (s) 1187.01
Current children cumulated vsize (KiB) 36960

[startup+1194.06 s]
/proc/loadavg: 1.00 1.10 1.89 2/79 25156
/proc/meminfo: memFree=1638936/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=29532 CPUtime=1182.45
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 7139 0 0 0 118231 14 0 0 25 0 1 0 221899819 30240768 7133 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 7383 7133 58 118 0 7261 0
Current children cumulated CPU time (s) 1193.57
Current children cumulated vsize (KiB) 36960

[startup+1197.33 s]
/proc/loadavg: 1.00 1.10 1.89 3/79 25156
/proc/meminfo: memFree=1638872/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=29532 CPUtime=1185.72
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 7151 0 0 0 118558 14 0 0 25 0 1 0 221899819 30240768 7145 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 7383 7145 58 118 0 7261 0
Current children cumulated CPU time (s) 1196.84
Current children cumulated vsize (KiB) 36960

[startup+1198.16 s]
/proc/loadavg: 1.00 1.10 1.88 2/79 25156
/proc/meminfo: memFree=1638872/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=29532 CPUtime=1186.55
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 7151 0 0 0 118641 14 0 0 25 0 1 0 221899819 30240768 7145 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 7383 7145 58 118 0 7261 0
Current children cumulated CPU time (s) 1197.67
Current children cumulated vsize (KiB) 36960

[startup+1198.98 s]
/proc/loadavg: 1.00 1.10 1.88 2/79 25156
/proc/meminfo: memFree=1638872/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=29532 CPUtime=1187.37
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 7151 0 0 0 118723 14 0 0 25 0 1 0 221899819 30240768 7145 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 7383 7145 58 118 0 7261 0
Current children cumulated CPU time (s) 1198.49
Current children cumulated vsize (KiB) 36960

[startup+1199.39 s]
/proc/loadavg: 1.00 1.10 1.88 2/79 25156
/proc/meminfo: memFree=1638872/2055920 swapFree=4147160/4192956
[pid=24954] ppid=24952 vsize=7428 CPUtime=11.12
/proc/24954/stat : 24954 (SATzilla2007_C) S 24952 24954 24425 0 -1 4194304 2961 4777 0 0 392 9 704 7 25 0 1 0 221898703 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24954/statm: 1857 1675 165 260 0 1581 0
[pid=24958] ppid=24954 vsize=29532 CPUtime=1187.78
/proc/24958/stat : 24958 (minisat20) R 24954 24954 24425 0 -1 4194304 7152 0 0 0 118764 14 0 0 25 0 1 0 221899819 30240768 7146 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24958/statm: 7383 7146 58 118 0 7261 0
Current children cumulated CPU time (s) 1198.9
Current children cumulated vsize (KiB) 36960

Child status: 17
Real time (s): 1199.43
CPU time (s): 1198.97
CPU user time (s): 1198.64
CPU system time (s): 0.32795
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 36960

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

runsolver used 1.13383 second user time and 3.12952 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Feb 21 00:57:28 UTC 2007

IDJOB= 302774
IDBENCH= 20091
IDSOLVER= 135
FILE ID= node22/302774-1172019448

PBS_JOBID= 3892672

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  3ee6423866512ae80f83a98c492ccb0b

RANDOM SEED= 390519677

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.235
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.235
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:       1674736 kB
Buffers:         38628 kB
Cached:         259232 kB
SwapCached:      11948 kB
Active:         223112 kB
Inactive:        97728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674736 kB
SwapTotal:     4192956 kB
SwapFree:      4147160 kB
Dirty:            8976 kB
Writeback:           0 kB
Mapped:          30036 kB
Slab:            45940 kB
Committed_AS:   667612 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= 66554 MiB

End job on node22 on Wed Feb 21 01:17:27 UTC 2007