Trace number 1543969

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) 1199.66 1200.06

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S155821307-034.cnf
MD5SUM28359db36bffb53d70af426463d1fc34
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark178.503
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 522000
Number of clauses of size over 50

Solver Data

10.68/10.73	c run March_dl for 5 seconds ... 
10.68/10.73	c Bin: Executing march_dl
10.68/10.73	c child exit by a signal
10.68/10.73	c march_dl returned code 137.
10.68/10.73	c run saps (UBCSAT implementation) for 2 seconds ... 
10.68/10.73	c Bin: Executing ubcsat2006
10.68/10.73	c child exited successfully
10.68/10.73	c ubcsat2006 returned code 0.
10.68/10.73	c satzilla computing base features
10.68/10.73	c satzilla doing unit-prop probe
10.68/10.73	c satzilla doing local search probe
10.68/10.73	c satzilla doing lobjois search-space size estimate
10.68/10.73	c satzilla's ranking:
10.68/10.73	c 1) minisat20+P: 10.625629
10.68/10.73	c 2) march_dl: 10.744001
10.68/10.73	c 3) kcnfs: 13.069200
10.68/10.73	c 4) kcnfs+P: 999.000000
10.68/10.73	c 5) march_dl+P: 999.000000
10.68/10.73	c 6) vallst+P: 999.000000
10.68/10.73	c 7) zchaff_rand+P: 999.000000
10.68/10.73	c 8) vallst: 999.000000
10.68/10.73	c 9) zchaff_rand: 999.000000
10.68/10.73	c 10) minisat20: 999.000000
10.68/10.73	c satzilla running minisat20 with preprocessing ... 
10.78/10.83	This is MiniSat 2.0 beta
10.78/10.83	WARNING: for repeatability, setting FPU to use double precision
10.78/10.83	============================[ Problem Statistics ]=============================
10.78/10.83	|                                                                             |
10.78/10.84	|  Number of variables:  1100                                                 |
10.78/10.84	|  Number of clauses:    22000                                                |
10.78/10.85	|  Parsing time:         0.02         s                                       |
10.78/10.86	============================[ Search Statistics ]==============================
10.78/10.86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.78/10.86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.78/10.86	===============================================================================
10.78/10.86	|         0 |    1100    22000   110000 |     7333        0    nan |  0.000 % |
10.78/10.87	|       101 |    1100    22000   110000 |     8066      101    137 |  0.000 % |
10.78/10.89	|       252 |    1100    22000   110000 |     8873      252    121 |  0.000 % |
10.87/10.91	|       477 |    1100    22000   110000 |     9760      477    123 |  0.000 % |
10.87/10.95	|       814 |    1100    22000   110000 |    10736      814    124 |  0.000 % |
10.97/11.01	|      1320 |    1100    22000   110000 |    11810     1320    126 |  0.000 % |
11.06/11.11	|      2079 |    1100    22000   110000 |    12991     2079    127 |  0.000 % |
11.16/11.26	|      3218 |    1100    22000   110000 |    14290     3218    131 |  0.000 % |
11.46/11.50	|      4927 |    1100    22000   110000 |    15719     4927    135 |  0.000 % |
11.86/11.92	|      7489 |    1100    22000   110000 |    17291     7489    137 |  0.000 % |
12.66/12.72	|     11334 |    1100    22000   110000 |    19020    11334    146 |  0.000 % |
14.06/14.13	|     17102 |    1100    22000   110000 |    20922    17102    146 |  0.000 % |
16.46/16.56	|     25753 |    1100    22000   110000 |    23015    15101    145 |  0.000 % |
20.55/20.65	|     38728 |    1100    22000   110000 |    25316    15844    145 |  0.000 % |
27.56/27.69	|     58189 |    1100    22000   110000 |    27848    20851    147 |  0.000 % |
39.75/39.89	|     87381 |    1100    22000   110000 |    30633    17770    150 |  0.000 % |
60.94/61.08	|    131174 |    1100    22000   110000 |    33696    23255    152 |  0.000 % |
90.34/90.40	|    196858 |    1100    22000   110000 |    37066    23097    152 |  0.000 % |
146.32/146.44	|    295388 |    1100    22000   110000 |    40772    24927    151 |  0.000 % |
231.89/232.04	|    443178 |    1100    22000   110000 |    44849    33088    154 |  0.000 % |
377.84/378.01	|    664861 |    1100    22000   110000 |    49334    34136    155 |  0.000 % |
602.27/602.59	|    997387 |    1100    22000   110000 |    54268    46485    158 |  0.000 % |
997.74/998.20	|   1496177 |    1100    22000   110000 |    59695    20568    145 |  0.000 % |
1199.58/1200.05	c Preprocessing...
1199.58/1200.05	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.58/1200.05	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.58/1200.05	c Theory has no gaps
1199.58/1200.05	c Preprocessor runtime was 0.050 seconds.
1199.58/1200.05	c 
1199.58/1200.05	c Satisfiability of theory still undetermined.
1199.58/1200.05	c See file /tmp/ictnzF for simplified theory.
1199.58/1200.05	c Bin: Executing minisat20
1199.58/1200.05	c child exit by a signal
1199.58/1200.05	c minisat20 returned code 137.
1199.58/1200.05	c minisat20 returned code 137.
1199.58/1200.05	c satzilla running march_dl ... 
1199.58/1200.05	c Bin: Executing march_dl
1199.58/1200.05	c march_dl returned code 1.
1199.58/1200.05	c march_dl returned code 1.
1199.58/1200.05	c satzilla running kcnfs ... 
1199.58/1200.05	c Bin: Executing kcnfs
1199.58/1200.05	c kcnfs returned code 1.
1199.58/1200.05	c kcnfs returned code 1.
1199.58/1200.05	c satzilla running kcnfs with preprocessing ... 
1199.58/1200.05	c Bin: Executing kcnfs
1199.58/1200.05	c kcnfs returned code 1.
1199.58/1200.05	c kcnfs returned code 1.
1199.58/1200.05	c satzilla running march_dl with preprocessing ... 
1199.58/1200.05	c Bin: Executing march_dl
1199.58/1200.05	c march_dl returned code 1.
1199.58/1200.05	c march_dl returned code 1.
1199.58/1200.05	c satzilla running vallst with preprocessing ... 
1199.58/1200.05	c Bin: Executing vallst
1199.58/1200.05	c vallst returned code 1.
1199.58/1200.05	c vallst returned code 1.
1199.58/1200.05	c satzilla running zchaff_rand with preprocessing ... 
1199.58/1200.05	c Bin: Executing zchaff_rand
1199.58/1200.05	c zchaff_rand returned code 1.
1199.58/1200.05	c zchaff_rand returned code 1.
1199.58/1200.05	c satzilla running vallst ... 
1199.58/1200.05	c Bin: Executing vallst
1199.58/1200.05	c vallst returned code 1.
1199.58/1200.05	c vallst returned code 1.
1199.58/1200.05	c satzilla running zchaff_rand ... 
1199.58/1200.05	c Bin: Executing zchaff_rand
1199.58/1200.05	c zchaff_rand returned code 1.
1199.58/1200.05	c zchaff_rand returned code 1.
1199.58/1200.05	c satzilla running minisat20 ... 
1199.58/1200.05	c Bin: Executing minisat20
1199.58/1200.05	c minisat20 returned code 1.
1199.58/1200.05	c minisat20 returned code 1.
1199.58/1200.05	c ERROR: All Failed! 
1199.58/1200.05	c SATZILLA_TIME=1199.810000

Verifier Data

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

Watcher Data

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 12169
/proc/meminfo: memFree=1270912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=1440 CPUtime=0
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132893651 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 360 110 95 260 0 84 0
[pid=12170] ppid=12169 vsize=812 CPUtime=0
/proc/12170/stat : 12170 (march_dl) R 12169 12169 11939 0 -1 4194304 113 0 0 0 0 0 0 0 19 0 1 0 1132893651 831488 108 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12170/statm: 203 108 50 118 0 82 0

[startup+0.057658 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 12169
/proc/meminfo: memFree=1270912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=1440 CPUtime=0
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132893651 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 360 110 95 260 0 84 0
[pid=12170] ppid=12169 vsize=2004 CPUtime=0.05
/proc/12170/stat : 12170 (march_dl) R 12169 12169 11939 0 -1 4194304 445 0 0 0 5 0 0 0 19 0 1 0 1132893651 2052096 353 1992294400 134512640 134996440 4294956240 18446744073709551615 134631169 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12170/statm: 500 352 53 118 0 379 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3444

[startup+0.101664 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 12169
/proc/meminfo: memFree=1270912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=1440 CPUtime=0
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132893651 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 360 110 95 260 0 84 0
[pid=12170] ppid=12169 vsize=3052 CPUtime=0.09
/proc/12170/stat : 12170 (march_dl) R 12169 12169 11939 0 -1 4194304 1278 0 0 0 9 0 0 0 19 0 1 0 1132893651 3125248 587 1992294400 134512640 134996440 4294956240 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12170/statm: 763 587 57 118 0 642 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4492

[startup+0.301692 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 12169
/proc/meminfo: memFree=1270912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=1440 CPUtime=0
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132893651 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 360 110 95 260 0 84 0
[pid=12170] ppid=12169 vsize=4544 CPUtime=0.29
/proc/12170/stat : 12170 (march_dl) R 12169 12169 11939 0 -1 4194304 3215 0 0 0 28 1 0 0 20 0 1 0 1132893651 4653056 746 1992294400 134512640 134996440 4294956240 18446744073709551615 134583478 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12170/statm: 1136 746 67 118 0 1015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5984

[startup+0.70175 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 12169
/proc/meminfo: memFree=1270912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=1440 CPUtime=0
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132893651 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 360 110 95 260 0 84 0
[pid=12170] ppid=12169 vsize=4544 CPUtime=0.69
/proc/12170/stat : 12170 (march_dl) R 12169 12169 11939 0 -1 4194304 3221 0 0 0 68 1 0 0 24 0 1 0 1132893651 4653056 752 1992294400 134512640 134996440 4294956240 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12170/statm: 1136 752 67 118 0 1015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5984

[startup+1.50187 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 12171
/proc/meminfo: memFree=1268016/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=1440 CPUtime=0
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132893651 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 360 110 95 260 0 84 0
[pid=12170] ppid=12169 vsize=13844 CPUtime=1.49
/proc/12170/stat : 12170 (march_dl) R 12169 12169 11939 0 -1 4194304 5502 0 0 0 147 2 0 0 25 0 1 0 1132893651 14176256 2841 1992294400 134512640 134996440 4294956240 18446744073709551615 134538487 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12170/statm: 3461 2849 71 118 0 3340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15284

[startup+3.1021 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 12171
/proc/meminfo: memFree=1244144/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=1440 CPUtime=0
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132893651 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 360 110 95 260 0 84 0
[pid=12170] ppid=12169 vsize=31032 CPUtime=3.09
/proc/12170/stat : 12170 (march_dl) R 12169 12169 11939 0 -1 4194304 10281 0 0 0 272 37 0 0 25 0 1 0 1132893651 31776768 7368 1992294400 134512640 134996440 4294956240 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12170/statm: 7758 7368 72 118 0 7637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32472

[startup+6.30156 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 12172
/proc/meminfo: memFree=1268784/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=1440 CPUtime=4.99
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 135 12113 0 0 0 0 461 38 19 0 1 0 1132893651 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 360 111 96 260 0 84 0
[pid=12172] ppid=12169 vsize=6188 CPUtime=1.28
/proc/12172/stat : 12172 (ubcsat2006) R 12169 12169 11939 0 -1 4194304 616 0 0 0 122 6 0 0 25 0 1 0 1132894152 6336512 599 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12172/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 12173
/proc/meminfo: memFree=1258288/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=9740 CPUtime=1.85
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 2250 0 0 0 184 1 0 0 25 0 1 0 1132894735 9973760 2245 1992294400 134512640 134998072 4294956288 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 2435 2245 59 118 0 2313 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16396

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 12173
/proc/meminfo: memFree=1246960/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=18916 CPUtime=14.65
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 4525 0 0 0 1462 3 0 0 25 0 1 0 1132894735 19369984 4520 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 4729 4520 59 118 0 4607 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25572

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 12173
/proc/meminfo: memFree=1242672/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=23304 CPUtime=40.24
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 5616 0 0 0 4020 4 0 0 25 0 1 0 1132894735 23863296 5611 1992294400 134512640 134998072 4294956288 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 5826 5611 59 118 0 5704 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 29960

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 12173
/proc/meminfo: memFree=1237616/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=28320 CPUtime=91.42
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 6881 0 0 0 9137 5 0 0 25 0 1 0 1132894735 28999680 6876 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 7080 6876 59 118 0 6958 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 34976

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 12173
/proc/meminfo: memFree=1234224/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=31700 CPUtime=151.4
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 7729 0 0 0 15134 6 0 0 25 0 1 0 1132894735 32460800 7724 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 7925 7724 59 118 0 7803 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 38356

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1232880/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=33020 CPUtime=211.38
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 8044 0 0 0 21131 7 0 0 25 0 1 0 1132894735 33812480 8039 1992294400 134512640 134998072 4294956288 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 8255 8039 59 118 0 8133 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 39676

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1228848/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=36980 CPUtime=271.36
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 9046 0 0 0 27128 8 0 0 25 0 1 0 1132894735 37867520 9041 1992294400 134512640 134998072 4294956288 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 9245 9041 59 118 0 9123 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 43636

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1228848/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=36980 CPUtime=331.34
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 9046 0 0 0 33126 8 0 0 25 0 1 0 1132894735 37867520 9041 1992294400 134512640 134998072 4294956288 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 9245 9041 59 118 0 9123 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1218224/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=47564 CPUtime=811.18
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 11682 0 0 0 81106 12 0 0 25 0 1 0 1132894735 48705536 11677 1992294400 134512640 134998072 4294956288 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 11891 11677 59 118 0 11769 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 54220

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1218096/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=47680 CPUtime=871.16
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 11715 0 0 0 87104 12 0 0 25 0 1 0 1132894735 48824320 11710 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 11920 11710 59 118 0 11798 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 54336

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1218096/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=47680 CPUtime=931.15
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 11715 0 0 0 93102 13 0 0 25 0 1 0 1132894735 48824320 11710 1992294400 134512640 134998072 4294956288 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 11920 11710 59 118 0 11798 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 54336

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1218096/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=47656 CPUtime=991.13
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 11715 0 0 0 99100 13 0 0 25 0 1 0 1132894735 48799744 11710 1992294400 134512640 134998072 4294956288 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 11914 11710 59 118 0 11792 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 54312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1215152/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=50560 CPUtime=1051.11
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 12447 0 0 0 105098 13 0 0 25 0 1 0 1132894735 51773440 12442 1992294400 134512640 134998072 4294956288 18446744073709551615 134525807 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 12640 12442 59 118 0 12518 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 57216

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1214960/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=50700 CPUtime=1111.09
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 12492 0 0 0 111096 13 0 0 25 0 1 0 1132894735 51916800 12487 1992294400 134512640 134998072 4294956288 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 12675 12487 59 118 0 12553 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 57356

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1212848/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=52848 CPUtime=1171.07
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 13007 0 0 0 117093 14 0 0 25 0 1 0 1132894735 54116352 13002 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 13212 13002 59 118 0 13090 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 59504

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1212912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=52848 CPUtime=1179.06
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 13007 0 0 0 117892 14 0 0 25 0 1 0 1132894735 54116352 13002 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 13212 13002 59 118 0 13090 0
Current children cumulated CPU time (s) 1189.87
Current children cumulated vsize (KiB) 59504

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1212912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=52848 CPUtime=1185.47
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 13007 0 0 0 118533 14 0 0 25 0 1 0 1132894735 54116352 13002 1992294400 134512640 134998072 4294956288 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 13212 13002 59 118 0 13090 0
Current children cumulated CPU time (s) 1196.28
Current children cumulated vsize (KiB) 59504

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1212912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=52848 CPUtime=1187.06
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 13007 0 0 0 118692 14 0 0 25 0 1 0 1132894735 54116352 13002 1992294400 134512640 134998072 4294956288 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 13212 13002 59 118 0 13090 0
Current children cumulated CPU time (s) 1197.87
Current children cumulated vsize (KiB) 59504

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1212912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=52848 CPUtime=1187.86
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 13007 0 0 0 118772 14 0 0 25 0 1 0 1132894735 54116352 13002 1992294400 134512640 134998072 4294956288 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 13212 13002 59 118 0 13090 0
Current children cumulated CPU time (s) 1198.67
Current children cumulated vsize (KiB) 59504

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1212912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=52848 CPUtime=1188.26
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 13007 0 0 0 118812 14 0 0 25 0 1 0 1132894735 54116352 13002 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 13212 13002 59 118 0 13090 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 59504

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1212912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=52848 CPUtime=1188.66
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 13007 0 0 0 118852 14 0 0 25 0 1 0 1132894735 54116352 13002 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 13212 13002 59 118 0 13090 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 59504

[startup+1200 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12173
/proc/meminfo: memFree=1212912/2055920 swapFree=4175692/4192956
[pid=12169] ppid=12167 vsize=6656 CPUtime=10.81
/proc/12169/stat : 12169 (SATzilla2007_R) S 12167 12169 11939 0 -1 4194304 2707 12735 0 0 350 15 666 50 25 0 1 0 1132893651 6815744 1482 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12169/statm: 1664 1482 164 260 0 1388 0
[pid=12173] ppid=12169 vsize=52848 CPUtime=1188.77
/proc/12173/stat : 12173 (minisat20) R 12169 12169 11939 0 -1 4194304 13007 0 0 0 118863 14 0 0 25 0 1 0 1132894735 54116352 13002 1992294400 134512640 134998072 4294956288 18446744073709551615 134535707 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12173/statm: 13212 13002 59 118 0 13090 0
Current children cumulated CPU time (s) 1199.58
Current children cumulated vsize (KiB) 59504

Child status: 17
Real time (s): 1200.06
CPU time (s): 1199.66
CPU user time (s): 1198.84
CPU system time (s): 0.817875
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 59504

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

runsolver used 1.37879 second user time and 2.99654 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-01 18:11:24
IDJOB=1543969
IDBENCH=70212
IDSOLVER=557
FILE ID=node30/1543969-1238602284
PBS_JOBID= 9068335
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 28359db36bffb53d70af426463d1fc34
RANDOM SEED=1519275768

node30.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.260
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
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:       1271392 kB
Buffers:         96516 kB
Cached:         588032 kB
SwapCached:      11092 kB
Active:         228244 kB
Inactive:       469312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271392 kB
SwapTotal:     4192956 kB
SwapFree:      4175692 kB
Dirty:            8896 kB
Writeback:           0 kB
Mapped:          18700 kB
Slab:            73076 kB
Committed_AS:  3299300 kB
PageTables:       1368 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= 66348 MiB
End job on node30 at 2009-04-01 18:31:25