Trace number 334313

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 1199.36 1199.83

General information on the benchmark

Namecrafted/Hard/contest04/others/
ramsey.sat05-511.reshuffled-07.cnf
MD5SUMf938eb83302d03b3e1c7efeabdee60a6
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 variables153
Number of clauses6120
Sum of the clauses size36720
Maximum clause length6
Minimum clause length6
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56120

Solver Data (download as text)

10.48/10.52	c run March_dl for 5 seconds ... 
10.48/10.52	c Bin: Executing march_dl
10.48/10.52	c child exit by a signal
10.48/10.52	c march_dl returned code 137.
10.48/10.52	c run saps (UBCSAT implementation) for 2 seconds ... 
10.48/10.52	c Bin: Executing ubcsat2006
10.48/10.52	c child exited successfully
10.48/10.52	c ubcsat2006 returned code 0.
10.48/10.52	c satzilla computing base features
10.48/10.52	c satzilla doing unit-prop probe
10.48/10.52	c satzilla doing local search probe
10.48/10.52	c satzilla doing lobjois search-space size estimate
10.48/10.52	c satzilla's ranking:
10.48/10.52	c 1) minisat20: 1.644949
10.48/10.52	c 2) minisat20+P: 2.622802
10.48/10.52	c 3) march_dl+P: 2.864683
10.48/10.52	c 4) march_dl: 3.199265
10.48/10.52	c 5) zchaff_rand+P: 3.997178
10.48/10.52	c 6) vallst+P: 4.178995
10.48/10.52	c 7) kcnfs+P: 999.000000
10.48/10.52	c 8) kcnfs: 999.000000
10.48/10.52	c 9) vallst: 999.000000
10.48/10.52	c 10) zchaff_rand: 999.000000
10.48/10.52	c satzilla running minisat20 ... 
10.48/10.52	This is MiniSat 2.0 beta
10.48/10.52	WARNING: for repeatability, setting FPU to use double precision
10.48/10.52	============================[ Problem Statistics ]=============================
10.48/10.52	|                                                                             |
10.48/10.52	|  Number of variables:  153                                                  |
10.48/10.52	|  Number of clauses:    6120                                                 |
10.48/10.52	|  Parsing time:         0.01         s                                       |
10.48/10.52	============================[ Search Statistics ]==============================
10.48/10.52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.48/10.52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.48/10.52	===============================================================================
10.48/10.52	|         0 |     153     6120    36720 |     2040        0    nan |  0.000 % |
10.48/10.53	|       101 |     153     6120    36720 |     2244      101     31 |  0.004 % |
10.48/10.53	|       252 |     153     6120    36720 |     2468      252     32 |  0.004 % |
10.48/10.54	|       477 |     153     6120    36720 |     2715      477     30 |  0.004 % |
10.48/10.54	|       815 |     153     6120    36720 |     2986      815     30 |  0.004 % |
10.48/10.56	|      1321 |     153     6120    36720 |     3285     1321     29 |  0.004 % |
10.48/10.58	|      2080 |     153     6120    36720 |     3613     2080     29 |  0.004 % |
10.49/10.62	|      3219 |     153     6120    36720 |     3975     3219     32 |  0.004 % |
10.49/10.68	|      4927 |     153     6120    36720 |     4372     2908     33 |  0.004 % |
10.49/10.79	|      7491 |     153     6120    36720 |     4810     3252     32 |  0.004 % |
10.87/10.94	|     11335 |     153     6120    36720 |     5291     4657     32 |  0.004 % |
11.16/11.26	|     17101 |     153     6120    36720 |     5820     5069     35 |  0.004 % |
11.66/11.71	|     25750 |     153     6120    36720 |     6402     4896     34 |  0.004 % |
12.36/12.42	|     38724 |     153     6120    36720 |     7042     4961     32 |  0.004 % |
13.56/13.62	|     58185 |     153     6120    36720 |     7746     6668     34 |  0.004 % |
15.36/15.45	|     87378 |     153     6120    36720 |     8521     4630     33 |  0.004 % |
18.56/18.65	|    131168 |     153     6120    36720 |     9373     5494     33 |  0.004 % |
23.65/23.75	|    196855 |     153     6120    36720 |    10311     5160     34 |  0.004 % |
31.25/31.34	|    295382 |     153     6120    36720 |    11342    10351     35 |  0.004 % |
45.04/45.13	|    443173 |     153     6120    36720 |    12476     9934     34 |  0.004 % |
66.53/66.65	|    664856 |     153     6120    36720 |    13724    12258     34 |  0.004 % |
101.12/101.21	|    997382 |     153     6120    36720 |    15096     7065     33 |  0.004 % |
156.49/156.67	|   1496170 |     153     6120    36720 |    16606    13432     33 |  0.004 % |
250.16/250.32	|   2244352 |     153     6120    36720 |    18266    11625     37 |  0.004 % |
412.30/412.52	|   3366630 |     153     6120    36720 |    20093    16140     35 |  0.004 % |
651.61/651.97	|   5050042 |     153     6120    36720 |    22102    16967     37 |  0.004 % |
1050.66/1051.14	|   7575159 |     153     6120    36720 |    24313    15870     36 |  0.004 % |
1199.21/1199.79	c Bin: Executing minisat20
1199.21/1199.79	c child exit by a signal
1199.21/1199.79	c minisat20 returned code 137.
1199.21/1199.79	c minisat20 returned code 137.
1199.21/1199.79	c satzilla running minisat20 with preprocessing ... 
1199.31/1199.82	c Preprocessing...
1199.31/1199.82	c Inital problem has 153 variables, 6120 nary clauses (0 binary clauses).
1199.31/1199.82	c Num non-binary clauses 6120, Average non-binary clause length 6.000
1199.31/1199.82	c Theory has no gaps
1199.31/1199.82	c Preprocessor runtime was 0.010 seconds.
1199.31/1199.82	c 
1199.31/1199.82	c Satisfiability of theory still undetermined.
1199.31/1199.82	c See file /tmp/aJIHkA for simplified theory.
1199.31/1199.82	c Bin: Executing minisat20
1199.31/1199.82	c minisat20 returned code 1.
1199.31/1199.82	c minisat20 returned code 1.
1199.31/1199.82	c satzilla running march_dl with preprocessing ... 
1199.31/1199.82	c Bin: Executing march_dl
1199.31/1199.82	c march_dl returned code 1.
1199.31/1199.82	c march_dl returned code 1.
1199.31/1199.82	c satzilla running march_dl ... 
1199.31/1199.82	c Bin: Executing march_dl
1199.31/1199.82	c march_dl returned code 1.
1199.31/1199.82	c march_dl returned code 1.
1199.31/1199.82	c satzilla running zchaff_rand with preprocessing ... 
1199.31/1199.82	c Bin: Executing zchaff_rand
1199.31/1199.82	c zchaff_rand returned code 1.
1199.31/1199.82	c zchaff_rand returned code 1.
1199.31/1199.82	c satzilla running vallst with preprocessing ... 
1199.31/1199.82	c Bin: Executing vallst
1199.31/1199.82	c vallst returned code 1.
1199.31/1199.82	c vallst returned code 1.
1199.31/1199.82	c satzilla running kcnfs with preprocessing ... 
1199.31/1199.82	c Bin: Executing kcnfs
1199.31/1199.82	c kcnfs returned code 1.
1199.31/1199.82	c kcnfs returned code 1.
1199.31/1199.82	c satzilla running kcnfs ... 
1199.31/1199.82	c Bin: Executing kcnfs
1199.31/1199.82	c kcnfs returned code 1.
1199.31/1199.82	c kcnfs returned code 1.
1199.31/1199.82	c satzilla running vallst ... 
1199.31/1199.82	c Bin: Executing vallst
1199.31/1199.82	c vallst returned code 1.
1199.31/1199.82	c vallst returned code 1.
1199.31/1199.82	c satzilla running zchaff_rand ... 
1199.31/1199.82	c Bin: Executing zchaff_rand
1199.31/1199.82	c zchaff_rand returned code 1.
1199.31/1199.82	c zchaff_rand returned code 1.
1199.31/1199.82	c ERROR: All Failed! 
1199.31/1199.82	c SATZILLA_TIME=1199.520000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-334313-1173564520 -o ROOT/results/node6/solver-334313-1173564520 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334313-1173564520/SATzilla2007_C /tmp/evaluation/334313-1173564520/instance-334313-1173564520.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): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.03 3/77 21176
/proc/meminfo: memFree=1441344/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=1440 CPUtime=0
/proc/21176/stat : 21176 (SATzilla2007_C) R 21174 21176 20491 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 376406774 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/21176/statm: 360 110 95 260 0 84 0
[pid=21177] ppid=21176 vsize=636 CPUtime=0
/proc/21177/stat : 21177 (march_dl) R 21176 21176 20491 0 -1 4194304 85 0 0 0 0 0 0 0 18 0 1 0 376406774 651264 80 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134777912 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21177/statm: 159 80 50 118 0 38 0

[startup+0.0937021 s]
/proc/loadavg: 0.92 0.98 1.03 3/77 21176
/proc/meminfo: memFree=1441344/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=1440 CPUtime=0
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 376406774 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21176/statm: 360 110 95 260 0 84 0
[pid=21177] ppid=21176 vsize=1916 CPUtime=0.09
/proc/21177/stat : 21177 (march_dl) R 21176 21176 20491 0 -1 4194304 762 0 0 0 9 0 0 0 19 0 1 0 376406774 1961984 291 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21177/statm: 479 291 67 118 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3356

[startup+0.101703 s]
/proc/loadavg: 0.92 0.98 1.03 3/77 21176
/proc/meminfo: memFree=1441344/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=1440 CPUtime=0
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 376406774 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21176/statm: 360 110 95 260 0 84 0
[pid=21177] ppid=21176 vsize=1916 CPUtime=0.09
/proc/21177/stat : 21177 (march_dl) R 21176 21176 20491 0 -1 4194304 764 0 0 0 9 0 0 0 19 0 1 0 376406774 1961984 293 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21177/statm: 479 293 67 118 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3356

[startup+0.301743 s]
/proc/loadavg: 0.92 0.98 1.03 3/77 21176
/proc/meminfo: memFree=1441344/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=1440 CPUtime=0
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 376406774 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21176/statm: 360 110 95 260 0 84 0
[pid=21177] ppid=21176 vsize=3068 CPUtime=0.29
/proc/21177/stat : 21177 (march_dl) R 21176 21176 20491 0 -1 4194304 1234 0 0 0 29 0 0 0 21 0 1 0 376406774 3141632 675 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533780 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21177/statm: 767 675 72 118 0 646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4508

[startup+0.701823 s]
/proc/loadavg: 0.92 0.98 1.03 3/77 21176
/proc/meminfo: memFree=1441344/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=1440 CPUtime=0
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 376406774 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21176/statm: 360 110 95 260 0 84 0
[pid=21177] ppid=21176 vsize=3352 CPUtime=0.69
/proc/21177/stat : 21177 (march_dl) R 21176 21176 20491 0 -1 4194304 1509 0 0 0 69 0 0 0 24 0 1 0 376406774 3432448 707 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21177/statm: 838 707 74 118 0 717 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4792

[startup+1.50198 s]
/proc/loadavg: 0.92 0.98 1.03 2/79 21178
/proc/meminfo: memFree=1438704/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=1440 CPUtime=0
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 376406774 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21176/statm: 360 110 95 260 0 84 0
[pid=21177] ppid=21176 vsize=3640 CPUtime=1.49
/proc/21177/stat : 21177 (march_dl) R 21176 21176 20491 0 -1 4194304 1574 0 0 0 149 0 0 0 25 0 1 0 376406774 3727360 772 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134587760 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21177/statm: 910 772 74 118 0 789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5080

[startup+3.10229 s]
/proc/loadavg: 0.93 0.98 1.03 2/79 21178
/proc/meminfo: memFree=1437808/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=1440 CPUtime=0
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 376406774 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21176/statm: 360 110 95 260 0 84 0
[pid=21177] ppid=21176 vsize=4300 CPUtime=3.09
/proc/21177/stat : 21177 (march_dl) R 21176 21176 20491 0 -1 4194304 1749 0 0 0 309 0 0 0 25 0 1 0 376406774 4403200 947 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528303 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21177/statm: 1075 947 74 118 0 954 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5740

[startup+6.30193 s]
/proc/loadavg: 0.93 0.98 1.03 2/79 21179
/proc/meminfo: memFree=1440176/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=1440 CPUtime=4.99
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 135 1804 0 0 0 0 499 0 16 0 1 0 376406774 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21176/statm: 360 111 96 260 0 84 0
[pid=21179] ppid=21176 vsize=6188 CPUtime=1.29
/proc/21179/stat : 21179 (ubcsat2006) R 21176 21176 20491 0 -1 4194304 351 0 0 0 122 7 0 0 25 0 1 0 376407275 6336512 334 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21179/statm: 1547 334 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 1.03 2/79 21180
/proc/meminfo: memFree=1438448/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=3396 CPUtime=2.17
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 551 0 0 0 217 0 0 0 25 0 1 0 376407826 3477504 545 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529260 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 849 545 58 118 0 727 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 5492

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.03 2/79 21180
/proc/meminfo: memFree=1437168/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=4584 CPUtime=14.96
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 849 0 0 0 1496 0 0 0 25 0 1 0 376407826 4694016 843 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519426 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 1146 843 58 118 0 1024 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 6680

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 1.02 2/79 21180
/proc/meminfo: memFree=1436208/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=5528 CPUtime=40.54
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 1090 0 0 0 4054 0 0 0 25 0 1 0 376407826 5660672 1084 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 1382 1084 58 118 0 1260 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 7624

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.02 2/79 21180
/proc/meminfo: memFree=1435120/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=6772 CPUtime=91.73
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 1375 0 0 0 9173 0 0 0 25 0 1 0 376407826 6934528 1369 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 1693 1369 58 118 0 1571 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 8868

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/79 21180
/proc/meminfo: memFree=1434160/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=7716 CPUtime=151.7
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 1629 0 0 0 15169 1 0 0 25 0 1 0 376407826 7901184 1623 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 1929 1623 58 118 0 1807 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 9812

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/79 21180
/proc/meminfo: memFree=1433584/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=8320 CPUtime=211.68
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 1745 0 0 0 21166 2 0 0 25 0 1 0 376407826 8519680 1739 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 2080 1739 58 118 0 1958 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 10416

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1433008/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=8812 CPUtime=271.66
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 1876 0 0 0 27164 2 0 0 25 0 1 0 376407826 9023488 1870 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 2203 1870 58 118 0 2081 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 10908

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1432752/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=9112 CPUtime=331.64
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 1941 0 0 0 33161 3 0 0 25 0 1 0 376407826 9330688 1935 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 2278 1935 58 118 0 2156 0

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

/proc/21180/statm: 2720 2375 58 118 0 2598 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 12976

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1430832/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=11196 CPUtime=811.46
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2427 0 0 0 81140 6 0 0 25 0 1 0 376407826 11464704 2421 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 2799 2421 58 118 0 2677 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 13292

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1430640/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=11352 CPUtime=871.44
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2483 0 0 0 87137 7 0 0 25 0 1 0 376407826 11624448 2477 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 2838 2477 58 118 0 2716 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 13448

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1430512/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=11496 CPUtime=931.41
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2501 0 0 0 93134 7 0 0 25 0 1 0 376407826 11771904 2495 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 2874 2495 58 118 0 2752 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 13592

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1430448/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=11496 CPUtime=991.38
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2510 0 0 0 99131 7 0 0 25 0 1 0 376407826 11771904 2504 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 2874 2504 58 118 0 2752 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 13592

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1430192/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=11768 CPUtime=1051.37
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2579 0 0 0 105129 8 0 0 25 0 1 0 376407826 12050432 2573 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 2942 2573 58 118 0 2820 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 13864

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429808/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=12200 CPUtime=1111.34
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2669 0 0 0 111126 8 0 0 25 0 1 0 376407826 12492800 2663 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 3050 2663 58 118 0 2928 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 14296

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429680/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=12344 CPUtime=1171.32
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2708 0 0 0 117123 9 0 0 25 0 1 0 376407826 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 14440

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429680/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=12344 CPUtime=1179.32
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2708 0 0 0 117923 9 0 0 25 0 1 0 376407826 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1189.81
Current children cumulated vsize (KiB) 14440

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429680/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=12344 CPUtime=1185.72
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2708 0 0 0 118563 9 0 0 25 0 1 0 376407826 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1196.21
Current children cumulated vsize (KiB) 14440

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429680/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=12344 CPUtime=1187.32
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2708 0 0 0 118723 9 0 0 25 0 1 0 376407826 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519426 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1197.81
Current children cumulated vsize (KiB) 14440

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429680/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=12344 CPUtime=1188.12
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2708 0 0 0 118803 9 0 0 25 0 1 0 376407826 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1198.61
Current children cumulated vsize (KiB) 14440

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429680/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=12344 CPUtime=1188.52
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2708 0 0 0 118843 9 0 0 25 0 1 0 376407826 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1199.01
Current children cumulated vsize (KiB) 14440

[startup+1199.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429680/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2096 CPUtime=10.49
/proc/21176/stat : 21176 (SATzilla2007_C) S 21174 21176 20491 0 -1 4194304 845 2161 0 0 321 12 701 15 25 0 1 0 376406774 2146304 351 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21176/statm: 524 351 157 260 0 248 0
[pid=21180] ppid=21176 vsize=12344 CPUtime=1188.72
/proc/21180/stat : 21180 (minisat20) R 21176 21176 20491 0 -1 4194304 2708 0 0 0 118863 9 0 0 25 0 1 0 376407826 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21180/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1199.21
Current children cumulated vsize (KiB) 14440

[startup+1199.8 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 21180
/proc/meminfo: memFree=1429680/2055924 swapFree=4156956/4192956
[pid=21176] ppid=21174 vsize=2100 CPUtime=1199.31
/proc/21176/stat : 21176 (SATzilla2007_C) R 21174 21176 20491 0 -1 4194304 895 4869 0 0 322 12 119573 24 16 0 1 0 376406774 2150400 352 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135293019 0 0 4096 0 0 0 0 17 0 0 0
/proc/21176/statm: 525 352 157 260 0 249 0
Current children cumulated CPU time (s) 1199.31
Current children cumulated vsize (KiB) 2100

Child status: 17
Real time (s): 1199.83
CPU time (s): 1199.36
CPU user time (s): 1198.98
CPU system time (s): 0.378942
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (KiB): 14440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.98
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 1608

runsolver used 1.23181 second user time and 3.13652 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Mar 10 22:08:41 UTC 2007

IDJOB= 334313
IDBENCH= 24624
IDSOLVER= 135
FILE ID= node6/334313-1173564520

PBS_JOBID= 4101198

Free space on /tmp= 66427 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/ramsey.sat05-511.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334313-1173564520/SATzilla2007_C /tmp/evaluation/334313-1173564520/instance-334313-1173564520.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-334313-1173564520 -o ROOT/results/node6/solver-334313-1173564520 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334313-1173564520/SATzilla2007_C /tmp/evaluation/334313-1173564520/instance-334313-1173564520.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  f938eb83302d03b3e1c7efeabdee60a6

RANDOM SEED= 691756640

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
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.277
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:      2055924 kB
MemFree:       1441816 kB
Buffers:         52720 kB
Cached:         471364 kB
SwapCached:       2236 kB
Active:         286328 kB
Inactive:       260648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1441816 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:            8596 kB
Writeback:           0 kB
Mapped:          30944 kB
Slab:            52784 kB
Committed_AS:  1337644 kB
PageTables:       1744 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= 66427 MiB

End job on node6 on Sat Mar 10 22:28:41 UTC 2007