Trace number 1625954

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: SATzilla RANDOM? (exit code) 4999.07 5000.49

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 benchmark344.251
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.66/10.72	c run March_dl for 5 seconds ... 
10.66/10.72	c Bin: Executing march_dl
10.66/10.72	c child exit by a signal
10.66/10.72	c march_dl returned code 137.
10.66/10.72	c run saps (UBCSAT implementation) for 2 seconds ... 
10.66/10.72	c Bin: Executing ubcsat2006
10.66/10.72	c child exited successfully
10.66/10.72	c ubcsat2006 returned code 0.
10.66/10.72	c satzilla computing base features
10.66/10.72	c satzilla doing unit-prop probe
10.66/10.72	c satzilla doing local search probe
10.66/10.72	c satzilla doing lobjois search-space size estimate
10.66/10.72	c satzilla's ranking:
10.66/10.72	c 1) minisat20+P: 10.304988
10.66/10.72	c 2) march_dl: 10.860985
10.66/10.72	c 3) kcnfs: 12.498360
10.66/10.72	c 4) kcnfs+P: 999.000000
10.66/10.72	c 5) march_dl+P: 999.000000
10.66/10.72	c 6) vallst+P: 999.000000
10.66/10.72	c 7) zchaff_rand+P: 999.000000
10.66/10.72	c 8) vallst: 999.000000
10.66/10.72	c 9) zchaff_rand: 999.000000
10.66/10.72	c 10) minisat20: 999.000000
10.66/10.72	c satzilla running minisat20 with preprocessing ... 
10.76/10.82	This is MiniSat 2.0 beta
10.76/10.82	WARNING: for repeatability, setting FPU to use double precision
10.76/10.82	============================[ Problem Statistics ]=============================
10.76/10.82	|                                                                             |
10.76/10.82	|  Number of variables:  1100                                                 |
10.76/10.82	|  Number of clauses:    22000                                                |
10.76/10.84	|  Parsing time:         0.02         s                                       |
10.76/10.84	============================[ Search Statistics ]==============================
10.76/10.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.76/10.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.76/10.84	===============================================================================
10.76/10.84	|         0 |    1100    22000   110000 |     7333        0    nan |  0.000 % |
10.76/10.86	|       101 |    1100    22000   110000 |     8066      101    137 |  0.000 % |
10.76/10.87	|       252 |    1100    22000   110000 |     8873      252    121 |  0.000 % |
10.86/10.90	|       477 |    1100    22000   110000 |     9760      477    123 |  0.000 % |
10.86/10.94	|       814 |    1100    22000   110000 |    10736      814    124 |  0.000 % |
10.96/11.01	|      1320 |    1100    22000   110000 |    11810     1320    126 |  0.000 % |
11.05/11.10	|      2079 |    1100    22000   110000 |    12991     2079    127 |  0.000 % |
11.15/11.25	|      3218 |    1100    22000   110000 |    14290     3218    131 |  0.000 % |
11.45/11.50	|      4927 |    1100    22000   110000 |    15719     4927    135 |  0.000 % |
11.85/11.93	|      7489 |    1100    22000   110000 |    17291     7489    137 |  0.000 % |
12.65/12.75	|     11334 |    1100    22000   110000 |    19020    11334    146 |  0.000 % |
14.05/14.18	|     17102 |    1100    22000   110000 |    20922    17102    146 |  0.000 % |
16.55/16.62	|     25753 |    1100    22000   110000 |    23015    15101    145 |  0.000 % |
20.55/20.70	|     38728 |    1100    22000   110000 |    25316    15844    145 |  0.000 % |
27.64/27.72	|     58189 |    1100    22000   110000 |    27848    20851    147 |  0.000 % |
39.94/40.02	|     87381 |    1100    22000   110000 |    30633    17770    150 |  0.000 % |
61.13/61.27	|    131174 |    1100    22000   110000 |    33696    23255    152 |  0.000 % |
90.53/90.64	|    196858 |    1100    22000   110000 |    37066    23097    152 |  0.000 % |
146.61/146.77	|    295388 |    1100    22000   110000 |    40772    24927    151 |  0.000 % |
232.48/232.65	|    443178 |    1100    22000   110000 |    44849    33088    154 |  0.000 % |
378.74/378.91	|    664861 |    1100    22000   110000 |    49334    34136    155 |  0.000 % |
603.49/603.71	|    997387 |    1100    22000   110000 |    54268    46485    158 |  0.000 % |
999.67/1000.09	|   1496177 |    1100    22000   110000 |    59695    20568    145 |  0.000 % |
1596.41/1596.97	|   2244362 |    1100    22000   110000 |    65664    48215    160 |  0.000 % |
2557.54/2558.35	|   3366638 |    1100    22000   110000 |    72231    52451    163 |  0.000 % |
4114.29/4115.58	|   5050049 |    1100    22000   110000 |    79454    19491    146 |  0.000 % |
4998.95/5000.48	c Preprocessing...
4998.95/5000.48	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
4998.95/5000.48	c Num non-binary clauses 22000, Average non-binary clause length 5.000
4998.95/5000.48	c Theory has no gaps
4998.95/5000.48	c Preprocessor runtime was 0.070 seconds.
4998.95/5000.48	c 
4998.95/5000.48	c Satisfiability of theory still undetermined.
4998.95/5000.48	c See file /tmp/i6J8pT for simplified theory.
4998.95/5000.48	c Bin: Executing minisat20
4998.95/5000.48	c child exit by a signal
4998.95/5000.48	c minisat20 returned code 137.
4998.95/5000.48	c minisat20 returned code 137.
4998.95/5000.48	c satzilla running march_dl ... 
4998.95/5000.48	c Bin: Executing march_dl
4998.95/5000.48	c march_dl returned code 1.
4998.95/5000.48	c march_dl returned code 1.
4998.95/5000.48	c satzilla running kcnfs ... 
4998.95/5000.48	c Bin: Executing kcnfs
4998.95/5000.48	c kcnfs returned code 1.
4998.95/5000.48	c kcnfs returned code 1.
4998.95/5000.48	c satzilla running kcnfs with preprocessing ... 
4998.95/5000.48	c Bin: Executing kcnfs
4998.95/5000.48	c kcnfs returned code 1.
4998.95/5000.48	c kcnfs returned code 1.
4998.95/5000.48	c satzilla running march_dl with preprocessing ... 
4998.95/5000.48	c Bin: Executing march_dl
4998.95/5000.48	c march_dl returned code 1.
4998.95/5000.48	c march_dl returned code 1.
4998.95/5000.48	c satzilla running vallst with preprocessing ... 
4998.95/5000.48	c Bin: Executing vallst
4998.95/5000.48	c vallst returned code 1.
4998.95/5000.48	c vallst returned code 1.
4998.95/5000.48	c satzilla running zchaff_rand with preprocessing ... 
4998.95/5000.48	c Bin: Executing zchaff_rand
4998.95/5000.48	c zchaff_rand returned code 1.
4998.95/5000.48	c zchaff_rand returned code 1.
4998.95/5000.48	c satzilla running vallst ... 
4998.95/5000.48	c Bin: Executing vallst
4998.95/5000.48	c vallst returned code 1.
4998.95/5000.48	c vallst returned code 1.
4998.95/5000.48	c satzilla running zchaff_rand ... 
4998.95/5000.48	c Bin: Executing zchaff_rand
4998.95/5000.48	c zchaff_rand returned code 1.
4998.95/5000.48	c zchaff_rand returned code 1.
4998.95/5000.48	c satzilla running minisat20 ... 
4998.95/5000.48	c Bin: Executing minisat20
4998.95/5000.48	c minisat20 returned code 1.
4998.95/5000.48	c minisat20 returned code 1.
4998.95/5000.48	c ERROR: All Failed! 
4998.95/5000.48	c SATZILLA_TIME=4999.820000

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

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


[startup+0 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 18777
/proc/meminfo: memFree=1421152/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=1440 CPUtime=0
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27880384 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18777/statm: 360 110 95 260 0 84 0
[pid=18778] ppid=18777 vsize=812 CPUtime=0
/proc/18778/stat : 18778 (march_dl) R 18777 18777 18664 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 27880384 831488 109 1992294400 134512640 134996440 4294956272 18446744073709551615 134796614 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18778/statm: 203 109 50 118 0 82 0

[startup+0.078628 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 18777
/proc/meminfo: memFree=1421152/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=1440 CPUtime=0
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27880384 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18777/statm: 360 110 95 260 0 84 0
[pid=18778] ppid=18777 vsize=2128 CPUtime=0.07
/proc/18778/stat : 18778 (march_dl) R 18777 18777 18664 0 -1 4194304 679 0 0 0 7 0 0 0 18 0 1 0 27880384 2179072 386 1992294400 134512640 134996440 4294956272 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18778/statm: 532 386 55 118 0 411 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3568

[startup+0.101629 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 18777
/proc/meminfo: memFree=1421152/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=1440 CPUtime=0
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27880384 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18777/statm: 360 110 95 260 0 84 0
[pid=18778] ppid=18777 vsize=2128 CPUtime=0.09
/proc/18778/stat : 18778 (march_dl) R 18777 18777 18664 0 -1 4194304 1278 0 0 0 9 0 0 0 18 0 1 0 27880384 2179072 388 1992294400 134512640 134996440 4294956272 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18778/statm: 532 388 57 118 0 411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3568

[startup+0.301649 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 18777
/proc/meminfo: memFree=1421152/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=1440 CPUtime=0
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27880384 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18777/statm: 360 110 95 260 0 84 0
[pid=18778] ppid=18777 vsize=4544 CPUtime=0.28
/proc/18778/stat : 18778 (march_dl) R 18777 18777 18664 0 -1 4194304 3215 0 0 0 28 0 0 0 19 0 1 0 27880384 4653056 746 1992294400 134512640 134996440 4294956272 18446744073709551615 134583483 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18778/statm: 1136 746 67 118 0 1015 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5984

[startup+0.70169 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 18777
/proc/meminfo: memFree=1421152/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=1440 CPUtime=0
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27880384 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18777/statm: 360 110 95 260 0 84 0
[pid=18778] ppid=18777 vsize=4544 CPUtime=0.68
/proc/18778/stat : 18778 (march_dl) R 18777 18777 18664 0 -1 4194304 3219 0 0 0 68 0 0 0 22 0 1 0 27880384 4653056 750 1992294400 134512640 134996440 4294956272 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18778/statm: 1136 750 67 118 0 1015 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5984

[startup+1.50177 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 18779
/proc/meminfo: memFree=1418192/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=1440 CPUtime=0
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27880384 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18777/statm: 360 110 95 260 0 84 0
[pid=18778] ppid=18777 vsize=6616 CPUtime=1.49
/proc/18778/stat : 18778 (march_dl) R 18777 18777 18664 0 -1 4194304 4041 0 0 0 148 1 0 0 25 0 1 0 27880384 6774784 1380 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18778/statm: 1654 1382 67 118 0 1533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8056

[startup+3.10193 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 18779
/proc/meminfo: memFree=1394320/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=1440 CPUtime=0
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 27880384 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18777/statm: 360 110 95 260 0 84 0
[pid=18778] ppid=18777 vsize=31032 CPUtime=3.09
/proc/18778/stat : 18778 (march_dl) R 18777 18777 18664 0 -1 4194304 10281 0 0 0 271 38 0 0 25 0 1 0 27880384 31776768 7368 1992294400 134512640 134996440 4294956272 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18778/statm: 7758 7368 72 118 0 7637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32472

[startup+6.30126 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 18780
/proc/meminfo: memFree=1418904/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=1440 CPUtime=4.99
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 134 12113 0 0 0 0 459 40 16 0 1 0 27880384 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 360 111 96 260 0 84 0
[pid=18780] ppid=18777 vsize=6188 CPUtime=1.27
/proc/18780/stat : 18780 (ubcsat2006) R 18777 18777 18664 0 -1 4194304 616 0 0 0 122 5 0 0 25 0 1 0 27880885 6336512 599 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18780/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 18781
/proc/meminfo: memFree=1408472/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=9740 CPUtime=1.86
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 2230 0 0 0 185 1 0 0 25 0 1 0 27881467 9973760 2225 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 2435 2225 59 118 0 2313 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 16396

[startup+25.5012 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 18781
/proc/meminfo: memFree=1397144/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=18916 CPUtime=14.65
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 4525 0 0 0 1462 3 0 0 25 0 1 0 27881467 19369984 4520 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 4729 4520 59 118 0 4607 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 25572

[startup+51.1018 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 18781
/proc/meminfo: memFree=1392664/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=23304 CPUtime=40.24
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 5616 0 0 0 4020 4 0 0 25 0 1 0 27881467 23863296 5611 1992294400 134512640 134998072 4294956320 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 5826 5611 59 118 0 5704 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 29960

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 18781
/proc/meminfo: memFree=1387672/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=28320 CPUtime=91.44
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 6881 0 0 0 9138 6 0 0 25 0 1 0 27881467 28999680 6876 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/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.00 2/66 18781
/proc/meminfo: memFree=1384216/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=31700 CPUtime=151.42
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 7729 0 0 0 15135 7 0 0 25 0 1 0 27881467 32460800 7724 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 7925 7724 59 118 0 7803 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 38356

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18781
/proc/meminfo: memFree=1382936/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=33020 CPUtime=211.39
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 8044 0 0 0 21132 7 0 0 25 0 1 0 27881467 33812480 8039 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 8255 8039 59 118 0 8133 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 39676

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18781
/proc/meminfo: memFree=1378904/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=36980 CPUtime=271.38
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 9046 0 0 0 27129 9 0 0 25 0 1 0 27881467 37867520 9041 1992294400 134512640 134998072 4294956320 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/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 18781
/proc/meminfo: memFree=1378840/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=36980 CPUtime=331.37
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 9046 0 0 0 33128 9 0 0 25 0 1 0 27881467 37867520 9041 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 9245 9041 59 118 0 9123 0

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1338904/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=76132 CPUtime=4710.14
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 18995 0 0 0 470981 33 0 0 25 0 1 0 27881467 77959168 18823 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19033 18823 59 118 0 18911 0
Current children cumulated CPU time (s) 4720.93
Current children cumulated vsize (KiB) 82788

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1338904/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=76132 CPUtime=4770.12
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 18995 0 0 0 476979 33 0 0 25 0 1 0 27881467 77959168 18823 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19033 18823 59 118 0 18911 0
Current children cumulated CPU time (s) 4780.91
Current children cumulated vsize (KiB) 82788

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1338968/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=76132 CPUtime=4830.1
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 18995 0 0 0 482977 33 0 0 25 0 1 0 27881467 77959168 18823 1992294400 134512640 134998072 4294956320 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19033 18823 59 118 0 18911 0
Current children cumulated CPU time (s) 4840.89
Current children cumulated vsize (KiB) 82788

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1338904/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=76132 CPUtime=4890.08
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 18995 0 0 0 488975 33 0 0 25 0 1 0 27881467 77959168 18823 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19033 18823 59 118 0 18911 0
Current children cumulated CPU time (s) 4900.87
Current children cumulated vsize (KiB) 82788

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4950.07
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 494973 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4960.86
Current children cumulated vsize (KiB) 84372

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 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4954.07
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 495373 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4964.86
Current children cumulated vsize (KiB) 84372

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4966.87
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 496653 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4977.66
Current children cumulated vsize (KiB) 84372

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4979.66
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 497932 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4990.45
Current children cumulated vsize (KiB) 84372

[startup+4995.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4982.86
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 498252 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4993.65
Current children cumulated vsize (KiB) 84372

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4986.06
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 498572 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4996.85
Current children cumulated vsize (KiB) 84372

[startup+4999.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4986.86
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 498652 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4997.65
Current children cumulated vsize (KiB) 84372

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4987.66
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 498732 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4998.45
Current children cumulated vsize (KiB) 84372

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4988.06
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 498772 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4998.85
Current children cumulated vsize (KiB) 84372

[startup+5000.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18789
/proc/meminfo: memFree=1337432/2055920 swapFree=4192956/4192956
[pid=18777] ppid=18775 vsize=6656 CPUtime=10.79
/proc/18777/stat : 18777 (SATzilla2007_R) S 18775 18777 18664 0 -1 4194304 2707 12735 0 0 350 15 664 50 25 0 1 0 27880384 6815744 1482 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18777/statm: 1664 1482 164 260 0 1388 0
[pid=18781] ppid=18777 vsize=77716 CPUtime=4988.16
/proc/18781/stat : 18781 (minisat20) R 18777 18777 18664 0 -1 4194304 19378 0 0 0 498782 34 0 0 25 0 1 0 27881467 79581184 19206 1992294400 134512640 134998072 4294956320 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/18781/statm: 19429 19206 59 118 0 19307 0
Current children cumulated CPU time (s) 4998.95
Current children cumulated vsize (KiB) 84372

Child status: 17
Real time (s): 5000.49
CPU time (s): 4999.07
CPU user time (s): 4998.05
CPU system time (s): 1.02684
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 84372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.05
system time used= 1.02684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34833
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= 11
involuntary context switches= 7556

runsolver used 5.66114 second user time and 11.7982 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-17 22:01:10
IDJOB=1625954
IDBENCH=70212
IDSOLVER=581
FILE ID=node17/1625954-1239998470
PBS_JOBID= 9158708
Free space on /tmp= 66244 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-1625954-1239998470/watcher-1625954-1239998470 -o /tmp/evaluation-result-1625954-1239998470/solver-1625954-1239998470 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1625954-1239998470.cnf            

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

MD5SUM BENCH= 28359db36bffb53d70af426463d1fc34
RANDOM SEED=814109930

node17.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.234
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.234
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:       1421632 kB
Buffers:         79736 kB
Cached:         483236 kB
SwapCached:          0 kB
Active:         182108 kB
Inactive:       394832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8988 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            43308 kB
Committed_AS:   141584 kB
PageTables:       1452 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= 66236 MiB
End job on node17 at 2009-04-17 23:24:31