Trace number 1784799

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.88 5000.36

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n800-d0.02-s111845174.sat05-536.reshuffled-07.cnf
MD5SUM71878da25e778158aa56312337016eac
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3348.09
Satisfiable
(Un)Satisfiability was proved
Number of variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.53/10.65	c run March_dl for 5 seconds ... 
10.53/10.65	c Bin: Executing march_dl
10.53/10.65	c child exit by a signal
10.53/10.65	c march_dl returned code 137.
10.53/10.65	c run saps (UBCSAT implementation) for 2 seconds ... 
10.53/10.65	c Bin: Executing ubcsat2006
10.53/10.65	c child exited successfully
10.53/10.65	c ubcsat2006 returned code 0.
10.53/10.65	c satzilla computing base features
10.53/10.65	c satzilla doing unit-prop probe
10.53/10.65	c satzilla doing local search probe
10.53/10.65	c satzilla doing lobjois search-space size estimate
10.53/10.65	c satzilla's ranking:
10.53/10.65	c 1) minisat20+P: 2.223339
10.53/10.65	c 2) march_dl+P: 2.625678
10.53/10.65	c 3) vallst+P: 2.707736
10.53/10.65	c 4) march_dl: 2.936326
10.53/10.65	c 5) minisat20: 3.361198
10.53/10.65	c 6) zchaff_rand+P: 3.380379
10.53/10.65	c 7) kcnfs+P: 999.000000
10.53/10.65	c 8) kcnfs: 999.000000
10.53/10.65	c 9) vallst: 999.000000
10.53/10.65	c 10) zchaff_rand: 999.000000
10.53/10.65	c satzilla running minisat20 with preprocessing ... 
10.53/10.68	This is MiniSat 2.0 beta
10.53/10.68	WARNING: for repeatability, setting FPU to use double precision
10.53/10.68	============================[ Problem Statistics ]=============================
10.53/10.68	|                                                                             |
10.53/10.68	|  Number of variables:  772                                                  |
10.53/10.69	|  Number of clauses:    9601                                                 |
10.53/10.69	|  Parsing time:         0.01         s                                       |
10.53/10.69	============================[ Search Statistics ]==============================
10.53/10.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.53/10.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.53/10.69	===============================================================================
10.53/10.69	|         0 |     772     9601    28996 |     3200        0    nan |  0.000 % |
10.53/10.69	|       100 |     772     9601    28996 |     3520      100      5 |  0.000 % |
10.61/10.70	|       250 |     772     9601    28996 |     3872      250      7 |  0.000 % |
10.61/10.71	|       478 |     772     9601    28996 |     4259      478      9 |  0.000 % |
10.61/10.73	|       816 |     772     9601    28996 |     4685      816     10 |  0.000 % |
10.61/10.76	|      1323 |     772     9601    28996 |     5154     1323     11 |  0.000 % |
10.61/10.81	|      2082 |     772     9601    28996 |     5669     2082     12 |  0.000 % |
10.82/10.91	|      3221 |     772     9601    28996 |     6236     3221     15 |  0.000 % |
10.92/11.08	|      4929 |     772     9601    28996 |     6860     4929     16 |  0.000 % |
11.21/11.37	|      7492 |     772     9601    28996 |     7546     4012     13 |  0.000 % |
11.61/11.77	|     11336 |     772     9601    28996 |     8300     4053     14 |  0.000 % |
12.31/12.43	|     17105 |     772     9601    28996 |     9130     5652     14 |  0.000 % |
13.31/13.49	|     25754 |     772     9601    28996 |    10044     5067     16 |  0.000 % |
15.31/15.43	|     38728 |     772     9601    28996 |    11048     7901     15 |  0.000 % |
18.21/18.38	|     58190 |     772     9601    28996 |    12153    10687     17 |  0.000 % |
23.01/23.19	|     87383 |     772     9601    28996 |    13368     9313     18 |  0.000 % |
30.30/30.42	|    131172 |     772     9601    28996 |    14705    12821     18 |  0.000 % |
41.90/42.02	|    196856 |     772     9601    28996 |    16175    12081     14 |  0.000 % |
60.39/60.56	|    295383 |     772     9601    28996 |    17793    13067     17 |  0.000 % |
92.59/92.75	|    443173 |     772     9601    28996 |    19572     9114     17 |  0.000 % |
144.27/144.49	|    664856 |     772     9601    28996 |    21530    14910     19 |  0.000 % |
224.15/224.33	|    997382 |     772     9601    28996 |    23683    12629     17 |  0.001 % |
347.42/347.64	|   1496170 |     772     9601    28996 |    26051    12868     16 |  0.000 % |
553.96/554.23	|   2244352 |     772     9601    28996 |    28656    16979     17 |  0.000 % |
906.75/907.18	|   3366626 |     772     9601    28996 |    31522    18606     22 |  0.001 % |
1484.49/1485.09	|   5050037 |     772     9601    28996 |    34674    26301     20 |  0.001 % |
2435.72/2436.55	|   7575154 |     772     9601    28996 |    38142    25125     21 |  0.001 % |
3978.48/3979.75	|  11362829 |     772     9601    28996 |    41956    34335     24 |  0.000 % |
4998.78/5000.36	c Preprocessing...
4998.78/5000.36	c Inital problem has 772 variables, 9601 nary clauses (0 binary clauses).
4998.78/5000.36	c Num non-binary clauses 9601, Average non-binary clause length 3.020
4998.78/5000.36	c Theory has no gaps
4998.78/5000.36	c Preprocessor runtime was 0.010 seconds.
4998.78/5000.36	c 
4998.78/5000.36	c Satisfiability of theory still undetermined.
4998.78/5000.36	c See file /tmp/XFyEEB for simplified theory.
4998.78/5000.36	c Bin: Executing minisat20
4998.78/5000.36	c child exit by a signal
4998.78/5000.36	c minisat20 returned code 137.
4998.78/5000.36	c minisat20 returned code 137.
4998.78/5000.36	c satzilla running march_dl with preprocessing ... 
4998.78/5000.36	c Bin: Executing march_dl
4998.78/5000.36	c march_dl returned code 1.
4998.78/5000.36	c march_dl returned code 1.
4998.78/5000.36	c satzilla running vallst with preprocessing ... 
4998.78/5000.36	c Bin: Executing vallst
4998.78/5000.36	c vallst returned code 1.
4998.78/5000.36	c vallst returned code 1.
4998.78/5000.36	c satzilla running march_dl ... 
4998.78/5000.36	c Bin: Executing march_dl
4998.78/5000.36	c march_dl returned code 1.
4998.78/5000.36	c march_dl returned code 1.
4998.78/5000.36	c satzilla running minisat20 ... 
4998.78/5000.36	c Bin: Executing minisat20
4998.78/5000.36	c minisat20 returned code 1.
4998.78/5000.36	c minisat20 returned code 1.
4998.78/5000.36	c satzilla running zchaff_rand with preprocessing ... 
4998.78/5000.36	c Bin: Executing zchaff_rand
4998.78/5000.36	c zchaff_rand returned code 1.
4998.78/5000.36	c zchaff_rand returned code 1.
4998.78/5000.36	c satzilla running kcnfs with preprocessing ... 
4998.78/5000.36	c Bin: Executing kcnfs
4998.78/5000.36	c kcnfs returned code 1.
4998.78/5000.36	c kcnfs returned code 1.
4998.78/5000.36	c satzilla running kcnfs ... 
4998.78/5000.36	c Bin: Executing kcnfs
4998.78/5000.36	c kcnfs returned code 1.
4998.78/5000.36	c kcnfs returned code 1.
4998.78/5000.36	c satzilla running vallst ... 
4998.78/5000.36	c Bin: Executing vallst
4998.78/5000.36	c vallst returned code 1.
4998.78/5000.36	c vallst returned code 1.
4998.78/5000.36	c satzilla running zchaff_rand ... 
4998.78/5000.36	c Bin: Executing zchaff_rand
4998.78/5000.36	c zchaff_rand returned code 1.
4998.78/5000.36	c zchaff_rand returned code 1.
4998.78/5000.36	c ERROR: All Failed! 
4998.78/5000.36	c SATZILLA_TIME=4999.620000

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-1784799-1241866883/watcher-1784799-1241866883 -o /tmp/evaluation-result-1784799-1241866883/solver-1784799-1241866883 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1784799-1241866883.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.98 0.99 0.91 3/64 30592
/proc/meminfo: memFree=1633304/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=1440 CPUtime=0
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 41690153 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 360 110 95 260 0 84 0
[pid=30593] ppid=30592 vsize=768 CPUtime=0
/proc/30593/stat : 30593 (march_dl) R 30592 30592 30484 0 -1 4194304 97 0 0 0 0 0 0 0 19 0 1 0 41690153 786432 92 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30593/statm: 192 92 50 118 0 71 0

[startup+0.011729 s]
/proc/loadavg: 0.98 0.99 0.91 3/64 30592
/proc/meminfo: memFree=1633304/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=1440 CPUtime=0
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 41690153 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 360 110 95 260 0 84 0
[pid=30593] ppid=30592 vsize=768 CPUtime=0
/proc/30593/stat : 30593 (march_dl) R 30592 30592 30484 0 -1 4194304 123 0 0 0 0 0 0 0 19 0 1 0 41690153 786432 118 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30593/statm: 192 118 50 118 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2208

[startup+0.101738 s]
/proc/loadavg: 0.98 0.99 0.91 3/64 30592
/proc/meminfo: memFree=1633304/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=1440 CPUtime=0
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 41690153 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 360 110 95 260 0 84 0
[pid=30593] ppid=30592 vsize=4796 CPUtime=0.09
/proc/30593/stat : 30593 (march_dl) R 30592 30592 30484 0 -1 4194304 1224 0 0 0 9 0 0 0 19 0 1 0 41690153 4911104 1092 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30593/statm: 1199 1092 73 118 0 1078 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6236

[startup+0.301758 s]
/proc/loadavg: 0.98 0.99 0.91 3/64 30592
/proc/meminfo: memFree=1633304/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=1440 CPUtime=0
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 41690153 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 360 110 95 260 0 84 0
[pid=30593] ppid=30592 vsize=7312 CPUtime=0.29
/proc/30593/stat : 30593 (march_dl) R 30592 30592 30484 0 -1 4194304 1857 0 0 0 28 1 0 0 20 0 1 0 41690153 7487488 1725 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30593/statm: 1828 1725 73 118 0 1707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8752

[startup+0.7018 s]
/proc/loadavg: 0.98 0.99 0.91 3/64 30592
/proc/meminfo: memFree=1633304/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=1440 CPUtime=0
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 41690153 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 360 110 95 260 0 84 0
[pid=30593] ppid=30592 vsize=8204 CPUtime=0.69
/proc/30593/stat : 30593 (march_dl) R 30592 30592 30484 0 -1 4194304 2065 0 0 0 65 4 0 0 24 0 1 0 41690153 8400896 1933 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30593/statm: 2051 1933 73 118 0 1930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9644

[startup+1.50188 s]
/proc/loadavg: 0.98 0.99 0.91 2/66 30594
/proc/meminfo: memFree=1625672/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=1440 CPUtime=0
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 41690153 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 360 110 95 260 0 84 0
[pid=30593] ppid=30592 vsize=8512 CPUtime=1.49
/proc/30593/stat : 30593 (march_dl) R 30592 30592 30484 0 -1 4194304 2137 0 0 0 141 8 0 0 25 0 1 0 41690153 8716288 2005 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30593/statm: 2128 2005 73 118 0 2007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9952

[startup+3.10205 s]
/proc/loadavg: 0.98 0.99 0.91 2/66 30594
/proc/meminfo: memFree=1625160/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=1440 CPUtime=0
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 41690153 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 360 110 95 260 0 84 0
[pid=30593] ppid=30592 vsize=9472 CPUtime=3.09
/proc/30593/stat : 30593 (march_dl) R 30592 30592 30484 0 -1 4194304 2346 0 0 0 292 17 0 0 25 0 1 0 41690153 9699328 2201 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30593/statm: 2368 2201 73 118 0 2247 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10912

[startup+6.30138 s]
/proc/loadavg: 0.98 0.99 0.91 2/66 30595
/proc/meminfo: memFree=1631176/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=1440 CPUtime=4.99
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 135 2747 0 0 0 0 479 20 16 0 1 0 41690153 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 360 111 96 260 0 84 0
[pid=30595] ppid=30592 vsize=6188 CPUtime=1.24
/proc/30595/stat : 30595 (ubcsat2006) R 30592 30592 30484 0 -1 4194304 359 0 10 0 113 11 0 0 25 0 1 0 41690654 6336512 352 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30595/statm: 1547 352 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 0.98 0.99 0.91 2/66 30596
/proc/meminfo: memFree=1628616/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=3044 CPUtime=2
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 459 0 0 0 200 0 0 0 25 0 1 0 41691222 3117056 454 1992294400 134512640 134998072 4294956304 18446744073709551615 134535787 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 761 454 58 118 0 639 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 6384

[startup+25.5014 s]
/proc/loadavg: 0.98 0.99 0.91 2/66 30596
/proc/meminfo: memFree=1627528/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=3884 CPUtime=14.79
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 691 0 0 0 1479 0 0 0 25 0 1 0 41691222 3977216 686 1992294400 134512640 134998072 4294956304 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 971 686 58 118 0 849 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 7224

[startup+51.1011 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 30596
/proc/meminfo: memFree=1626888/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=4688 CPUtime=40.38
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 868 0 0 0 4038 0 0 0 25 0 1 0 41691222 4800512 863 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 1172 863 58 118 0 1050 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 8028

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 30596
/proc/meminfo: memFree=1625992/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=5612 CPUtime=91.58
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 1089 0 0 0 9157 1 0 0 25 0 1 0 41691222 5746688 1084 1992294400 134512640 134998072 4294956304 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 1403 1084 58 118 0 1281 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 8952

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 30596
/proc/meminfo: memFree=1625288/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=6336 CPUtime=151.56
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 1262 0 0 0 15155 1 0 0 25 0 1 0 41691222 6488064 1257 1992294400 134512640 134998072 4294956304 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 1584 1257 58 118 0 1462 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 9676

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 30596
/proc/meminfo: memFree=1625032/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=6612 CPUtime=211.54
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 1327 0 0 0 21153 1 0 0 25 0 1 0 41691222 6770688 1322 1992294400 134512640 134998072 4294956304 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 1653 1322 58 118 0 1531 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 9952

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 30596
/proc/meminfo: memFree=1624712/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=6744 CPUtime=271.52
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 1393 0 0 0 27150 2 0 0 25 0 1 0 41691222 6905856 1388 1992294400 134512640 134998072 4294956304 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 1686 1388 58 118 0 1564 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 10084

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 30596
/proc/meminfo: memFree=1624264/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=7212 CPUtime=331.51
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 1490 0 0 0 33149 2 0 0 25 0 1 0 41691222 7385088 1485 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 1803 1485 58 118 0 1681 0

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


[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612808/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17572 CPUtime=4650.27
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 3944 0 0 0 465007 20 0 0 25 0 1 0 41691222 17993728 3939 1992294400 134512640 134998072 4294956304 18446744073709551615 134536241 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4393 3939 58 118 0 4271 0
Current children cumulated CPU time (s) 4660.88
Current children cumulated vsize (KiB) 20912

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612808/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17572 CPUtime=4710.25
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 3944 0 0 0 471005 20 0 0 25 0 1 0 41691222 17993728 3939 1992294400 134512640 134998072 4294956304 18446744073709551615 134528468 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4393 3939 58 118 0 4271 0
Current children cumulated CPU time (s) 4720.86
Current children cumulated vsize (KiB) 20912

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612616/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17752 CPUtime=4770.24
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 3973 0 0 0 477003 21 0 0 25 0 1 0 41691222 18178048 3968 1992294400 134512640 134998072 4294956304 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4438 3968 58 118 0 4316 0
Current children cumulated CPU time (s) 4780.85
Current children cumulated vsize (KiB) 21092

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612616/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17752 CPUtime=4830.22
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 3975 0 0 0 483001 21 0 0 25 0 1 0 41691222 18178048 3970 1992294400 134512640 134998072 4294956304 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4438 3970 58 118 0 4316 0
Current children cumulated CPU time (s) 4840.83
Current children cumulated vsize (KiB) 21092

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612552/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4890.2
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 3992 0 0 0 488999 21 0 0 25 0 1 0 41691222 18321408 3987 1992294400 134512640 134998072 4294956304 18446744073709551615 134519335 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 3987 58 118 0 4351 0
Current children cumulated CPU time (s) 4900.81
Current children cumulated vsize (KiB) 21232

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612552/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4950.18
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 3993 0 0 0 494997 21 0 0 25 0 1 0 41691222 18321408 3988 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 3988 58 118 0 4351 0
Current children cumulated CPU time (s) 4960.79
Current children cumulated vsize (KiB) 21232

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612552/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4954.18
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 3993 0 0 0 495397 21 0 0 25 0 1 0 41691222 18321408 3988 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 3988 58 118 0 4351 0
Current children cumulated CPU time (s) 4964.79
Current children cumulated vsize (KiB) 21232

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612424/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4966.98
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 4015 0 0 0 496677 21 0 0 25 0 1 0 41691222 18321408 4010 1992294400 134512640 134998072 4294956304 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 4010 58 118 0 4351 0
Current children cumulated CPU time (s) 4977.59
Current children cumulated vsize (KiB) 21232

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612424/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4979.78
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 4017 0 0 0 497957 21 0 0 25 0 1 0 41691222 18321408 4012 1992294400 134512640 134998072 4294956304 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 4012 58 118 0 4351 0
Current children cumulated CPU time (s) 4990.39
Current children cumulated vsize (KiB) 21232

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612424/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4982.98
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 4017 0 0 0 498277 21 0 0 25 0 1 0 41691222 18321408 4012 1992294400 134512640 134998072 4294956304 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 4012 58 118 0 4351 0
Current children cumulated CPU time (s) 4993.59
Current children cumulated vsize (KiB) 21232

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612424/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4986.18
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 4017 0 0 0 498597 21 0 0 25 0 1 0 41691222 18321408 4012 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 4012 58 118 0 4351 0
Current children cumulated CPU time (s) 4996.79
Current children cumulated vsize (KiB) 21232

[startup+4999.1 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612424/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4986.97
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 4017 0 0 0 498676 21 0 0 25 0 1 0 41691222 18321408 4012 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 4012 58 118 0 4351 0
Current children cumulated CPU time (s) 4997.58
Current children cumulated vsize (KiB) 21232

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612424/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4987.77
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 4017 0 0 0 498756 21 0 0 25 0 1 0 41691222 18321408 4012 1992294400 134512640 134998072 4294956304 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 4012 58 118 0 4351 0
Current children cumulated CPU time (s) 4998.38
Current children cumulated vsize (KiB) 21232

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 30606
/proc/meminfo: memFree=1612424/2055920 swapFree=4192952/4192956
[pid=30592] ppid=30590 vsize=3340 CPUtime=10.61
/proc/30592/stat : 30592 (SATzilla2007_C) S 30590 30592 30484 0 -1 4194304 1173 3112 0 10 325 15 681 40 25 0 1 0 41690153 3420160 652 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30592/statm: 835 652 165 260 0 559 0
[pid=30596] ppid=30592 vsize=17892 CPUtime=4988.17
/proc/30596/stat : 30596 (minisat20) R 30592 30592 30484 0 -1 4194304 4017 0 0 0 498796 21 0 0 25 0 1 0 41691222 18321408 4012 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30596/statm: 4473 4012 58 118 0 4351 0
Current children cumulated CPU time (s) 4998.78
Current children cumulated vsize (KiB) 21232

Child status: 17
Real time (s): 5000.36
CPU time (s): 4998.88
CPU user time (s): 4998.1
CPU system time (s): 0.78488
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 21232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.1
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8315
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 6891

runsolver used 5.72513 second user time and 11.6552 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-09 13:01:23
IDJOB=1784799
IDBENCH=24617
IDSOLVER=640
FILE ID=node7/1784799-1241866883
PBS_JOBID= 9264605
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 71878da25e778158aa56312337016eac
RANDOM SEED=1901438480

node7.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.243
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.243
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:       1633784 kB
Buffers:         32376 kB
Cached:         307416 kB
SwapCached:          4 kB
Active:          78268 kB
Inactive:       275480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633784 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            8608 kB
Writeback:           0 kB
Mapped:          23708 kB
Slab:            54348 kB
Committed_AS:    73568 kB
PageTables:       1444 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= 66332 MiB
End job on node7 at 2009-05-09 14:24:43