Trace number 316529

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla RANDOM? (exit code) 1198.96 1199.87

General information on the benchmark

Namecrafted/spence/
hard/s101-100.cnf
MD5SUM639069f0c5abe5ef4537d4cf44ab69aa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.107
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of clauses212
Sum of the clauses size636
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3212
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.07/11.15	c run March_dl for 5 seconds ... 
11.07/11.15	c Bin: Executing march_dl
11.07/11.15	c child exit by a signal
11.07/11.15	c march_dl returned code 137.
11.07/11.15	c run saps (UBCSAT implementation) for 2 seconds ... 
11.07/11.15	c Bin: Executing ubcsat2006
11.07/11.15	c child exited successfully
11.07/11.15	c ubcsat2006 returned code 0.
11.07/11.15	c satzilla computing base features
11.07/11.15	c satzilla doing unit-prop probe
11.07/11.15	c satzilla doing local search probe
11.07/11.15	c satzilla doing lobjois search-space size estimate
11.07/11.15	c satzilla's ranking:
11.07/11.15	c 1) minisat20+P: -1.545571
11.07/11.15	c 2) kcnfs: 0.587073
11.07/11.15	c 3) march_dl: 3.224041
11.07/11.15	c 4) kcnfs+P: 999.000000
11.07/11.15	c 5) march_dl+P: 999.000000
11.07/11.15	c 6) vallst+P: 999.000000
11.07/11.15	c 7) zchaff_rand+P: 999.000000
11.07/11.15	c 8) vallst: 999.000000
11.07/11.15	c 9) zchaff_rand: 999.000000
11.07/11.15	c 10) minisat20: 999.000000
11.07/11.15	c satzilla running minisat20 with preprocessing ... 
11.07/11.15	This is MiniSat 2.0 beta
11.07/11.15	WARNING: for repeatability, setting FPU to use double precision
11.07/11.15	============================[ Problem Statistics ]=============================
11.07/11.15	|                                                                             |
11.07/11.15	|  Number of variables:  101                                                  |
11.07/11.15	|  Number of clauses:    212                                                  |
11.07/11.15	|  Parsing time:         0.00         s                                       |
11.07/11.15	============================[ Search Statistics ]==============================
11.07/11.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.07/11.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.07/11.15	===============================================================================
11.07/11.15	|         0 |     101      212      636 |       70        0    nan |  0.000 % |
11.07/11.15	|       102 |     101      212      636 |       77      102     18 |  0.010 % |
11.07/11.15	|       252 |     101      212      636 |       85       85     13 |  0.010 % |
11.07/11.15	|       479 |     101      212      636 |       94       83     11 |  0.010 % |
11.07/11.16	|       816 |     101      212      636 |      103      134     11 |  0.010 % |
11.07/11.16	|      1323 |     101      212      636 |      113       94     11 |  0.010 % |
11.07/11.17	|      2082 |     101      212      636 |      125      129     12 |  0.010 % |
11.07/11.19	|      3221 |     101      212      636 |      137      162     12 |  0.010 % |
11.12/11.21	|      4931 |     101      212      636 |      151      153     13 |  0.010 % |
11.12/11.24	|      7493 |     101      212      636 |      166      161     12 |  0.010 % |
11.12/11.30	|     11339 |     101      212      636 |      183      123     11 |  0.010 % |
11.12/11.38	|     17106 |     101      212      636 |      201      151     10 |  0.010 % |
11.12/11.50	|     25755 |     101      212      636 |      221      221     13 |  0.010 % |
11.12/11.69	|     38730 |     101      212      636 |      243      196     11 |  0.010 % |
11.12/11.97	|     58191 |     101      212      636 |      268      147      9 |  0.010 % |
12.26/12.40	|     87383 |     101      212      636 |      295      161      9 |  0.010 % |
12.96/13.05	|    131173 |     101      212      636 |      324      329     13 |  0.010 % |
13.86/13.94	|    196858 |     101      212      636 |      357      272     11 |  0.010 % |
15.45/15.52	|    295385 |     101      212      636 |      392      269     11 |  0.010 % |
17.75/17.87	|    443174 |     101      212      636 |      432      359     13 |  0.010 % |
21.14/21.27	|    664858 |     101      212      636 |      475      339     12 |  0.010 % |
26.62/26.75	|    997384 |     101      212      636 |      522      358     13 |  0.010 % |
34.72/34.88	|   1496172 |     101      212      636 |      575      516     13 |  0.010 % |
47.40/47.59	|   2244355 |     101      212      636 |      632      580     12 |  0.010 % |
67.29/67.43	|   3366629 |     101      212      636 |      696      352     10 |  0.010 % |
97.57/97.77	|   5050041 |     101      212      636 |      765      477     11 |  0.010 % |
141.75/141.99	|   7575158 |     101      212      636 |      842      694     12 |  0.010 % |
213.00/213.21	|  11362835 |     101      212      636 |      926      740     13 |  0.010 % |
323.22/323.52	|  17044347 |     101      212      636 |     1019      607     12 |  0.010 % |
501.83/502.39	|  25566616 |     101      212      636 |     1120      622     12 |  0.010 % |
772.73/773.41	|  38350019 |     101      212      636 |     1233      961     14 |  0.010 % |
1195.16/1196.17	|  57525125 |     101      212      636 |     1356     1240     14 |  0.010 % |
1198.85/1199.87	c Preprocessing...
1198.85/1199.87	c Inital problem has 101 variables, 212 nary clauses (0 binary clauses).
1198.85/1199.87	c Num non-binary clauses 212, Average non-binary clause length 3.000
1198.85/1199.87	c Theory has no gaps
1198.85/1199.87	c Preprocessor runtime was 0.000 seconds.
1198.85/1199.87	c 
1198.85/1199.87	c Satisfiability of theory still undetermined.
1198.85/1199.87	c See file /tmp/QHXm3E for simplified theory.
1198.85/1199.87	c Bin: Executing minisat20
1198.85/1199.87	c child exit by a signal
1198.85/1199.87	c minisat20 returned code 137.
1198.85/1199.87	c minisat20 returned code 137.
1198.85/1199.87	c satzilla running kcnfs ... 
1198.85/1199.87	c Bin: Executing kcnfs
1198.85/1199.87	c kcnfs returned code 1.
1198.85/1199.87	c kcnfs returned code 1.
1198.85/1199.87	c satzilla running march_dl ... 
1198.85/1199.87	c Bin: Executing march_dl
1198.85/1199.87	c march_dl returned code 1.
1198.85/1199.87	c march_dl returned code 1.
1198.85/1199.87	c satzilla running kcnfs with preprocessing ... 
1198.85/1199.87	c Bin: Executing kcnfs
1198.85/1199.87	c kcnfs returned code 1.
1198.85/1199.87	c kcnfs returned code 1.
1198.85/1199.87	c satzilla running march_dl with preprocessing ... 
1198.85/1199.87	c Bin: Executing march_dl
1198.85/1199.87	c march_dl returned code 1.
1198.85/1199.87	c march_dl returned code 1.
1198.85/1199.87	c satzilla running vallst with preprocessing ... 
1198.85/1199.87	c Bin: Executing vallst
1198.85/1199.87	c vallst returned code 1.
1198.85/1199.87	c vallst returned code 1.
1198.85/1199.87	c satzilla running zchaff_rand with preprocessing ... 
1198.85/1199.87	c Bin: Executing zchaff_rand
1198.85/1199.87	c zchaff_rand returned code 1.
1198.85/1199.87	c zchaff_rand returned code 1.
1198.85/1199.87	c satzilla running vallst ... 
1198.85/1199.87	c Bin: Executing vallst
1198.85/1199.87	c vallst returned code 1.
1198.85/1199.87	c vallst returned code 1.
1198.85/1199.87	c satzilla running zchaff_rand ... 
1198.85/1199.87	c Bin: Executing zchaff_rand
1198.85/1199.87	c zchaff_rand returned code 1.
1198.85/1199.87	c zchaff_rand returned code 1.
1198.85/1199.87	c satzilla running minisat20 ... 
1198.85/1199.87	c Bin: Executing minisat20
1198.85/1199.87	c minisat20 returned code 1.
1198.85/1199.87	c minisat20 returned code 1.
1198.85/1199.87	c ERROR: All Failed! 
1198.85/1199.87	c SATZILLA_TIME=1199.130000

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/node76/watcher-316529-1172670826 -o ROOT/results/node76/solver-316529-1172670826 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316529-1172670826/SATzilla2007_R /tmp/evaluation/316529-1172670826/instance-316529-1172670826.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.91 0.97 0.99 3/69 23434
/proc/meminfo: memFree=1367296/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1440 CPUtime=0
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 287040899 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/23434/statm: 360 110 95 260 0 84 0
[pid=23435] ppid=23434 vsize=632 CPUtime=0
/proc/23435/stat : 23435 (march_dl) R 23434 23434 22605 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 287040899 647168 107 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23435/statm: 158 107 73 118 0 37 0

[startup+0.042767 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 23434
/proc/meminfo: memFree=1367296/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1440 CPUtime=0
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 287040899 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/23434/statm: 360 110 95 260 0 84 0
[pid=23435] ppid=23434 vsize=632 CPUtime=0.04
/proc/23435/stat : 23435 (march_dl) R 23434 23434 22605 0 -1 4194304 115 0 0 0 4 0 0 0 18 0 1 0 287040899 647168 109 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134587112 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23435/statm: 158 109 73 118 0 37 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2072

[startup+0.102773 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 23434
/proc/meminfo: memFree=1367296/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1440 CPUtime=0
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 287040899 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/23434/statm: 360 110 95 260 0 84 0
[pid=23435] ppid=23434 vsize=632 CPUtime=0.1
/proc/23435/stat : 23435 (march_dl) R 23434 23434 22605 0 -1 4194304 116 0 0 0 10 0 0 0 18 0 1 0 287040899 647168 110 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134565187 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23435/statm: 158 110 73 118 0 37 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2072

[startup+0.301804 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 23434
/proc/meminfo: memFree=1367296/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1440 CPUtime=0
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 287040899 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/23434/statm: 360 110 95 260 0 84 0
[pid=23435] ppid=23434 vsize=768 CPUtime=0.3
/proc/23435/stat : 23435 (march_dl) R 23434 23434 22605 0 -1 4194304 120 0 0 0 30 0 0 0 20 0 1 0 287040899 786432 114 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134587869 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23435/statm: 192 114 73 118 0 71 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2208

[startup+0.701843 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 23434
/proc/meminfo: memFree=1367296/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1440 CPUtime=0
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 287040899 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/23434/statm: 360 110 95 260 0 84 0
[pid=23435] ppid=23434 vsize=768 CPUtime=0.7
/proc/23435/stat : 23435 (march_dl) R 23434 23434 22605 0 -1 4194304 120 0 0 0 70 0 0 0 24 0 1 0 287040899 786432 114 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134536803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23435/statm: 192 114 73 118 0 71 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2208

[startup+1.50193 s]
/proc/loadavg: 0.91 0.97 0.99 2/71 23436
/proc/meminfo: memFree=1366960/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1440 CPUtime=0
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 287040899 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/23434/statm: 360 110 95 260 0 84 0
[pid=23435] ppid=23434 vsize=768 CPUtime=1.5
/proc/23435/stat : 23435 (march_dl) R 23434 23434 22605 0 -1 4194304 121 0 0 0 150 0 0 0 25 0 1 0 287040899 786432 115 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532964 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23435/statm: 192 115 73 118 0 71 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2208

[startup+3.10112 s]
/proc/loadavg: 0.91 0.97 0.99 2/71 23436
/proc/meminfo: memFree=1366832/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1440 CPUtime=0
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 287040899 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/23434/statm: 360 110 95 260 0 84 0
[pid=23435] ppid=23434 vsize=768 CPUtime=3.09
/proc/23435/stat : 23435 (march_dl) R 23434 23434 22605 0 -1 4194304 123 0 0 0 309 0 0 0 25 0 1 0 287040899 786432 117 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532917 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23435/statm: 192 117 73 118 0 71 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2208

[startup+6.30149 s]
/proc/loadavg: 0.92 0.97 0.99 2/71 23437
/proc/meminfo: memFree=1366456/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1440 CPUtime=4.99
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 134 123 0 0 0 0 499 0 16 0 1 0 287040899 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 360 111 96 260 0 84 0
[pid=23437] ppid=23434 vsize=6192 CPUtime=1.29
/proc/23437/stat : 23437 (ubcsat2006) R 23434 23434 22605 0 -1 4194304 234 0 0 0 93 36 0 0 25 0 1 0 287041399 6340608 217 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 134703413 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23437/statm: 1548 217 154 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7632

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/71 23438
/proc/meminfo: memFree=1366528/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=1680 CPUtime=1.54
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 101 0 0 0 154 0 0 0 25 0 1 0 287042014 1720320 95 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525964 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23438/statm: 420 95 58 118 0 298 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3336

[startup+25.5027 s]
/proc/loadavg: 0.94 0.97 0.99 2/71 23438
/proc/meminfo: memFree=1366400/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=1812 CPUtime=14.3
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 120 0 0 0 1430 0 0 0 25 0 1 0 287042014 1855488 114 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134530095 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 453 114 58 118 0 331 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 3468

[startup+51.1027 s]
/proc/loadavg: 0.96 0.97 0.99 2/71 23438
/proc/meminfo: memFree=1366336/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=1812 CPUtime=39.88
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 138 0 0 0 3988 0 0 0 25 0 1 0 287042014 1855488 132 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 453 132 58 118 0 331 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 3468

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/71 23438
/proc/meminfo: memFree=1366208/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=1944 CPUtime=91.05
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 153 0 0 0 9105 0 0 0 25 0 1 0 287042014 1990656 147 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 486 147 58 118 0 364 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 3600

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23438
/proc/meminfo: memFree=1366144/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=1944 CPUtime=151.01
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 170 0 0 0 15101 0 0 0 25 0 1 0 287042014 1990656 164 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 486 164 58 118 0 364 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 3600

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23438
/proc/meminfo: memFree=1366144/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2076 CPUtime=210.97
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 175 0 0 0 21097 0 0 0 25 0 1 0 287042014 2125824 169 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134519994 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 519 169 58 118 0 397 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 3732

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23438
/proc/meminfo: memFree=1366080/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2076 CPUtime=270.93
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 182 0 0 0 27093 0 0 0 25 0 1 0 287042014 2125824 176 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 519 176 58 118 0 397 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 3732

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23438
/proc/meminfo: memFree=1366080/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2076 CPUtime=330.89
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 191 0 0 0 33089 0 0 0 25 0 1 0 287042014 2125824 185 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 519 185 58 118 0 397 0

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


[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365568/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2208 CPUtime=810.47
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 230 0 0 0 81043 4 0 0 25 0 1 0 287042014 2260992 224 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525668 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 552 224 58 118 0 430 0
Current children cumulated CPU time (s) 821.59
Current children cumulated vsize (KiB) 3864

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365568/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2208 CPUtime=870.44
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 238 0 0 0 87040 4 0 0 25 0 1 0 287042014 2260992 232 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 552 232 58 118 0 430 0
Current children cumulated CPU time (s) 881.56
Current children cumulated vsize (KiB) 3864

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365568/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2208 CPUtime=930.39
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 238 0 0 0 93035 4 0 0 25 0 1 0 287042014 2260992 232 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 552 232 58 118 0 430 0
Current children cumulated CPU time (s) 941.51
Current children cumulated vsize (KiB) 3864

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365568/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2208 CPUtime=990.37
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 238 0 0 0 99033 4 0 0 25 0 1 0 287042014 2260992 232 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528820 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 552 232 58 118 0 430 0
Current children cumulated CPU time (s) 1001.49
Current children cumulated vsize (KiB) 3864

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365696/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2208 CPUtime=1050.34
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 238 0 0 0 105030 4 0 0 25 0 1 0 287042014 2260992 232 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 552 232 58 118 0 430 0
Current children cumulated CPU time (s) 1061.46
Current children cumulated vsize (KiB) 3864

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365696/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1110.3
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 239 0 0 0 111026 4 0 0 25 0 1 0 287042014 2396160 233 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134529277 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 233 58 118 0 463 0
Current children cumulated CPU time (s) 1121.42
Current children cumulated vsize (KiB) 3996

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365632/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1170.24
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 241 0 0 0 117020 4 0 0 25 0 1 0 287042014 2396160 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528341 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 235 58 118 0 463 0
Current children cumulated CPU time (s) 1181.36
Current children cumulated vsize (KiB) 3996

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365632/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1178.24
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 241 0 0 0 117820 4 0 0 25 0 1 0 287042014 2396160 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 235 58 118 0 463 0
Current children cumulated CPU time (s) 1189.36
Current children cumulated vsize (KiB) 3996

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365632/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1184.64
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 241 0 0 0 118460 4 0 0 25 0 1 0 287042014 2396160 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 235 58 118 0 463 0
Current children cumulated CPU time (s) 1195.76
Current children cumulated vsize (KiB) 3996

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365632/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1186.23
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 241 0 0 0 118619 4 0 0 25 0 1 0 287042014 2396160 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 235 58 118 0 463 0
Current children cumulated CPU time (s) 1197.35
Current children cumulated vsize (KiB) 3996

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365632/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1187.03
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 241 0 0 0 118699 4 0 0 25 0 1 0 287042014 2396160 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134535771 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 235 58 118 0 463 0
Current children cumulated CPU time (s) 1198.15
Current children cumulated vsize (KiB) 3996

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365632/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1187.43
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 241 0 0 0 118739 4 0 0 25 0 1 0 287042014 2396160 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 235 58 118 0 463 0
Current children cumulated CPU time (s) 1198.55
Current children cumulated vsize (KiB) 3996

[startup+1199.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365632/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1187.63
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 241 0 0 0 118759 4 0 0 25 0 1 0 287042014 2396160 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 235 58 118 0 463 0
Current children cumulated CPU time (s) 1198.75
Current children cumulated vsize (KiB) 3996

[startup+1199.8 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 23636
/proc/meminfo: memFree=1365632/2055888 swapFree=4087160/4096564
[pid=23434] ppid=23432 vsize=1656 CPUtime=11.12
/proc/23434/stat : 23434 (SATzilla2007_R) S 23432 23434 22605 0 -1 4194304 529 364 0 0 268 59 700 85 25 0 1 0 287040899 1695744 235 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/23434/statm: 414 235 165 260 0 138 0
[pid=23438] ppid=23434 vsize=2340 CPUtime=1187.73
/proc/23438/stat : 23438 (minisat20) R 23434 23434 22605 0 -1 4194304 241 0 0 0 118769 4 0 0 25 0 1 0 287042014 2396160 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23438/statm: 585 235 58 118 0 463 0
Current children cumulated CPU time (s) 1198.85
Current children cumulated vsize (KiB) 3996

Child status: 17
Real time (s): 1199.87
CPU time (s): 1198.96
CPU user time (s): 1197.46
CPU system time (s): 1.49477
CPU usage (%): 99.9234
Max. virtual memory (cumulated for all children) (KiB): 7632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.46
system time used= 1.49477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1147
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= 29
involuntary context switches= 4781

runsolver used 0.978851 second user time and 2.40963 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Wed Feb 28 13:53:46 UTC 2007

IDJOB= 316529
IDBENCH= 20443
IDSOLVER= 134
FILE ID= node76/316529-1172670826

PBS_JOBID= 3981222

Free space on /tmp= 66609 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/hard/s101-100.cnf
COMMAND LINE= /tmp/evaluation/316529-1172670826/SATzilla2007_R /tmp/evaluation/316529-1172670826/instance-316529-1172670826.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-316529-1172670826 -o ROOT/results/node76/solver-316529-1172670826 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316529-1172670826/SATzilla2007_R /tmp/evaluation/316529-1172670826/instance-316529-1172670826.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  639069f0c5abe5ef4537d4cf44ab69aa

RANDOM SEED= 786431974

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1367704 kB
Buffers:         20076 kB
Cached:         620032 kB
SwapCached:       2696 kB
Active:          87472 kB
Inactive:       562004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1367704 kB
SwapTotal:     4096564 kB
SwapFree:      4087160 kB
Dirty:            8352 kB
Writeback:           0 kB
Mapped:          15312 kB
Slab:            25092 kB
Committed_AS:  1096864 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66609 MiB

End job on node76 on Wed Feb 28 14:13:46 UTC 2007