Trace number 1625948

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) 4999.04 5001.11

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S882603971-022.cnf
MD5SUM8c169219b64992954a6c6431ec472521
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark46.4199
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
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 522000
Number of clauses of size over 50

Solver Data

10.57/10.69	c run March_dl for 5 seconds ... 
10.57/10.69	c Bin: Executing march_dl
10.57/10.69	c child exit by a signal
10.57/10.69	c march_dl returned code 137.
10.57/10.69	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.69	c Bin: Executing ubcsat2006
10.57/10.69	c child exited successfully
10.57/10.69	c ubcsat2006 returned code 0.
10.57/10.69	c satzilla computing base features
10.57/10.69	c satzilla doing unit-prop probe
10.57/10.69	c satzilla doing local search probe
10.57/10.69	c satzilla doing lobjois search-space size estimate
10.57/10.69	c satzilla's ranking:
10.57/10.69	c 1) minisat20+P: 9.026500
10.57/10.69	c 2) march_dl: 10.514805
10.57/10.69	c 3) kcnfs: 12.799028
10.57/10.69	c 4) kcnfs+P: 999.000000
10.57/10.69	c 5) march_dl+P: 999.000000
10.57/10.69	c 6) vallst+P: 999.000000
10.57/10.69	c 7) zchaff_rand+P: 999.000000
10.57/10.69	c 8) vallst: 999.000000
10.57/10.69	c 9) zchaff_rand: 999.000000
10.57/10.69	c 10) minisat20: 999.000000
10.57/10.69	c satzilla running minisat20 with preprocessing ... 
10.67/10.79	This is MiniSat 2.0 beta
10.67/10.79	WARNING: for repeatability, setting FPU to use double precision
10.67/10.79	============================[ Problem Statistics ]=============================
10.67/10.79	|                                                                             |
10.67/10.79	|  Number of variables:  1100                                                 |
10.67/10.79	|  Number of clauses:    22000                                                |
10.76/10.81	|  Parsing time:         0.02         s                                       |
10.76/10.81	============================[ Search Statistics ]==============================
10.76/10.81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.76/10.81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.76/10.81	===============================================================================
10.76/10.81	|         0 |    1100    22000   110000 |     7333        0    nan |  0.000 % |
10.76/10.82	|       100 |    1100    22000   110000 |     8066      100    116 |  0.000 % |
10.76/10.84	|       251 |    1100    22000   110000 |     8873      251    116 |  0.000 % |
10.76/10.87	|       477 |    1100    22000   110000 |     9760      477    122 |  0.000 % |
10.86/10.92	|       814 |    1100    22000   110000 |    10736      814    122 |  0.000 % |
10.86/10.97	|      1320 |    1100    22000   110000 |    11810     1320    127 |  0.000 % |
10.96/11.07	|      2080 |    1100    22000   110000 |    12991     2080    130 |  0.000 % |
11.16/11.21	|      3219 |    1100    22000   110000 |    14290     3219    133 |  0.000 % |
11.35/11.44	|      4928 |    1100    22000   110000 |    15719     4928    133 |  0.000 % |
11.75/11.83	|      7492 |    1100    22000   110000 |    17291     7492    136 |  0.000 % |
12.46/12.53	|     11336 |    1100    22000   110000 |    19020    11336    140 |  0.000 % |
13.86/13.91	|     17103 |    1100    22000   110000 |    20922    17103    145 |  0.000 % |
16.05/16.10	|     25753 |    1100    22000   110000 |    23015    15113    150 |  0.000 % |
19.86/19.90	|     38729 |    1100    22000   110000 |    25316    15844    149 |  0.000 % |
26.15/26.22	|     58192 |    1100    22000   110000 |    27848    20954    154 |  0.000 % |
36.94/37.02	|     87384 |    1100    22000   110000 |    30633    17855    152 |  0.000 % |
56.73/56.85	|    131173 |    1100    22000   110000 |    33696    23498    153 |  0.000 % |
88.02/88.12	|    196858 |    1100    22000   110000 |    37066    23649    154 |  0.000 % |
143.19/143.31	|    295384 |    1100    22000   110000 |    40772    25221    155 |  0.000 % |
226.85/227.06	|    443173 |    1100    22000   110000 |    44849    34327    149 |  0.000 % |
359.30/359.52	|    664856 |    1100    22000   110000 |    49334    33000    155 |  0.000 % |
587.41/587.73	|    997381 |    1100    22000   110000 |    54268    46435    158 |  0.000 % |
971.94/972.41	|   1496171 |    1100    22000   110000 |    59695    23177    151 |  0.000 % |
1561.62/1562.36	|   2244353 |    1100    22000   110000 |    65664    45130    161 |  0.000 % |
2505.93/2507.04	|   3366627 |    1100    22000   110000 |    72231    44100    158 |  0.000 % |
3967.33/3969.02	|   5050038 |    1100    22000   110000 |    79454    61482    156 |  0.000 % |
4999.00/5001.10	c Preprocessing...
4999.00/5001.10	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
4999.00/5001.10	c Num non-binary clauses 22000, Average non-binary clause length 5.000
4999.00/5001.10	c Theory has no gaps
4999.00/5001.10	c Preprocessor runtime was 0.060 seconds.
4999.00/5001.10	c 
4999.00/5001.10	c Satisfiability of theory still undetermined.
4999.00/5001.10	c See file /tmp/7l2VEg for simplified theory.
4999.00/5001.10	c Bin: Executing minisat20
4999.00/5001.10	c child exit by a signal
4999.00/5001.10	c minisat20 returned code 137.
4999.00/5001.10	c minisat20 returned code 137.
4999.00/5001.10	c satzilla running march_dl ... 
4999.00/5001.10	c Bin: Executing march_dl
4999.00/5001.10	c march_dl returned code 1.
4999.00/5001.10	c march_dl returned code 1.
4999.00/5001.10	c satzilla running kcnfs ... 
4999.00/5001.10	c Bin: Executing kcnfs
4999.00/5001.10	c kcnfs returned code 1.
4999.00/5001.10	c kcnfs returned code 1.
4999.00/5001.10	c satzilla running kcnfs with preprocessing ... 
4999.00/5001.10	c Bin: Executing kcnfs
4999.00/5001.10	c kcnfs returned code 1.
4999.00/5001.10	c kcnfs returned code 1.
4999.00/5001.10	c satzilla running march_dl with preprocessing ... 
4999.00/5001.10	c Bin: Executing march_dl
4999.00/5001.10	c march_dl returned code 1.
4999.00/5001.10	c march_dl returned code 1.
4999.00/5001.10	c satzilla running vallst with preprocessing ... 
4999.00/5001.10	c Bin: Executing vallst
4999.00/5001.10	c vallst returned code 1.
4999.00/5001.10	c vallst returned code 1.
4999.00/5001.10	c satzilla running zchaff_rand with preprocessing ... 
4999.00/5001.10	c Bin: Executing zchaff_rand
4999.00/5001.10	c zchaff_rand returned code 1.
4999.00/5001.10	c zchaff_rand returned code 1.
4999.00/5001.10	c satzilla running vallst ... 
4999.00/5001.10	c Bin: Executing vallst
4999.00/5001.10	c vallst returned code 1.
4999.00/5001.10	c vallst returned code 1.
4999.00/5001.10	c satzilla running zchaff_rand ... 
4999.00/5001.10	c Bin: Executing zchaff_rand
4999.00/5001.10	c zchaff_rand returned code 1.
4999.00/5001.10	c zchaff_rand returned code 1.
4999.00/5001.10	c satzilla running minisat20 ... 
4999.00/5001.10	c Bin: Executing minisat20
4999.00/5001.10	c minisat20 returned code 1.
4999.00/5001.10	c minisat20 returned code 1.
4999.00/5001.10	c ERROR: All Failed! 
4999.00/5001.10	c SATZILLA_TIME=4999.780000

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-1625948-1239997824/watcher-1625948-1239997824 -o /tmp/evaluation-result-1625948-1239997824/solver-1625948-1239997824 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1625948-1239997824.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: 1.00 1.00 1.00 3/64 19771
/proc/meminfo: memFree=1282784/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=1440 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_R) R 19769 19771 19667 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 27815612 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/19771/statm: 360 110 95 260 0 84 0
[pid=19772] ppid=19771 vsize=812 CPUtime=0
/proc/19772/stat : 19772 (march_dl) R 19771 19771 19667 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 27815612 831488 110 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19772/statm: 203 110 50 118 0 82 0

[startup+0.0259799 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19771
/proc/meminfo: memFree=1282784/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=1440 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27815612 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 360 110 95 260 0 84 0
[pid=19772] ppid=19771 vsize=1076 CPUtime=0.02
/proc/19772/stat : 19772 (march_dl) R 19771 19771 19667 0 -1 4194304 193 0 0 0 2 0 0 0 19 0 1 0 27815612 1101824 188 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19772/statm: 269 189 50 118 0 148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2516

[startup+0.101988 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19771
/proc/meminfo: memFree=1282784/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=1440 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27815612 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 360 110 95 260 0 84 0
[pid=19772] ppid=19771 vsize=3052 CPUtime=0.09
/proc/19772/stat : 19772 (march_dl) R 19771 19771 19667 0 -1 4194304 1682 0 0 0 9 0 0 0 19 0 1 0 27815612 3125248 588 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19772/statm: 763 588 57 118 0 642 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4492

[startup+0.30201 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19771
/proc/meminfo: memFree=1282784/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=1440 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27815612 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 360 110 95 260 0 84 0
[pid=19772] ppid=19771 vsize=4544 CPUtime=0.29
/proc/19772/stat : 19772 (march_dl) R 19771 19771 19667 0 -1 4194304 3209 0 0 0 29 0 0 0 21 0 1 0 27815612 4653056 732 1992294400 134512640 134996440 4294956272 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19772/statm: 1136 732 67 118 0 1015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5984

[startup+0.701056 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19771
/proc/meminfo: memFree=1282784/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=1440 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27815612 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 360 110 95 260 0 84 0
[pid=19772] ppid=19771 vsize=4544 CPUtime=0.68
/proc/19772/stat : 19772 (march_dl) R 19771 19771 19667 0 -1 4194304 3215 0 0 0 68 0 0 0 25 0 1 0 27815612 4653056 738 1992294400 134512640 134996440 4294956272 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19772/statm: 1136 738 67 118 0 1015 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5984

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19773
/proc/meminfo: memFree=1279952/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=1440 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27815612 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 360 110 95 260 0 84 0
[pid=19772] ppid=19771 vsize=4544 CPUtime=1.48
/proc/19772/stat : 19772 (march_dl) R 19771 19771 19667 0 -1 4194304 3240 0 0 0 148 0 0 0 25 0 1 0 27815612 4653056 763 1992294400 134512640 134996440 4294956272 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19772/statm: 1136 763 67 118 0 1015 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 5984

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19773
/proc/meminfo: memFree=1256848/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=1440 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27815612 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 360 110 95 260 0 84 0
[pid=19772] ppid=19771 vsize=30036 CPUtime=3.09
/proc/19772/stat : 19772 (march_dl) R 19771 19771 19667 0 -1 4194304 10118 0 0 0 275 34 0 0 25 0 1 0 27815612 30756864 7126 1992294400 134512640 134996440 4294956272 18446744073709551615 134559562 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19772/statm: 7509 7126 72 118 0 7388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31476

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19774
/proc/meminfo: memFree=1280528/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=1440 CPUtime=4.99
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 134 11911 0 0 0 0 464 35 16 0 1 0 27815612 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 360 111 96 260 0 84 0
[pid=19774] ppid=19771 vsize=6188 CPUtime=1.28
/proc/19774/stat : 19774 (ubcsat2006) R 19771 19771 19667 0 -1 4194304 616 0 0 0 122 6 0 0 25 0 1 0 27816112 6336512 599 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19774/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19775
/proc/meminfo: memFree=1269784/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=10176 CPUtime=1.89
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 2345 0 0 0 188 1 0 0 25 0 1 0 27816691 10420224 2340 1992294400 134512640 134998072 4294956320 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 2544 2340 59 118 0 2422 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 16828

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19775
/proc/meminfo: memFree=1258336/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=19384 CPUtime=14.69
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 4648 0 0 0 1466 3 0 0 25 0 1 0 27816691 19849216 4643 1992294400 134512640 134998072 4294956320 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 4846 4643 59 118 0 4724 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 26036

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19775
/proc/meminfo: memFree=1254176/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=23640 CPUtime=40.28
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 5719 0 0 0 4024 4 0 0 25 0 1 0 27816691 24207360 5714 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 5910 5714 59 118 0 5788 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 30292

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19775
/proc/meminfo: memFree=1249120/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=28524 CPUtime=91.45
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 6949 0 0 0 9140 5 0 0 25 0 1 0 27816691 29208576 6944 1992294400 134512640 134998072 4294956320 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 7131 6944 59 118 0 7009 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 35176

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19775
/proc/meminfo: memFree=1245728/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=32036 CPUtime=151.41
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 7792 0 0 0 15135 6 0 0 25 0 1 0 27816691 32804864 7787 1992294400 134512640 134998072 4294956320 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 8009 7787 59 118 0 7887 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 38688

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19775
/proc/meminfo: memFree=1244640/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=32960 CPUtime=211.39
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 8036 0 0 0 21133 6 0 0 25 0 1 0 27816691 33751040 8031 1992294400 134512640 134998072 4294956320 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 8240 8031 59 118 0 8118 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 39612

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19775
/proc/meminfo: memFree=1239712/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=37976 CPUtime=271.36
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 9282 0 0 0 27129 7 0 0 25 0 1 0 27816691 38887424 9277 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 9494 9277 59 118 0 9372 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 44628

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19775
/proc/meminfo: memFree=1239648/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=37976 CPUtime=331.34
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 9282 0 0 0 33127 7 0 0 25 0 1 0 27816691 38887424 9277 1992294400 134512640 134998072 4294956320 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 9494 9277 59 118 0 9372 0

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


[startup+4662.3 s]
/proc/loadavg: 1.09 1.08 1.01 2/66 19789
/proc/meminfo: memFree=1200224/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=76804 CPUtime=4649.57
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19151 0 0 0 464936 21 0 0 25 0 1 0 27816691 78647296 18969 1992294400 134512640 134998072 4294956320 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19201 18969 59 118 0 19079 0
Current children cumulated CPU time (s) 4660.33
Current children cumulated vsize (KiB) 83456

[startup+4722.31 s]
/proc/loadavg: 1.06 1.08 1.01 2/66 19789
/proc/meminfo: memFree=1200224/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=76804 CPUtime=4709.55
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19152 0 0 0 470934 21 0 0 25 0 1 0 27816691 78647296 18970 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19201 18970 59 118 0 19079 0
Current children cumulated CPU time (s) 4720.31
Current children cumulated vsize (KiB) 83456

[startup+4782.3 s]
/proc/loadavg: 1.13 1.09 1.01 2/66 19789
/proc/meminfo: memFree=1200416/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=76504 CPUtime=4769.52
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19152 0 0 0 476931 21 0 0 25 0 1 0 27816691 78340096 18902 1992294400 134512640 134998072 4294956320 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19126 18902 59 118 0 19004 0
Current children cumulated CPU time (s) 4780.28
Current children cumulated vsize (KiB) 83156

[startup+4842.3 s]
/proc/loadavg: 1.12 1.09 1.01 2/66 19789
/proc/meminfo: memFree=1199456/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=77824 CPUtime=4829.49
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19454 0 0 0 482928 21 0 0 25 0 1 0 27816691 79691776 19204 1992294400 134512640 134998072 4294956320 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19456 19204 59 118 0 19334 0
Current children cumulated CPU time (s) 4840.25
Current children cumulated vsize (KiB) 84476

[startup+4902.3 s]
/proc/loadavg: 1.16 1.10 1.02 2/66 19789
/proc/meminfo: memFree=1198880/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78616 CPUtime=4889.48
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19678 0 0 0 488926 22 0 0 25 0 1 0 27816691 80502784 19428 1992294400 134512640 134998072 4294956320 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19654 19428 59 118 0 19532 0
Current children cumulated CPU time (s) 4900.24
Current children cumulated vsize (KiB) 85268

[startup+4962.3 s]
/proc/loadavg: 1.21 1.13 1.03 2/66 19789
/proc/meminfo: memFree=1198560/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78748 CPUtime=4949.45
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19682 0 0 0 494923 22 0 0 25 0 1 0 27816691 80637952 19432 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19687 19432 59 118 0 19565 0
Current children cumulated CPU time (s) 4960.21
Current children cumulated vsize (KiB) 85400

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

[startup+4966.3 s]
/proc/loadavg: 1.19 1.12 1.02 2/66 19789
/proc/meminfo: memFree=1198560/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78748 CPUtime=4953.45
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19682 0 0 0 495323 22 0 0 25 0 1 0 27816691 80637952 19432 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19687 19432 59 118 0 19565 0
Current children cumulated CPU time (s) 4964.21
Current children cumulated vsize (KiB) 85400

[startup+4979.1 s]
/proc/loadavg: 1.15 1.12 1.02 2/66 19789
/proc/meminfo: memFree=1198560/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78748 CPUtime=4966.25
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19682 0 0 0 496603 22 0 0 25 0 1 0 27816691 80637952 19432 1992294400 134512640 134998072 4294956320 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19687 19432 59 118 0 19565 0
Current children cumulated CPU time (s) 4977.01
Current children cumulated vsize (KiB) 85400

[startup+4991.9 s]
/proc/loadavg: 1.12 1.11 1.02 2/66 19789
/proc/meminfo: memFree=1198496/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78748 CPUtime=4979.05
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19682 0 0 0 497883 22 0 0 25 0 1 0 27816691 80637952 19432 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19687 19432 59 118 0 19565 0
Current children cumulated CPU time (s) 4989.81
Current children cumulated vsize (KiB) 85400

[startup+4995.11 s]
/proc/loadavg: 1.19 1.13 1.03 2/66 19789
/proc/meminfo: memFree=1198496/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78748 CPUtime=4982.25
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19682 0 0 0 498203 22 0 0 25 0 1 0 27816691 80637952 19432 1992294400 134512640 134998072 4294956320 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19687 19432 59 118 0 19565 0
Current children cumulated CPU time (s) 4993.01
Current children cumulated vsize (KiB) 85400

[startup+4998.3 s]
/proc/loadavg: 1.19 1.13 1.03 2/66 19789
/proc/meminfo: memFree=1198496/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78748 CPUtime=4985.45
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19682 0 0 0 498523 22 0 0 25 0 1 0 27816691 80637952 19432 1992294400 134512640 134998072 4294956320 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19687 19432 59 118 0 19565 0
Current children cumulated CPU time (s) 4996.21
Current children cumulated vsize (KiB) 85400

[startup+4999.9 s]
/proc/loadavg: 1.26 1.14 1.03 2/66 19789
/proc/meminfo: memFree=1198496/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78748 CPUtime=4987.04
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19682 0 0 0 498682 22 0 0 25 0 1 0 27816691 80637952 19432 1992294400 134512640 134998072 4294956320 18446744073709551615 134528687 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19687 19432 59 118 0 19565 0
Current children cumulated CPU time (s) 4997.8
Current children cumulated vsize (KiB) 85400

[startup+5000.7 s]
/proc/loadavg: 1.26 1.14 1.03 2/66 19789
/proc/meminfo: memFree=1198496/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=78748 CPUtime=4987.84
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4194304 19682 0 0 0 498762 22 0 0 25 0 1 0 27816691 80637952 19432 1992294400 134512640 134998072 4294956320 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 19687 19432 59 118 0 19565 0
Current children cumulated CPU time (s) 4998.6
Current children cumulated vsize (KiB) 85400

[startup+5001.1 s]
/proc/loadavg: 1.26 1.14 1.03 2/66 19789
/proc/meminfo: memFree=1198496/2055920 swapFree=4192956/4192956
[pid=19771] ppid=19769 vsize=6652 CPUtime=10.76
/proc/19771/stat : 19771 (SATzilla2007_R) S 19769 19771 19667 0 -1 4194304 2707 12533 0 0 347 13 669 47 25 0 1 0 27815612 6811648 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1663 1482 164 260 0 1387 0
[pid=19775] ppid=19771 vsize=0 CPUtime=4988.24
/proc/19775/stat : 19775 (minisat20) R 19771 19771 19667 0 -1 4195332 19682 0 0 0 498801 23 0 0 25 0 1 0 27816691 0 0 1992294400 0 0 0 0 0 256 0 8392704 3 0 0 0 17 0 0 0
/proc/19775/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4999
Current children cumulated vsize (KiB) 6652

Child status: 17
Real time (s): 5001.11
CPU time (s): 4999.04
CPU user time (s): 4998.19
CPU system time (s): 0.841872
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 85400

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

runsolver used 4.42433 second user time and 13.7679 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-17 21:50:24
IDJOB=1625948
IDBENCH=70209
IDSOLVER=581
FILE ID=node20/1625948-1239997824
PBS_JOBID= 9158717
Free space on /tmp= 66320 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1100/unif-k5-r20-v1100-c22000-S882603971-022.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1625948-1239997824/watcher-1625948-1239997824 -o /tmp/evaluation-result-1625948-1239997824/solver-1625948-1239997824 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1625948-1239997824.cnf            

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

MD5SUM BENCH= 8c169219b64992954a6c6431ec472521
RANDOM SEED=807512332

node20.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.214
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	: 5931.00
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.214
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:       1283328 kB
Buffers:         87316 kB
Cached:         590032 kB
SwapCached:          0 kB
Active:         212584 kB
Inactive:       478724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1283328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8884 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            67420 kB
Committed_AS:   166184 kB
PageTables:       1396 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= 66312 MiB
End job on node20 at 2009-04-17 23:13:45