Trace number 1626442

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) 4998.94 5001.19

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S1703611043-077.cnf
MD5SUM5a3058eca6d17c7e905cfeaf908c8bc0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark770.498
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 55340

Solver Data

10.57/10.68	c run March_dl for 5 seconds ... 
10.57/10.68	c Bin: Executing march_dl
10.57/10.68	c child exit by a signal
10.57/10.68	c march_dl returned code 137.
10.57/10.68	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.68	c Bin: Executing ubcsat2006
10.57/10.68	c child exited successfully
10.57/10.68	c ubcsat2006 returned code 0.
10.57/10.68	c satzilla computing base features
10.57/10.68	c satzilla doing unit-prop probe
10.57/10.68	c satzilla doing local search probe
10.57/10.68	c satzilla doing lobjois search-space size estimate
10.57/10.68	c satzilla's ranking:
10.57/10.68	c 1) minisat20+P: 3.429595
10.57/10.68	c 2) kcnfs: 3.852781
10.57/10.68	c 3) march_dl: 4.369698
10.57/10.68	c 4) kcnfs+P: 999.000000
10.57/10.68	c 5) march_dl+P: 999.000000
10.57/10.68	c 6) vallst+P: 999.000000
10.57/10.68	c 7) zchaff_rand+P: 999.000000
10.57/10.68	c 8) vallst: 999.000000
10.57/10.68	c 9) zchaff_rand: 999.000000
10.57/10.68	c 10) minisat20: 999.000000
10.57/10.68	c satzilla running minisat20 with preprocessing ... 
10.67/10.71	This is MiniSat 2.0 beta
10.67/10.71	WARNING: for repeatability, setting FPU to use double precision
10.67/10.71	============================[ Problem Statistics ]=============================
10.67/10.71	|                                                                             |
10.67/10.71	|  Number of variables:  60                                                   |
10.67/10.71	|  Number of clauses:    5340                                                 |
10.67/10.71	|  Parsing time:         0.01         s                                       |
10.67/10.71	============================[ Search Statistics ]==============================
10.67/10.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.72	===============================================================================
10.67/10.72	|         0 |      60     5340    37380 |     1780        0    nan |  0.000 % |
10.67/10.72	|       102 |      60     5340    37380 |     1958      102     22 |  0.028 % |
10.67/10.73	|       253 |      60     5340    37380 |     2153      253     22 |  0.028 % |
10.67/10.74	|       478 |      60     5340    37380 |     2369      478     21 |  0.028 % |
10.67/10.75	|       815 |      60     5340    37380 |     2606      815     21 |  0.028 % |
10.67/10.77	|      1321 |      60     5340    37380 |     2866     1321     21 |  0.028 % |
10.68/10.81	|      2080 |      60     5340    37380 |     3153     2080     21 |  0.028 % |
10.68/10.86	|      3219 |      60     5340    37380 |     3468     1629     21 |  0.028 % |
10.86/10.95	|      4927 |      60     5340    37380 |     3815     3337     21 |  0.028 % |
10.96/11.08	|      7489 |      60     5340    37380 |     4197     2056     21 |  0.028 % |
11.16/11.28	|     11333 |      60     5340    37380 |     4616     3791     21 |  0.028 % |
11.46/11.59	|     17100 |      60     5340    37380 |     5078     2594     20 |  0.028 % |
11.96/12.07	|     25750 |      60     5340    37380 |     5586     3585     20 |  0.028 % |
12.76/12.82	|     38725 |      60     5340    37380 |     6145     5335     20 |  0.028 % |
13.86/13.99	|     58186 |      60     5340    37380 |     6759     3207     19 |  0.028 % |
15.66/15.78	|     87379 |      60     5340    37380 |     7435     5260     20 |  0.028 % |
18.56/18.60	|    131169 |      60     5340    37380 |     8179     4297     20 |  0.028 % |
22.96/23.04	|    196853 |      60     5340    37380 |     8996     4347     20 |  0.028 % |
29.95/30.05	|    295381 |      60     5340    37380 |     9896     8164     20 |  0.028 % |
40.84/40.92	|    443171 |      60     5340    37380 |    10886     7141     21 |  0.028 % |
57.93/58.03	|    664855 |      60     5340    37380 |    11974    10641     19 |  0.028 % |
85.02/85.12	|    997380 |      60     5340    37380 |    13172     7218     19 |  0.028 % |
128.61/128.75	|   1496170 |      60     5340    37380 |    14489    11211     18 |  0.028 % |
198.88/199.08	|   2244354 |      60     5340    37380 |    15938    12063     19 |  0.028 % |
310.92/311.15	|   3366629 |      60     5340    37380 |    17532     9175     18 |  0.028 % |
494.25/494.56	|   5050040 |      60     5340    37380 |    19285    16222     19 |  0.028 % |
790.82/791.23	|   7575158 |      60     5340    37380 |    21214    12218     18 |  0.028 % |
1282.70/1283.30	|  11362835 |      60     5340    37380 |    23335    20092     18 |  0.028 % |
2095.94/2096.91	|  17044349 |      60     5340    37380 |    25669    16607     19 |  0.028 % |
3422.56/3424.18	|  25566618 |      60     5340    37380 |    28236    21902     18 |  0.028 % |
4998.83/5001.18	c Preprocessing...
4998.83/5001.18	c Inital problem has 60 variables, 5340 nary clauses (0 binary clauses).
4998.83/5001.18	c Num non-binary clauses 5340, Average non-binary clause length 7.000
4998.83/5001.18	c Theory has no gaps
4998.83/5001.18	c Preprocessor runtime was 0.010 seconds.
4998.83/5001.18	c 
4998.83/5001.18	c Satisfiability of theory still undetermined.
4998.83/5001.18	c See file /tmp/mGNLjD for simplified theory.
4998.83/5001.18	c Bin: Executing minisat20
4998.83/5001.18	c child exit by a signal
4998.83/5001.18	c minisat20 returned code 137.
4998.83/5001.18	c minisat20 returned code 137.
4998.83/5001.18	c satzilla running kcnfs ... 
4998.83/5001.18	c Bin: Executing kcnfs
4998.83/5001.18	c kcnfs returned code 1.
4998.83/5001.18	c kcnfs returned code 1.
4998.83/5001.18	c satzilla running march_dl ... 
4998.83/5001.18	c Bin: Executing march_dl
4998.83/5001.18	c march_dl returned code 1.
4998.83/5001.18	c march_dl returned code 1.
4998.83/5001.18	c satzilla running kcnfs with preprocessing ... 
4998.83/5001.18	c Bin: Executing kcnfs
4998.83/5001.18	c kcnfs returned code 1.
4998.83/5001.18	c kcnfs returned code 1.
4998.83/5001.18	c satzilla running march_dl with preprocessing ... 
4998.83/5001.18	c Bin: Executing march_dl
4998.83/5001.18	c march_dl returned code 1.
4998.83/5001.18	c march_dl returned code 1.
4998.83/5001.18	c satzilla running vallst with preprocessing ... 
4998.83/5001.18	c Bin: Executing vallst
4998.83/5001.18	c vallst returned code 1.
4998.83/5001.18	c vallst returned code 1.
4998.83/5001.18	c satzilla running zchaff_rand with preprocessing ... 
4998.83/5001.18	c Bin: Executing zchaff_rand
4998.83/5001.18	c zchaff_rand returned code 1.
4998.83/5001.18	c zchaff_rand returned code 1.
4998.83/5001.18	c satzilla running vallst ... 
4998.83/5001.18	c Bin: Executing vallst
4998.83/5001.18	c vallst returned code 1.
4998.83/5001.18	c vallst returned code 1.
4998.83/5001.18	c satzilla running zchaff_rand ... 
4998.83/5001.18	c Bin: Executing zchaff_rand
4998.83/5001.18	c zchaff_rand returned code 1.
4998.83/5001.18	c zchaff_rand returned code 1.
4998.83/5001.18	c satzilla running minisat20 ... 
4998.83/5001.18	c Bin: Executing minisat20
4998.83/5001.18	c minisat20 returned code 1.
4998.83/5001.18	c minisat20 returned code 1.
4998.83/5001.18	c ERROR: All Failed! 
4998.83/5001.18	c SATZILLA_TIME=4999.690000

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-1626442-1240079869/watcher-1626442-1240079869 -o /tmp/evaluation-result-1626442-1240079869/solver-1626442-1240079869 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1626442-1240079869.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24666
/proc/meminfo: memFree=934288/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=1440 CPUtime=0
/proc/24666/stat : 24666 (SATzilla2007_R) R 24664 24666 24591 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 36020934 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/24666/statm: 360 110 95 260 0 84 0
[pid=24667] ppid=24666 vsize=636 CPUtime=0
/proc/24667/stat : 24667 (march_dl) R 24666 24666 24591 0 -1 4194304 85 0 0 0 0 0 0 0 18 0 1 0 36020934 651264 80 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24667/statm: 159 80 50 118 0 38 0

[startup+0.024136 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24666
/proc/meminfo: memFree=934288/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=1440 CPUtime=0
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 36020934 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24666/statm: 360 110 95 260 0 84 0
[pid=24667] ppid=24666 vsize=1088 CPUtime=0.02
/proc/24667/stat : 24667 (march_dl) R 24666 24666 24591 0 -1 4194304 374 0 0 0 2 0 0 0 19 0 1 0 36020934 1114112 193 1992294400 134512640 134996440 4294956272 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24667/statm: 305 207 58 118 0 184 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2528

[startup+0.10114 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24666
/proc/meminfo: memFree=934288/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=1440 CPUtime=0
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 36020934 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24666/statm: 360 110 95 260 0 84 0
[pid=24667] ppid=24666 vsize=2064 CPUtime=0.09
/proc/24667/stat : 24667 (march_dl) R 24666 24666 24591 0 -1 4194304 824 0 0 0 9 0 0 0 19 0 1 0 36020934 2113536 302 1992294400 134512640 134996440 4294956272 18446744073709551615 134583431 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24667/statm: 516 302 67 118 0 395 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3504

[startup+0.301156 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24666
/proc/meminfo: memFree=934288/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=1440 CPUtime=0
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 36020934 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24666/statm: 360 110 95 260 0 84 0
[pid=24667] ppid=24666 vsize=2064 CPUtime=0.29
/proc/24667/stat : 24667 (march_dl) R 24666 24666 24591 0 -1 4194304 840 0 0 0 29 0 0 0 21 0 1 0 36020934 2113536 318 1992294400 134512640 134996440 4294956272 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24667/statm: 516 318 67 118 0 395 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3504

[startup+0.701189 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24666
/proc/meminfo: memFree=934288/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=1440 CPUtime=0
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 36020934 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24666/statm: 360 110 95 260 0 84 0
[pid=24667] ppid=24666 vsize=5888 CPUtime=0.69
/proc/24667/stat : 24667 (march_dl) R 24666 24666 24591 0 -1 4194304 1991 0 0 0 69 0 0 0 25 0 1 0 36020934 6029312 1367 1992294400 134512640 134996440 4294956272 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24667/statm: 1472 1367 72 118 0 1351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7328

[startup+1.50225 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24668
/proc/meminfo: memFree=928896/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=1440 CPUtime=0
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 36020934 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24666/statm: 360 110 95 260 0 84 0
[pid=24667] ppid=24666 vsize=6504 CPUtime=1.49
/proc/24667/stat : 24667 (march_dl) R 24666 24666 24591 0 -1 4194304 2110 0 0 0 149 0 0 0 25 0 1 0 36020934 6660096 1427 1992294400 134512640 134996440 4294956272 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24667/statm: 1626 1427 74 118 0 1505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7944

[startup+3.10139 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24668
/proc/meminfo: memFree=928576/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=1440 CPUtime=0
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 36020934 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24666/statm: 360 110 95 260 0 84 0
[pid=24667] ppid=24666 vsize=6504 CPUtime=3.08
/proc/24667/stat : 24667 (march_dl) R 24666 24666 24591 0 -1 4194304 2110 0 0 0 308 0 0 0 25 0 1 0 36020934 6660096 1427 1992294400 134512640 134996440 4294956272 18446744073709551615 134514080 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24667/statm: 1626 1427 74 118 0 1505 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7944

[startup+6.30165 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24669
/proc/meminfo: memFree=933120/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=1440 CPUtime=4.98
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 134 2110 0 0 0 0 498 0 16 0 1 0 36020934 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24666/statm: 360 111 96 260 0 84 0
[pid=24669] ppid=24666 vsize=6188 CPUtime=1.27
/proc/24669/stat : 24669 (ubcsat2006) R 24666 24666 24591 0 -1 4194304 344 0 0 0 122 5 0 0 25 0 1 0 36021436 6336512 327 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24669/statm: 1547 327 156 64 0 1128 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24670
/proc/meminfo: memFree=930816/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=2876 CPUtime=1.98
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 415 0 0 0 198 0 0 0 25 0 1 0 36022005 2945024 410 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 719 410 58 118 0 597 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 5924

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24670
/proc/meminfo: memFree=929984/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=3676 CPUtime=14.77
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 628 0 0 0 1477 0 0 0 25 0 1 0 36022005 3764224 623 1992294400 134512640 134998072 4294956320 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 919 623 58 118 0 797 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 6724

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24670
/proc/meminfo: memFree=929344/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=4372 CPUtime=40.35
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 790 0 0 0 4035 0 0 0 25 0 1 0 36022005 4476928 785 1992294400 134512640 134998072 4294956320 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 1093 785 58 118 0 971 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 7420

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24670
/proc/meminfo: memFree=928576/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=5276 CPUtime=91.54
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 969 0 0 0 9154 0 0 0 25 0 1 0 36022005 5402624 964 1992294400 134512640 134998072 4294956320 18446744073709551615 134525473 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 1319 964 58 118 0 1197 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 8324

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24670
/proc/meminfo: memFree=928000/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=5752 CPUtime=151.51
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 1106 0 0 0 15150 1 0 0 25 0 1 0 36022005 5890048 1101 1992294400 134512640 134998072 4294956320 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 1438 1101 58 118 0 1316 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 8800

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24670
/proc/meminfo: memFree=927808/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=5908 CPUtime=211.49
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 1160 0 0 0 21148 1 0 0 25 0 1 0 36022005 6049792 1155 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 1477 1155 58 118 0 1355 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 8956

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24670
/proc/meminfo: memFree=927552/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=6212 CPUtime=271.45
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 1219 0 0 0 27144 1 0 0 25 0 1 0 36022005 6361088 1214 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 1553 1214 58 118 0 1431 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 9260

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24670
/proc/meminfo: memFree=927168/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=6780 CPUtime=331.43
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 1326 0 0 0 33142 1 0 0 25 0 1 0 36022005 6942720 1321 1992294400 134512640 134998072 4294956320 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 1695 1321 58 118 0 1573 0

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


[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922944/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4649.52
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2311 0 0 0 464948 4 0 0 25 0 1 0 36022005 11210752 2306 1992294400 134512640 134998072 4294956320 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2306 58 118 0 2615 0
Current children cumulated CPU time (s) 4660.2
Current children cumulated vsize (KiB) 13996

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922944/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4709.49
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2313 0 0 0 470945 4 0 0 25 0 1 0 36022005 11210752 2308 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2308 58 118 0 2615 0
Current children cumulated CPU time (s) 4720.17
Current children cumulated vsize (KiB) 13996

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922944/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4769.46
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2313 0 0 0 476942 4 0 0 25 0 1 0 36022005 11210752 2308 1992294400 134512640 134998072 4294956320 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2308 58 118 0 2615 0
Current children cumulated CPU time (s) 4780.14
Current children cumulated vsize (KiB) 13996

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922944/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4829.43
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2313 0 0 0 482939 4 0 0 25 0 1 0 36022005 11210752 2308 1992294400 134512640 134998072 4294956320 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2308 58 118 0 2615 0
Current children cumulated CPU time (s) 4840.11
Current children cumulated vsize (KiB) 13996

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922944/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4889.41
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2313 0 0 0 488937 4 0 0 25 0 1 0 36022005 11210752 2308 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2308 58 118 0 2615 0
Current children cumulated CPU time (s) 4900.09
Current children cumulated vsize (KiB) 13996

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922944/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4949.37
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 494933 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4960.05
Current children cumulated vsize (KiB) 13996

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922880/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4953.37
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 495333 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134536668 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4964.05
Current children cumulated vsize (KiB) 13996

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922880/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4966.17
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 496613 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4976.85
Current children cumulated vsize (KiB) 13996

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24678
/proc/meminfo: memFree=922880/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4978.96
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 497892 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4989.64
Current children cumulated vsize (KiB) 13996

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24684
/proc/meminfo: memFree=922752/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4982.15
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 498211 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4992.83
Current children cumulated vsize (KiB) 13996

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24684
/proc/meminfo: memFree=922752/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4985.36
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 498532 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4996.04
Current children cumulated vsize (KiB) 13996

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24684
/proc/meminfo: memFree=922752/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4986.95
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 498691 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4997.63
Current children cumulated vsize (KiB) 13996

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24684
/proc/meminfo: memFree=922752/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4987.75
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 498771 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4998.43
Current children cumulated vsize (KiB) 13996

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24684
/proc/meminfo: memFree=922752/2055920 swapFree=4192956/4192956
[pid=24666] ppid=24664 vsize=3048 CPUtime=10.68
/proc/24666/stat : 24666 (SATzilla2007_R) S 24664 24666 24591 0 -1 4194304 1087 2460 0 0 350 8 700 10 25 0 1 0 36020934 3121152 589 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24666/statm: 762 589 165 260 0 486 0
[pid=24670] ppid=24666 vsize=10948 CPUtime=4988.15
/proc/24670/stat : 24670 (minisat20) R 24666 24666 24591 0 -1 4194304 2314 0 0 0 498811 4 0 0 25 0 1 0 36022005 11210752 2309 1992294400 134512640 134998072 4294956320 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24670/statm: 2737 2309 58 118 0 2615 0
Current children cumulated CPU time (s) 4998.83
Current children cumulated vsize (KiB) 13996

Child status: 17
Real time (s): 5001.19
CPU time (s): 4998.94
CPU user time (s): 4998.71
CPU system time (s): 0.234964
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 13996

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

runsolver used 5.15022 second user time and 13.043 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-18 20:37:49
IDJOB=1626442
IDBENCH=70456
IDSOLVER=581
FILE ID=node3/1626442-1240079869
PBS_JOBID= 9159096
Free space on /tmp= 66160 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/60/unif-k7-r89-v60-c5340-S1703611043-077.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626442-1240079869/watcher-1626442-1240079869 -o /tmp/evaluation-result-1626442-1240079869/solver-1626442-1240079869 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1626442-1240079869.cnf            

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

MD5SUM BENCH= 5a3058eca6d17c7e905cfeaf908c8bc0
RANDOM SEED=1024274862

node3.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.212
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.212
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:        934768 kB
Buffers:         87276 kB
Cached:         951832 kB
SwapCached:          0 kB
Active:         358744 kB
Inactive:       694308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        934768 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8492 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            54148 kB
Committed_AS:   186280 kB
PageTables:       1372 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= 66148 MiB
End job on node3 at 2009-04-18 22:01:10