Trace number 295148

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.56 1199.9

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S461794864-15.SAT.shuffled.cnf
MD5SUM87601d6b29694c44112ef8c86b506fed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.73958
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data (download as text)

10.63/10.70	c run March_dl for 5 seconds ... 
10.63/10.70	c Bin: Executing march_dl
10.63/10.70	c child exit by a signal
10.63/10.70	c march_dl returned code 137.
10.63/10.70	c run saps (UBCSAT implementation) for 2 seconds ... 
10.63/10.70	c Bin: Executing ubcsat2006
10.63/10.70	c child exited successfully
10.63/10.70	c ubcsat2006 returned code 0.
10.63/10.70	c satzilla computing base features
10.63/10.70	c satzilla doing unit-prop probe
10.63/10.70	c satzilla doing local search probe
10.63/10.70	c satzilla doing lobjois search-space size estimate
10.63/10.70	c satzilla's ranking:
10.63/10.70	c 1) minisat20+P: 0.658665
10.63/10.70	c 2) minisat20: 1.685822
10.63/10.70	c 3) march_dl+P: 1.686721
10.63/10.70	c 4) march_dl: 1.801259
10.63/10.70	c 5) vallst+P: 4.530566
10.63/10.70	c 6) zchaff_rand+P: 4.619176
10.63/10.70	c 7) kcnfs+P: 999.000000
10.63/10.70	c 8) kcnfs: 999.000000
10.63/10.70	c 9) vallst: 999.000000
10.63/10.70	c 10) zchaff_rand: 999.000000
10.63/10.70	c satzilla running minisat20 with preprocessing ... 
10.63/10.74	This is MiniSat 2.0 beta
10.63/10.74	WARNING: for repeatability, setting FPU to use double precision
10.63/10.74	============================[ Problem Statistics ]=============================
10.63/10.74	|                                                                             |
10.63/10.74	|  Number of variables:  65                                                   |
10.63/10.74	|  Number of clauses:    5785                                                 |
10.63/10.74	|  Parsing time:         0.00         s                                       |
10.63/10.74	============================[ Search Statistics ]==============================
10.63/10.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/10.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/10.74	===============================================================================
10.63/10.74	|         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
10.63/10.75	|       100 |      65     5785    40495 |     2121      100     24 |  0.024 % |
10.72/10.75	|       251 |      65     5785    40495 |     2333      251     23 |  0.024 % |
10.72/10.76	|       478 |      65     5785    40495 |     2566      478     23 |  0.024 % |
10.72/10.78	|       815 |      65     5785    40495 |     2823      815     23 |  0.024 % |
10.72/10.80	|      1322 |      65     5785    40495 |     3105     1322     23 |  0.024 % |
10.72/10.83	|      2081 |      65     5785    40495 |     3416     2081     23 |  0.024 % |
10.72/10.89	|      3220 |      65     5785    40495 |     3757     3220     23 |  0.024 % |
10.72/10.98	|      4928 |      65     5785    40495 |     4133     3035     22 |  0.024 % |
10.72/11.11	|      7491 |      65     5785    40495 |     4546     3515     23 |  0.024 % |
11.24/11.33	|     11335 |      65     5785    40495 |     5001     2785     23 |  0.024 % |
11.65/11.68	|     17104 |      65     5785    40495 |     5501     3523     22 |  0.024 % |
12.16/12.22	|     25754 |      65     5785    40495 |     6051     3872     22 |  0.024 % |
12.98/13.10	|     38728 |      65     5785    40495 |     6657     4691     22 |  0.024 % |
14.31/14.42	|     58189 |      65     5785    40495 |     7322     4100     21 |  0.024 % |
16.46/16.50	|     87382 |      65     5785    40495 |     8055     3886     21 |  0.024 % |
19.64/19.73	|    131171 |      65     5785    40495 |     8860     7257     22 |  0.024 % |
24.65/24.75	|    196855 |      65     5785    40495 |     9746     6292     21 |  0.024 % |
32.65/32.69	|    295382 |      65     5785    40495 |    10721     7093     22 |  0.024 % |
44.95/45.01	|    443171 |      65     5785    40495 |    11793     9789     23 |  0.024 % |
64.82/64.90	|    664855 |      65     5785    40495 |    12972     6900     22 |  0.024 % |
95.99/96.07	|    997382 |      65     5785    40495 |    14270     7971     22 |  0.024 % |
146.00/146.16	|   1496170 |      65     5785    40495 |    15697    13604     21 |  0.024 % |
227.15/227.31	|   2244352 |      65     5785    40495 |    17266    14965     21 |  0.024 % |
359.15/359.32	|   3366630 |      65     5785    40495 |    18993    13378     21 |  0.024 % |
575.38/575.59	|   5050043 |      65     5785    40495 |    20892    13762     20 |  0.024 % |
929.05/929.43	|   7575159 |      65     5785    40495 |    22982    18530     20 |  0.024 % |
1199.52/1199.90	c Preprocessing...
1199.52/1199.90	c Inital problem has 65 variables, 5785 nary clauses (0 binary clauses).
1199.52/1199.90	c Num non-binary clauses 5785, Average non-binary clause length 7.000
1199.52/1199.90	c Theory has no gaps
1199.52/1199.90	c Preprocessor runtime was 0.020 seconds.
1199.52/1199.90	c 
1199.52/1199.90	c Satisfiability of theory still undetermined.
1199.52/1199.90	c See file /tmp/msycZ7 for simplified theory.
1199.52/1199.90	c Bin: Executing minisat20
1199.52/1199.90	c child exit by a signal
1199.52/1199.90	c minisat20 returned code 137.
1199.52/1199.90	c minisat20 returned code 137.
1199.52/1199.90	c satzilla running minisat20 ... 
1199.52/1199.90	c Bin: Executing minisat20
1199.52/1199.90	c minisat20 returned code 1.
1199.52/1199.90	c minisat20 returned code 1.
1199.52/1199.90	c satzilla running march_dl with preprocessing ... 
1199.52/1199.90	c Bin: Executing march_dl
1199.52/1199.90	c march_dl returned code 1.
1199.52/1199.90	c march_dl returned code 1.
1199.52/1199.90	c satzilla running march_dl ... 
1199.52/1199.90	c Bin: Executing march_dl
1199.52/1199.90	c march_dl returned code 1.
1199.52/1199.90	c march_dl returned code 1.
1199.52/1199.90	c satzilla running vallst with preprocessing ... 
1199.52/1199.90	c Bin: Executing vallst
1199.52/1199.90	c vallst returned code 1.
1199.52/1199.90	c vallst returned code 1.
1199.52/1199.90	c satzilla running zchaff_rand with preprocessing ... 
1199.52/1199.90	c Bin: Executing zchaff_rand
1199.52/1199.90	c zchaff_rand returned code 1.
1199.52/1199.90	c zchaff_rand returned code 1.
1199.52/1199.90	c satzilla running kcnfs with preprocessing ... 
1199.52/1199.90	c Bin: Executing kcnfs
1199.52/1199.90	c kcnfs returned code 1.
1199.52/1199.90	c kcnfs returned code 1.
1199.52/1199.90	c satzilla running kcnfs ... 
1199.52/1199.90	c Bin: Executing kcnfs
1199.52/1199.90	c kcnfs returned code 1.
1199.52/1199.90	c kcnfs returned code 1.
1199.52/1199.90	c satzilla running vallst ... 
1199.52/1199.90	c Bin: Executing vallst
1199.52/1199.90	c vallst returned code 1.
1199.52/1199.90	c vallst returned code 1.
1199.52/1199.90	c satzilla running zchaff_rand ... 
1199.52/1199.90	c Bin: Executing zchaff_rand
1199.52/1199.90	c zchaff_rand returned code 1.
1199.52/1199.90	c zchaff_rand returned code 1.
1199.52/1199.90	c ERROR: All Failed! 
1199.52/1199.90	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/node17/watcher-295148-1171800716 -o ROOT/results/node17/solver-295148-1171800716 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295148-1171800716/SATzilla2007_C /tmp/evaluation/295148-1171800716/instance-295148-1171800716.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16928
/proc/meminfo: memFree=1579960/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=1440 CPUtime=0
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 200025841 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 360 110 95 260 0 84 0
[pid=16929] ppid=16928 vsize=636 CPUtime=0
/proc/16929/stat : 16929 (march_dl) R 16928 16928 16573 0 -1 4194304 83 0 0 0 0 0 0 0 19 0 1 0 200025841 651264 78 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16929/statm: 159 78 50 118 0 38 0

[startup+0.107135 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16928
/proc/meminfo: memFree=1579960/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=1440 CPUtime=0
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 200025841 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 360 110 95 260 0 84 0
[pid=16929] ppid=16928 vsize=2164 CPUtime=0.1
/proc/16929/stat : 16929 (march_dl) R 16928 16928 16573 0 -1 4194304 919 0 0 0 10 0 0 0 20 0 1 0 200025841 2215936 320 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583852 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16929/statm: 541 320 67 118 0 420 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3604

[startup+0.515179 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16928
/proc/meminfo: memFree=1579960/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=1440 CPUtime=0
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 200025841 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 360 110 95 260 0 84 0
[pid=16929] ppid=16928 vsize=2296 CPUtime=0.51
/proc/16929/stat : 16929 (march_dl) R 16928 16928 16573 0 -1 4194304 959 0 0 0 51 0 0 0 23 0 1 0 200025841 2351104 360 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583082 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16929/statm: 574 360 67 118 0 453 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3736

[startup+1.33526 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 16930
/proc/meminfo: memFree=1573928/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=1440 CPUtime=0
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 200025841 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 360 110 95 260 0 84 0
[pid=16929] ppid=16928 vsize=7060 CPUtime=1.32
/proc/16929/stat : 16929 (march_dl) R 16928 16928 16573 0 -1 4194304 2394 0 0 0 132 0 0 0 25 0 1 0 200025841 7229440 1552 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16929/statm: 1765 1552 74 118 0 1644 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8500

[startup+2.97143 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 16930
/proc/meminfo: memFree=1573736/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=1440 CPUtime=0
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 200025841 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 360 110 95 260 0 84 0
[pid=16929] ppid=16928 vsize=7060 CPUtime=2.95
/proc/16929/stat : 16929 (march_dl) R 16928 16928 16573 0 -1 4194304 2395 0 0 0 295 0 0 0 25 0 1 0 200025841 7229440 1553 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526947 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16929/statm: 1765 1553 74 118 0 1644 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 8500

[startup+6.24778 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 16931
/proc/meminfo: memFree=1578792/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=1440 CPUtime=4.99
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 135 2395 0 0 0 0 498 1 16 0 1 0 200025841 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16928/statm: 360 111 96 260 0 84 0
[pid=16931] ppid=16928 vsize=6188 CPUtime=1.23
/proc/16931/stat : 16931 (ubcsat2006) R 16928 16928 16573 0 -1 4194304 354 0 0 0 119 4 0 0 25 0 1 0 200026341 6336512 337 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16931/statm: 1547 337 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7628

[startup+12.7035 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1576104/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=2876 CPUtime=1.95
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 437 0 0 0 195 0 0 0 25 0 1 0 200026915 2945024 431 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 719 431 58 118 0 597 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6112

[startup+25.5208 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1575272/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=3828 CPUtime=14.76
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 662 0 0 0 1476 0 0 0 25 0 1 0 200026915 3919872 656 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134529250 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 957 656 58 118 0 835 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7064

[startup+51.1495 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1574504/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=4524 CPUtime=40.38
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 837 0 0 0 4038 0 0 0 25 0 1 0 200026915 4632576 831 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525622 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 1131 831 58 118 0 1009 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 7760

[startup+102.403 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1573864/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=5288 CPUtime=91.63
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 994 0 0 0 9162 1 0 0 25 0 1 0 200026915 5414912 988 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 1322 988 58 118 0 1200 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 8524

[startup+162.474 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1573288/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=5848 CPUtime=151.67
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1129 0 0 0 15166 1 0 0 25 0 1 0 200026915 5988352 1123 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 1462 1123 58 118 0 1340 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 9084

[startup+222.538 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1573032/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=6024 CPUtime=211.72
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1189 0 0 0 21170 2 0 0 25 0 1 0 200026915 6168576 1183 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 1506 1183 58 118 0 1384 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 9260

[startup+282.611 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1572648/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=6472 CPUtime=271.77
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1287 0 0 0 27175 2 0 0 25 0 1 0 200026915 6627328 1281 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528229 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 1618 1281 58 118 0 1496 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 9708

[startup+342.678 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1572328/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=6896 CPUtime=331.83
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1359 0 0 0 33180 3 0 0 25 0 1 0 200026915 7061504 1353 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 1724 1353 58 118 0 1602 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 10132

[startup+402.751 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1571944/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=7192 CPUtime=391.88
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1447 0 0 0 39185 3 0 0 25 0 1 0 200026915 7364608 1441 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 1798 1441 58 118 0 1676 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 10428

[startup+462.818 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1571752/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=7476 CPUtime=451.94
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1497 0 0 0 45190 4 0 0 25 0 1 0 200026915 7655424 1491 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 1869 1491 58 118 0 1747 0
Current children cumulated CPU time (s) 462.66

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


[startup+823.25 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1571112/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8048 CPUtime=812.26
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1664 0 0 0 81219 7 0 0 25 0 1 0 200026915 8241152 1658 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2012 1658 58 118 0 1890 0
Current children cumulated CPU time (s) 822.98
Current children cumulated vsize (KiB) 11284

[startup+883.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570984/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8188 CPUtime=872.32
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1691 0 0 0 87224 8 0 0 25 0 1 0 200026915 8384512 1685 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2047 1685 58 118 0 1925 0
Current children cumulated CPU time (s) 883.04
Current children cumulated vsize (KiB) 11424

[startup+943.392 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570920/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8188 CPUtime=932.37
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1700 0 0 0 93229 8 0 0 25 0 1 0 200026915 8384512 1694 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2047 1694 58 118 0 1925 0
Current children cumulated CPU time (s) 943.09
Current children cumulated vsize (KiB) 11424

[startup+1003.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570920/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8356 CPUtime=992.43
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1721 0 0 0 99234 9 0 0 25 0 1 0 200026915 8556544 1715 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2089 1715 58 118 0 1967 0
Current children cumulated CPU time (s) 1003.15
Current children cumulated vsize (KiB) 11592

[startup+1063.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570792/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8356 CPUtime=1052.48
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1738 0 0 0 105239 9 0 0 25 0 1 0 200026915 8556544 1732 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525482 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2089 1732 58 118 0 1967 0
Current children cumulated CPU time (s) 1063.2
Current children cumulated vsize (KiB) 11592

[startup+1123.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570792/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8356 CPUtime=1112.54
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1758 0 0 0 111244 10 0 0 25 0 1 0 200026915 8556544 1752 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2089 1752 58 118 0 1967 0
Current children cumulated CPU time (s) 1123.26
Current children cumulated vsize (KiB) 11592

[startup+1183.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570600/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8516 CPUtime=1172.6
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1793 0 0 0 117249 11 0 0 25 0 1 0 200026915 8720384 1787 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2129 1787 58 118 0 2007 0
Current children cumulated CPU time (s) 1183.32
Current children cumulated vsize (KiB) 11752

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

[startup+1187.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570600/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8516 CPUtime=1176.39
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1793 0 0 0 117628 11 0 0 25 0 1 0 200026915 8720384 1787 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2129 1787 58 118 0 2007 0
Current children cumulated CPU time (s) 1187.11
Current children cumulated vsize (KiB) 11752

[startup+1194.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570600/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8516 CPUtime=1182.95
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1793 0 0 0 118284 11 0 0 25 0 1 0 200026915 8720384 1787 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2129 1787 58 118 0 2007 0
Current children cumulated CPU time (s) 1193.67
Current children cumulated vsize (KiB) 11752

[startup+1197.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570600/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8516 CPUtime=1186.23
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1793 0 0 0 118612 11 0 0 25 0 1 0 200026915 8720384 1787 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2129 1787 58 118 0 2007 0
Current children cumulated CPU time (s) 1196.95
Current children cumulated vsize (KiB) 11752

[startup+1198.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570600/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8516 CPUtime=1187.87
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1793 0 0 0 118776 11 0 0 25 0 1 0 200026915 8720384 1787 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2129 1787 58 118 0 2007 0
Current children cumulated CPU time (s) 1198.59
Current children cumulated vsize (KiB) 11752

[startup+1199.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570600/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8516 CPUtime=1188.28
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1793 0 0 0 118817 11 0 0 25 0 1 0 200026915 8720384 1787 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2129 1787 58 118 0 2007 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 11752

[startup+1199.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570600/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8516 CPUtime=1188.69
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1793 0 0 0 118858 11 0 0 25 0 1 0 200026915 8720384 1787 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2129 1787 58 118 0 2007 0
Current children cumulated CPU time (s) 1199.41
Current children cumulated vsize (KiB) 11752

[startup+1199.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16932
/proc/meminfo: memFree=1570600/2055920 swapFree=4192812/4192956
[pid=16928] ppid=16926 vsize=3236 CPUtime=10.72
/proc/16928/stat : 16928 (SATzilla2007_C) S 16926 16928 16573 0 -1 4194304 1138 2755 0 0 355 7 700 10 25 0 1 0 200025841 3313664 620 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16928/statm: 809 620 165 260 0 533 0
[pid=16932] ppid=16928 vsize=8516 CPUtime=1188.8
/proc/16932/stat : 16932 (minisat20) R 16928 16928 16573 0 -1 4194304 1793 0 0 0 118869 11 0 0 25 0 1 0 200026915 8720384 1787 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16932/statm: 2129 1787 58 118 0 2007 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 11752

Child status: 17
Real time (s): 1199.9
CPU time (s): 1199.56
CPU user time (s): 1199.26
CPU system time (s): 0.290955
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 11752

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

runsolver used 1.19682 second user time and 3.07053 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Feb 18 12:11:56 UTC 2007

IDJOB= 295148
IDBENCH= 19905
IDSOLVER= 135
FILE ID= node17/295148-1171800716

PBS_JOBID= 3839333

Free space on /tmp= 66536 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S461794864-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295148-1171800716/SATzilla2007_C /tmp/evaluation/295148-1171800716/instance-295148-1171800716.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-295148-1171800716 -o ROOT/results/node17/solver-295148-1171800716 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295148-1171800716/SATzilla2007_C /tmp/evaluation/295148-1171800716/instance-295148-1171800716.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  87601d6b29694c44112ef8c86b506fed

RANDOM SEED= 657286621

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1580432 kB
Buffers:         49864 kB
Cached:         310060 kB
SwapCached:          0 kB
Active:         268108 kB
Inactive:       136188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8520 kB
Writeback:           0 kB
Mapped:          63316 kB
Slab:            56772 kB
Committed_AS:   696984 kB
PageTables:       1748 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= 66536 MiB

End job on node17 on Sun Feb 18 12:31:56 UTC 2007