Trace number 1785135

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.98 5000.48

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
MD5SUM68e48f3a77d59cc85ebd5fd30cfcba3c
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 variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.60/10.80	c run March_dl for 5 seconds ... 
10.60/10.80	c Bin: Executing march_dl
10.60/10.80	c child exit by a signal
10.60/10.80	c march_dl returned code 137.
10.60/10.80	c run saps (UBCSAT implementation) for 2 seconds ... 
10.60/10.80	c Bin: Executing ubcsat2006
10.60/10.80	c child exited successfully
10.60/10.80	c ubcsat2006 returned code 0.
10.60/10.80	c satzilla computing base features
10.60/10.80	c satzilla doing unit-prop probe
10.60/10.80	c satzilla doing local search probe
10.60/10.80	c satzilla doing lobjois search-space size estimate
10.60/10.80	c satzilla's ranking:
10.60/10.80	c 1) minisat20+P: -0.639787
10.60/10.80	c 2) minisat20: 0.611907
10.60/10.80	c 3) march_dl+P: 1.366043
10.60/10.80	c 4) vallst+P: 1.827151
10.60/10.80	c 5) march_dl: 2.355734
10.60/10.80	c 6) zchaff_rand+P: 4.312921
10.60/10.80	c 7) kcnfs+P: 999.000000
10.60/10.80	c 8) kcnfs: 999.000000
10.60/10.80	c 9) vallst: 999.000000
10.60/10.80	c 10) zchaff_rand: 999.000000
10.60/10.80	c satzilla running minisat20 with preprocessing ... 
10.70/10.81	This is MiniSat 2.0 beta
10.70/10.81	WARNING: for repeatability, setting FPU to use double precision
10.70/10.81	============================[ Problem Statistics ]=============================
10.70/10.81	|                                                                             |
10.70/10.81	|  Number of variables:  700                                                  |
10.70/10.81	|  Number of clauses:    3500                                                 |
10.70/10.81	|  Parsing time:         0.00         s                                       |
10.70/10.81	============================[ Search Statistics ]==============================
10.70/10.81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.70/10.81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.70/10.81	===============================================================================
10.70/10.81	|         0 |     700     3500    10500 |     1166        0    nan |  0.000 % |
10.70/10.82	|       100 |     700     3500    10500 |     1283      100     23 |  0.000 % |
10.70/10.82	|       251 |     700     3500    10500 |     1411      251     26 |  0.000 % |
10.70/10.83	|       477 |     700     3500    10500 |     1552      477     25 |  0.000 % |
10.70/10.85	|       815 |     700     3500    10500 |     1708      815     25 |  0.000 % |
10.70/10.87	|      1321 |     700     3500    10500 |     1878     1321     24 |  0.000 % |
10.79/10.91	|      2082 |     700     3500    10500 |     2066     1115     24 |  0.000 % |
10.79/10.97	|      3221 |     700     3500    10500 |     2273     1188     26 |  0.000 % |
10.89/11.07	|      4930 |     700     3500    10500 |     2500     1718     24 |  0.000 % |
11.09/11.21	|      7493 |     700     3500    10500 |     2750     1733     23 |  0.000 % |
11.29/11.44	|     11338 |     700     3500    10500 |     3026     2745     24 |  0.000 % |
11.69/11.82	|     17104 |     700     3500    10500 |     3328     2335     24 |  0.000 % |
12.18/12.39	|     25755 |     700     3500    10500 |     3661     2509     23 |  0.000 % |
13.09/13.29	|     38732 |     700     3500    10500 |     4027     2463     22 |  0.000 % |
14.48/14.66	|     58194 |     700     3500    10500 |     4430     3511     25 |  0.000 % |
16.68/16.81	|     87386 |     700     3500    10500 |     4873     3492     25 |  0.000 % |
19.98/20.14	|    131175 |     700     3500    10500 |     5360     2881     24 |  0.000 % |
25.18/25.33	|    196859 |     700     3500    10500 |     5896     3541     24 |  0.000 % |
33.28/33.42	|    295386 |     700     3500    10500 |     6486     3896     22 |  0.000 % |
46.17/46.33	|    443176 |     700     3500    10500 |     7135     4445     25 |  0.000 % |
66.66/66.82	|    664861 |     700     3500    10500 |     7848     6507     25 |  0.000 % |
98.45/98.67	|    997386 |     700     3500    10500 |     8633     6973     24 |  0.000 % |
147.74/147.92	|   1496174 |     700     3500    10500 |     9496     6119     23 |  0.000 % |
226.32/226.54	|   2244357 |     700     3500    10500 |    10446     8697     24 |  0.000 % |
352.19/352.43	|   3366633 |     700     3500    10500 |    11491     7172     24 |  0.000 % |
551.53/551.85	|   5050044 |     700     3500    10500 |    12640     9294     26 |  0.000 % |
866.64/867.05	|   7575162 |     700     3500    10500 |    13904     7501     24 |  0.000 % |
1365.30/1365.81	|  11362838 |     700     3500    10500 |    15294    11488     25 |  0.000 % |
2173.17/2173.95	|  17044352 |     700     3500    10500 |    16824    12480     25 |  0.000 % |
3487.79/3488.93	|  25566622 |     700     3500    10500 |    18506     8898     24 |  0.000 % |
4998.87/5000.47	c Preprocessing...
4998.87/5000.47	c Inital problem has 700 variables, 3500 nary clauses (0 binary clauses).
4998.87/5000.47	c Num non-binary clauses 3500, Average non-binary clause length 3.000
4998.87/5000.47	c Theory has no gaps
4998.87/5000.47	c Preprocessor runtime was 0.010 seconds.
4998.87/5000.47	c 
4998.87/5000.47	c Satisfiability of theory still undetermined.
4998.87/5000.47	c See file /tmp/kT5r9G for simplified theory.
4998.87/5000.47	c Bin: Executing minisat20
4998.87/5000.47	c child exit by a signal
4998.87/5000.47	c minisat20 returned code 137.
4998.87/5000.47	c minisat20 returned code 137.
4998.87/5000.47	c satzilla running minisat20 ... 
4998.87/5000.47	c Bin: Executing minisat20
4998.87/5000.47	c minisat20 returned code 1.
4998.87/5000.47	c minisat20 returned code 1.
4998.87/5000.47	c satzilla running march_dl with preprocessing ... 
4998.87/5000.47	c Bin: Executing march_dl
4998.87/5000.47	c march_dl returned code 1.
4998.87/5000.47	c march_dl returned code 1.
4998.87/5000.47	c satzilla running vallst with preprocessing ... 
4998.87/5000.47	c Bin: Executing vallst
4998.87/5000.47	c vallst returned code 1.
4998.87/5000.47	c vallst returned code 1.
4998.87/5000.47	c satzilla running march_dl ... 
4998.87/5000.47	c Bin: Executing march_dl
4998.87/5000.47	c march_dl returned code 1.
4998.87/5000.47	c march_dl returned code 1.
4998.87/5000.47	c satzilla running zchaff_rand with preprocessing ... 
4998.87/5000.47	c Bin: Executing zchaff_rand
4998.87/5000.47	c zchaff_rand returned code 1.
4998.87/5000.47	c zchaff_rand returned code 1.
4998.87/5000.47	c satzilla running kcnfs with preprocessing ... 
4998.87/5000.47	c Bin: Executing kcnfs
4998.87/5000.47	c kcnfs returned code 1.
4998.87/5000.47	c kcnfs returned code 1.
4998.87/5000.47	c satzilla running kcnfs ... 
4998.87/5000.47	c Bin: Executing kcnfs
4998.87/5000.47	c kcnfs returned code 1.
4998.87/5000.47	c kcnfs returned code 1.
4998.87/5000.47	c satzilla running vallst ... 
4998.87/5000.47	c Bin: Executing vallst
4998.87/5000.47	c vallst returned code 1.
4998.87/5000.47	c vallst returned code 1.
4998.87/5000.47	c satzilla running zchaff_rand ... 
4998.87/5000.47	c Bin: Executing zchaff_rand
4998.87/5000.47	c zchaff_rand returned code 1.
4998.87/5000.47	c zchaff_rand returned code 1.
4998.87/5000.47	c ERROR: All Failed! 
4998.87/5000.47	c SATZILLA_TIME=4999.720000

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.00 0.98 3/64 25445
/proc/meminfo: memFree=1883568/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=1440 CPUtime=0
/proc/25445/stat : 25445 (SATzilla2007_C) R 25443 25445 25372 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 217424059 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25445/statm: 360 110 95 260 0 84 0
[pid=25446] ppid=25445 vsize=636 CPUtime=0
/proc/25446/stat : 25446 (march_dl) R 25445 25445 25372 0 -1 4194304 90 0 0 0 0 0 0 0 18 0 1 0 217424059 651264 85 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25446/statm: 159 85 50 118 0 38 0

[startup+0.026836 s]
/proc/loadavg: 0.92 1.00 0.98 3/64 25445
/proc/meminfo: memFree=1883568/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=1440 CPUtime=0
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217424059 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 360 110 95 260 0 84 0
[pid=25446] ppid=25445 vsize=1452 CPUtime=0.02
/proc/25446/stat : 25446 (march_dl) R 25445 25445 25372 0 -1 4194304 322 0 0 0 2 0 0 0 19 0 1 0 217424059 1486848 297 1992294400 134512640 134996440 4294956256 18446744073709551615 134533639 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25446/statm: 363 297 72 118 0 242 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2892

[startup+0.101842 s]
/proc/loadavg: 0.92 1.00 0.98 3/64 25445
/proc/meminfo: memFree=1883568/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=1440 CPUtime=0
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217424059 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 360 110 95 260 0 84 0
[pid=25446] ppid=25445 vsize=1452 CPUtime=0.09
/proc/25446/stat : 25446 (march_dl) R 25445 25445 25372 0 -1 4194304 331 0 0 0 9 0 0 0 19 0 1 0 217424059 1486848 306 1992294400 134512640 134996440 4294956256 18446744073709551615 134513985 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25446/statm: 363 306 74 118 0 242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2892

[startup+0.301861 s]
/proc/loadavg: 0.92 1.00 0.98 3/64 25445
/proc/meminfo: memFree=1883568/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=1440 CPUtime=0
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217424059 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 360 110 95 260 0 84 0
[pid=25446] ppid=25445 vsize=1584 CPUtime=0.29
/proc/25446/stat : 25446 (march_dl) R 25445 25445 25372 0 -1 4194304 341 0 0 0 29 0 0 0 21 0 1 0 217424059 1622016 316 1992294400 134512640 134996440 4294956256 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25446/statm: 396 316 74 118 0 275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3024

[startup+0.701903 s]
/proc/loadavg: 0.92 1.00 0.98 3/64 25445
/proc/meminfo: memFree=1883568/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=1440 CPUtime=0
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217424059 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 360 110 95 260 0 84 0
[pid=25446] ppid=25445 vsize=1584 CPUtime=0.69
/proc/25446/stat : 25446 (march_dl) R 25445 25445 25372 0 -1 4194304 352 0 0 0 69 0 0 0 24 0 1 0 217424059 1622016 327 1992294400 134512640 134996440 4294956256 18446744073709551615 134553685 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25446/statm: 396 327 74 118 0 275 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3024

[startup+1.50199 s]
/proc/loadavg: 0.92 1.00 0.98 2/66 25447
/proc/meminfo: memFree=1882336/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=1440 CPUtime=0
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217424059 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 360 110 95 260 0 84 0
[pid=25446] ppid=25445 vsize=1584 CPUtime=1.49
/proc/25446/stat : 25446 (march_dl) R 25445 25445 25372 0 -1 4194304 360 0 0 0 149 0 0 0 25 0 1 0 217424059 1622016 335 1992294400 134512640 134996440 4294956256 18446744073709551615 134514074 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25446/statm: 396 335 74 118 0 275 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3024

[startup+3.10215 s]
/proc/loadavg: 0.92 1.00 0.98 2/66 25447
/proc/meminfo: memFree=1882136/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=1440 CPUtime=0
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217424059 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 360 110 95 260 0 84 0
[pid=25446] ppid=25445 vsize=1736 CPUtime=3.09
/proc/25446/stat : 25446 (march_dl) R 25445 25445 25372 0 -1 4194304 369 0 0 0 309 0 0 0 25 0 1 0 217424059 1777664 344 1992294400 134512640 134996440 4294956256 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25446/statm: 434 344 74 118 0 313 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3176

[startup+6.30148 s]
/proc/loadavg: 0.93 1.00 0.98 2/66 25448
/proc/meminfo: memFree=1881496/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=1440 CPUtime=4.99
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 135 374 0 0 0 0 499 0 16 0 1 0 217424059 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 360 111 96 260 0 84 0
[pid=25448] ppid=25445 vsize=6188 CPUtime=1.21
/proc/25448/stat : 25448 (ubcsat2006) R 25445 25445 25372 0 -1 4194304 276 0 13 0 105 16 0 0 25 0 1 0 217424560 6336512 272 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25448/statm: 1547 272 156 64 0 1128 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 0.93 1.00 0.98 2/66 25449
/proc/meminfo: memFree=1880032/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=2472 CPUtime=1.87
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 319 0 0 0 187 0 0 0 25 0 1 0 217425141 2531328 314 1992294400 134512640 134998072 4294956304 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 618 314 58 118 0 496 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 4804

[startup+25.5014 s]
/proc/loadavg: 1.01 1.01 0.99 2/66 25449
/proc/meminfo: memFree=1879208/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=3396 CPUtime=14.67
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 523 0 0 0 1467 0 0 0 25 0 1 0 217425141 3477504 518 1992294400 134512640 134998072 4294956304 18446744073709551615 134528249 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 849 518 58 118 0 727 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 5728

[startup+51.1011 s]
/proc/loadavg: 1.01 1.01 0.99 2/66 25449
/proc/meminfo: memFree=1878440/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=4188 CPUtime=40.26
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 723 0 0 0 4026 0 0 0 25 0 1 0 217425141 4288512 718 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 1047 718 58 118 0 925 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 6520

[startup+102.305 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 25449
/proc/meminfo: memFree=1877608/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=4996 CPUtime=91.45
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 943 0 0 0 9145 0 0 0 25 0 1 0 217425141 5115904 938 1992294400 134512640 134998072 4294956304 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 1249 938 58 118 0 1127 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 7328

[startup+162.301 s]
/proc/loadavg: 1.13 1.04 1.00 2/66 25449
/proc/meminfo: memFree=1876840/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=5804 CPUtime=151.42
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 1130 0 0 0 15142 0 0 0 25 0 1 0 217425141 5943296 1125 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 1451 1125 58 118 0 1329 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 8136

[startup+222.302 s]
/proc/loadavg: 1.20 1.08 1.01 2/66 25449
/proc/meminfo: memFree=1876264/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=6212 CPUtime=211.41
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 1252 0 0 0 21140 1 0 0 25 0 1 0 217425141 6361088 1247 1992294400 134512640 134998072 4294956304 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 1553 1247 58 118 0 1431 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 8544

[startup+282.302 s]
/proc/loadavg: 1.11 1.08 1.01 2/66 25449
/proc/meminfo: memFree=1875688/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=6748 CPUtime=271.4
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 1389 0 0 0 27138 2 0 0 25 0 1 0 217425141 6909952 1384 1992294400 134512640 134998072 4294956304 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 1687 1384 58 118 0 1565 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 9080

[startup+342.302 s]
/proc/loadavg: 1.04 1.06 1.01 2/66 25449
/proc/meminfo: memFree=1875432/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=7016 CPUtime=331.38
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 1447 0 0 0 33136 2 0 0 25 0 1 0 217425141 7184384 1442 1992294400 134512640 134998072 4294956304 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 1754 1442 58 118 0 1632 0

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1865192/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15560 CPUtime=4710.14
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3532 0 0 0 470994 20 0 0 25 0 1 0 217425141 15933440 3527 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3890 3527 58 118 0 3768 0
Current children cumulated CPU time (s) 4720.85
Current children cumulated vsize (KiB) 17892

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1865064/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15696 CPUtime=4770.12
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3551 0 0 0 476992 20 0 0 25 0 1 0 217425141 16072704 3546 1992294400 134512640 134998072 4294956304 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3924 3546 58 118 0 3802 0
Current children cumulated CPU time (s) 4780.83
Current children cumulated vsize (KiB) 18028

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1865064/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15696 CPUtime=4830.1
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3556 0 0 0 482990 20 0 0 25 0 1 0 217425141 16072704 3551 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3924 3551 58 118 0 3802 0
Current children cumulated CPU time (s) 4840.81
Current children cumulated vsize (KiB) 18028

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864936/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15696 CPUtime=4890.08
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3577 0 0 0 488988 20 0 0 25 0 1 0 217425141 16072704 3572 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3924 3572 58 118 0 3802 0
Current children cumulated CPU time (s) 4900.79
Current children cumulated vsize (KiB) 18028

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864872/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4950.06
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3584 0 0 0 494986 20 0 0 25 0 1 0 217425141 16224256 3579 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3579 58 118 0 3839 0
Current children cumulated CPU time (s) 4960.77
Current children cumulated vsize (KiB) 18176

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 25459
/proc/meminfo: memFree=1864872/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4954.06
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3584 0 0 0 495386 20 0 0 25 0 1 0 217425141 16224256 3579 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3579 58 118 0 3839 0
Current children cumulated CPU time (s) 4964.77
Current children cumulated vsize (KiB) 18176

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864808/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4966.87
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3584 0 0 0 496666 21 0 0 25 0 1 0 217425141 16224256 3579 1992294400 134512640 134998072 4294956304 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3579 58 118 0 3839 0
Current children cumulated CPU time (s) 4977.58
Current children cumulated vsize (KiB) 18176

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864808/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4979.66
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3585 0 0 0 497945 21 0 0 25 0 1 0 217425141 16224256 3580 1992294400 134512640 134998072 4294956304 18446744073709551615 134525094 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3580 58 118 0 3839 0
Current children cumulated CPU time (s) 4990.37
Current children cumulated vsize (KiB) 18176

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864808/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4982.87
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3585 0 0 0 498266 21 0 0 25 0 1 0 217425141 16224256 3580 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3580 58 118 0 3839 0
Current children cumulated CPU time (s) 4993.58
Current children cumulated vsize (KiB) 18176

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864808/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4986.07
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3585 0 0 0 498586 21 0 0 25 0 1 0 217425141 16224256 3580 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3580 58 118 0 3839 0
Current children cumulated CPU time (s) 4996.78
Current children cumulated vsize (KiB) 18176

[startup+4999.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864808/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4986.86
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3585 0 0 0 498665 21 0 0 25 0 1 0 217425141 16224256 3580 1992294400 134512640 134998072 4294956304 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3580 58 118 0 3839 0
Current children cumulated CPU time (s) 4997.57
Current children cumulated vsize (KiB) 18176

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864808/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4987.66
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3585 0 0 0 498745 21 0 0 25 0 1 0 217425141 16224256 3580 1992294400 134512640 134998072 4294956304 18446744073709551615 134525400 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3580 58 118 0 3839 0
Current children cumulated CPU time (s) 4998.37
Current children cumulated vsize (KiB) 18176

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864808/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4988.06
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3585 0 0 0 498785 21 0 0 25 0 1 0 217425141 16224256 3580 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3580 58 118 0 3839 0
Current children cumulated CPU time (s) 4998.77
Current children cumulated vsize (KiB) 18176

[startup+5000.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25459
/proc/meminfo: memFree=1864808/2055920 swapFree=4180188/4192956
[pid=25445] ppid=25443 vsize=2332 CPUtime=10.71
/proc/25445/stat : 25445 (SATzilla2007_C) S 25443 25445 25372 0 -1 4194304 775 656 0 13 316 24 700 31 25 0 1 0 217424059 2387968 399 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25445/statm: 583 399 165 260 0 307 0
[pid=25449] ppid=25445 vsize=15844 CPUtime=4988.16
/proc/25449/stat : 25449 (minisat20) R 25445 25445 25372 0 -1 4194304 3585 0 0 0 498795 21 0 0 25 0 1 0 217425141 16224256 3580 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25449/statm: 3961 3580 58 118 0 3839 0
Current children cumulated CPU time (s) 4998.87
Current children cumulated vsize (KiB) 18176

Child status: 17
Real time (s): 5000.48
CPU time (s): 4998.98
CPU user time (s): 4998.2
CPU system time (s): 0.776881
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 18176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.2
system time used= 0.776881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5029
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 10161

runsolver used 5.60615 second user time and 11.9932 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-09 20:31:45
IDJOB=1785135
IDBENCH=24706
IDSOLVER=640
FILE ID=node24/1785135-1241893905
PBS_JOBID= 9264722
Free space on /tmp= 66316 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785135-1241893905/watcher-1785135-1241893905 -o /tmp/evaluation-result-1785135-1241893905/solver-1785135-1241893905 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785135-1241893905.cnf            

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

MD5SUM BENCH= 68e48f3a77d59cc85ebd5fd30cfcba3c
RANDOM SEED=1523539883

node24.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.232
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.232
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:       1883984 kB
Buffers:         34888 kB
Cached:          89972 kB
SwapCached:       7060 kB
Active:          48404 kB
Inactive:        85608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883984 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:            8408 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            23836 kB
Committed_AS:   733912 kB
PageTables:       1440 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= 66308 MiB
End job on node24 at 2009-05-09 21:55:06