Trace number 300928

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 RANDOM? (exit code) 1199.55 1199.98

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1036103820-03.cnf
MD5SUM85e6669b731e40790ffff95698079292
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.5937
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data (download as text)

10.62/10.66	c run March_dl for 5 seconds ... 
10.62/10.66	c Bin: Executing march_dl
10.62/10.66	c child exit by a signal
10.62/10.66	c march_dl returned code 137.
10.62/10.66	c run saps (UBCSAT implementation) for 2 seconds ... 
10.62/10.66	c Bin: Executing ubcsat2006
10.62/10.66	c child exited successfully
10.62/10.66	c ubcsat2006 returned code 0.
10.62/10.66	c satzilla computing base features
10.62/10.66	c satzilla doing unit-prop probe
10.62/10.66	c satzilla doing local search probe
10.62/10.66	c satzilla doing lobjois search-space size estimate
10.62/10.66	c satzilla's ranking:
10.62/10.66	c 1) minisat20+P: 7.842864
10.62/10.66	c 2) march_dl: 11.228377
10.62/10.66	c 3) kcnfs: 11.623231
10.62/10.66	c 4) kcnfs+P: 999.000000
10.62/10.66	c 5) march_dl+P: 999.000000
10.62/10.66	c 6) vallst+P: 999.000000
10.62/10.66	c 7) zchaff_rand+P: 999.000000
10.62/10.66	c 8) vallst: 999.000000
10.62/10.66	c 9) zchaff_rand: 999.000000
10.62/10.66	c 10) minisat20: 999.000000
10.62/10.66	c satzilla running minisat20 with preprocessing ... 
10.62/10.72	This is MiniSat 2.0 beta
10.62/10.72	WARNING: for repeatability, setting FPU to use double precision
10.62/10.72	============================[ Problem Statistics ]=============================
10.62/10.72	|                                                                             |
10.62/10.72	|  Number of variables:  700                                                  |
10.62/10.72	|  Number of clauses:    14000                                                |
10.62/10.74	|  Parsing time:         0.01         s                                       |
10.62/10.74	============================[ Search Statistics ]==============================
10.62/10.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.62/10.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.62/10.74	===============================================================================
10.62/10.74	|         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
10.62/10.75	|       100 |     700    14000    70000 |     5133      100     82 |  0.000 % |
10.69/10.76	|       250 |     700    14000    70000 |     5646      250     97 |  0.000 % |
10.69/10.78	|       476 |     700    14000    70000 |     6211      476     99 |  0.000 % |
10.69/10.81	|       814 |     700    14000    70000 |     6832      814     97 |  0.000 % |
10.69/10.85	|      1320 |     700    14000    70000 |     7515     1320     95 |  0.000 % |
10.69/10.91	|      2080 |     700    14000    70000 |     8267     2080     94 |  0.000 % |
10.69/11.02	|      3223 |     700    14000    70000 |     9094     3223     96 |  0.000 % |
10.69/11.19	|      4931 |     700    14000    70000 |    10003     4931     97 |  0.000 % |
11.42/11.51	|      7495 |     700    14000    70000 |    11003     7495    102 |  0.000 % |
11.93/12.06	|     11339 |     700    14000    70000 |    12104     5707    103 |  0.000 % |
12.86/12.91	|     17106 |     700    14000    70000 |    13314    11474    105 |  0.000 % |
14.40/14.50	|     25757 |     700    14000    70000 |    14645    13342    106 |  0.000 % |
16.86/17.01	|     38731 |     700    14000    70000 |    16110    11410    106 |  0.000 % |
21.67/21.79	|     58192 |     700    14000    70000 |    17721    14531    113 |  0.000 % |
29.26/29.31	|     87384 |     700    14000    70000 |    19493    16783    109 |  0.000 % |
41.56/41.63	|    131173 |     700    14000    70000 |    21443    11241    104 |  0.000 % |
62.26/62.39	|    196857 |     700    14000    70000 |    23587    11897    103 |  0.000 % |
97.81/97.95	|    295383 |     700    14000    70000 |    25946    14379    104 |  0.000 % |
150.90/151.01	|    443173 |     700    14000    70000 |    28540    22644    106 |  0.000 % |
235.44/235.58	|    664856 |     700    14000    70000 |    31394    21630    106 |  0.000 % |
372.88/373.07	|    997382 |     700    14000    70000 |    34534    20958    106 |  0.000 % |
592.76/593.04	|   1496170 |     700    14000    70000 |    37987    26460    105 |  0.000 % |
960.43/960.86	|   2244353 |     700    14000    70000 |    41786    33244    111 |  0.000 % |
1199.42/1199.98	c Preprocessing...
1199.42/1199.98	c Inital problem has 700 variables, 14000 nary clauses (0 binary clauses).
1199.42/1199.98	c Num non-binary clauses 14000, Average non-binary clause length 5.000
1199.42/1199.98	c Theory has no gaps
1199.42/1199.98	c Preprocessor runtime was 0.050 seconds.
1199.42/1199.98	c 
1199.42/1199.98	c Satisfiability of theory still undetermined.
1199.42/1199.98	c See file /tmp/YYaVCo for simplified theory.
1199.42/1199.98	c Bin: Executing minisat20
1199.42/1199.98	c child exit by a signal
1199.42/1199.98	c minisat20 returned code 137.
1199.42/1199.98	c minisat20 returned code 137.
1199.42/1199.98	c satzilla running march_dl ... 
1199.42/1199.98	c Bin: Executing march_dl
1199.42/1199.98	c march_dl returned code 1.
1199.42/1199.98	c march_dl returned code 1.
1199.42/1199.98	c satzilla running kcnfs ... 
1199.42/1199.98	c Bin: Executing kcnfs
1199.42/1199.98	c kcnfs returned code 1.
1199.42/1199.98	c kcnfs returned code 1.
1199.42/1199.98	c satzilla running kcnfs with preprocessing ... 
1199.42/1199.98	c Bin: Executing kcnfs
1199.42/1199.98	c kcnfs returned code 1.
1199.42/1199.98	c kcnfs returned code 1.
1199.42/1199.98	c satzilla running march_dl with preprocessing ... 
1199.42/1199.98	c Bin: Executing march_dl
1199.42/1199.98	c march_dl returned code 1.
1199.42/1199.98	c march_dl returned code 1.
1199.42/1199.98	c satzilla running vallst with preprocessing ... 
1199.42/1199.98	c Bin: Executing vallst
1199.42/1199.98	c vallst returned code 1.
1199.42/1199.98	c vallst returned code 1.
1199.42/1199.98	c satzilla running zchaff_rand with preprocessing ... 
1199.42/1199.98	c Bin: Executing zchaff_rand
1199.42/1199.98	c zchaff_rand returned code 1.
1199.42/1199.98	c zchaff_rand returned code 1.
1199.42/1199.98	c satzilla running vallst ... 
1199.42/1199.98	c Bin: Executing vallst
1199.42/1199.98	c vallst returned code 1.
1199.42/1199.98	c vallst returned code 1.
1199.42/1199.98	c satzilla running zchaff_rand ... 
1199.42/1199.98	c Bin: Executing zchaff_rand
1199.42/1199.98	c zchaff_rand returned code 1.
1199.42/1199.98	c zchaff_rand returned code 1.
1199.42/1199.98	c satzilla running minisat20 ... 
1199.42/1199.98	c Bin: Executing minisat20
1199.42/1199.98	c minisat20 returned code 1.
1199.42/1199.98	c minisat20 returned code 1.
1199.42/1199.98	c ERROR: All Failed! 
1199.42/1199.98	c SATZILLA_TIME=1199.710000

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/node7/watcher-300928-1171943492 -o ROOT/results/node7/solver-300928-1171943492 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300928-1171943492/SATzilla2007_R /tmp/evaluation/300928-1171943492/instance-300928-1171943492.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.95 3/77 1115
/proc/meminfo: memFree=1667592/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=1440 CPUtime=0
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214303894 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 360 110 95 260 0 84 0
[pid=1116] ppid=1115 vsize=768 CPUtime=0
/proc/1116/stat : 1116 (march_dl) R 1115 1115 1039 0 -1 4194304 100 0 0 0 0 0 0 0 20 0 1 0 214303894 786432 95 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1116/statm: 192 95 50 118 0 71 0

[startup+0.106759 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 1115
/proc/meminfo: memFree=1667592/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=1440 CPUtime=0
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214303894 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 360 110 95 260 0 84 0
[pid=1116] ppid=1115 vsize=3088 CPUtime=0.09
/proc/1116/stat : 1116 (march_dl) R 1115 1115 1039 0 -1 4194304 1825 0 0 0 9 0 0 0 20 0 1 0 214303894 3162112 449 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134582612 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1116/statm: 772 449 67 118 0 651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4528

[startup+0.514801 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 1115
/proc/meminfo: memFree=1667592/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=1440 CPUtime=0
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214303894 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 360 110 95 260 0 84 0
[pid=1116] ppid=1115 vsize=3124 CPUtime=0.5
/proc/1116/stat : 1116 (march_dl) R 1115 1115 1039 0 -1 4194304 1940 0 0 0 50 0 0 0 24 0 1 0 214303894 3198976 507 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1116/statm: 781 507 67 118 0 660 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4564

[startup+1.33489 s]
/proc/loadavg: 1.01 1.00 0.96 2/79 1117
/proc/meminfo: memFree=1665400/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=1440 CPUtime=0
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214303894 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 360 110 95 260 0 84 0
[pid=1116] ppid=1115 vsize=3256 CPUtime=1.32
/proc/1116/stat : 1116 (march_dl) R 1115 1115 1039 0 -1 4194304 1980 0 0 0 132 0 0 0 25 0 1 0 214303894 3334144 547 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1116/statm: 814 547 67 118 0 693 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4696

[startup+2.97106 s]
/proc/loadavg: 1.01 1.00 0.96 2/79 1117
/proc/meminfo: memFree=1650296/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=1440 CPUtime=0
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214303894 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 360 110 95 260 0 84 0
[pid=1116] ppid=1115 vsize=17932 CPUtime=2.96
/proc/1116/stat : 1116 (march_dl) R 1115 1115 1039 0 -1 4194304 6138 0 0 0 275 21 0 0 25 0 1 0 214303894 18362368 4245 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134617620 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1116/statm: 4483 4245 72 118 0 4362 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 19372

[startup+6.2534 s]
/proc/loadavg: 1.01 1.00 0.96 2/79 1118
/proc/meminfo: memFree=1666040/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=1440 CPUtime=4.99
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 135 7058 0 0 0 0 477 22 16 0 1 0 214303894 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1115/statm: 360 111 96 260 0 84 0
[pid=1118] ppid=1115 vsize=6188 CPUtime=1.23
/proc/1118/stat : 1118 (ubcsat2006) R 1115 1115 1039 0 -1 4194304 476 0 0 0 117 6 0 0 25 0 1 0 214304395 6336512 459 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1118/statm: 1547 459 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7628

[startup+12.7051 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1119
/proc/meminfo: memFree=1657336/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=7404 CPUtime=1.96
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 1594 0 0 0 196 0 0 0 25 0 1 0 214304967 7581696 1588 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 1851 1588 59 118 0 1729 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 12200

[startup+25.5214 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1119
/proc/meminfo: memFree=1653112/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=11512 CPUtime=14.78
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 2645 0 0 0 1476 2 0 0 25 0 1 0 214304967 11788288 2639 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 2878 2639 59 118 0 2756 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16308

[startup+51.1512 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1119
/proc/meminfo: memFree=1651192/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=13780 CPUtime=40.39
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 3204 0 0 0 4037 2 0 0 25 0 1 0 214304967 14110720 3198 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 3445 3198 59 118 0 3323 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18576

[startup+102.403 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1119
/proc/meminfo: memFree=1648120/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=16668 CPUtime=91.64
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 3906 0 0 0 9160 4 0 0 25 0 1 0 214304967 17068032 3900 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 4167 3900 59 118 0 4045 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 21464

[startup+162.474 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1119
/proc/meminfo: memFree=1646328/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=18420 CPUtime=151.69
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 4351 0 0 0 15165 4 0 0 25 0 1 0 214304967 18862080 4345 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 4605 4345 59 118 0 4483 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 23216

[startup+222.543 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1119
/proc/meminfo: memFree=1645304/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=19480 CPUtime=211.75
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 4606 0 0 0 21170 5 0 0 25 0 1 0 214304967 19947520 4600 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 4870 4600 59 118 0 4748 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 24276

[startup+282.613 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1119
/proc/meminfo: memFree=1643384/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=21328 CPUtime=271.8
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 5082 0 0 0 27174 6 0 0 25 0 1 0 214304967 21839872 5076 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525506 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 5332 5076 59 118 0 5210 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 26124

[startup+342.683 s]
/proc/loadavg: 1.04 1.01 0.96 2/79 1119
/proc/meminfo: memFree=1643128/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=21592 CPUtime=331.85
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 5139 0 0 0 33179 6 0 0 25 0 1 0 214304967 22110208 5133 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 5398 5133 59 118 0 5276 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 26388

[startup+402.751 s]
/proc/loadavg: 1.01 1.01 0.96 2/79 1119
/proc/meminfo: memFree=1641208/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=23440 CPUtime=391.91
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 5614 0 0 0 39184 7 0 0 25 0 1 0 214304967 24002560 5608 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 5860 5608 59 118 0 5738 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 28236

[startup+462.821 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1119
/proc/meminfo: memFree=1640888/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=23968 CPUtime=451.97
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 5734 0 0 0 45189 8 0 0 25 0 1 0 214304967 24543232 5728 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 5992 5728 59 118 0 5870 0
Current children cumulated CPU time (s) 462.66

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


[startup+823.282 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1636536/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=27944 CPUtime=812.22
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 6768 0 0 0 81210 12 0 0 25 0 1 0 214304967 28614656 6722 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 6986 6722 59 118 0 6864 0
Current children cumulated CPU time (s) 822.91
Current children cumulated vsize (KiB) 32740

[startup+883.351 s]
/proc/loadavg: 1.00 1.00 0.96 3/79 1319
/proc/meminfo: memFree=1635960/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=28472 CPUtime=872.26
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 6895 0 0 0 87214 12 0 0 25 0 1 0 214304967 29155328 6849 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7118 6849 59 118 0 6996 0
Current children cumulated CPU time (s) 882.95
Current children cumulated vsize (KiB) 33268

[startup+943.418 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1635896/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=28472 CPUtime=932.32
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 6904 0 0 0 93219 13 0 0 25 0 1 0 214304967 29155328 6858 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528317 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7118 6858 59 118 0 6996 0
Current children cumulated CPU time (s) 943.01
Current children cumulated vsize (KiB) 33268

[startup+1003.49 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1634424/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=30136 CPUtime=992.37
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7317 0 0 0 99223 14 0 0 25 0 1 0 214304967 30859264 7271 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7534 7271 59 118 0 7412 0
Current children cumulated CPU time (s) 1003.06
Current children cumulated vsize (KiB) 34932

[startup+1063.56 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633720/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=30960 CPUtime=1052.44
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7497 0 0 0 105229 15 0 0 25 0 1 0 214304967 31703040 7451 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7740 7451 59 118 0 7618 0
Current children cumulated CPU time (s) 1063.13
Current children cumulated vsize (KiB) 35756

[startup+1123.63 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633272/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1112.48
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7603 0 0 0 111233 15 0 0 25 0 1 0 214304967 32108544 7557 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7557 59 118 0 7717 0
Current children cumulated CPU time (s) 1123.17
Current children cumulated vsize (KiB) 36152

[startup+1183.7 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633336/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1172.54
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7610 0 0 0 117238 16 0 0 25 0 1 0 214304967 32108544 7564 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7564 59 118 0 7717 0
Current children cumulated CPU time (s) 1183.23
Current children cumulated vsize (KiB) 36152

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

[startup+1187.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633336/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1176.34
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7610 0 0 0 117618 16 0 0 25 0 1 0 214304967 32108544 7564 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7564 59 118 0 7717 0
Current children cumulated CPU time (s) 1187.03
Current children cumulated vsize (KiB) 36152

[startup+1194.05 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633336/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1182.89
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7610 0 0 0 118273 16 0 0 25 0 1 0 214304967 32108544 7564 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7564 59 118 0 7717 0
Current children cumulated CPU time (s) 1193.58
Current children cumulated vsize (KiB) 36152

[startup+1197.34 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633336/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1186.17
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7610 0 0 0 118601 16 0 0 25 0 1 0 214304967 32108544 7564 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7564 59 118 0 7717 0
Current children cumulated CPU time (s) 1196.86
Current children cumulated vsize (KiB) 36152

[startup+1198.98 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633400/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1187.81
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7610 0 0 0 118765 16 0 0 25 0 1 0 214304967 32108544 7564 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7564 59 118 0 7717 0
Current children cumulated CPU time (s) 1198.5
Current children cumulated vsize (KiB) 36152

[startup+1199.39 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633400/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1188.22
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7610 0 0 0 118806 16 0 0 25 0 1 0 214304967 32108544 7564 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7564 59 118 0 7717 0
Current children cumulated CPU time (s) 1198.91
Current children cumulated vsize (KiB) 36152

[startup+1199.79 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633400/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1188.63
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7610 0 0 0 118847 16 0 0 25 0 1 0 214304967 32108544 7564 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7564 59 118 0 7717 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 36152

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 1319
/proc/meminfo: memFree=1633400/2055920 swapFree=4142368/4192956
[pid=1115] ppid=1113 vsize=4796 CPUtime=10.69
/proc/1115/stat : 1115 (SATzilla2007_R) S 1113 1115 1039 0 -1 4194304 1748 7540 0 0 336 18 680 35 25 0 1 0 214303894 4911104 1020 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1115/statm: 1199 1020 164 260 0 923 0
[pid=1119] ppid=1115 vsize=31356 CPUtime=1188.73
/proc/1119/stat : 1119 (minisat20) R 1115 1115 1039 0 -1 4194304 7610 0 0 0 118857 16 0 0 25 0 1 0 214304967 32108544 7564 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1119/statm: 7839 7564 59 118 0 7717 0
Current children cumulated CPU time (s) 1199.42
Current children cumulated vsize (KiB) 36152

Child status: 17
Real time (s): 1199.98
CPU time (s): 1199.55
CPU user time (s): 1198.83
CPU system time (s): 0.714891
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 36152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.83
system time used= 0.714891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16911
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= 27
involuntary context switches= 25179

runsolver used 1.09883 second user time and 3.16852 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Feb 20 03:51:32 UTC 2007

IDJOB= 300928
IDBENCH= 20046
IDSOLVER= 134
FILE ID= node7/300928-1171943492

PBS_JOBID= 3848947

Free space on /tmp= 66540 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S1036103820-03.cnf
COMMAND LINE= /tmp/evaluation/300928-1171943492/SATzilla2007_R /tmp/evaluation/300928-1171943492/instance-300928-1171943492.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-300928-1171943492 -o ROOT/results/node7/solver-300928-1171943492 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300928-1171943492/SATzilla2007_R /tmp/evaluation/300928-1171943492/instance-300928-1171943492.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  85e6669b731e40790ffff95698079292

RANDOM SEED= 561216962

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1668064 kB
Buffers:         51492 kB
Cached:         237976 kB
SwapCached:      16056 kB
Active:         226692 kB
Inactive:        92668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668064 kB
SwapTotal:     4192956 kB
SwapFree:      4142368 kB
Dirty:            8840 kB
Writeback:           0 kB
Mapped:          29568 kB
Slab:            54068 kB
Committed_AS:   792120 kB
PageTables:       1764 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= 66540 MiB

End job on node7 on Tue Feb 20 04:11:32 UTC 2007