Trace number 1784667

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.92 5001.09

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00090.sat05-1326.reshuffled-07.cnf
MD5SUMfc73c241ff6e8e1a49a6ff2500eb7905
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.128979
Satisfiable
(Un)Satisfiability was proved
Number of variables322
Number of clauses9322
Sum of the clauses size72335
Maximum clause length11
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 211
Number of clauses of size 379
Number of clauses of size 4136
Number of clauses of size 5421
Number of clauses of size over 58674

Solver Data

10.57/10.62	c run March_dl for 5 seconds ... 
10.57/10.62	c Bin: Executing march_dl
10.57/10.62	c child exit by a signal
10.57/10.62	c march_dl returned code 137.
10.57/10.62	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.62	c Bin: Executing ubcsat2006
10.57/10.62	c child exited successfully
10.57/10.62	c ubcsat2006 returned code 0.
10.57/10.62	c satzilla computing base features
10.57/10.62	c satzilla doing unit-prop probe
10.57/10.62	c satzilla doing local search probe
10.57/10.62	c satzilla doing lobjois search-space size estimate
10.57/10.62	c satzilla's ranking:
10.57/10.62	c 1) minisat20+P: -0.357328
10.57/10.62	c 2) vallst+P: -0.322134
10.57/10.62	c 3) minisat20: 0.004726
10.57/10.62	c 4) zchaff_rand+P: 0.151033
10.57/10.62	c 5) march_dl+P: 3.022747
10.57/10.62	c 6) march_dl: 3.138508
10.57/10.62	c 7) kcnfs+P: 999.000000
10.57/10.62	c 8) kcnfs: 999.000000
10.57/10.62	c 9) vallst: 999.000000
10.57/10.62	c 10) zchaff_rand: 999.000000
10.57/10.62	c satzilla running minisat20 with preprocessing ... 
10.57/10.68	This is MiniSat 2.0 beta
10.57/10.68	WARNING: for repeatability, setting FPU to use double precision
10.57/10.68	============================[ Problem Statistics ]=============================
10.57/10.68	|                                                                             |
10.57/10.68	|  Number of variables:  320                                                  |
10.57/10.68	|  Number of clauses:    9318                                                 |
10.57/10.69	|  Parsing time:         0.01         s                                       |
10.57/10.69	============================[ Search Statistics ]==============================
10.57/10.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.69	===============================================================================
10.57/10.69	|         0 |     320     9318    72287 |     3106        0    nan |  0.000 % |
10.57/10.69	|       101 |     320     9318    72287 |     3416      101      8 |  0.001 % |
10.57/10.69	|       251 |     320     9318    72287 |     3758      251      9 |  0.001 % |
10.65/10.70	|       476 |     320     9318    72287 |     4134      476     12 |  0.001 % |
10.65/10.70	|       814 |     320     9318    72287 |     4547      814     12 |  0.001 % |
10.65/10.71	|      1323 |     320     9318    72287 |     5002     1323     15 |  0.001 % |
10.65/10.72	|      2083 |     320     9318    72287 |     5502     2083     13 |  0.001 % |
10.65/10.74	|      3223 |     320     9318    72287 |     6052     3223     17 |  0.001 % |
10.65/10.77	|      4932 |     320     9318    72287 |     6657     4932     18 |  0.001 % |
10.65/10.84	|      7494 |     320     9318    72287 |     7323     4103     19 |  0.001 % |
10.86/10.91	|     11338 |     320     9318    72287 |     8056     4227     17 |  0.002 % |
10.96/11.03	|     17105 |     320     9318    72287 |     8861     5948     17 |  0.002 % |
11.16/11.25	|     25754 |     319     9303    72227 |     9747     5622     22 |  0.315 % |
11.56/11.61	|     38729 |     319     9303    72227 |    10722     8804     20 |  0.315 % |
12.06/12.17	|     58193 |     319     9303    72227 |    11795     6714     18 |  0.315 % |
12.96/13.05	|     87386 |     319     9303    72227 |    12974     6300     14 |  0.314 % |
14.45/14.57	|    131176 |     319     9303    72227 |    14271    11027     21 |  0.313 % |
16.75/16.86	|    196860 |     319     9303    72227 |    15699    12295     22 |  0.314 % |
20.85/20.91	|    295386 |     318     9087    70931 |    17269    14944     27 |  0.626 % |
26.55/26.62	|    443175 |     318     9087    70931 |    18996    15527     26 |  0.626 % |
37.14/37.27	|    664859 |     317     9037    70681 |    20895    14447     31 |  0.939 % |
53.34/53.49	|    997384 |     316     9013    70585 |    22985    11392     27 |  1.251 % |
78.92/79.03	|   1496172 |     316     9013    70585 |    25283    14714     27 |  1.251 % |
116.80/116.97	|   2244355 |     316     9013    70585 |    27812    23996     26 |  1.252 % |
186.38/186.54	|   3366629 |     316     9013    70585 |    30593    27581     33 |  1.252 % |
297.93/298.15	|   5050040 |     316     9013    70585 |    33652    22812     29 |  1.251 % |
463.06/463.30	|   7575158 |     316     9013    70585 |    37017    18038     23 |  1.252 % |
726.15/726.57	|  11362833 |     316     9013    70585 |    40719    28182     22 |  1.251 % |
1147.97/1148.55	|  17044345 |     316     9013    70585 |    44791    26765     24 |  1.252 % |
1828.27/1829.10	|  25566614 |     316     9013    70585 |    49270    18934     24 |  1.252 % |
2879.51/2880.85	|  38350019 |     316     9013    70585 |    54197    34868     23 |  1.251 % |
4778.50/4780.70	|  57525124 |     316     9013    70585 |    59617    40825     28 |  1.251 % |
4998.80/5001.08	c Preprocessing...
4998.80/5001.08	c Inital problem has 322 variables, 9311 nary clauses (11 binary clauses).
4998.80/5001.08	c Num non-binary clauses 9310, Average non-binary clause length 7.767
4998.80/5001.08	c Theory has no gaps
4998.80/5001.08	c Preprocessor runtime was 0.030 seconds.
4998.80/5001.08	c 
4998.80/5001.08	c Satisfiability of theory still undetermined.
4998.80/5001.08	c See file /tmp/2IDI6s for simplified theory.
4998.80/5001.08	c Bin: Executing minisat20
4998.80/5001.08	c child exit by a signal
4998.80/5001.08	c minisat20 returned code 137.
4998.80/5001.08	c minisat20 returned code 137.
4998.80/5001.08	c satzilla running vallst with preprocessing ... 
4998.80/5001.08	c Bin: Executing vallst
4998.80/5001.08	c vallst returned code 1.
4998.80/5001.08	c vallst returned code 1.
4998.80/5001.08	c satzilla running minisat20 ... 
4998.80/5001.08	c Bin: Executing minisat20
4998.80/5001.08	c minisat20 returned code 1.
4998.80/5001.08	c minisat20 returned code 1.
4998.80/5001.08	c satzilla running zchaff_rand with preprocessing ... 
4998.80/5001.08	c Bin: Executing zchaff_rand
4998.80/5001.08	c zchaff_rand returned code 1.
4998.80/5001.08	c zchaff_rand returned code 1.
4998.80/5001.08	c satzilla running march_dl with preprocessing ... 
4998.80/5001.08	c Bin: Executing march_dl
4998.80/5001.08	c march_dl returned code 1.
4998.80/5001.08	c march_dl returned code 1.
4998.80/5001.08	c satzilla running march_dl ... 
4998.80/5001.08	c Bin: Executing march_dl
4998.80/5001.08	c march_dl returned code 1.
4998.80/5001.08	c march_dl returned code 1.
4998.80/5001.08	c satzilla running kcnfs with preprocessing ... 
4998.80/5001.08	c Bin: Executing kcnfs
4998.80/5001.08	c kcnfs returned code 1.
4998.80/5001.08	c kcnfs returned code 1.
4998.80/5001.08	c satzilla running kcnfs ... 
4998.80/5001.08	c Bin: Executing kcnfs
4998.80/5001.08	c kcnfs returned code 1.
4998.80/5001.08	c kcnfs returned code 1.
4998.80/5001.08	c satzilla running vallst ... 
4998.80/5001.08	c Bin: Executing vallst
4998.80/5001.08	c vallst returned code 1.
4998.80/5001.08	c vallst returned code 1.
4998.80/5001.08	c satzilla running zchaff_rand ... 
4998.80/5001.08	c Bin: Executing zchaff_rand
4998.80/5001.08	c zchaff_rand returned code 1.
4998.80/5001.08	c zchaff_rand returned code 1.
4998.80/5001.08	c ERROR: All Failed! 
4998.80/5001.08	c SATZILLA_TIME=4999.660000

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

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


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.88 3/64 25921
/proc/meminfo: memFree=1863744/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=1440 CPUtime=0
/proc/25921/stat : 25921 (SATzilla2007_C) R 25919 25921 25709 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 214442928 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/25921/statm: 360 110 95 260 0 84 0
[pid=25922] ppid=25921 vsize=768 CPUtime=0
/proc/25922/stat : 25922 (march_dl) R 25921 25921 25709 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 214442929 786432 87 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25922/statm: 192 87 50 118 0 71 0

[startup+0.0101591 s]
/proc/loadavg: 1.00 0.97 0.88 3/64 25921
/proc/meminfo: memFree=1863744/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=1440 CPUtime=0
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214442928 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25921/statm: 360 110 95 260 0 84 0
[pid=25922] ppid=25921 vsize=768 CPUtime=0
/proc/25922/stat : 25922 (march_dl) R 25921 25921 25709 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 214442929 786432 105 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25922/statm: 192 105 50 118 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2208

[startup+0.101166 s]
/proc/loadavg: 1.00 0.97 0.88 3/64 25921
/proc/meminfo: memFree=1863744/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=1440 CPUtime=0
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214442928 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25921/statm: 360 110 95 260 0 84 0
[pid=25922] ppid=25921 vsize=1944 CPUtime=0.09
/proc/25922/stat : 25922 (march_dl) R 25921 25921 25709 0 -1 4194304 1256 0 0 0 9 0 0 0 19 0 1 0 214442929 1990656 371 1992294400 134512640 134996440 4294956256 18446744073709551615 134543093 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25922/statm: 486 371 65 118 0 365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3384

[startup+0.301188 s]
/proc/loadavg: 1.00 0.97 0.88 3/64 25921
/proc/meminfo: memFree=1863744/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=1440 CPUtime=0
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214442928 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25921/statm: 360 110 95 260 0 84 0
[pid=25922] ppid=25921 vsize=3084 CPUtime=0.29
/proc/25922/stat : 25922 (march_dl) R 25921 25921 25709 0 -1 4194304 1999 0 0 0 29 0 0 0 21 0 1 0 214442929 3158016 663 1992294400 134512640 134996440 4294956256 18446744073709551615 134533701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25922/statm: 771 663 73 118 0 650 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4524

[startup+0.701229 s]
/proc/loadavg: 1.00 0.97 0.88 3/64 25921
/proc/meminfo: memFree=1863744/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=1440 CPUtime=0
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214442928 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25921/statm: 360 110 95 260 0 84 0
[pid=25922] ppid=25921 vsize=3444 CPUtime=0.69
/proc/25922/stat : 25922 (march_dl) R 25921 25921 25709 0 -1 4194304 2088 0 0 0 69 0 0 0 25 0 1 0 214442929 3526656 752 1992294400 134512640 134996440 4294956256 18446744073709551615 134533456 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25922/statm: 861 752 73 118 0 740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4884

[startup+1.50131 s]
/proc/loadavg: 1.00 0.97 0.88 2/66 25923
/proc/meminfo: memFree=1860592/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=1440 CPUtime=0
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214442928 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25921/statm: 360 110 95 260 0 84 0
[pid=25922] ppid=25921 vsize=3656 CPUtime=1.48
/proc/25922/stat : 25922 (march_dl) R 25921 25921 25709 0 -1 4194304 2539 0 0 0 148 0 0 0 25 0 1 0 214442929 3743744 827 1992294400 134512640 134996440 4294956256 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25922/statm: 914 827 75 118 0 793 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 5096

[startup+3.10148 s]
/proc/loadavg: 1.00 0.97 0.88 2/66 25923
/proc/meminfo: memFree=1860464/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=1440 CPUtime=0
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214442928 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25921/statm: 360 110 95 260 0 84 0
[pid=25922] ppid=25921 vsize=3656 CPUtime=3.08
/proc/25922/stat : 25922 (march_dl) R 25921 25921 25709 0 -1 4194304 2539 0 0 0 308 0 0 0 25 0 1 0 214442929 3743744 827 1992294400 134512640 134996440 4294956256 18446744073709551615 134553303 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25922/statm: 914 827 75 118 0 793 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5096

[startup+6.30183 s]
/proc/loadavg: 1.00 0.97 0.88 2/66 25924
/proc/meminfo: memFree=1862192/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=1440 CPUtime=4.99
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 135 2539 0 0 0 0 498 1 16 0 1 0 214442928 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25921/statm: 360 111 96 260 0 84 0
[pid=25924] ppid=25921 vsize=6188 CPUtime=1.28
/proc/25924/stat : 25924 (ubcsat2006) R 25921 25921 25709 0 -1 4194304 443 0 0 0 122 6 0 0 25 0 1 0 214443429 6336512 426 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25924/statm: 1547 426 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7025 s]
/proc/loadavg: 1.00 0.97 0.88 2/66 25925
/proc/meminfo: memFree=1857776/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=4120 CPUtime=2.01
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 769 0 0 0 201 0 0 0 25 0 1 0 214443997 4218880 764 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 1030 764 59 118 0 908 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8640

[startup+25.5019 s]
/proc/loadavg: 1.00 0.97 0.88 2/66 25925
/proc/meminfo: memFree=1855152/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=6700 CPUtime=14.8
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 1406 0 0 0 1479 1 0 0 25 0 1 0 214443997 6860800 1401 1992294400 134512640 134998072 4294956304 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 1675 1401 59 118 0 1553 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 11220

[startup+51.1016 s]
/proc/loadavg: 1.00 0.97 0.88 2/66 25925
/proc/meminfo: memFree=1853232/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=8736 CPUtime=40.39
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 1876 0 0 0 4038 1 0 0 25 0 1 0 214443997 8945664 1871 1992294400 134512640 134998072 4294956304 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 2184 1871 59 118 0 2062 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 13256

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.89 2/66 25925
/proc/meminfo: memFree=1851696/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=10372 CPUtime=91.57
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 2254 0 0 0 9156 1 0 0 25 0 1 0 214443997 10620928 2249 1992294400 134512640 134998072 4294956304 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 2593 2249 59 118 0 2471 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 14892

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.89 2/66 25925
/proc/meminfo: memFree=1849776/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=12336 CPUtime=151.54
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 2714 0 0 0 15152 2 0 0 25 0 1 0 214443997 12632064 2709 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 3084 2709 59 118 0 2962 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 16856

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.90 2/66 25925
/proc/meminfo: memFree=1848688/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=13340 CPUtime=211.51
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 2963 0 0 0 21149 2 0 0 25 0 1 0 214443997 13660160 2958 1992294400 134512640 134998072 4294956304 18446744073709551615 134529269 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 3335 2958 59 118 0 3213 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 17860

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.90 2/66 25925
/proc/meminfo: memFree=1848304/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=13780 CPUtime=271.49
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 3072 0 0 0 27147 2 0 0 25 0 1 0 214443997 14110720 3067 1992294400 134512640 134998072 4294956304 18446744073709551615 134525697 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 3445 3067 59 118 0 3323 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 18300

[startup+342.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 25925
/proc/meminfo: memFree=1847152/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=14912 CPUtime=331.46
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 3336 0 0 0 33144 2 0 0 25 0 1 0 214443997 15269888 3331 1992294400 134512640 134998072 4294956304 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 3728 3331 59 118 0 3606 0

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1828400/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=32928 CPUtime=4709.58
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7479 0 0 0 470948 10 0 0 25 0 1 0 214443997 33718272 7474 1992294400 134512640 134998072 4294956304 18446744073709551615 134646615 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8232 7474 59 118 0 8110 0
Current children cumulated CPU time (s) 4720.23
Current children cumulated vsize (KiB) 37448

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1828336/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=32928 CPUtime=4769.55
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7492 0 0 0 476945 10 0 0 25 0 1 0 214443997 33718272 7487 1992294400 134512640 134998072 4294956304 18446744073709551615 134519436 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8232 7487 59 118 0 8110 0
Current children cumulated CPU time (s) 4780.2
Current children cumulated vsize (KiB) 37448

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1828272/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33092 CPUtime=4829.52
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7524 0 0 0 482942 10 0 0 25 0 1 0 214443997 33886208 7519 1992294400 134512640 134998072 4294956304 18446744073709551615 134519372 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8273 7519 59 118 0 8151 0
Current children cumulated CPU time (s) 4840.17
Current children cumulated vsize (KiB) 37612

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1828144/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33092 CPUtime=4889.5
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7564 0 0 0 488940 10 0 0 25 0 1 0 214443997 33886208 7559 1992294400 134512640 134998072 4294956304 18446744073709551615 134519471 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8273 7559 59 118 0 8151 0
Current children cumulated CPU time (s) 4900.15
Current children cumulated vsize (KiB) 37612

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4949.47
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7602 0 0 0 494937 10 0 0 25 0 1 0 214443997 34238464 7597 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7597 59 118 0 8237 0
Current children cumulated CPU time (s) 4960.12
Current children cumulated vsize (KiB) 37956

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4953.47
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7602 0 0 0 495337 10 0 0 25 0 1 0 214443997 34238464 7597 1992294400 134512640 134998072 4294956304 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7597 59 118 0 8237 0
Current children cumulated CPU time (s) 4964.12
Current children cumulated vsize (KiB) 37956

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4966.26
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7603 0 0 0 496616 10 0 0 25 0 1 0 214443997 34238464 7598 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7598 59 118 0 8237 0
Current children cumulated CPU time (s) 4976.91
Current children cumulated vsize (KiB) 37956

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4979.06
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7609 0 0 0 497896 10 0 0 25 0 1 0 214443997 34238464 7604 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7604 59 118 0 8237 0
Current children cumulated CPU time (s) 4989.71
Current children cumulated vsize (KiB) 37956

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4982.26
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7609 0 0 0 498216 10 0 0 25 0 1 0 214443997 34238464 7604 1992294400 134512640 134998072 4294956304 18446744073709551615 134519468 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7604 59 118 0 8237 0
Current children cumulated CPU time (s) 4992.91
Current children cumulated vsize (KiB) 37956

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4985.46
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7609 0 0 0 498536 10 0 0 25 0 1 0 214443997 34238464 7604 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7604 59 118 0 8237 0
Current children cumulated CPU time (s) 4996.11
Current children cumulated vsize (KiB) 37956

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4987.05
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7609 0 0 0 498695 10 0 0 25 0 1 0 214443997 34238464 7604 1992294400 134512640 134998072 4294956304 18446744073709551615 134519464 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7604 59 118 0 8237 0
Current children cumulated CPU time (s) 4997.7
Current children cumulated vsize (KiB) 37956

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4987.85
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7609 0 0 0 498775 10 0 0 25 0 1 0 214443997 34238464 7604 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7604 59 118 0 8237 0
Current children cumulated CPU time (s) 4998.5
Current children cumulated vsize (KiB) 37956

[startup+5000.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4988.05
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7609 0 0 0 498795 10 0 0 25 0 1 0 214443997 34238464 7604 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7604 59 118 0 8237 0
Current children cumulated CPU time (s) 4998.7
Current children cumulated vsize (KiB) 37956

[startup+5001 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 25933
/proc/meminfo: memFree=1827888/2055920 swapFree=4135452/4192956
[pid=25921] ppid=25919 vsize=4520 CPUtime=10.65
/proc/25921/stat : 25921 (SATzilla2007_C) S 25919 25921 25709 0 -1 4194304 1563 2988 0 0 340 12 701 12 25 0 1 0 214442928 4628480 886 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25921/statm: 1130 886 165 260 0 854 0
[pid=25925] ppid=25921 vsize=33436 CPUtime=4988.15
/proc/25925/stat : 25925 (minisat20) R 25921 25921 25709 0 -1 4194304 7609 0 0 0 498805 10 0 0 25 0 1 0 214443997 34238464 7604 1992294400 134512640 134998072 4294956304 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 0 0 0
/proc/25925/statm: 8359 7604 59 118 0 8237 0
Current children cumulated CPU time (s) 4998.8
Current children cumulated vsize (KiB) 37956

Child status: 17
Real time (s): 5001.09
CPU time (s): 4998.92
CPU user time (s): 4998.56
CPU system time (s): 0.363944
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 37956

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

runsolver used 3.9504 second user time and 14.2478 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-09 12:15:51
IDJOB=1784667
IDBENCH=24582
IDSOLVER=640
FILE ID=node47/1784667-1241864151
PBS_JOBID= 9264568
Free space on /tmp= 66196 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00090.sat05-1326.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784667-1241864151/watcher-1784667-1241864151 -o /tmp/evaluation-result-1784667-1241864151/solver-1784667-1241864151 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1784667-1241864151.cnf            

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

MD5SUM BENCH= fc73c241ff6e8e1a49a6ff2500eb7905
RANDOM SEED=1331209957

node47.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1864224 kB
Buffers:         23324 kB
Cached:          73524 kB
SwapCached:      52208 kB
Active:          50580 kB
Inactive:       100332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864224 kB
SwapTotal:     4192956 kB
SwapFree:      4135452 kB
Dirty:            8860 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            26744 kB
Committed_AS:   770148 kB
PageTables:       1448 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= 66188 MiB
End job on node47 at 2009-05-09 13:39:13