Trace number 1784811

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 CRAFTED? (exit code) 4998.85 5001.07

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.02-s1099787414.sat05-542.reshuffled-07.cnf
MD5SUMe8bf7f81ddac4f189ec204bc856c8406
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1184
Number of clauses14216
Sum of the clauses size42944
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313920
Number of clauses of size 4296
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.48/10.56	c run March_dl for 5 seconds ... 
10.48/10.56	c Bin: Executing march_dl
10.48/10.56	c child exit by a signal
10.48/10.56	c march_dl returned code 137.
10.48/10.56	c run saps (UBCSAT implementation) for 2 seconds ... 
10.48/10.56	c Bin: Executing ubcsat2006
10.48/10.56	c child exited successfully
10.48/10.56	c ubcsat2006 returned code 0.
10.48/10.56	c satzilla computing base features
10.48/10.56	c satzilla doing unit-prop probe
10.48/10.56	c satzilla doing local search probe
10.48/10.56	c satzilla doing lobjois search-space size estimate
10.48/10.56	c satzilla's ranking:
10.48/10.56	c 1) minisat20+P: 2.709755
10.48/10.56	c 2) march_dl+P: 2.789570
10.48/10.56	c 3) zchaff_rand+P: 2.797879
10.48/10.56	c 4) minisat20: 3.424418
10.48/10.56	c 5) vallst+P: 3.519306
10.48/10.56	c 6) march_dl: 3.900499
10.48/10.56	c 7) kcnfs+P: 999.000000
10.48/10.56	c 8) kcnfs: 999.000000
10.48/10.56	c 9) vallst: 999.000000
10.48/10.56	c 10) zchaff_rand: 999.000000
10.48/10.56	c satzilla running minisat20 with preprocessing ... 
10.58/10.61	This is MiniSat 2.0 beta
10.58/10.61	WARNING: for repeatability, setting FPU to use double precision
10.58/10.61	============================[ Problem Statistics ]=============================
10.58/10.61	|                                                                             |
10.58/10.61	|  Number of variables:  1184                                                 |
10.58/10.61	|  Number of clauses:    14216                                                |
10.58/10.62	|  Parsing time:         0.01         s                                       |
10.58/10.62	============================[ Search Statistics ]==============================
10.58/10.62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.58/10.62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.58/10.62	===============================================================================
10.58/10.62	|         0 |    1184    14216    42944 |     4738        0    nan |  0.000 % |
10.58/10.63	|       100 |    1184    14216    42944 |     5212      100      7 |  0.000 % |
10.58/10.63	|       251 |    1184    14216    42944 |     5733      251      8 |  0.000 % |
10.58/10.64	|       478 |    1184    14216    42944 |     6307      478     11 |  0.000 % |
10.58/10.67	|       815 |    1184    14216    42944 |     6937      815     14 |  0.000 % |
10.59/10.71	|      1322 |    1184    14216    42944 |     7631     1322     16 |  0.000 % |
10.59/10.75	|      2081 |    1184    14216    42944 |     8394     2081     15 |  0.000 % |
10.59/10.84	|      3220 |    1184    14216    42944 |     9234     3220     18 |  0.000 % |
10.97/11.01	|      4929 |    1184    14216    42944 |    10157     4929     21 |  0.000 % |
11.17/11.27	|      7492 |    1184    14216    42944 |    11173     7492     24 |  0.000 % |
11.76/11.85	|     11336 |    1184    14216    42944 |    12290    11336     26 |  0.000 % |
12.66/12.76	|     17102 |    1184    14216    42944 |    13519    10874     25 |  0.000 % |
14.45/14.60	|     25752 |    1184    14216    42944 |    14871    12673     28 |  0.000 % |
17.35/17.42	|     38726 |    1184    14216    42944 |    16359    10602     30 |  0.000 % |
21.65/21.75	|     58188 |    1184    14216    42944 |    17995    13594     26 |  0.000 % |
29.15/29.28	|     87381 |    1184    14216    42944 |    19794    15562     24 |  0.000 % |
41.74/41.83	|    131170 |    1184    14216    42944 |    21774    19529     30 |  0.000 % |
61.63/61.79	|    196856 |    1184    14216    42944 |    23951    19608     25 |  0.000 % |
96.51/96.63	|    295382 |    1184    14216    42944 |    26346    21737     30 |  0.000 % |
151.10/151.27	|    443172 |    1184    14216    42944 |    28981    24122     29 |  0.000 % |
244.47/244.61	|    664855 |    1184    14216    42944 |    31879    27769     34 |  0.000 % |
392.00/392.27	|    997380 |    1184    14216    42944 |    35067    23892     28 |  0.000 % |
638.29/638.69	|   1496168 |    1184    14216    42944 |    38574    31362     27 |  0.000 % |
1012.22/1012.78	|   2244351 |    1184    14216    42944 |    42431    23404     27 |  0.000 % |
1613.65/1614.46	|   3366626 |    1184    14216    42944 |    46674    34989     28 |  0.000 % |
2630.91/2632.13	|   5050037 |    1184    14216    42944 |    51342    46316     32 |  0.000 % |
4366.83/4368.85	|   7575154 |    1184    14216    42944 |    56476    31434     35 |  0.000 % |
4998.75/5001.07	c Preprocessing...
4998.75/5001.07	c Inital problem has 1184 variables, 14216 nary clauses (0 binary clauses).
4998.75/5001.07	c Num non-binary clauses 14216, Average non-binary clause length 3.021
4998.75/5001.07	c Theory has no gaps
4998.75/5001.07	c Preprocessor runtime was 0.030 seconds.
4998.75/5001.07	c 
4998.75/5001.07	c Satisfiability of theory still undetermined.
4998.75/5001.07	c See file /tmp/09tkqN for simplified theory.
4998.75/5001.07	c Bin: Executing minisat20
4998.75/5001.07	c child exit by a signal
4998.75/5001.07	c minisat20 returned code 137.
4998.75/5001.07	c minisat20 returned code 137.
4998.75/5001.07	c satzilla running march_dl with preprocessing ... 
4998.75/5001.07	c Bin: Executing march_dl
4998.75/5001.07	c march_dl returned code 1.
4998.75/5001.07	c march_dl returned code 1.
4998.75/5001.07	c satzilla running zchaff_rand with preprocessing ... 
4998.75/5001.07	c Bin: Executing zchaff_rand
4998.75/5001.07	c zchaff_rand returned code 1.
4998.75/5001.07	c zchaff_rand returned code 1.
4998.75/5001.07	c satzilla running minisat20 ... 
4998.75/5001.07	c Bin: Executing minisat20
4998.75/5001.07	c minisat20 returned code 1.
4998.75/5001.07	c minisat20 returned code 1.
4998.75/5001.07	c satzilla running vallst with preprocessing ... 
4998.75/5001.07	c Bin: Executing vallst
4998.75/5001.07	c vallst returned code 1.
4998.75/5001.07	c vallst returned code 1.
4998.75/5001.07	c satzilla running march_dl ... 
4998.75/5001.07	c Bin: Executing march_dl
4998.75/5001.07	c march_dl returned code 1.
4998.75/5001.07	c march_dl returned code 1.
4998.75/5001.07	c satzilla running kcnfs with preprocessing ... 
4998.75/5001.07	c Bin: Executing kcnfs
4998.75/5001.07	c kcnfs returned code 1.
4998.75/5001.07	c kcnfs returned code 1.
4998.75/5001.07	c satzilla running kcnfs ... 
4998.75/5001.07	c Bin: Executing kcnfs
4998.75/5001.07	c kcnfs returned code 1.
4998.75/5001.07	c kcnfs returned code 1.
4998.75/5001.07	c satzilla running vallst ... 
4998.75/5001.07	c Bin: Executing vallst
4998.75/5001.07	c vallst returned code 1.
4998.75/5001.07	c vallst returned code 1.
4998.75/5001.07	c satzilla running zchaff_rand ... 
4998.75/5001.07	c Bin: Executing zchaff_rand
4998.75/5001.07	c zchaff_rand returned code 1.
4998.75/5001.07	c zchaff_rand returned code 1.
4998.75/5001.07	c ERROR: All Failed! 
4998.75/5001.07	c SATZILLA_TIME=4999.590000

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-1784811-1241866931/watcher-1784811-1241866931 -o /tmp/evaluation-result-1784811-1241866931/solver-1784811-1241866931 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1784811-1241866931.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.99 0.97 0.91 3/64 23080
/proc/meminfo: memFree=1804528/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=1440 CPUtime=0
/proc/23080/stat : 23080 (SATzilla2007_C) R 23078 23080 22365 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 214727087 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/23080/statm: 360 110 95 260 0 84 0
[pid=23081] ppid=23080 vsize=768 CPUtime=0
/proc/23081/stat : 23081 (march_dl) R 23080 23080 22365 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 214727087 786432 105 1992294400 134512640 134996440 4294956256 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23081/statm: 192 105 50 118 0 71 0

[startup+0.104718 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 23080
/proc/meminfo: memFree=1804528/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=1440 CPUtime=0
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214727087 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23080/statm: 360 110 95 260 0 84 0
[pid=23081] ppid=23080 vsize=4948 CPUtime=0.09
/proc/23081/stat : 23081 (march_dl) R 23080 23080 22365 0 -1 4194304 1690 0 0 0 9 0 0 0 19 0 1 0 214727087 5066752 1117 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23081/statm: 1237 1117 73 118 0 1116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6388

[startup+0.201727 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 23080
/proc/meminfo: memFree=1804528/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=1440 CPUtime=0
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214727087 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23080/statm: 360 110 95 260 0 84 0
[pid=23081] ppid=23080 vsize=8244 CPUtime=0.19
/proc/23081/stat : 23081 (march_dl) R 23080 23080 22365 0 -1 4194304 2502 0 0 0 17 2 0 0 21 0 1 0 214727087 8441856 1929 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23081/statm: 2061 1930 73 118 0 1940 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9684

[startup+0.301739 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 23080
/proc/meminfo: memFree=1804528/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=1440 CPUtime=0
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214727087 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23080/statm: 360 110 95 260 0 84 0
[pid=23081] ppid=23080 vsize=9724 CPUtime=0.29
/proc/23081/stat : 23081 (march_dl) R 23080 23080 22365 0 -1 4194304 2867 0 0 0 26 3 0 0 21 0 1 0 214727087 9957376 2294 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23081/statm: 2431 2294 73 118 0 2310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11164

[startup+0.701782 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 23080
/proc/meminfo: memFree=1804528/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=1440 CPUtime=0
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214727087 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23080/statm: 360 110 95 260 0 84 0
[pid=23081] ppid=23080 vsize=11388 CPUtime=0.69
/proc/23081/stat : 23081 (march_dl) R 23080 23080 22365 0 -1 4194304 3307 0 0 0 63 6 0 0 25 0 1 0 214727087 11661312 2734 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23081/statm: 2847 2734 73 118 0 2726 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12828

[startup+1.50187 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23082
/proc/meminfo: memFree=1793568/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=1440 CPUtime=0
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214727087 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23080/statm: 360 110 95 260 0 84 0
[pid=23081] ppid=23080 vsize=11548 CPUtime=1.49
/proc/23081/stat : 23081 (march_dl) R 23080 23080 22365 0 -1 4194304 3338 0 0 0 138 11 0 0 25 0 1 0 214727087 11825152 2765 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23081/statm: 2887 2765 73 118 0 2766 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12988

[startup+3.10105 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23082
/proc/meminfo: memFree=1793312/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=1440 CPUtime=0
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214727087 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23080/statm: 360 110 95 260 0 84 0
[pid=23081] ppid=23080 vsize=11736 CPUtime=3.09
/proc/23081/stat : 23081 (march_dl) R 23080 23080 22365 0 -1 4194304 3383 0 0 0 285 24 0 0 25 0 1 0 214727087 12017664 2809 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23081/statm: 2934 2809 73 118 0 2813 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13176

[startup+6.30141 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23083
/proc/meminfo: memFree=1802912/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=1440 CPUtime=4.99
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 135 3435 0 0 0 0 465 34 16 0 1 0 214727087 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 360 111 96 260 0 84 0
[pid=23083] ppid=23080 vsize=6188 CPUtime=1.28
/proc/23083/stat : 23083 (ubcsat2006) R 23080 23080 22365 0 -1 4194304 433 0 0 0 118 10 0 0 25 0 1 0 214727588 6336512 416 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23083/statm: 1547 416 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7021 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23084
/proc/meminfo: memFree=1798304/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=3972 CPUtime=2.07
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 735 0 0 0 207 0 0 0 25 0 1 0 214728149 4067328 730 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23084/statm: 993 730 58 118 0 871 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8152

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23084
/proc/meminfo: memFree=1796960/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=5524 CPUtime=14.86
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 1091 0 0 0 1486 0 0 0 25 0 1 0 214728149 5656576 1086 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 1381 1086 58 118 0 1259 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 9704

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23084
/proc/meminfo: memFree=1796000/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=6476 CPUtime=40.44
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 1330 0 0 0 4044 0 0 0 25 0 1 0 214728149 6631424 1325 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 1619 1325 58 118 0 1497 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 10656

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23084
/proc/meminfo: memFree=1794144/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=8208 CPUtime=91.63
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 1787 0 0 0 9163 0 0 0 25 0 1 0 214728149 8404992 1782 1992294400 134512640 134998072 4294956304 18446744073709551615 134535748 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 2052 1782 58 118 0 1930 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12388

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23084
/proc/meminfo: memFree=1793504/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=8912 CPUtime=151.61
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 1936 0 0 0 15160 1 0 0 25 0 1 0 214728149 9125888 1931 1992294400 134512640 134998072 4294956304 18446744073709551615 134528820 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 2228 1931 58 118 0 2106 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 13092

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23084
/proc/meminfo: memFree=1793120/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=9316 CPUtime=211.59
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 2045 0 0 0 21158 1 0 0 25 0 1 0 214728149 9539584 2040 1992294400 134512640 134998072 4294956304 18446744073709551615 134527437 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 2329 2040 58 118 0 2207 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 13496

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23084
/proc/meminfo: memFree=1792224/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=10240 CPUtime=271.56
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 2250 0 0 0 27155 1 0 0 25 0 1 0 214728149 10485760 2245 1992294400 134512640 134998072 4294956304 18446744073709551615 134536629 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 2560 2245 58 118 0 2438 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 14420

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 23084
/proc/meminfo: memFree=1792096/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=10380 CPUtime=331.53
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 2277 0 0 0 33152 1 0 0 25 0 1 0 214728149 10629120 2272 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 2595 2272 58 118 0 2473 0

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


[startup+4662.3 s]
/proc/loadavg: 1.11 1.05 0.95 2/66 23092
/proc/meminfo: memFree=1777056/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4649.62
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5704 0 0 0 464955 7 0 0 25 0 1 0 214728149 25153536 5681 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5681 58 118 0 6019 0
Current children cumulated CPU time (s) 4660.21
Current children cumulated vsize (KiB) 28744

[startup+4722.3 s]
/proc/loadavg: 1.10 1.05 0.95 2/66 23092
/proc/meminfo: memFree=1777056/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4709.58
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5704 0 0 0 470951 7 0 0 25 0 1 0 214728149 25153536 5681 1992294400 134512640 134998072 4294956304 18446744073709551615 134528317 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5681 58 118 0 6019 0
Current children cumulated CPU time (s) 4720.17
Current children cumulated vsize (KiB) 28744

[startup+4782.3 s]
/proc/loadavg: 1.09 1.06 0.96 2/66 23092
/proc/meminfo: memFree=1777056/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4769.55
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5708 0 0 0 476948 7 0 0 25 0 1 0 214728149 25153536 5685 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5685 58 118 0 6019 0
Current children cumulated CPU time (s) 4780.14
Current children cumulated vsize (KiB) 28744

[startup+4842.31 s]
/proc/loadavg: 1.08 1.06 0.96 2/66 23092
/proc/meminfo: memFree=1777056/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4829.53
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5708 0 0 0 482946 7 0 0 25 0 1 0 214728149 25153536 5685 1992294400 134512640 134998072 4294956304 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5685 58 118 0 6019 0
Current children cumulated CPU time (s) 4840.12
Current children cumulated vsize (KiB) 28744

[startup+4902.3 s]
/proc/loadavg: 1.08 1.06 0.97 2/66 23092
/proc/meminfo: memFree=1777056/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4889.5
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5708 0 0 0 488943 7 0 0 25 0 1 0 214728149 25153536 5685 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5685 58 118 0 6019 0
Current children cumulated CPU time (s) 4900.09
Current children cumulated vsize (KiB) 28744

[startup+4962.3 s]
/proc/loadavg: 1.11 1.08 0.98 2/66 23092
/proc/meminfo: memFree=1776992/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4949.48
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5708 0 0 0 494941 7 0 0 25 0 1 0 214728149 25153536 5685 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5685 58 118 0 6019 0
Current children cumulated CPU time (s) 4960.07
Current children cumulated vsize (KiB) 28744

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

[startup+4966.4 s]
/proc/loadavg: 1.10 1.08 0.98 2/66 23092
/proc/meminfo: memFree=1776992/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4953.58
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5711 0 0 0 495351 7 0 0 25 0 1 0 214728149 25153536 5688 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5688 58 118 0 6019 0
Current children cumulated CPU time (s) 4964.17
Current children cumulated vsize (KiB) 28744

[startup+4979.2 s]
/proc/loadavg: 1.22 1.10 0.99 2/66 23092
/proc/meminfo: memFree=1776992/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4966.37
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5713 0 0 0 496630 7 0 0 25 0 1 0 214728149 25153536 5690 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5690 58 118 0 6019 0
Current children cumulated CPU time (s) 4976.96
Current children cumulated vsize (KiB) 28744

[startup+4992 s]
/proc/loadavg: 1.19 1.10 0.99 2/66 23092
/proc/meminfo: memFree=1776992/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4979.16
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5713 0 0 0 497909 7 0 0 25 0 1 0 214728149 25153536 5690 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5690 58 118 0 6019 0
Current children cumulated CPU time (s) 4989.75
Current children cumulated vsize (KiB) 28744

[startup+4995.21 s]
/proc/loadavg: 1.25 1.11 1.00 2/66 23092
/proc/meminfo: memFree=1776928/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4982.37
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5713 0 0 0 498230 7 0 0 25 0 1 0 214728149 25153536 5690 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5690 58 118 0 6019 0
Current children cumulated CPU time (s) 4992.96
Current children cumulated vsize (KiB) 28744

[startup+4998.4 s]
/proc/loadavg: 1.23 1.11 1.00 2/66 23092
/proc/meminfo: memFree=1776928/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4985.56
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5713 0 0 0 498549 7 0 0 25 0 1 0 214728149 25153536 5690 1992294400 134512640 134998072 4294956304 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5690 58 118 0 6019 0
Current children cumulated CPU time (s) 4996.15
Current children cumulated vsize (KiB) 28744

[startup+5000 s]
/proc/loadavg: 1.23 1.11 1.00 2/66 23092
/proc/meminfo: memFree=1776928/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4987.16
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5713 0 0 0 498709 7 0 0 25 0 1 0 214728149 25153536 5690 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5690 58 118 0 6019 0
Current children cumulated CPU time (s) 4997.75
Current children cumulated vsize (KiB) 28744

[startup+5000.8 s]
/proc/loadavg: 1.23 1.11 1.00 2/66 23092
/proc/meminfo: memFree=1776928/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4987.96
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5713 0 0 0 498789 7 0 0 25 0 1 0 214728149 25153536 5690 1992294400 134512640 134998072 4294956304 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5690 58 118 0 6019 0
Current children cumulated CPU time (s) 4998.55
Current children cumulated vsize (KiB) 28744

[startup+5001 s]
/proc/loadavg: 1.23 1.11 1.00 2/66 23092
/proc/meminfo: memFree=1776928/2055920 swapFree=4082376/4192956
[pid=23080] ppid=23078 vsize=4180 CPUtime=10.59
/proc/23080/stat : 23080 (SATzilla2007_C) S 23078 23080 22365 0 -1 4194304 1501 3874 0 0 326 11 668 54 25 0 1 0 214727087 4280320 865 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23080/statm: 1045 865 164 260 0 769 0
[pid=23084] ppid=23080 vsize=24564 CPUtime=4988.16
/proc/23084/stat : 23084 (minisat20) R 23080 23080 22365 0 -1 4194304 5713 0 0 0 498809 7 0 0 25 0 1 0 214728149 25153536 5690 1992294400 134512640 134998072 4294956304 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23084/statm: 6141 5690 58 118 0 6019 0
Current children cumulated CPU time (s) 4998.75
Current children cumulated vsize (KiB) 28744

Child status: 17
Real time (s): 5001.07
CPU time (s): 4998.85
CPU user time (s): 4998.11
CPU system time (s): 0.745886
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 28744

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

runsolver used 4.03439 second user time and 14.1608 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-09 13:02:12
IDJOB=1784811
IDBENCH=24621
IDSOLVER=640
FILE ID=node5/1784811-1241866931
PBS_JOBID= 9264607
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.02-s1099787414.sat05-542.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784811-1241866931/watcher-1784811-1241866931 -o /tmp/evaluation-result-1784811-1241866931/solver-1784811-1241866931 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1784811-1241866931.cnf            

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

MD5SUM BENCH= e8bf7f81ddac4f189ec204bc856c8406
RANDOM SEED=1071415551

node5.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:       1805008 kB
Buffers:         26700 kB
Cached:          76084 kB
SwapCached:     105296 kB
Active:          66864 kB
Inactive:       142608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805008 kB
SwapTotal:     4192956 kB
SwapFree:      4082376 kB
Dirty:            8572 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            27480 kB
Committed_AS:   755004 kB
PageTables:       1388 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= 66324 MiB
End job on node5 at 2009-05-09 14:25:33