Trace number 1785147

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 CRAFTED? (exit code) 4998.43 5000.31

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n320-01-S1432474240.sat05-483.reshuffled-07.cnf
MD5SUM8fce8bf20db46a2557b7a1cf79e53b51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

11.15/11.20	c run March_dl for 5 seconds ... 
11.15/11.20	c Bin: Executing march_dl
11.15/11.20	c child exit by a signal
11.15/11.20	c march_dl returned code 137.
11.15/11.20	c run saps (UBCSAT implementation) for 2 seconds ... 
11.15/11.20	c Bin: Executing ubcsat2006
11.15/11.20	c child exited successfully
11.15/11.20	c ubcsat2006 returned code 0.
11.15/11.20	c satzilla computing base features
11.15/11.20	c satzilla doing unit-prop probe
11.15/11.20	c satzilla doing local search probe
11.15/11.20	c satzilla doing lobjois search-space size estimate
11.15/11.20	c satzilla's ranking:
11.15/11.20	c 1) minisat20+P: -1.149080
11.15/11.20	c 2) minisat20: -0.065417
11.15/11.20	c 3) vallst+P: 2.431970
11.15/11.20	c 4) march_dl: 2.529154
11.15/11.20	c 5) march_dl+P: 3.067116
11.15/11.20	c 6) zchaff_rand+P: 4.064497
11.15/11.20	c 7) kcnfs+P: 999.000000
11.15/11.20	c 8) kcnfs: 999.000000
11.15/11.20	c 9) vallst: 999.000000
11.15/11.20	c 10) zchaff_rand: 999.000000
11.15/11.20	c satzilla running minisat20 with preprocessing ... 
11.15/11.21	This is MiniSat 2.0 beta
11.15/11.21	WARNING: for repeatability, setting FPU to use double precision
11.15/11.21	============================[ Problem Statistics ]=============================
11.15/11.21	|                                                                             |
11.15/11.21	|  Number of variables:  260                                                  |
11.15/11.21	|  Number of clauses:    486                                                  |
11.15/11.21	|  Parsing time:         0.00         s                                       |
11.15/11.21	============================[ Search Statistics ]==============================
11.15/11.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.15/11.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.15/11.21	===============================================================================
11.15/11.21	|         0 |     260      486     1102 |      162        0    nan |  0.000 % |
11.15/11.21	|       100 |     260      486     1102 |      178      100     27 |  0.002 % |
11.15/11.21	|       250 |     260      486     1102 |      196      250     28 |  0.001 % |
11.15/11.22	|       475 |     260      486     1102 |      215      193     20 |  0.007 % |
11.15/11.23	|       812 |     260      486     1102 |      237      221     19 |  0.007 % |
11.15/11.24	|      1318 |     260      486     1102 |      260      245     17 |  0.007 % |
11.15/11.26	|      2078 |     260      486     1102 |      286      266     17 |  0.007 % |
11.15/11.29	|      3217 |     260      486     1102 |      315      313     21 |  0.002 % |
11.16/11.34	|      4928 |     260      486     1102 |      347      396     22 |  0.002 % |
11.16/11.41	|      7490 |     260      486     1102 |      381      227     13 |  0.002 % |
11.16/11.52	|     11335 |     260      486     1102 |      420      487     25 |  0.002 % |
11.16/11.71	|     17102 |     260      486     1102 |      462      314     18 |  0.007 % |
11.94/12.02	|     25751 |     260      486     1102 |      508      350     23 |  0.002 % |
12.24/12.40	|     38727 |     260      486     1102 |      559      382     20 |  0.002 % |
12.94/13.00	|     58188 |     260      486     1102 |      615      507     24 |  0.001 % |
13.84/13.96	|     87380 |     260      486     1102 |      676      619     28 |  0.007 % |
15.44/15.58	|    131169 |     260      486     1102 |      744      703     30 |  0.002 % |
17.94/18.08	|    196853 |     260      486     1102 |      818      705     30 |  0.006 % |
21.53/21.61	|    295380 |     260      486     1102 |      900      529     21 |  0.001 % |
27.33/27.46	|    443169 |     260      486     1102 |      990      860     33 |  0.002 % |
36.42/36.58	|    664852 |     260      486     1102 |     1089      937     33 |  0.001 % |
50.21/50.35	|    997378 |     260      486     1102 |     1198     1123     30 |  0.007 % |
73.60/73.77	|   1496166 |     260      486     1102 |     1318      777     28 |  0.002 % |
108.30/108.49	|   2244349 |     260      486     1102 |     1450     1355     30 |  0.001 % |
161.18/161.38	|   3366624 |     260      486     1102 |     1595      858     31 |  0.007 % |
246.84/247.04	|   5050035 |     260      486     1102 |     1755     1292     35 |  0.002 % |
379.18/379.48	|   7575151 |     260      486     1102 |     1930     1292     36 |  0.007 % |
585.09/585.48	|  11362828 |     260      486     1102 |     2123     1455     30 |  0.007 % |
897.36/897.89	|  17044340 |     260      486     1102 |     2336     1550     37 |  0.002 % |
1383.46/1384.15	|  25566609 |     260      486     1102 |     2569     1994     38 |  0.007 % |
2187.93/2188.97	|  38350013 |     260      486     1102 |     2826     2534     43 |  0.002 % |
3352.15/3353.55	|  57525119 |     260      486     1102 |     3109     1662     31 |  0.007 % |
4998.38/5000.30	c Preprocessing...
4998.38/5000.30	c Inital problem has 320 variables, 65 nary clauses (421 binary clauses).
4998.38/5000.30	c Num non-binary clauses 65, Average non-binary clause length 4.000
4998.38/5000.30	c Preprocessor runtime was 0.000 seconds.
4998.38/5000.30	c 
4998.38/5000.30	c Satisfiability of theory still undetermined.
4998.38/5000.30	c See file /tmp/2d23Wy for simplified theory.
4998.38/5000.30	c Bin: Executing minisat20
4998.38/5000.30	c child exit by a signal
4998.38/5000.30	c minisat20 returned code 137.
4998.38/5000.30	c minisat20 returned code 137.
4998.38/5000.30	c satzilla running minisat20 ... 
4998.38/5000.30	c Bin: Executing minisat20
4998.38/5000.30	c minisat20 returned code 1.
4998.38/5000.30	c minisat20 returned code 1.
4998.38/5000.30	c satzilla running vallst with preprocessing ... 
4998.38/5000.30	c Bin: Executing vallst
4998.38/5000.30	c vallst returned code 1.
4998.38/5000.30	c vallst returned code 1.
4998.38/5000.30	c satzilla running march_dl ... 
4998.38/5000.30	c Bin: Executing march_dl
4998.38/5000.30	c march_dl returned code 1.
4998.38/5000.30	c march_dl returned code 1.
4998.38/5000.30	c satzilla running march_dl with preprocessing ... 
4998.38/5000.30	c Bin: Executing march_dl
4998.38/5000.30	c march_dl returned code 1.
4998.38/5000.30	c march_dl returned code 1.
4998.38/5000.30	c satzilla running zchaff_rand with preprocessing ... 
4998.38/5000.30	c Bin: Executing zchaff_rand
4998.38/5000.30	c zchaff_rand returned code 1.
4998.38/5000.30	c zchaff_rand returned code 1.
4998.38/5000.30	c satzilla running kcnfs with preprocessing ... 
4998.38/5000.30	c Bin: Executing kcnfs
4998.38/5000.30	c kcnfs returned code 1.
4998.38/5000.30	c kcnfs returned code 1.
4998.38/5000.30	c satzilla running kcnfs ... 
4998.38/5000.30	c Bin: Executing kcnfs
4998.38/5000.30	c kcnfs returned code 1.
4998.38/5000.30	c kcnfs returned code 1.
4998.38/5000.30	c satzilla running vallst ... 
4998.38/5000.30	c Bin: Executing vallst
4998.38/5000.30	c vallst returned code 1.
4998.38/5000.30	c vallst returned code 1.
4998.38/5000.30	c satzilla running zchaff_rand ... 
4998.38/5000.30	c Bin: Executing zchaff_rand
4998.38/5000.30	c zchaff_rand returned code 1.
4998.38/5000.30	c zchaff_rand returned code 1.
4998.38/5000.30	c ERROR: All Failed! 
4998.38/5000.30	c SATZILLA_TIME=4999.170000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785147-1241895317/watcher-1785147-1241895317 -o /tmp/evaluation-result-1785147-1241895317/solver-1785147-1241895317 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785147-1241895317.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.97 0.99 3/64 23163
/proc/meminfo: memFree=530752/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1440 CPUtime=0
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217558603 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 360 110 95 260 0 84 0
[pid=23164] ppid=23163 vsize=772 CPUtime=0
/proc/23164/stat : 23164 (march_dl) R 23163 23163 23088 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 217558603 790528 121 1992294400 134512640 134996440 4294956256 18446744073709551615 134559448 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23164/statm: 193 121 65 118 0 72 0

[startup+0.041473 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23163
/proc/meminfo: memFree=530752/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1440 CPUtime=0
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217558603 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 360 110 95 260 0 84 0
[pid=23164] ppid=23163 vsize=904 CPUtime=0.03
/proc/23164/stat : 23164 (march_dl) R 23163 23163 23088 0 -1 4194304 183 0 0 0 3 0 0 0 19 0 1 0 217558603 925696 175 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23164/statm: 226 175 74 118 0 105 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2344

[startup+0.101479 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23163
/proc/meminfo: memFree=530752/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1440 CPUtime=0
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217558603 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 360 110 95 260 0 84 0
[pid=23164] ppid=23163 vsize=904 CPUtime=0.09
/proc/23164/stat : 23164 (march_dl) R 23163 23163 23088 0 -1 4194304 184 0 0 0 9 0 0 0 19 0 1 0 217558603 925696 176 1992294400 134512640 134996440 4294956256 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23164/statm: 226 176 74 118 0 105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2344

[startup+0.3015 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23163
/proc/meminfo: memFree=530752/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1440 CPUtime=0
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217558603 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 360 110 95 260 0 84 0
[pid=23164] ppid=23163 vsize=904 CPUtime=0.29
/proc/23164/stat : 23164 (march_dl) R 23163 23163 23088 0 -1 4194304 187 0 0 0 29 0 0 0 21 0 1 0 217558603 925696 179 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23164/statm: 226 179 74 118 0 105 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2344

[startup+0.701543 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23163
/proc/meminfo: memFree=530752/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1440 CPUtime=0
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217558603 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 360 110 95 260 0 84 0
[pid=23164] ppid=23163 vsize=904 CPUtime=0.69
/proc/23164/stat : 23164 (march_dl) R 23163 23163 23088 0 -1 4194304 188 0 0 0 69 0 0 0 25 0 1 0 217558603 925696 180 1992294400 134512640 134996440 4294956256 18446744073709551615 134552385 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23164/statm: 226 180 74 118 0 105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2344

[startup+1.50163 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23165
/proc/meminfo: memFree=530160/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1440 CPUtime=0
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217558603 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 360 110 95 260 0 84 0
[pid=23164] ppid=23163 vsize=904 CPUtime=1.49
/proc/23164/stat : 23164 (march_dl) R 23163 23163 23088 0 -1 4194304 188 0 0 0 149 0 0 0 25 0 1 0 217558603 925696 180 1992294400 134512640 134996440 4294956256 18446744073709551615 134552325 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23164/statm: 226 180 74 118 0 105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2344

[startup+3.10181 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23165
/proc/meminfo: memFree=530032/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1440 CPUtime=0
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217558603 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 360 110 95 260 0 84 0
[pid=23164] ppid=23163 vsize=904 CPUtime=3.09
/proc/23164/stat : 23164 (march_dl) R 23163 23163 23088 0 -1 4194304 189 0 0 0 309 0 0 0 25 0 1 0 217558603 925696 181 1992294400 134512640 134996440 4294956256 18446744073709551615 134551492 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23164/statm: 226 181 74 118 0 105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2344

[startup+6.30116 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23166
/proc/meminfo: memFree=529968/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1440 CPUtime=4.99
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 135 189 0 0 0 0 499 0 16 0 1 0 217558603 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 360 111 96 260 0 84 0
[pid=23166] ppid=23163 vsize=6188 CPUtime=1.28
/proc/23166/stat : 23166 (ubcsat2006) R 23163 23163 23088 0 -1 4194304 243 0 0 0 95 33 0 0 25 0 1 0 217559104 6336512 226 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23166/statm: 1547 226 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23167
/proc/meminfo: memFree=529840/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=1940 CPUtime=1.48
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 143 0 0 0 148 0 0 0 25 0 1 0 217559725 1986560 138 1992294400 134512640 134998072 4294956304 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 485 138 58 118 0 363 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 3636

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23167
/proc/meminfo: memFree=529648/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=2200 CPUtime=14.27
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 216 0 0 0 1427 0 0 0 25 0 1 0 217559725 2252800 211 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 550 211 58 118 0 428 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 3896

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23167
/proc/meminfo: memFree=529328/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=2456 CPUtime=39.85
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 277 0 0 0 3985 0 0 0 25 0 1 0 217559725 2514944 272 1992294400 134512640 134998072 4294956304 18446744073709551615 134525514 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 614 272 58 118 0 492 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 4152

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23167
/proc/meminfo: memFree=529072/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=2584 CPUtime=91.04
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 334 0 0 0 9103 1 0 0 25 0 1 0 217559725 2646016 329 1992294400 134512640 134998072 4294956304 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 646 329 58 118 0 524 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 4280

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23167
/proc/meminfo: memFree=528944/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=2840 CPUtime=151.02
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 377 0 0 0 15101 1 0 0 25 0 1 0 217559725 2908160 372 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 710 372 58 118 0 588 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 4536

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23167
/proc/meminfo: memFree=528752/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=2972 CPUtime=210.99
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 415 0 0 0 21098 1 0 0 25 0 1 0 217559725 3043328 410 1992294400 134512640 134998072 4294956304 18446744073709551615 134527508 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 743 410 58 118 0 621 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 4668

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23167
/proc/meminfo: memFree=528624/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=3104 CPUtime=270.96
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 452 0 0 0 27095 1 0 0 25 0 1 0 217559725 3178496 447 1992294400 134512640 134998072 4294956304 18446744073709551615 134529772 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 776 447 58 118 0 654 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 4800

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23167
/proc/meminfo: memFree=528560/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=3236 CPUtime=330.94
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 473 0 0 0 33093 1 0 0 25 0 1 0 217559725 3313664 468 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 809 468 58 118 0 687 0

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


[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4649.36
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 936 0 0 0 464931 5 0 0 25 0 1 0 217559725 5189632 931 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 931 58 118 0 1145 0
Current children cumulated CPU time (s) 4660.52
Current children cumulated vsize (KiB) 6764

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4709.34
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 937 0 0 0 470929 5 0 0 25 0 1 0 217559725 5189632 932 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 932 58 118 0 1145 0
Current children cumulated CPU time (s) 4720.5
Current children cumulated vsize (KiB) 6764

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4769.31
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 937 0 0 0 476926 5 0 0 25 0 1 0 217559725 5189632 932 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 932 58 118 0 1145 0
Current children cumulated CPU time (s) 4780.47
Current children cumulated vsize (KiB) 6764

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4829.29
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 940 0 0 0 482924 5 0 0 25 0 1 0 217559725 5189632 935 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 935 58 118 0 1145 0
Current children cumulated CPU time (s) 4840.45
Current children cumulated vsize (KiB) 6764

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4889.26
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 943 0 0 0 488921 5 0 0 25 0 1 0 217559725 5189632 938 1992294400 134512640 134998072 4294956304 18446744073709551615 134535771 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 938 58 118 0 1145 0
Current children cumulated CPU time (s) 4900.42
Current children cumulated vsize (KiB) 6764

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4949.24
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 943 0 0 0 494919 5 0 0 25 0 1 0 217559725 5189632 938 1992294400 134512640 134998072 4294956304 18446744073709551615 134527560 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 938 58 118 0 1145 0
Current children cumulated CPU time (s) 4960.4
Current children cumulated vsize (KiB) 6764

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

[startup+4966.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4953.24
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 943 0 0 0 495319 5 0 0 25 0 1 0 217559725 5189632 938 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 938 58 118 0 1145 0
Current children cumulated CPU time (s) 4964.4
Current children cumulated vsize (KiB) 6764

[startup+4979.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4966.04
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 944 0 0 0 496599 5 0 0 25 0 1 0 217559725 5189632 939 1992294400 134512640 134998072 4294956304 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 939 58 118 0 1145 0
Current children cumulated CPU time (s) 4977.2
Current children cumulated vsize (KiB) 6764

[startup+4991.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4978.83
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 948 0 0 0 497878 5 0 0 25 0 1 0 217559725 5189632 943 1992294400 134512640 134998072 4294956304 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 943 58 118 0 1145 0
Current children cumulated CPU time (s) 4989.99
Current children cumulated vsize (KiB) 6764

[startup+4995.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4982.03
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 948 0 0 0 498198 5 0 0 25 0 1 0 217559725 5189632 943 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 943 58 118 0 1145 0
Current children cumulated CPU time (s) 4993.19
Current children cumulated vsize (KiB) 6764

[startup+4998.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4985.23
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 948 0 0 0 498518 5 0 0 25 0 1 0 217559725 5189632 943 1992294400 134512640 134998072 4294956304 18446744073709551615 134525546 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 943 58 118 0 1145 0
Current children cumulated CPU time (s) 4996.39
Current children cumulated vsize (KiB) 6764

[startup+4999.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4986.03
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 948 0 0 0 498598 5 0 0 25 0 1 0 217559725 5189632 943 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 943 58 118 0 1145 0
Current children cumulated CPU time (s) 4997.19
Current children cumulated vsize (KiB) 6764

[startup+4999.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4986.82
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 948 0 0 0 498677 5 0 0 25 0 1 0 217559725 5189632 943 1992294400 134512640 134998072 4294956304 18446744073709551615 134528282 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 943 58 118 0 1145 0
Current children cumulated CPU time (s) 4997.98
Current children cumulated vsize (KiB) 6764

[startup+5000.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23181
/proc/meminfo: memFree=526512/2055920 swapFree=4179680/4192956
[pid=23163] ppid=23161 vsize=1696 CPUtime=11.16
/proc/23163/stat : 23163 (SATzilla2007_C) S 23161 23163 23088 0 -1 4194304 538 438 0 0 302 43 700 71 25 0 1 0 217558603 1736704 247 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23163/statm: 424 247 165 260 0 148 0
[pid=23167] ppid=23163 vsize=5068 CPUtime=4987.22
/proc/23167/stat : 23167 (minisat20) R 23163 23163 23088 0 -1 4194304 948 0 0 0 498717 5 0 0 25 0 1 0 217559725 5189632 943 1992294400 134512640 134998072 4294956304 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23167/statm: 1267 943 58 118 0 1145 0
Current children cumulated CPU time (s) 4998.38
Current children cumulated vsize (KiB) 6764

Child status: 17
Real time (s): 5000.31
CPU time (s): 4998.43
CPU user time (s): 4997.21
CPU system time (s): 1.21681
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 7628

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

runsolver used 3.9454 second user time and 14.2458 second system time

The end

Launcher Data

Begin job on node64 at 2009-05-09 20:55:17
IDJOB=1785147
IDBENCH=24710
IDSOLVER=640
FILE ID=node64/1785147-1241895317
PBS_JOBID= 9264743
Free space on /tmp= 66368 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen8-n320-01-S1432474240.sat05-483.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785147-1241895317/watcher-1785147-1241895317 -o /tmp/evaluation-result-1785147-1241895317/solver-1785147-1241895317 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785147-1241895317.cnf            

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

MD5SUM BENCH= 8fce8bf20db46a2557b7a1cf79e53b51
RANDOM SEED=1012505318

node64.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.218
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.218
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:        531168 kB
Buffers:         89844 kB
Cached:        1328244 kB
SwapCached:       7056 kB
Active:         114824 kB
Inactive:      1313088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        531168 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            8360 kB
Writeback:           0 kB
Mapped:          15008 kB
Slab:            82484 kB
Committed_AS:   609752 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node64 at 2009-05-09 22:18:37