Trace number 1625992

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1611899384-022.cnf
MD5SUM66fb9b1d9d1970f097747a014bb15243
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.35703
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 514000
Number of clauses of size over 50

Solver Data

10.57/10.65	c run March_dl for 5 seconds ... 
10.57/10.65	c Bin: Executing march_dl
10.57/10.65	c child exit by a signal
10.57/10.65	c march_dl returned code 137.
10.57/10.65	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.65	c Bin: Executing ubcsat2006
10.57/10.65	c child exited successfully
10.57/10.65	c ubcsat2006 returned code 0.
10.57/10.65	c satzilla computing base features
10.57/10.65	c satzilla doing unit-prop probe
10.57/10.65	c satzilla doing local search probe
10.57/10.65	c satzilla doing lobjois search-space size estimate
10.57/10.65	c satzilla's ranking:
10.57/10.65	c 1) minisat20+P: 7.278037
10.57/10.65	c 2) march_dl: 11.157602
10.57/10.65	c 3) kcnfs: 11.458050
10.57/10.65	c 4) kcnfs+P: 999.000000
10.57/10.65	c 5) march_dl+P: 999.000000
10.57/10.65	c 6) vallst+P: 999.000000
10.57/10.65	c 7) zchaff_rand+P: 999.000000
10.57/10.65	c 8) vallst: 999.000000
10.57/10.65	c 9) zchaff_rand: 999.000000
10.57/10.65	c 10) minisat20: 999.000000
10.57/10.65	c satzilla running minisat20 with preprocessing ... 
10.68/10.72	This is MiniSat 2.0 beta
10.68/10.72	WARNING: for repeatability, setting FPU to use double precision
10.68/10.72	============================[ Problem Statistics ]=============================
10.68/10.72	|                                                                             |
10.68/10.72	|  Number of variables:  700                                                  |
10.68/10.72	|  Number of clauses:    14000                                                |
10.68/10.73	|  Parsing time:         0.01         s                                       |
10.68/10.73	============================[ Search Statistics ]==============================
10.68/10.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.68/10.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.68/10.73	===============================================================================
10.68/10.73	|         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
10.68/10.74	|       101 |     700    14000    70000 |     5133      101    102 |  0.000 % |
10.68/10.75	|       251 |     700    14000    70000 |     5646      251     97 |  0.000 % |
10.68/10.77	|       476 |     700    14000    70000 |     6211      476     96 |  0.000 % |
10.70/10.80	|       814 |     700    14000    70000 |     6832      814     96 |  0.000 % |
10.70/10.84	|      1321 |     700    14000    70000 |     7515     1321     97 |  0.000 % |
10.70/10.91	|      2080 |     700    14000    70000 |     8267     2080     98 |  0.000 % |
10.97/11.02	|      3219 |     700    14000    70000 |     9094     3219     96 |  0.000 % |
11.16/11.20	|      4927 |     700    14000    70000 |    10003     4927    100 |  0.000 % |
11.46/11.54	|      7489 |     700    14000    70000 |    11003     7489    101 |  0.000 % |
12.07/12.11	|     11333 |     700    14000    70000 |    12104     5720    100 |  0.000 % |
12.97/13.00	|     17100 |     700    14000    70000 |    13314    11487    103 |  0.000 % |
14.67/14.71	|     25752 |     700    14000    70000 |    14645    13361    106 |  0.000 % |
17.36/17.46	|     38726 |     700    14000    70000 |    16110    11455    108 |  0.000 % |
21.86/21.96	|     58187 |     700    14000    70000 |    17721    14563    107 |  0.000 % |
29.56/29.65	|     87379 |     700    14000    70000 |    19493    16811    105 |  0.000 % |
42.96/43.08	|    131168 |     700    14000    70000 |    21443    11258    107 |  0.000 % |
63.94/64.00	|    196852 |     700    14000    70000 |    23587    11860    101 |  0.000 % |
97.43/97.58	|    295378 |     700    14000    70000 |    25946    14176    105 |  0.000 % |
151.01/151.11	|    443167 |     700    14000    70000 |    28540    22923    107 |  0.000 % |
244.88/245.09	|    664851 |     700    14000    70000 |    31394    23126    107 |  0.000 % |
379.43/379.63	|    997378 |     700    14000    70000 |    34534    20589    107 |  0.000 % |
605.26/605.57	|   1496167 |     700    14000    70000 |    37987    29244    112 |  0.000 % |
973.93/974.30	|   2244349 |     700    14000    70000 |    41786    17085    102 |  0.000 % |
1529.15/1529.75	|   3366623 |     700    14000    70000 |    45965    37231    107 |  0.000 % |
2461.13/2462.00	|   5050035 |     700    14000    70000 |    50561    22816    104 |  0.000 % |
4104.67/4106.18	|   7575153 |     700    14000    70000 |    55618    39869    110 |  0.000 % |
4998.88/5000.66	c Preprocessing...
4998.88/5000.66	c Inital problem has 700 variables, 14000 nary clauses (0 binary clauses).
4998.88/5000.66	c Num non-binary clauses 14000, Average non-binary clause length 5.000
4998.88/5000.66	c Theory has no gaps
4998.88/5000.66	c Preprocessor runtime was 0.040 seconds.
4998.88/5000.66	c 
4998.88/5000.66	c Satisfiability of theory still undetermined.
4998.88/5000.66	c See file /tmp/Jayce6 for simplified theory.
4998.88/5000.66	c Bin: Executing minisat20
4998.88/5000.66	c child exit by a signal
4998.88/5000.66	c minisat20 returned code 137.
4998.88/5000.66	c minisat20 returned code 137.
4998.88/5000.66	c satzilla running march_dl ... 
4998.88/5000.66	c Bin: Executing march_dl
4998.88/5000.66	c march_dl returned code 1.
4998.88/5000.66	c march_dl returned code 1.
4998.88/5000.66	c satzilla running kcnfs ... 
4998.88/5000.66	c Bin: Executing kcnfs
4998.88/5000.66	c kcnfs returned code 1.
4998.88/5000.66	c kcnfs returned code 1.
4998.88/5000.66	c satzilla running kcnfs with preprocessing ... 
4998.88/5000.66	c Bin: Executing kcnfs
4998.88/5000.66	c kcnfs returned code 1.
4998.88/5000.66	c kcnfs returned code 1.
4998.88/5000.66	c satzilla running march_dl with preprocessing ... 
4998.88/5000.66	c Bin: Executing march_dl
4998.88/5000.66	c march_dl returned code 1.
4998.88/5000.66	c march_dl returned code 1.
4998.88/5000.66	c satzilla running vallst with preprocessing ... 
4998.88/5000.66	c Bin: Executing vallst
4998.88/5000.66	c vallst returned code 1.
4998.88/5000.66	c vallst returned code 1.
4998.88/5000.66	c satzilla running zchaff_rand with preprocessing ... 
4998.88/5000.66	c Bin: Executing zchaff_rand
4998.88/5000.66	c zchaff_rand returned code 1.
4998.88/5000.66	c zchaff_rand returned code 1.
4998.88/5000.66	c satzilla running vallst ... 
4998.88/5000.66	c Bin: Executing vallst
4998.88/5000.66	c vallst returned code 1.
4998.88/5000.66	c vallst returned code 1.
4998.88/5000.66	c satzilla running zchaff_rand ... 
4998.88/5000.66	c Bin: Executing zchaff_rand
4998.88/5000.66	c zchaff_rand returned code 1.
4998.88/5000.66	c zchaff_rand returned code 1.
4998.88/5000.66	c satzilla running minisat20 ... 
4998.88/5000.66	c Bin: Executing minisat20
4998.88/5000.66	c minisat20 returned code 1.
4998.88/5000.66	c minisat20 returned code 1.
4998.88/5000.66	c ERROR: All Failed! 
4998.88/5000.66	c SATZILLA_TIME=4999.710000

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-1625992-1239982407/watcher-1625992-1239982407 -o /tmp/evaluation-result-1625992-1239982407/solver-1625992-1239982407 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1625992-1239982407.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.98 0.99 2/64 22184
/proc/meminfo: memFree=1312312/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=1440 CPUtime=0
/proc/22184/stat : 22184 (SATzilla2007_R) R 22182 22184 21941 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 26268700 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/22184/statm: 360 110 95 260 0 84 0
[pid=22185] ppid=22184 vsize=768 CPUtime=0
/proc/22185/stat : 22185 (march_dl) R 22184 22184 21941 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 26268700 786432 95 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22185/statm: 192 95 50 118 0 71 0

[startup+0.102401 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22184
/proc/meminfo: memFree=1312312/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=1440 CPUtime=0
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 26268700 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22184/statm: 360 110 95 260 0 84 0
[pid=22185] ppid=22184 vsize=1740 CPUtime=0.09
/proc/22185/stat : 22185 (march_dl) R 22184 22184 21941 0 -1 4194304 1706 0 0 0 9 0 0 0 19 0 1 0 26268700 1781760 330 1992294400 134512640 134996440 4294956256 18446744073709551615 134544594 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22185/statm: 435 330 65 118 0 314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3180

[startup+0.201417 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22184
/proc/meminfo: memFree=1312312/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=1440 CPUtime=0
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 26268700 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22184/statm: 360 110 95 260 0 84 0
[pid=22185] ppid=22184 vsize=3124 CPUtime=0.19
/proc/22185/stat : 22185 (march_dl) R 22184 22184 21941 0 -1 4194304 1935 0 0 0 19 0 0 0 21 0 1 0 26268700 3198976 502 1992294400 134512640 134996440 4294956256 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22185/statm: 781 502 67 118 0 660 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4564

[startup+0.301435 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22184
/proc/meminfo: memFree=1312312/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=1440 CPUtime=0
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 26268700 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22184/statm: 360 110 95 260 0 84 0
[pid=22185] ppid=22184 vsize=3124 CPUtime=0.29
/proc/22185/stat : 22185 (march_dl) R 22184 22184 21941 0 -1 4194304 1937 0 0 0 29 0 0 0 21 0 1 0 26268700 3198976 504 1992294400 134512640 134996440 4294956256 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22185/statm: 781 504 67 118 0 660 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4564

[startup+0.701508 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22184
/proc/meminfo: memFree=1312312/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=1440 CPUtime=0
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 26268700 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22184/statm: 360 110 95 260 0 84 0
[pid=22185] ppid=22184 vsize=3124 CPUtime=0.69
/proc/22185/stat : 22185 (march_dl) R 22184 22184 21941 0 -1 4194304 1944 0 0 0 69 0 0 0 25 0 1 0 26268700 3198976 511 1992294400 134512640 134996440 4294956256 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22185/statm: 781 511 67 118 0 660 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4564

[startup+1.50166 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22186
/proc/meminfo: memFree=1310248/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=1440 CPUtime=0
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 26268700 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22184/statm: 360 110 95 260 0 84 0
[pid=22185] ppid=22184 vsize=17424 CPUtime=1.49
/proc/22185/stat : 22185 (march_dl) R 22184 22184 21941 0 -1 4194304 5517 0 0 0 139 10 0 0 25 0 1 0 26268700 17842176 3948 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22185/statm: 4356 3948 72 118 0 4235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18864

[startup+3.10195 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22186
/proc/meminfo: memFree=1295016/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=1440 CPUtime=0
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 26268700 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22184/statm: 360 110 95 260 0 84 0
[pid=22185] ppid=22184 vsize=18060 CPUtime=3.09
/proc/22185/stat : 22185 (march_dl) R 22184 22184 21941 0 -1 4194304 7107 0 0 0 287 22 0 0 25 0 1 0 26268700 18493440 4278 1992294400 134512640 134996440 4294956256 18446744073709551615 134536701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22185/statm: 4515 4278 74 118 0 4394 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19500

[startup+6.30253 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22187
/proc/meminfo: memFree=1310568/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=1440 CPUtime=4.99
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 135 7107 0 0 0 0 476 23 16 0 1 0 26268700 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 360 111 96 260 0 84 0
[pid=22187] ppid=22184 vsize=6188 CPUtime=1.29
/proc/22187/stat : 22187 (ubcsat2006) R 22184 22184 21941 0 -1 4194304 476 0 0 0 121 8 0 0 25 0 1 0 26269200 6336512 459 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22187/statm: 1547 459 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22188
/proc/meminfo: memFree=1302192/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=7272 CPUtime=1.97
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 1580 0 0 0 196 1 0 0 25 0 1 0 26269772 7446528 1575 1992294400 134512640 134998072 4294956304 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 1818 1575 59 118 0 1696 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12068

[startup+25.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22188
/proc/meminfo: memFree=1298352/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=11152 CPUtime=14.76
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 2540 0 0 0 1474 2 0 0 25 0 1 0 26269772 11419648 2535 1992294400 134512640 134998072 4294956304 18446744073709551615 134527480 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 2788 2535 59 118 0 2666 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15948

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22188
/proc/meminfo: memFree=1295728/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=13828 CPUtime=40.34
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 3218 0 0 0 4031 3 0 0 25 0 1 0 26269772 14159872 3213 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 3457 3213 59 118 0 3335 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 18624

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22188
/proc/meminfo: memFree=1293168/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=16468 CPUtime=91.54
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 3869 0 0 0 9150 4 0 0 25 0 1 0 26269772 16863232 3864 1992294400 134512640 134998072 4294956304 18446744073709551615 134527282 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 4117 3864 59 118 0 3995 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21264

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22188
/proc/meminfo: memFree=1291184/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=18480 CPUtime=151.51
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 4365 0 0 0 15146 5 0 0 25 0 1 0 26269772 18923520 4360 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 4620 4360 59 118 0 4498 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 23276

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22190
/proc/meminfo: memFree=1289840/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=19668 CPUtime=211.48
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 4673 0 0 0 21143 5 0 0 25 0 1 0 26269772 20140032 4668 1992294400 134512640 134998072 4294956304 18446744073709551615 134520077 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 4917 4668 59 118 0 4795 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 24464

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22190
/proc/meminfo: memFree=1287792/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=21816 CPUtime=271.46
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 5193 0 0 0 27140 6 0 0 25 0 1 0 26269772 22339584 5188 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 5454 5188 59 118 0 5332 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 26612

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22190
/proc/meminfo: memFree=1287600/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=21936 CPUtime=331.44
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 5234 0 0 0 33138 6 0 0 25 0 1 0 26269772 22462464 5229 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 5484 5229 59 118 0 5362 0

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


[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262768/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46348 CPUtime=4649.99
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11413 0 0 0 464977 22 0 0 25 0 1 0 26269772 47460352 11315 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11587 11315 59 118 0 11465 0
Current children cumulated CPU time (s) 4660.69
Current children cumulated vsize (KiB) 51144

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262384/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46744 CPUtime=4709.98
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11499 0 0 0 470975 23 0 0 25 0 1 0 26269772 47865856 11401 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11686 11401 59 118 0 11564 0
Current children cumulated CPU time (s) 4720.68
Current children cumulated vsize (KiB) 51540

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262320/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46652 CPUtime=4769.95
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11499 0 0 0 476972 23 0 0 25 0 1 0 26269772 47771648 11393 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11663 11393 59 118 0 11541 0
Current children cumulated CPU time (s) 4780.65
Current children cumulated vsize (KiB) 51448

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262064/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46916 CPUtime=4829.93
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 482970 23 0 0 25 0 1 0 26269772 48041984 11459 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11729 11459 59 118 0 11607 0
Current children cumulated CPU time (s) 4840.63
Current children cumulated vsize (KiB) 51712

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262000/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46916 CPUtime=4889.91
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 488968 23 0 0 25 0 1 0 26269772 48041984 11459 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11729 11459 59 118 0 11607 0
Current children cumulated CPU time (s) 4900.61
Current children cumulated vsize (KiB) 51712

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262192/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46916 CPUtime=4949.89
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 494965 24 0 0 25 0 1 0 26269772 48041984 11459 1992294400 134512640 134998072 4294956304 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11729 11459 59 118 0 11607 0
Current children cumulated CPU time (s) 4960.59
Current children cumulated vsize (KiB) 51712

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

[startup+4966.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262192/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46916 CPUtime=4953.99
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 495375 24 0 0 25 0 1 0 26269772 48041984 11459 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11729 11459 59 118 0 11607 0
Current children cumulated CPU time (s) 4964.69
Current children cumulated vsize (KiB) 51712

[startup+4979.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262128/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46812 CPUtime=4966.79
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 496655 24 0 0 25 0 1 0 26269772 47935488 11433 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11703 11433 59 118 0 11581 0
Current children cumulated CPU time (s) 4977.49
Current children cumulated vsize (KiB) 51608

[startup+4992 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262128/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46812 CPUtime=4979.58
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 497934 24 0 0 25 0 1 0 26269772 47935488 11433 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11703 11433 59 118 0 11581 0
Current children cumulated CPU time (s) 4990.28
Current children cumulated vsize (KiB) 51608

[startup+4995.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262192/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46812 CPUtime=4982.79
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 498255 24 0 0 25 0 1 0 26269772 47935488 11433 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11703 11433 59 118 0 11581 0
Current children cumulated CPU time (s) 4993.49
Current children cumulated vsize (KiB) 51608

[startup+4998.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262192/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46812 CPUtime=4985.98
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 498574 24 0 0 25 0 1 0 26269772 47935488 11433 1992294400 134512640 134998072 4294956304 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11703 11433 59 118 0 11581 0
Current children cumulated CPU time (s) 4996.68
Current children cumulated vsize (KiB) 51608

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262192/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46812 CPUtime=4987.58
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 498734 24 0 0 25 0 1 0 26269772 47935488 11433 1992294400 134512640 134998072 4294956304 18446744073709551615 134525367 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11703 11433 59 118 0 11581 0
Current children cumulated CPU time (s) 4998.28
Current children cumulated vsize (KiB) 51608

[startup+5000.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262192/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46812 CPUtime=4987.98
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 498774 24 0 0 25 0 1 0 26269772 47935488 11433 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11703 11433 59 118 0 11581 0
Current children cumulated CPU time (s) 4998.68
Current children cumulated vsize (KiB) 51608

[startup+5000.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22198
/proc/meminfo: memFree=1262192/2055920 swapFree=4192956/4192956
[pid=22184] ppid=22182 vsize=4796 CPUtime=10.7
/proc/22184/stat : 22184 (SATzilla2007_R) S 22182 22184 21941 0 -1 4194304 1866 7589 0 0 339 15 679 37 25 0 1 0 26268700 4911104 1018 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22184/statm: 1199 1018 164 260 0 923 0
[pid=22188] ppid=22184 vsize=46812 CPUtime=4988.18
/proc/22188/stat : 22188 (minisat20) R 22184 22184 21941 0 -1 4194304 11565 0 0 0 498794 24 0 0 25 0 1 0 26269772 47935488 11433 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22188/statm: 11703 11433 59 118 0 11581 0
Current children cumulated CPU time (s) 4998.88
Current children cumulated vsize (KiB) 51608

Child status: 17
Real time (s): 5000.66
CPU time (s): 4998.97
CPU user time (s): 4998.19
CPU system time (s): 0.779881
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 51712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.19
system time used= 0.779881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21033
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= 18
involuntary context switches= 7840

runsolver used 5.69113 second user time and 12.4321 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-17 17:33:27
IDJOB=1625992
IDBENCH=70231
IDSOLVER=581
FILE ID=node44/1625992-1239982407
PBS_JOBID= 9157277
Free space on /tmp= 66304 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1611899384-022.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1625992-1239982407/watcher-1625992-1239982407 -o /tmp/evaluation-result-1625992-1239982407/solver-1625992-1239982407 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1625992-1239982407.cnf            

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

MD5SUM BENCH= 66fb9b1d9d1970f097747a014bb15243
RANDOM SEED=539480362

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
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:       1312792 kB
Buffers:         71940 kB
Cached:         597044 kB
SwapCached:          0 kB
Active:         158468 kB
Inactive:       524428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1312792 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8684 kB
Writeback:           0 kB
Mapped:          23628 kB
Slab:            46244 kB
Committed_AS:   161344 kB
PageTables:       1380 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= 66296 MiB
End job on node44 at 2009-04-17 18:56:48