Trace number 311384

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.55 1199.88

General information on the benchmark

Namerandom/2+p/p0.8/v2035/
unif2p-p0.8-v2035-c6328-S1022605561-16-UNSAT.cnf
MD5SUMee25cd84874e48f6cb4ebfcb1b834a80
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.655
Satisfiable
(Un)Satisfiability was proved
Number of variables2035
Number of clauses6327
Sum of the clauses size17716
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21265
Number of clauses of size 35062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.63/10.68	c run March_dl for 5 seconds ... 
10.63/10.68	c Bin: Executing march_dl
10.63/10.68	c child exit by a signal
10.63/10.68	c march_dl returned code 137.
10.63/10.68	c run saps (UBCSAT implementation) for 2 seconds ... 
10.63/10.68	c Bin: Executing ubcsat2006
10.63/10.68	c child exited successfully
10.63/10.68	c ubcsat2006 returned code 0.
10.63/10.68	c satzilla computing base features
10.63/10.68	c satzilla doing unit-prop probe
10.63/10.68	c satzilla doing local search probe
10.63/10.68	c satzilla doing lobjois search-space size estimate
10.63/10.68	c satzilla's ranking:
10.63/10.68	c 1) minisat20: 1.133899
10.63/10.68	c 2) march_dl: 1.165435
10.63/10.68	c 3) minisat20+P: 1.241997
10.63/10.68	c 4) vallst+P: 1.985712
10.63/10.68	c 5) march_dl+P: 2.253447
10.63/10.68	c 6) zchaff_rand+P: 2.360459
10.63/10.68	c 7) kcnfs+P: 999.000000
10.63/10.68	c 8) kcnfs: 999.000000
10.63/10.68	c 9) vallst: 999.000000
10.63/10.68	c 10) zchaff_rand: 999.000000
10.63/10.68	c satzilla running minisat20 ... 
10.63/10.68	This is MiniSat 2.0 beta
10.63/10.68	WARNING: for repeatability, setting FPU to use double precision
10.63/10.68	============================[ Problem Statistics ]=============================
10.63/10.68	|                                                                             |
10.63/10.68	|  Number of variables:  2035                                                 |
10.63/10.68	|  Number of clauses:    6327                                                 |
10.63/10.69	|  Parsing time:         0.00         s                                       |
10.63/10.69	============================[ Search Statistics ]==============================
10.63/10.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/10.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/10.69	===============================================================================
10.63/10.69	|         0 |    2035     6327    17716 |     2109        0    nan |  0.000 % |
10.63/10.69	|       104 |    2032     6327    17716 |     2319      103     21 |  0.491 % |
10.63/10.70	|       254 |    2025     6274    17574 |     2551      253     18 |  0.491 % |
10.63/10.72	|       479 |    2025     6274    17574 |     2807      478     19 |  0.492 % |
10.63/10.75	|       817 |    2025     6274    17574 |     3087      816     19 |  0.492 % |
10.65/10.79	|      1323 |    2025     6274    17574 |     3396     1322     19 |  0.491 % |
10.65/10.86	|      2085 |    2025     6274    17574 |     3736     2084     21 |  0.491 % |
10.65/10.97	|      3224 |    2025     6274    17574 |     4109     3223     21 |  0.491 % |
10.65/11.16	|      4932 |    2025     6274    17574 |     4520     2800     20 |  0.491 % |
11.33/11.45	|      7494 |    2025     6274    17574 |     4972     2996     24 |  0.491 % |
11.74/11.87	|     11339 |    2025     6274    17574 |     5470     4298     22 |  0.491 % |
12.47/12.58	|     17106 |    2025     6274    17574 |     6017     4461     22 |  0.491 % |
13.60/13.66	|     25755 |    2025     6274    17574 |     6618     3844     22 |  0.492 % |
15.33/15.43	|     38731 |    2025     6274    17574 |     7280     6713     25 |  0.491 % |
18.00/18.13	|     58193 |    2025     6274    17574 |     8008     3796     20 |  0.491 % |
22.30/22.44	|     87385 |    2025     6274    17574 |     8809     4367     19 |  0.491 % |
28.96/29.10	|    131175 |    2025     6274    17574 |     9690     7960     23 |  0.492 % |
39.62/39.68	|    196859 |    2025     6274    17574 |    10659     9640     24 |  0.492 % |
56.02/56.13	|    295385 |    2025     6274    17574 |    11725     5438     20 |  0.491 % |
81.13/81.27	|    443174 |    2025     6274    17574 |    12898    10705     23 |  0.491 % |
122.10/122.19	|    664857 |    2025     6274    17574 |    14188    10490     22 |  0.491 % |
189.33/189.43	|    997383 |    2025     6274    17574 |    15607    13130     25 |  0.491 % |
294.47/294.66	|   1496173 |    2025     6274    17574 |    17167    14724     22 |  0.492 % |
463.05/463.29	|   2244355 |    2025     6274    17574 |    18884     9237     22 |  0.491 % |
731.04/731.36	|   3366629 |    2025     6274    17574 |    20773    17467     25 |  0.492 % |
1159.20/1159.61	|   5050041 |    2020     6246    17499 |    22850    13695     22 |  0.737 % |
1199.38/1199.83	c Bin: Executing minisat20
1199.38/1199.83	c child exit by a signal
1199.38/1199.83	c minisat20 returned code 137.
1199.38/1199.83	c minisat20 returned code 137.
1199.38/1199.83	c satzilla running march_dl ... 
1199.38/1199.83	c Bin: Executing march_dl
1199.38/1199.83	c march_dl returned code 1.
1199.38/1199.83	c march_dl returned code 1.
1199.38/1199.83	c satzilla running minisat20 with preprocessing ... 
1199.50/1199.88	c Preprocessing...
1199.50/1199.88	c Inital problem has 2035 variables, 5062 nary clauses (1265 binary clauses).
1199.50/1199.88	c Num non-binary clauses 5062, Average non-binary clause length 3.000
1199.50/1199.88	c Theory has no gaps
1199.50/1199.88	c Preprocessor runtime was 0.050 seconds.
1199.50/1199.88	c 
1199.50/1199.88	c Satisfiability of theory still undetermined.
1199.50/1199.88	c See file /tmp/IdO6bR for simplified theory.
1199.50/1199.88	c Bin: Executing minisat20
1199.50/1199.88	c minisat20 returned code 1.
1199.50/1199.88	c minisat20 returned code 1.
1199.50/1199.88	c satzilla running vallst with preprocessing ... 
1199.50/1199.88	c Bin: Executing vallst
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c satzilla running march_dl with preprocessing ... 
1199.50/1199.88	c Bin: Executing march_dl
1199.50/1199.88	c march_dl returned code 1.
1199.50/1199.88	c march_dl returned code 1.
1199.50/1199.88	c satzilla running zchaff_rand with preprocessing ... 
1199.50/1199.88	c Bin: Executing zchaff_rand
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c satzilla running kcnfs with preprocessing ... 
1199.50/1199.88	c Bin: Executing kcnfs
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c satzilla running kcnfs ... 
1199.50/1199.88	c Bin: Executing kcnfs
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c satzilla running vallst ... 
1199.50/1199.88	c Bin: Executing vallst
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c satzilla running zchaff_rand ... 
1199.50/1199.88	c Bin: Executing zchaff_rand
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c ERROR: All Failed! 
1199.50/1199.88	c SATZILLA_TIME=1199.720000

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/node20/watcher-311384-1172568998 -o ROOT/results/node20/solver-311384-1172568998 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/311384-1172568998/SATzilla2007_C /tmp/evaluation/311384-1172568998/instance-311384-1172568998.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.91 0.97 0.99 3/77 11728
/proc/meminfo: memFree=1775624/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=1440 CPUtime=0
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 276853779 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 360 110 95 260 0 84 0
[pid=11729] ppid=11728 vsize=768 CPUtime=0
/proc/11729/stat : 11729 (march_dl) R 11728 11728 11653 0 -1 4194304 113 0 0 0 0 0 0 0 20 0 1 0 276853779 786432 108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134724293 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11729/statm: 192 108 50 118 0 71 0

[startup+0.106716 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 11728
/proc/meminfo: memFree=1775624/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=1440 CPUtime=0
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 276853779 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 360 110 95 260 0 84 0
[pid=11729] ppid=11728 vsize=2804 CPUtime=0.1
/proc/11729/stat : 11729 (march_dl) R 11728 11728 11653 0 -1 4194304 621 0 0 0 10 0 0 0 20 0 1 0 276853779 2871296 613 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134651564 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11729/statm: 701 613 72 118 0 580 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4244

[startup+0.514767 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 11728
/proc/meminfo: memFree=1775624/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=1440 CPUtime=0
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 276853779 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 360 110 95 260 0 84 0
[pid=11729] ppid=11728 vsize=2804 CPUtime=0.51
/proc/11729/stat : 11729 (march_dl) R 11728 11728 11653 0 -1 4194304 632 0 0 0 51 0 0 0 24 0 1 0 276853779 2871296 624 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533081 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11729/statm: 701 624 74 118 0 580 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4244

[startup+1.33487 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 11730
/proc/meminfo: memFree=1773176/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=1440 CPUtime=0
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 276853779 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 360 110 95 260 0 84 0
[pid=11729] ppid=11728 vsize=3084 CPUtime=1.33
/proc/11729/stat : 11729 (march_dl) R 11728 11728 11653 0 -1 4194304 678 0 0 0 133 0 0 0 25 0 1 0 276853779 3158016 670 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134576322 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11729/statm: 771 670 74 118 0 650 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4524

[startup+2.97106 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 11730
/proc/meminfo: memFree=1772992/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=1440 CPUtime=0
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 276853779 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 360 110 95 260 0 84 0
[pid=11729] ppid=11728 vsize=3216 CPUtime=2.96
/proc/11729/stat : 11729 (march_dl) R 11728 11728 11653 0 -1 4194304 708 0 0 0 296 0 0 0 25 0 1 0 276853779 3293184 700 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527828 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11729/statm: 804 700 74 118 0 683 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4656

[startup+6.26046 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 11731
/proc/meminfo: memFree=1774720/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=1440 CPUtime=4.99
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 135 735 0 0 0 0 499 0 16 0 1 0 276853779 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11728/statm: 360 111 96 260 0 84 0
[pid=11731] ppid=11728 vsize=6188 CPUtime=1.25
/proc/11731/stat : 11731 (ubcsat2006) R 11728 11728 11653 0 -1 4194304 343 0 0 0 108 17 0 0 25 0 1 0 276854280 6336512 326 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11731/statm: 1547 326 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.7212 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 11732
/proc/meminfo: memFree=1773312/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=2924 CPUtime=2.02
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 419 0 0 0 202 0 0 0 25 0 1 0 276854848 2994176 413 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 731 413 58 118 0 609 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4952

[startup+25.5288 s]
/proc/loadavg: 0.94 0.97 0.99 2/79 11732
/proc/meminfo: memFree=1772416/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=3876 CPUtime=14.82
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 648 0 0 0 1482 0 0 0 25 0 1 0 276854848 3969024 642 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 969 642 58 118 0 847 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 5904

[startup+51.1579 s]
/proc/loadavg: 0.96 0.97 0.99 2/79 11732
/proc/meminfo: memFree=1771584/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=4668 CPUtime=40.45
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 854 0 0 0 4044 1 0 0 25 0 1 0 276854848 4780032 848 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 1167 848 58 118 0 1045 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 6696

[startup+102.406 s]
/proc/loadavg: 0.98 0.97 0.99 2/79 11732
/proc/meminfo: memFree=1770688/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=5624 CPUtime=91.68
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 1075 0 0 0 9167 1 0 0 25 0 1 0 276854848 5758976 1069 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 1406 1069 58 118 0 1284 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 7652

[startup+162.473 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 11732
/proc/meminfo: memFree=1769728/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=6548 CPUtime=151.73
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 1305 0 0 0 15171 2 0 0 25 0 1 0 276854848 6705152 1299 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 1637 1299 58 118 0 1515 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 8576

[startup+222.541 s]
/proc/loadavg: 1.05 0.99 0.99 2/79 11732
/proc/meminfo: memFree=1769280/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=6948 CPUtime=211.79
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 1419 0 0 0 21176 3 0 0 25 0 1 0 276854848 7114752 1413 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 1737 1413 58 118 0 1615 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 8976

[startup+282.608 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 11732
/proc/meminfo: memFree=1768832/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=7352 CPUtime=271.83
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 1532 0 0 0 27180 3 0 0 25 0 1 0 276854848 7528448 1526 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 1838 1526 58 118 0 1716 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 9380

[startup+342.672 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 11732
/proc/meminfo: memFree=1768448/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=7756 CPUtime=331.88
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 1624 0 0 0 33184 4 0 0 25 0 1 0 276854848 7942144 1618 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519798 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 1939 1618 58 118 0 1817 0
Current children cumulated CPU time (s) 342.53
Current children cumulated vsize (KiB) 9784

[startup+402.745 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 11734
/proc/meminfo: memFree=1767808/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=8288 CPUtime=391.94
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 1759 0 0 0 39190 4 0 0 25 0 1 0 276854848 8486912 1753 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2072 1753 58 118 0 1950 0
Current children cumulated CPU time (s) 402.59
Current children cumulated vsize (KiB) 10316

[startup+462.813 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 11734
/proc/meminfo: memFree=1767488/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=8560 CPUtime=451.99
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 1832 0 0 0 45194 5 0 0 25 0 1 0 276854848 8765440 1826 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535736 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2140 1826 58 118 0 2018 0
Current children cumulated CPU time (s) 462.64

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

/proc/11732/statm: 2526 2199 58 118 0 2404 0
Current children cumulated CPU time (s) 762.9
Current children cumulated vsize (KiB) 12132

[startup+823.226 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 11734
/proc/meminfo: memFree=1765824/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=10236 CPUtime=812.3
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2235 0 0 0 81222 8 0 0 25 0 1 0 276854848 10481664 2229 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2559 2229 58 118 0 2437 0
Current children cumulated CPU time (s) 822.95
Current children cumulated vsize (KiB) 12264

[startup+883.298 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 11734
/proc/meminfo: memFree=1765824/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=10236 CPUtime=872.36
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2235 0 0 0 87227 9 0 0 25 0 1 0 276854848 10481664 2229 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2559 2229 58 118 0 2437 0
Current children cumulated CPU time (s) 883.01
Current children cumulated vsize (KiB) 12264

[startup+943.367 s]
/proc/loadavg: 1.00 0.99 0.99 3/79 11734
/proc/meminfo: memFree=1765440/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=10632 CPUtime=932.42
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2334 0 0 0 93232 10 0 0 25 0 1 0 276854848 10887168 2328 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2658 2328 58 118 0 2536 0
Current children cumulated CPU time (s) 943.07
Current children cumulated vsize (KiB) 12660

[startup+1003.44 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 11734
/proc/meminfo: memFree=1765312/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=10764 CPUtime=992.47
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2366 0 0 0 99237 10 0 0 25 0 1 0 276854848 11022336 2360 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525158 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2691 2360 58 118 0 2569 0
Current children cumulated CPU time (s) 1003.12
Current children cumulated vsize (KiB) 12792

[startup+1063.51 s]
/proc/loadavg: 1.03 1.00 1.00 2/79 11734
/proc/meminfo: memFree=1765120/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11028 CPUtime=1052.53
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2418 0 0 0 105242 11 0 0 25 0 1 0 276854848 11292672 2412 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2757 2412 58 118 0 2635 0
Current children cumulated CPU time (s) 1063.18
Current children cumulated vsize (KiB) 13056

[startup+1123.58 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 11734
/proc/meminfo: memFree=1765056/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11028 CPUtime=1112.58
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2439 0 0 0 111247 11 0 0 25 0 1 0 276854848 11292672 2433 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528462 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2757 2433 58 118 0 2635 0
Current children cumulated CPU time (s) 1123.23
Current children cumulated vsize (KiB) 13056

[startup+1183.65 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 11734
/proc/meminfo: memFree=1764864/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11308 CPUtime=1172.63
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2486 0 0 0 117251 12 0 0 25 0 1 0 276854848 11579392 2480 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2827 2480 58 118 0 2705 0
Current children cumulated CPU time (s) 1183.28
Current children cumulated vsize (KiB) 13336

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

[startup+1187.45 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 11734
/proc/meminfo: memFree=1764864/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11308 CPUtime=1176.43
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2486 0 0 0 117631 12 0 0 25 0 1 0 276854848 11579392 2480 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2827 2480 58 118 0 2705 0
Current children cumulated CPU time (s) 1187.08
Current children cumulated vsize (KiB) 13336

[startup+1194.01 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 11734
/proc/meminfo: memFree=1764864/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11308 CPUtime=1182.99
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2486 0 0 0 118287 12 0 0 25 0 1 0 276854848 11579392 2480 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2827 2480 58 118 0 2705 0
Current children cumulated CPU time (s) 1193.64
Current children cumulated vsize (KiB) 13336

[startup+1197.29 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 11734
/proc/meminfo: memFree=1764864/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11308 CPUtime=1186.27
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2486 0 0 0 118615 12 0 0 25 0 1 0 276854848 11579392 2480 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134521554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2827 2480 58 118 0 2705 0
Current children cumulated CPU time (s) 1196.92
Current children cumulated vsize (KiB) 13336

[startup+1198.93 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 11734
/proc/meminfo: memFree=1764864/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11308 CPUtime=1187.91
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2486 0 0 0 118779 12 0 0 25 0 1 0 276854848 11579392 2480 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529959 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2827 2480 58 118 0 2705 0
Current children cumulated CPU time (s) 1198.56
Current children cumulated vsize (KiB) 13336

[startup+1199.34 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 11734
/proc/meminfo: memFree=1764864/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11308 CPUtime=1188.32
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2486 0 0 0 118820 12 0 0 25 0 1 0 276854848 11579392 2480 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525160 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2827 2480 58 118 0 2705 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 13336

[startup+1199.75 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 11734
/proc/meminfo: memFree=1764864/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=2028 CPUtime=10.65
/proc/11728/stat : 11728 (SATzilla2007_C) S 11726 11728 11653 0 -1 4194304 839 1084 0 0 318 12 700 35 25 0 1 0 276853779 2076672 333 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11728/statm: 507 333 156 260 0 231 0
[pid=11732] ppid=11728 vsize=11308 CPUtime=1188.73
/proc/11732/stat : 11732 (minisat20) R 11728 11728 11653 0 -1 4194304 2486 0 0 0 118861 12 0 0 25 0 1 0 276854848 11579392 2480 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11732/statm: 2827 2480 58 118 0 2705 0
Current children cumulated CPU time (s) 1199.38
Current children cumulated vsize (KiB) 13336

[startup+1199.85 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 11734
/proc/meminfo: memFree=1764864/2055920 swapFree=4111204/4192956
[pid=11728] ppid=11726 vsize=4020 CPUtime=1199.5
/proc/11728/stat : 11728 (SATzilla2007_C) R 11726 11728 11653 0 -1 4194304 1177 3570 0 0 320 12 119570 48 18 0 1 0 276853779 4116480 601 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134595794 0 0 4096 0 0 0 0 17 0 0 0
/proc/11728/statm: 1005 601 162 260 0 729 0
Current children cumulated CPU time (s) 1199.5
Current children cumulated vsize (KiB) 4020

Child status: 17
Real time (s): 1199.88
CPU time (s): 1199.55
CPU user time (s): 1198.93
CPU system time (s): 0.614906
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 13336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.93
system time used= 0.614906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4808
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= 28
involuntary context switches= 25425

runsolver used 1.26481 second user time and 3.00054 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Tue Feb 27 09:36:38 UTC 2007

IDJOB= 311384
IDBENCH= 20312
IDSOLVER= 135
FILE ID= node20/311384-1172568998

PBS_JOBID= 3971897

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2035/unif2p-p0.8-v2035-c6328-S1022605561-16-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/311384-1172568998/SATzilla2007_C /tmp/evaluation/311384-1172568998/instance-311384-1172568998.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-311384-1172568998 -o ROOT/results/node20/solver-311384-1172568998 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/311384-1172568998/SATzilla2007_C /tmp/evaluation/311384-1172568998/instance-311384-1172568998.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  ee25cd84874e48f6cb4ebfcb1b834a80

RANDOM SEED= 14998601

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.234
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.234
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:       1776160 kB
Buffers:         36024 kB
Cached:         142256 kB
SwapCached:      48228 kB
Active:         129620 kB
Inactive:       110560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776160 kB
SwapTotal:     4192956 kB
SwapFree:      4111204 kB
Dirty:            8632 kB
Writeback:           0 kB
Mapped:          32028 kB
Slab:            25252 kB
Committed_AS:   645416 kB
PageTables:       1704 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 Tue Feb 27 09:56:38 UTC 2007