Trace number 338387

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.75 1200.19

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark103.517
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data (download as text)

12.78/12.87	c run March_dl for 5 seconds ... 
12.78/12.87	c Bin: Executing march_dl
12.78/12.87	c child exit by a signal
12.78/12.87	c march_dl returned code 137.
12.78/12.87	c run saps (UBCSAT implementation) for 2 seconds ... 
12.78/12.87	c Bin: Executing ubcsat2006
12.78/12.87	c child exited successfully
12.78/12.87	c ubcsat2006 returned code 0.
12.78/12.87	c satzilla computing base features
12.78/12.87	c satzilla doing unit-prop probe
12.78/12.87	c satzilla doing local search probe
12.78/12.87	c satzilla doing lobjois search-space size estimate
12.78/12.87	c satzilla's ranking:
12.78/12.87	c 1) minisat20+P: 0.029292
12.78/12.87	c 2) zchaff_rand+P: 0.148288
12.78/12.87	c 3) minisat20: 0.645833
12.78/12.87	c 4) vallst+P: 1.636553
12.78/12.87	c 5) march_dl: 1.998562
12.78/12.87	c 6) march_dl+P: 3.798850
12.78/12.87	c 7) kcnfs+P: 999.000000
12.78/12.87	c 8) kcnfs: 999.000000
12.78/12.87	c 9) vallst: 999.000000
12.78/12.87	c 10) zchaff_rand: 999.000000
12.78/12.87	c satzilla running minisat20 with preprocessing ... 
12.88/12.93	This is MiniSat 2.0 beta
12.88/12.93	WARNING: for repeatability, setting FPU to use double precision
12.88/12.93	============================[ Problem Statistics ]=============================
12.88/12.93	|                                                                             |
12.88/12.94	|  Number of variables:  1297                                                 |
12.88/12.94	|  Number of clauses:    6167                                                 |
12.88/12.94	|  Parsing time:         0.01         s                                       |
12.88/12.95	============================[ Search Statistics ]==============================
12.88/12.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.88/12.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.88/12.95	===============================================================================
12.88/12.95	|         0 |    1297     6167    56990 |     2055        0    nan |  0.000 % |
12.88/12.95	|       100 |    1297     6167    56990 |     2261      100     11 |  0.000 % |
12.88/12.95	|       250 |    1297     6167    56990 |     2487      250     13 |  0.000 % |
12.88/12.96	|       475 |    1297     6167    56990 |     2736      475     14 |  0.000 % |
12.88/12.96	|       812 |    1297     6167    56990 |     3009      812     15 |  0.000 % |
12.88/12.97	|      1319 |    1297     6167    56990 |     3310     1319     15 |  0.000 % |
12.88/13.00	|      2079 |    1297     6167    56990 |     3641     2079     17 |  0.000 % |
12.91/13.04	|      3218 |    1297     6167    56990 |     4005     3218     18 |  0.000 % |
13.07/13.11	|      4926 |    1297     6167    56990 |     4406     2918     19 |  0.000 % |
13.16/13.24	|      7488 |    1297     6167    56990 |     4847     3233     19 |  0.000 % |
13.36/13.48	|     11333 |    1297     6167    56990 |     5331     4617     23 |  0.000 % |
13.76/13.83	|     17099 |    1297     6167    56990 |     5865     4957     23 |  0.000 % |
14.36/14.44	|     25748 |    1297     6167    56990 |     6451     4691     22 |  0.000 % |
15.37/15.48	|     38722 |    1297     6167    56990 |     7096     4614     21 |  0.000 % |
16.66/16.78	|     58183 |    1297     6167    56990 |     7806     6140     21 |  0.000 % |
19.26/19.33	|     87375 |    1297     6167    56990 |     8587     7804     22 |  0.000 % |
24.06/24.11	|    131164 |    1297     6167    56990 |     9445     8331     25 |  0.000 % |
32.05/32.11	|    196849 |    1297     6167    56990 |    10390     7478     27 |  0.000 % |
44.24/44.37	|    295376 |    1297     6167    56990 |    11429     6705     27 |  0.000 % |
63.63/63.76	|    443166 |    1297     6167    56990 |    12572    10762     24 |  0.001 % |
96.53/96.62	|    664852 |    1297     6167    56990 |    13829    11267     26 |  0.000 % |
148.50/148.62	|    997377 |    1297     6167    56990 |    15212    10433     25 |  0.000 % |
235.67/235.88	|   1496165 |    1297     6167    56990 |    16733    12558     28 |  0.000 % |
389.92/390.13	|   2244347 |    1297     6167    56990 |    18407    13176     28 |  0.000 % |
634.34/634.67	|   3366622 |    1297     6167    56990 |    20247    17924     28 |  0.000 % |
1035.19/1035.67	|   5050034 |    1297     6167    56990 |    22272    15708     32 |  0.001 % |
1199.63/1200.19	c Preprocessing...
1199.63/1200.19	c Inital problem has 1339 variables, 6806 nary clauses (289 binary clauses).
1199.63/1200.19	c Num non-binary clauses 6773, Average non-binary clause length 8.806
1199.63/1200.19	c Theory has no gaps
1199.63/1200.19	c Preprocessor runtime was 0.030 seconds.
1199.63/1200.19	c 
1199.63/1200.19	c Satisfiability of theory still undetermined.
1199.63/1200.19	c See file /tmp/gDrzE4 for simplified theory.
1199.63/1200.19	c Bin: Executing minisat20
1199.63/1200.19	c child exit by a signal
1199.63/1200.19	c minisat20 returned code 137.
1199.63/1200.19	c minisat20 returned code 137.
1199.63/1200.19	c satzilla running zchaff_rand with preprocessing ... 
1199.63/1200.19	c Bin: Executing zchaff_rand
1199.63/1200.19	c zchaff_rand returned code 1.
1199.63/1200.19	c zchaff_rand returned code 1.
1199.63/1200.19	c satzilla running minisat20 ... 
1199.63/1200.19	c Bin: Executing minisat20
1199.63/1200.19	c minisat20 returned code 1.
1199.63/1200.19	c minisat20 returned code 1.
1199.63/1200.19	c satzilla running vallst with preprocessing ... 
1199.63/1200.19	c Bin: Executing vallst
1199.63/1200.19	c vallst returned code 1.
1199.63/1200.19	c vallst returned code 1.
1199.63/1200.19	c satzilla running march_dl ... 
1199.63/1200.19	c Bin: Executing march_dl
1199.63/1200.19	c march_dl returned code 1.
1199.63/1200.19	c march_dl returned code 1.
1199.63/1200.19	c satzilla running march_dl with preprocessing ... 
1199.63/1200.19	c Bin: Executing march_dl
1199.63/1200.19	c march_dl returned code 1.
1199.63/1200.19	c march_dl returned code 1.
1199.63/1200.19	c satzilla running kcnfs with preprocessing ... 
1199.63/1200.19	c Bin: Executing kcnfs
1199.63/1200.19	c kcnfs returned code 1.
1199.63/1200.19	c kcnfs returned code 1.
1199.63/1200.19	c satzilla running kcnfs ... 
1199.63/1200.19	c Bin: Executing kcnfs
1199.63/1200.19	c kcnfs returned code 1.
1199.63/1200.19	c kcnfs returned code 1.
1199.63/1200.19	c satzilla running vallst ... 
1199.63/1200.19	c Bin: Executing vallst
1199.63/1200.19	c vallst returned code 1.
1199.63/1200.19	c vallst returned code 1.
1199.63/1200.19	c satzilla running zchaff_rand ... 
1199.63/1200.19	c Bin: Executing zchaff_rand
1199.63/1200.19	c zchaff_rand returned code 1.
1199.63/1200.19	c zchaff_rand returned code 1.
1199.63/1200.19	c ERROR: All Failed! 
1199.63/1200.19	c SATZILLA_TIME=1199.920000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node20/watcher-338387-1173684979 -o ROOT/results/node20/solver-338387-1173684979 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338387-1173684979/SATzilla2007_C /tmp/evaluation/338387-1173684979/instance-338387-1173684979.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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 0.98 3/77 12768
/proc/meminfo: memFree=1820008/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=1440 CPUtime=0
/proc/12768/stat : 12768 (SATzilla2007_C) R 12766 12768 12239 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 94580225 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/12768/statm: 360 110 95 260 0 84 0
[pid=12769] ppid=12768 vsize=768 CPUtime=0
/proc/12769/stat : 12769 (march_dl) R 12768 12768 12239 0 -1 4194304 102 0 0 0 0 0 0 0 18 0 1 0 94580225 786432 97 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12769/statm: 192 97 50 118 0 71 0

[startup+0.0765859 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 12768
/proc/meminfo: memFree=1820008/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=1440 CPUtime=0
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94580225 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 360 110 95 260 0 84 0
[pid=12769] ppid=12768 vsize=2116 CPUtime=0.07
/proc/12769/stat : 12769 (march_dl) R 12768 12768 12239 0 -1 4194304 432 0 0 0 7 0 0 0 19 0 1 0 94580225 2166784 424 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559284 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12769/statm: 529 424 65 118 0 408 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3556

[startup+0.102592 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 12768
/proc/meminfo: memFree=1820008/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=1440 CPUtime=0
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94580225 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 360 110 95 260 0 84 0
[pid=12769] ppid=12768 vsize=2024 CPUtime=0.1
/proc/12769/stat : 12769 (march_dl) R 12768 12768 12239 0 -1 4194304 461 0 0 0 10 0 0 0 19 0 1 0 94580225 2072576 423 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559288 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12769/statm: 506 423 65 118 0 385 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3464

[startup+0.301635 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 12768
/proc/meminfo: memFree=1820008/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=1440 CPUtime=0
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94580225 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 360 110 95 260 0 84 0
[pid=12769] ppid=12768 vsize=3488 CPUtime=0.29
/proc/12769/stat : 12769 (march_dl) R 12768 12768 12239 0 -1 4194304 694 0 0 0 29 0 0 0 21 0 1 0 94580225 3571712 581 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12769/statm: 872 581 67 118 0 751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4928

[startup+0.701712 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 12768
/proc/meminfo: memFree=1820008/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=1440 CPUtime=0
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94580225 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 360 110 95 260 0 84 0
[pid=12769] ppid=12768 vsize=6148 CPUtime=0.69
/proc/12769/stat : 12769 (march_dl) R 12768 12768 12239 0 -1 4194304 1736 0 0 0 66 3 0 0 24 0 1 0 94580225 6295552 1440 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12769/statm: 1537 1440 72 118 0 1416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7588

[startup+1.50187 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12770
/proc/meminfo: memFree=1813976/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=1440 CPUtime=0
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94580225 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 360 110 95 260 0 84 0
[pid=12769] ppid=12768 vsize=6728 CPUtime=1.49
/proc/12769/stat : 12769 (march_dl) R 12768 12768 12239 0 -1 4194304 1860 0 0 0 137 12 0 0 25 0 1 0 94580225 6889472 1564 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12769/statm: 1682 1564 72 118 0 1561 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8168

[startup+3.10119 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12770
/proc/meminfo: memFree=1813720/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=1440 CPUtime=0
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94580225 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 360 110 95 260 0 84 0
[pid=12769] ppid=12768 vsize=6260 CPUtime=3.08
/proc/12769/stat : 12769 (march_dl) R 12768 12768 12239 0 -1 4194304 2150 0 0 0 274 34 0 0 25 0 1 0 94580225 6410240 1488 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559529 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12769/statm: 1565 1488 72 118 0 1444 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7700

[startup+6.30183 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12771
/proc/meminfo: memFree=1818520/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=1440 CPUtime=4.99
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 135 2156 0 0 0 0 465 34 16 0 1 0 94580225 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 360 111 96 260 0 84 0
[pid=12771] ppid=12768 vsize=6188 CPUtime=1.28
/proc/12771/stat : 12771 (ubcsat2006) R 12768 12768 12239 0 -1 4194304 419 0 0 0 117 11 0 0 25 0 1 0 94580726 6336512 402 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12771/statm: 1547 402 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12771
/proc/meminfo: memFree=1818400/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=2412 CPUtime=12.68
/proc/12768/stat : 12768 (SATzilla2007_C) R 12766 12768 12239 0 -1 4194304 1110 2581 0 0 529 16 668 55 25 0 1 0 94580225 2469888 431 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 1 0 0
/proc/12768/statm: 603 431 157 260 0 327 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2412

[startup+25.5027 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1813912/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=4064 CPUtime=12.55
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 756 0 0 0 1255 0 0 0 25 0 1 0 94581519 4161536 750 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 1016 750 58 118 0 894 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8288

[startup+51.1028 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1813080/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=4732 CPUtime=38.13
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 937 0 0 0 3813 0 0 0 25 0 1 0 94581519 4845568 931 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 1183 931 58 118 0 1061 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 8956

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1812312/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=5524 CPUtime=89.32
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 1135 0 0 0 8931 1 0 0 25 0 1 0 94581519 5656576 1129 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 1381 1129 58 118 0 1259 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 9748

[startup+162.303 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1811608/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=6200 CPUtime=149.28
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 1293 0 0 0 14927 1 0 0 25 0 1 0 94581519 6348800 1287 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 1550 1287 58 118 0 1428 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 10424

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1811032/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=6736 CPUtime=209.27
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 1435 0 0 0 20925 2 0 0 25 0 1 0 94581519 6897664 1429 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 1684 1429 58 118 0 1562 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 10960

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1810712/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=7008 CPUtime=269.24
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 1506 0 0 0 26922 2 0 0 25 0 1 0 94581519 7176192 1500 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 1752 1500 58 118 0 1630 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 11232

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1810456/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=7412 CPUtime=329.23
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 1589 0 0 0 32920 3 0 0 25 0 1 0 94581519 7589888 1583 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134527460 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 1853 1583 58 118 0 1731 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 11636


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


[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808984/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=8752 CPUtime=749.08
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 1925 0 0 0 74902 6 0 0 25 0 1 0 94581519 8962048 1919 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525628 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2188 1919 58 118 0 2066 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 12976

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1809112/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=8752 CPUtime=809.05
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 1933 0 0 0 80899 6 0 0 25 0 1 0 94581519 8962048 1927 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2188 1927 58 118 0 2066 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 12976

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1809048/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=8888 CPUtime=869.04
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 1947 0 0 0 86897 7 0 0 25 0 1 0 94581519 9101312 1941 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2222 1941 58 118 0 2100 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 13112

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808728/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9176 CPUtime=929.01
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2016 0 0 0 92894 7 0 0 25 0 1 0 94581519 9396224 2010 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134529008 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2294 2010 58 118 0 2172 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 13400

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808536/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9324 CPUtime=989
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2056 0 0 0 98892 8 0 0 25 0 1 0 94581519 9547776 2050 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2331 2050 58 118 0 2209 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 13548

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808472/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9460 CPUtime=1048.97
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2083 0 0 0 104889 8 0 0 25 0 1 0 94581519 9687040 2077 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2365 2077 58 118 0 2243 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 13684

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808280/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9592 CPUtime=1108.95
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2130 0 0 0 110886 9 0 0 25 0 1 0 94581519 9822208 2124 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2398 2124 58 118 0 2276 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 13816

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808152/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9736 CPUtime=1168.93
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2146 0 0 0 116884 9 0 0 25 0 1 0 94581519 9969664 2140 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2434 2140 58 118 0 2312 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 13960

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808152/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9736 CPUtime=1176.93
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2146 0 0 0 117684 9 0 0 25 0 1 0 94581519 9969664 2140 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2434 2140 58 118 0 2312 0
Current children cumulated CPU time (s) 1189.84
Current children cumulated vsize (KiB) 13960

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808152/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9736 CPUtime=1183.33
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2152 0 0 0 118324 9 0 0 25 0 1 0 94581519 9969664 2146 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2434 2146 58 118 0 2312 0
Current children cumulated CPU time (s) 1196.24
Current children cumulated vsize (KiB) 13960

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808152/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9736 CPUtime=1184.92
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2152 0 0 0 118483 9 0 0 25 0 1 0 94581519 9969664 2146 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2434 2146 58 118 0 2312 0
Current children cumulated CPU time (s) 1197.83
Current children cumulated vsize (KiB) 13960

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808152/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9736 CPUtime=1185.72
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2152 0 0 0 118563 9 0 0 25 0 1 0 94581519 9969664 2146 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2434 2146 58 118 0 2312 0
Current children cumulated CPU time (s) 1198.63
Current children cumulated vsize (KiB) 13960

[startup+1199.9 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808152/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9736 CPUtime=1186.52
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2152 0 0 0 118643 9 0 0 25 0 1 0 94581519 9969664 2146 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2434 2146 58 118 0 2312 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 13960

[startup+1200.11 s]
/proc/loadavg: 1.00 0.99 0.98 2/79 12772
/proc/meminfo: memFree=1808152/2055920 swapFree=4141108/4192956
[pid=12768] ppid=12766 vsize=4224 CPUtime=12.91
/proc/12768/stat : 12768 (SATzilla2007_C) S 12766 12768 12239 0 -1 4194304 1527 2581 0 0 552 16 668 55 25 0 1 0 94580225 4325376 843 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12768/statm: 1056 843 166 260 0 780 0
[pid=12772] ppid=12768 vsize=9736 CPUtime=1186.72
/proc/12772/stat : 12772 (minisat20) R 12768 12768 12239 0 -1 4194304 2152 0 0 0 118663 9 0 0 25 0 1 0 94581519 9969664 2146 18446744073709551615 134512640 134998072 4294956784 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12772/statm: 2434 2146 58 118 0 2312 0
Current children cumulated CPU time (s) 1199.63
Current children cumulated vsize (KiB) 13960

Child status: 17
Real time (s): 1200.19
CPU time (s): 1199.75
CPU user time (s): 1198.93
CPU system time (s): 0.821875
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 13960

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

runsolver used 1.09383 second user time and 3.2795 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Mar 12 07:36:19 UTC 2007

IDJOB= 338387
IDBENCH= 24721
IDSOLVER= 135
FILE ID= node20/338387-1173684979

PBS_JOBID= 4101482

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338387-1173684979/SATzilla2007_C /tmp/evaluation/338387-1173684979/instance-338387-1173684979.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-338387-1173684979 -o ROOT/results/node20/solver-338387-1173684979 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338387-1173684979/SATzilla2007_C /tmp/evaluation/338387-1173684979/instance-338387-1173684979.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  3ea6a8df7aa4f426ea9b73a3dcbe6d01

RANDOM SEED= 588506701

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.261
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.261
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:       1820480 kB
Buffers:         37516 kB
Cached:         134048 kB
SwapCached:      14076 kB
Active:         130356 kB
Inactive:        66220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820480 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:            8736 kB
Writeback:           0 kB
Mapped:          30000 kB
Slab:            24276 kB
Committed_AS:   219732 kB
PageTables:       1924 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= 66553 MiB

End job on node20 on Mon Mar 12 07:56:20 UTC 2007