Trace number 1543913

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla RANDOM? (exit code) 1199.61 1199.98

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S501150091-001.cnf
MD5SUMe113edb96dafae9a32f84235b77a2595
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.5081
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

10.68/10.70	c run March_dl for 5 seconds ... 
10.68/10.70	c Bin: Executing march_dl
10.68/10.70	c child exit by a signal
10.68/10.70	c march_dl returned code 137.
10.68/10.70	c run saps (UBCSAT implementation) for 2 seconds ... 
10.68/10.70	c Bin: Executing ubcsat2006
10.68/10.70	c child exited successfully
10.68/10.70	c ubcsat2006 returned code 0.
10.68/10.70	c satzilla computing base features
10.68/10.70	c satzilla doing unit-prop probe
10.68/10.70	c satzilla doing local search probe
10.68/10.70	c satzilla doing lobjois search-space size estimate
10.68/10.70	c satzilla's ranking:
10.68/10.70	c 1) minisat20+P: 9.256843
10.68/10.70	c 2) march_dl: 11.488262
10.68/10.70	c 3) kcnfs: 12.507456
10.68/10.70	c 4) kcnfs+P: 999.000000
10.68/10.70	c 5) march_dl+P: 999.000000
10.68/10.70	c 6) vallst+P: 999.000000
10.68/10.70	c 7) zchaff_rand+P: 999.000000
10.68/10.70	c 8) vallst: 999.000000
10.68/10.70	c 9) zchaff_rand: 999.000000
10.68/10.70	c 10) minisat20: 999.000000
10.68/10.70	c satzilla running minisat20 with preprocessing ... 
10.68/10.79	This is MiniSat 2.0 beta
10.68/10.79	WARNING: for repeatability, setting FPU to use double precision
10.68/10.79	============================[ Problem Statistics ]=============================
10.68/10.79	|                                                                             |
10.68/10.79	|  Number of variables:  1000                                                 |
10.68/10.79	|  Number of clauses:    20000                                                |
10.77/10.81	|  Parsing time:         0.02         s                                       |
10.77/10.81	============================[ Search Statistics ]==============================
10.77/10.81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.77/10.81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.77/10.81	===============================================================================
10.77/10.81	|         0 |    1000    20000   100000 |     6666        0    nan |  0.000 % |
10.77/10.82	|       100 |    1000    20000   100000 |     7333      100    114 |  0.000 % |
10.77/10.84	|       250 |    1000    20000   100000 |     8066      250    118 |  0.000 % |
10.77/10.86	|       476 |    1000    20000   100000 |     8873      476    124 |  0.000 % |
10.77/10.90	|       813 |    1000    20000   100000 |     9760      813    124 |  0.000 % |
10.77/10.96	|      1320 |    1000    20000   100000 |    10736     1320    125 |  0.000 % |
10.97/11.04	|      2079 |    1000    20000   100000 |    11810     2079    126 |  0.000 % |
11.07/11.19	|      3218 |    1000    20000   100000 |    12991     3218    128 |  0.000 % |
11.37/11.40	|      4927 |    1000    20000   100000 |    14290     4927    128 |  0.000 % |
11.66/11.78	|      7489 |    1000    20000   100000 |    15719     7489    130 |  0.000 % |
12.36/12.45	|     11334 |    1000    20000   100000 |    17291    11334    133 |  0.000 % |
13.57/13.68	|     17101 |    1000    20000   100000 |    19020    17101    133 |  0.000 % |
15.66/15.80	|     25753 |    1000    20000   100000 |    20922    16069    136 |  0.000 % |
19.06/19.18	|     38730 |    1000    20000   100000 |    23015    18392    143 |  0.000 % |
24.96/25.02	|     58192 |    1000    20000   100000 |    25316    14175    142 |  0.000 % |
35.26/35.36	|     87385 |    1000    20000   100000 |    27848    15126    142 |  0.000 % |
53.26/53.32	|    131174 |    1000    20000   100000 |    30633    26074    146 |  0.000 % |
81.45/81.56	|    196858 |    1000    20000   100000 |    33696    16771    142 |  0.000 % |
129.03/129.19	|    295386 |    1000    20000   100000 |    37066    32187    147 |  0.000 % |
209.60/209.76	|    443175 |    1000    20000   100000 |    40772    35883    155 |  0.000 % |
332.57/332.70	|    664859 |    1000    20000   100000 |    44849    39088    149 |  0.000 % |
533.01/533.28	|    997384 |    1000    20000   100000 |    49334    24508    142 |  0.000 % |
848.01/848.38	|   1496174 |    1000    20000   100000 |    54268    24169    145 |  0.000 % |
1199.51/1199.97	c Preprocessing...
1199.51/1199.97	c Inital problem has 1000 variables, 20000 nary clauses (0 binary clauses).
1199.51/1199.97	c Num non-binary clauses 20000, Average non-binary clause length 5.000
1199.51/1199.97	c Theory has no gaps
1199.51/1199.97	c Preprocessor runtime was 0.050 seconds.
1199.51/1199.97	c 
1199.51/1199.97	c Satisfiability of theory still undetermined.
1199.51/1199.97	c See file /tmp/MqGkVA for simplified theory.
1199.51/1199.97	c Bin: Executing minisat20
1199.51/1199.97	c child exit by a signal
1199.51/1199.97	c minisat20 returned code 137.
1199.51/1199.97	c minisat20 returned code 137.
1199.51/1199.97	c satzilla running march_dl ... 
1199.51/1199.97	c Bin: Executing march_dl
1199.51/1199.97	c march_dl returned code 1.
1199.51/1199.97	c march_dl returned code 1.
1199.51/1199.97	c satzilla running kcnfs ... 
1199.51/1199.97	c Bin: Executing kcnfs
1199.51/1199.97	c kcnfs returned code 1.
1199.51/1199.97	c kcnfs returned code 1.
1199.51/1199.97	c satzilla running kcnfs with preprocessing ... 
1199.51/1199.97	c Bin: Executing kcnfs
1199.51/1199.97	c kcnfs returned code 1.
1199.51/1199.97	c kcnfs returned code 1.
1199.51/1199.97	c satzilla running march_dl with preprocessing ... 
1199.51/1199.97	c Bin: Executing march_dl
1199.51/1199.97	c march_dl returned code 1.
1199.51/1199.97	c march_dl returned code 1.
1199.51/1199.97	c satzilla running vallst with preprocessing ... 
1199.51/1199.97	c Bin: Executing vallst
1199.51/1199.97	c vallst returned code 1.
1199.51/1199.97	c vallst returned code 1.
1199.51/1199.97	c satzilla running zchaff_rand with preprocessing ... 
1199.51/1199.97	c Bin: Executing zchaff_rand
1199.51/1199.97	c zchaff_rand returned code 1.
1199.51/1199.97	c zchaff_rand returned code 1.
1199.51/1199.97	c satzilla running vallst ... 
1199.51/1199.97	c Bin: Executing vallst
1199.51/1199.97	c vallst returned code 1.
1199.51/1199.97	c vallst returned code 1.
1199.51/1199.97	c satzilla running zchaff_rand ... 
1199.51/1199.97	c Bin: Executing zchaff_rand
1199.51/1199.97	c zchaff_rand returned code 1.
1199.51/1199.97	c zchaff_rand returned code 1.
1199.51/1199.97	c satzilla running minisat20 ... 
1199.51/1199.97	c Bin: Executing minisat20
1199.51/1199.97	c minisat20 returned code 1.
1199.51/1199.97	c minisat20 returned code 1.
1199.51/1199.97	c ERROR: All Failed! 
1199.51/1199.97	c SATZILLA_TIME=1199.780000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1543913-1238600975/watcher-1543913-1238600975 -o /tmp/evaluation-result-1543913-1238600975/solver-1543913-1238600975 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1543913-1238600975.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.99 0.99 1.00 3/73 17821
/proc/meminfo: memFree=1354344/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=1440 CPUtime=0
/proc/17821/stat : 17821 (SATzilla2007_R) R 17819 17821 17639 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1012516107 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/17821/statm: 360 110 95 260 0 84 0
[pid=17822] ppid=17821 vsize=796 CPUtime=0
/proc/17822/stat : 17822 (march_dl) R 17821 17821 17639 0 -1 4194304 112 0 0 0 0 0 0 0 18 0 1 0 1012516107 815104 107 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17822/statm: 199 107 50 118 0 78 0

[startup+0.106963 s]
/proc/loadavg: 0.99 0.99 1.00 3/73 17821
/proc/meminfo: memFree=1354344/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=1440 CPUtime=0
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1012516107 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17821/statm: 360 110 95 260 0 84 0
[pid=17822] ppid=17821 vsize=2680 CPUtime=0.1
/proc/17822/stat : 17822 (march_dl) R 17821 17821 17639 0 -1 4194304 2023 0 0 0 10 0 0 0 20 0 1 0 1012516107 2744320 515 1992294400 134512640 134996440 4294956240 18446744073709551615 134542411 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17822/statm: 670 515 63 118 0 549 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4120

[startup+0.201971 s]
/proc/loadavg: 0.99 0.99 1.00 3/73 17821
/proc/meminfo: memFree=1354344/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=1440 CPUtime=0
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1012516107 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17821/statm: 360 110 95 260 0 84 0
[pid=17822] ppid=17821 vsize=4108 CPUtime=0.19
/proc/17822/stat : 17822 (march_dl) R 17821 17821 17639 0 -1 4194304 2872 0 0 0 19 0 0 0 20 0 1 0 1012516107 4206592 662 1992294400 134512640 134996440 4294956240 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17822/statm: 1027 662 67 118 0 906 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5548

[startup+0.301982 s]
/proc/loadavg: 0.99 0.99 1.00 3/73 17821
/proc/meminfo: memFree=1354344/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=1440 CPUtime=0
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1012516107 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17821/statm: 360 110 95 260 0 84 0
[pid=17822] ppid=17821 vsize=4108 CPUtime=0.29
/proc/17822/stat : 17822 (march_dl) R 17821 17821 17639 0 -1 4194304 2874 0 0 0 29 0 0 0 21 0 1 0 1012516107 4206592 664 1992294400 134512640 134996440 4294956240 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17822/statm: 1027 664 67 118 0 906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5548

[startup+0.702024 s]
/proc/loadavg: 0.99 0.99 1.00 3/73 17821
/proc/meminfo: memFree=1354344/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=1440 CPUtime=0
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1012516107 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17821/statm: 360 110 95 260 0 84 0
[pid=17822] ppid=17821 vsize=4108 CPUtime=0.69
/proc/17822/stat : 17822 (march_dl) R 17821 17821 17639 0 -1 4194304 2880 0 0 0 69 0 0 0 25 0 1 0 1012516107 4206592 670 1992294400 134512640 134996440 4294956240 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17822/statm: 1027 670 67 118 0 906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5548

[startup+1.50111 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 17823
/proc/meminfo: memFree=1351768/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=1440 CPUtime=0
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1012516107 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17821/statm: 360 110 95 260 0 84 0
[pid=17822] ppid=17821 vsize=4240 CPUtime=1.49
/proc/17822/stat : 17822 (march_dl) R 17821 17821 17639 0 -1 4194304 2919 0 0 0 149 0 0 0 25 0 1 0 1012516107 4341760 709 1992294400 134512640 134996440 4294956240 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17822/statm: 1060 709 67 118 0 939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5680

[startup+3.10127 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 17823
/proc/meminfo: memFree=1330904/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=1440 CPUtime=0
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1012516107 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17821/statm: 360 110 95 260 0 84 0
[pid=17822] ppid=17821 vsize=27164 CPUtime=3.09
/proc/17822/stat : 17822 (march_dl) R 17821 17821 17639 0 -1 4194304 9068 0 0 0 280 29 0 0 25 0 1 0 1012516107 27815936 6453 1992294400 134512640 134996440 4294956240 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17822/statm: 6791 6453 72 118 0 6670 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28604

[startup+6.30161 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 17824
/proc/meminfo: memFree=1352096/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=1440 CPUtime=4.99
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 135 10651 0 0 0 0 469 30 16 0 1 0 1012516107 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 360 111 96 260 0 84 0
[pid=17824] ppid=17821 vsize=6188 CPUtime=1.28
/proc/17824/stat : 17824 (ubcsat2006) R 17821 17821 17639 0 -1 4194304 582 0 0 0 122 6 0 0 25 0 1 0 1012516608 6336512 565 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17824/statm: 1547 565 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 1.07 1.00 1.00 2/75 17825
/proc/meminfo: memFree=1341792/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=9992 CPUtime=1.9
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 2280 0 0 0 189 1 0 0 25 0 1 0 1012517187 10231808 2275 1992294400 134512640 134998072 4294956288 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 2498 2275 59 118 0 2376 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16184

[startup+25.5016 s]
/proc/loadavg: 1.06 1.00 1.00 2/75 17825
/proc/meminfo: memFree=1332576/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=17324 CPUtime=14.69
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 4132 0 0 0 1467 2 0 0 25 0 1 0 1012517187 17739776 4127 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 4331 4127 59 118 0 4209 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 23516

[startup+51.1013 s]
/proc/loadavg: 1.04 1.00 1.00 2/75 17825
/proc/meminfo: memFree=1328544/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=21316 CPUtime=40.29
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 5122 0 0 0 4026 3 0 0 25 0 1 0 1012517187 21827584 5117 1992294400 134512640 134998072 4294956288 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 5329 5117 59 118 0 5207 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 27508

[startup+102.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 17825
/proc/meminfo: memFree=1324000/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=25928 CPUtime=91.47
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 6256 0 0 0 9144 3 0 0 25 0 1 0 1012517187 26550272 6251 1992294400 134512640 134998072 4294956288 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 6482 6251 59 118 0 6360 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 32120

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17825
/proc/meminfo: memFree=1320544/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=29228 CPUtime=151.45
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 7102 0 0 0 15141 4 0 0 25 0 1 0 1012517187 29929472 7097 1992294400 134512640 134998072 4294956288 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 7307 7097 59 118 0 7185 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 35420

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17825
/proc/meminfo: memFree=1317472/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=32344 CPUtime=211.43
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 7872 0 0 0 21139 4 0 0 25 0 1 0 1012517187 33120256 7867 1992294400 134512640 134998072 4294956288 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 8086 7867 59 118 0 7964 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 38536

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17825
/proc/meminfo: memFree=1317344/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=32608 CPUtime=271.42
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 7911 0 0 0 27137 5 0 0 25 0 1 0 1012517187 33390592 7906 1992294400 134512640 134998072 4294956288 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 8152 7906 59 118 0 8030 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 38800

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17825
/proc/meminfo: memFree=1314784/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=35112 CPUtime=331.39
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 8562 0 0 0 33134 5 0 0 25 0 1 0 1012517187 35954688 8557 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 8778 8557 59 118 0 8656 0

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


[startup+822.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/75 17831
/proc/meminfo: memFree=1308192/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=41532 CPUtime=811.25
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 10169 0 0 0 81118 7 0 0 25 0 1 0 1012517187 42528768 10144 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 10383 10144 59 118 0 10261 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 47724

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1305824/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=44040 CPUtime=871.24
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 10816 0 0 0 87116 8 0 0 25 0 1 0 1012517187 45096960 10791 1992294400 134512640 134998072 4294956288 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11010 10791 59 118 0 10888 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 50232

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1303072/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46824 CPUtime=931.21
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11502 0 0 0 93113 8 0 0 25 0 1 0 1012517187 47947776 11477 1992294400 134512640 134998072 4294956288 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11706 11477 59 118 0 11584 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 53016

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=991.19
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 99111 8 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 53148

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1051.19
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 105110 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 53148

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1111.17
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 111108 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 53148

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1171.15
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 117106 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 53148

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

[startup+1190.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1179.25
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 117916 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1190.02
Current children cumulated vsize (KiB) 53148

[startup+1196.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1185.65
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 118556 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1196.42
Current children cumulated vsize (KiB) 53148

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1187.24
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 118715 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1198.01
Current children cumulated vsize (KiB) 53148

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1188.04
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 118795 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1198.81
Current children cumulated vsize (KiB) 53148

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1188.44
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 118835 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1199.21
Current children cumulated vsize (KiB) 53148

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1188.64
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 118855 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1199.41
Current children cumulated vsize (KiB) 53148

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17831
/proc/meminfo: memFree=1302880/2055920 swapFree=4175408/4192956
[pid=17821] ppid=17819 vsize=6192 CPUtime=10.77
/proc/17821/stat : 17821 (SATzilla2007_R) S 17819 17821 17639 0 -1 4194304 2406 11239 0 0 350 13 672 42 25 0 1 0 1012516107 6340608 1365 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17821/statm: 1548 1365 164 260 0 1272 0
[pid=17825] ppid=17821 vsize=46956 CPUtime=1188.74
/proc/17825/stat : 17825 (minisat20) R 17821 17821 17639 0 -1 4194304 11549 0 0 0 118865 9 0 0 25 0 1 0 1012517187 48082944 11524 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17825/statm: 11739 11524 59 118 0 11617 0
Current children cumulated CPU time (s) 1199.51
Current children cumulated vsize (KiB) 53148

Child status: 17
Real time (s): 1199.98
CPU time (s): 1199.61
CPU user time (s): 1198.95
CPU system time (s): 0.663899
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 53148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.95
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25207
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= 10
involuntary context switches= 2686

runsolver used 1.07384 second user time and 3.3025 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-01 17:49:35
IDJOB=1543913
IDBENCH=70184
IDSOLVER=557
FILE ID=node79/1543913-1238600975
PBS_JOBID= 9068338
Free space on /tmp= 65556 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S501150091-001.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1543913-1238600975/watcher-1543913-1238600975 -o /tmp/evaluation-result-1543913-1238600975/solver-1543913-1238600975 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1543913-1238600975.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e113edb96dafae9a32f84235b77a2595
RANDOM SEED=1047563938

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1354888 kB
Buffers:         95884 kB
Cached:         498136 kB
SwapCached:      11792 kB
Active:         336680 kB
Inactive:       273480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354888 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:            8832 kB
Writeback:           0 kB
Mapped:          22648 kB
Slab:            76056 kB
Committed_AS:  2847660 kB
PageTables:       2004 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= 65548 MiB
End job on node79 at 2009-04-01 18:09:36