Trace number 308063

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, and are wall clock time (not CPU 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
SATzilla CRAFTED? (exit code) 1199.53 1199.99

General information on the benchmark

Namerandom/2+p/p0.7/v3500/
unif2p-p0.7-v3500-c9345-S2078602069-04-UNSAT.cnf
MD5SUM410d091a694560f8677ebd7e24f26af7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark761.144
Satisfiable
(Un)Satisfiability was proved
Number of variables3496
Number of clauses9344
Sum of the clauses size25229
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22803
Number of clauses of size 36541
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.52/10.63	c run March_dl for 5 seconds ... 
10.52/10.63	c Bin: Executing march_dl
10.52/10.63	c child exit by a signal
10.52/10.63	c march_dl returned code 137.
10.52/10.63	c run saps (UBCSAT implementation) for 2 seconds ... 
10.52/10.63	c Bin: Executing ubcsat2006
10.52/10.63	c child exited successfully
10.52/10.63	c ubcsat2006 returned code 0.
10.52/10.63	c satzilla computing base features
10.52/10.63	c satzilla doing unit-prop probe
10.52/10.63	c satzilla doing local search probe
10.52/10.63	c satzilla doing lobjois search-space size estimate
10.52/10.63	c satzilla's ranking:
10.52/10.63	c 1) minisat20: 0.939340
10.52/10.63	c 2) march_dl: 1.360079
10.52/10.63	c 3) minisat20+P: 1.560151
10.52/10.63	c 4) vallst+P: 2.401306
10.52/10.63	c 5) march_dl+P: 3.152724
10.52/10.63	c 6) zchaff_rand+P: 3.166942
10.52/10.63	c 7) kcnfs+P: 999.000000
10.52/10.63	c 8) kcnfs: 999.000000
10.52/10.63	c 9) vallst: 999.000000
10.52/10.63	c 10) zchaff_rand: 999.000000
10.52/10.63	c satzilla running minisat20 ... 
10.52/10.63	This is MiniSat 2.0 beta
10.52/10.63	WARNING: for repeatability, setting FPU to use double precision
10.52/10.63	============================[ Problem Statistics ]=============================
10.52/10.63	|                                                                             |
10.52/10.63	|  Number of variables:  3500                                                 |
10.52/10.63	|  Number of clauses:    9344                                                 |
10.52/10.63	|  Parsing time:         0.01         s                                       |
10.52/10.63	============================[ Search Statistics ]==============================
10.52/10.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.52/10.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.52/10.63	===============================================================================
10.52/10.63	|         0 |    3500     9344    25229 |     3114        0    nan |  0.000 % |
10.52/10.64	|       100 |    3500     9344    25229 |     3426      100     22 |  0.000 % |
10.52/10.66	|       250 |    3499     9337    25210 |     3768      249     22 |  0.029 % |
10.59/10.68	|       475 |    3499     9337    25210 |     4145      474     24 |  0.029 % |
10.59/10.72	|       812 |    3499     9337    25210 |     4560      811     25 |  0.029 % |
10.59/10.78	|      1318 |    3499     9337    25210 |     5016     1317     26 |  0.029 % |
10.59/10.87	|      2078 |    3499     9337    25210 |     5517     2077     27 |  0.029 % |
10.59/11.03	|      3219 |    3499     9337    25210 |     6069     3218     29 |  0.029 % |
11.23/11.28	|      4928 |    3499     9337    25210 |     6676     4927     28 |  0.029 % |
11.63/11.73	|      7490 |    3499     9337    25210 |     7344     4002     29 |  0.029 % |
12.35/12.45	|     11334 |    3499     9337    25210 |     8078     4060     30 |  0.029 % |
13.38/13.49	|     17100 |    3499     9337    25210 |     8886     5673     30 |  0.029 % |
15.01/15.11	|     25749 |    3499     9337    25210 |     9775     5073     33 |  0.029 % |
17.78/17.93	|     38724 |    3499     9337    25210 |    10752     7903     29 |  0.029 % |
21.98/22.10	|     58185 |    3499     9337    25210 |    11827    10889     27 |  0.029 % |
28.95/29.07	|     87379 |    3499     9337    25210 |    13010     9727     27 |  0.029 % |
39.51/39.62	|    131169 |    3499     9337    25210 |    14311     6947     31 |  0.029 % |
56.72/56.82	|    196854 |    3499     9337    25210 |    15742    14157     31 |  0.029 % |
85.62/85.72	|    295381 |    3499     9337    25210 |    17317     8550     27 |  0.029 % |
127.94/128.10	|    443171 |    3499     9337    25210 |    19049    15260     28 |  0.029 % |
200.91/201.09	|    664854 |    3499     9337    25210 |    20953    14342     30 |  0.029 % |
310.26/310.50	|    997379 |    3499     9337    25210 |    23049    17568     33 |  0.029 % |
482.41/482.70	|   1496167 |    3499     9337    25210 |    25354    15914     26 |  0.029 % |
760.43/760.81	|   2244351 |    3499     9337    25210 |    27889    19800     31 |  0.029 % |
1199.33/1199.89	c Bin: Executing minisat20
1199.33/1199.89	c child exit by a signal
1199.33/1199.89	c minisat20 returned code 137.
1199.33/1199.89	c minisat20 returned code 137.
1199.33/1199.89	c satzilla running march_dl ... 
1199.33/1199.89	c Bin: Executing march_dl
1199.33/1199.89	c march_dl returned code 1.
1199.33/1199.89	c march_dl returned code 1.
1199.33/1199.89	c satzilla running minisat20 with preprocessing ... 
1199.45/1199.98	c Preprocessing...
1199.45/1199.98	c Inital problem has 3500 variables, 6541 nary clauses (2803 binary clauses).
1199.45/1199.98	c Num non-binary clauses 6541, Average non-binary clause length 3.000
1199.45/1199.98	c Preprocessor runtime was 0.070 seconds.
1199.45/1199.98	c 
1199.45/1199.98	c Satisfiability of theory still undetermined.
1199.45/1199.98	c See file /tmp/AkWtjS for simplified theory.
1199.45/1199.98	c Bin: Executing minisat20
1199.45/1199.98	c minisat20 returned code 1.
1199.45/1199.98	c minisat20 returned code 1.
1199.45/1199.98	c satzilla running vallst with preprocessing ... 
1199.45/1199.98	c Bin: Executing vallst
1199.45/1199.98	c vallst returned code 1.
1199.45/1199.98	c vallst returned code 1.
1199.45/1199.98	c satzilla running march_dl with preprocessing ... 
1199.45/1199.98	c Bin: Executing march_dl
1199.45/1199.98	c march_dl returned code 1.
1199.45/1199.98	c march_dl returned code 1.
1199.45/1199.98	c satzilla running zchaff_rand with preprocessing ... 
1199.45/1199.98	c Bin: Executing zchaff_rand
1199.45/1199.98	c zchaff_rand returned code 1.
1199.45/1199.98	c zchaff_rand returned code 1.
1199.45/1199.98	c satzilla running kcnfs with preprocessing ... 
1199.45/1199.98	c Bin: Executing kcnfs
1199.45/1199.98	c kcnfs returned code 1.
1199.45/1199.98	c kcnfs returned code 1.
1199.45/1199.98	c satzilla running kcnfs ... 
1199.45/1199.98	c Bin: Executing kcnfs
1199.45/1199.98	c kcnfs returned code 1.
1199.45/1199.98	c kcnfs returned code 1.
1199.45/1199.98	c satzilla running vallst ... 
1199.45/1199.98	c Bin: Executing vallst
1199.45/1199.98	c vallst returned code 1.
1199.45/1199.98	c vallst returned code 1.
1199.45/1199.98	c satzilla running zchaff_rand ... 
1199.45/1199.99	c Bin: Executing zchaff_rand
1199.45/1199.99	c zchaff_rand returned code 1.
1199.45/1199.99	c zchaff_rand returned code 1.
1199.45/1199.99	c ERROR: All Failed! 
1199.45/1199.99	c SATZILLA_TIME=1199.690000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-308063-1172514481 -o ROOT/results/node9/solver-308063-1172514481 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308063-1172514481/SATzilla2007_C /tmp/evaluation/308063-1172514481/instance-308063-1172514481.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 0.98 0.95 3/77 14510
/proc/meminfo: memFree=1579816/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=1440 CPUtime=0
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 271402770 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 360 110 95 260 0 84 0
[pid=14511] ppid=14510 vsize=912 CPUtime=0
/proc/14511/stat : 14511 (march_dl) R 14510 14510 14435 0 -1 4194304 138 0 0 0 0 0 0 0 20 0 1 0 271402770 933888 133 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134637053 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14511/statm: 228 133 50 118 0 107 0

[startup+0.106604 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 14510
/proc/meminfo: memFree=1579816/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=1440 CPUtime=0
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 271402770 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 360 110 95 260 0 84 0
[pid=14511] ppid=14510 vsize=2792 CPUtime=0.09
/proc/14511/stat : 14511 (march_dl) R 14510 14510 14435 0 -1 4194304 1890 0 0 0 9 0 0 0 20 0 1 0 271402770 2859008 577 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14511/statm: 698 580 63 118 0 577 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4232

[startup+0.514682 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 14510
/proc/meminfo: memFree=1579816/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=1440 CPUtime=0
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 271402770 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 360 110 95 260 0 84 0
[pid=14511] ppid=14510 vsize=4224 CPUtime=0.5
/proc/14511/stat : 14511 (march_dl) R 14510 14510 14435 0 -1 4194304 2467 0 0 0 50 0 0 0 23 0 1 0 271402770 4325376 914 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514331 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14511/statm: 1056 914 75 118 0 935 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5664

[startup+1.33584 s]
/proc/loadavg: 0.93 0.98 0.95 2/79 14512
/proc/meminfo: memFree=1576280/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=1440 CPUtime=0
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 271402770 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 360 110 95 260 0 84 0
[pid=14511] ppid=14510 vsize=4224 CPUtime=1.32
/proc/14511/stat : 14511 (march_dl) R 14510 14510 14435 0 -1 4194304 2496 0 0 0 132 0 0 0 25 0 1 0 271402770 4325376 943 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551114 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14511/statm: 1056 943 75 118 0 935 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5664

[startup+2.97916 s]
/proc/loadavg: 0.93 0.98 0.95 2/79 14512
/proc/meminfo: memFree=1575768/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=1440 CPUtime=0
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 271402770 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 360 110 95 260 0 84 0
[pid=14511] ppid=14510 vsize=4488 CPUtime=2.96
/proc/14511/stat : 14511 (march_dl) R 14510 14510 14435 0 -1 4194304 2545 0 0 0 296 0 0 0 25 0 1 0 271402770 4595712 992 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14511/statm: 1122 992 75 118 0 1001 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5928

[startup+6.25579 s]
/proc/loadavg: 0.93 0.98 0.95 2/79 14513
/proc/meminfo: memFree=1578536/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=1440 CPUtime=4.99
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 135 2580 0 0 0 0 499 0 16 0 1 0 271402770 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 360 111 96 260 0 84 0
[pid=14513] ppid=14510 vsize=6188 CPUtime=1.23
/proc/14513/stat : 14513 (ubcsat2006) R 14510 14510 14435 0 -1 4194304 397 0 0 0 110 13 0 0 25 0 1 0 271403270 6336512 380 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14513/statm: 1547 380 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7628

[startup+12.716 s]
/proc/loadavg: 0.94 0.98 0.95 2/79 14514
/proc/meminfo: memFree=1576552/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=3604 CPUtime=2.07
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 592 0 0 0 207 0 0 0 25 0 1 0 271403833 3690496 586 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 901 586 58 118 0 779 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 5848

[startup+25.5275 s]
/proc/loadavg: 0.95 0.98 0.95 2/79 14514
/proc/meminfo: memFree=1575400/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=4928 CPUtime=14.87
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 932 0 0 0 1487 0 0 0 25 0 1 0 271403833 5046272 926 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527386 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 1232 926 58 118 0 1110 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 7172

[startup+51.1564 s]
/proc/loadavg: 0.97 0.98 0.95 2/79 14514
/proc/meminfo: memFree=1574312/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=5860 CPUtime=40.5
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 1150 0 0 0 4049 1 0 0 25 0 1 0 271403833 6000640 1144 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 1465 1144 58 118 0 1343 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8104

[startup+102.411 s]
/proc/loadavg: 0.98 0.98 0.95 2/79 14514
/proc/meminfo: memFree=1572968/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=7060 CPUtime=91.73
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 1477 0 0 0 9172 1 0 0 25 0 1 0 271403833 7229440 1471 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 1765 1471 58 118 0 1643 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 9304

[startup+162.491 s]
/proc/loadavg: 1.07 1.00 0.95 3/79 14514
/proc/meminfo: memFree=1571688/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=8360 CPUtime=151.79
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 1784 0 0 0 15177 2 0 0 25 0 1 0 271403833 8560640 1778 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 2090 1778 58 118 0 1968 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 10604

[startup+222.568 s]
/proc/loadavg: 1.08 1.01 0.96 3/79 14514
/proc/meminfo: memFree=1571176/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=8892 CPUtime=211.84
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 1905 0 0 0 21181 3 0 0 25 0 1 0 271403833 9105408 1899 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 2223 1899 58 118 0 2101 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 11136

[startup+282.639 s]
/proc/loadavg: 1.03 1.01 0.96 2/79 14514
/proc/meminfo: memFree=1570728/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=9296 CPUtime=271.89
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 2020 0 0 0 27186 3 0 0 25 0 1 0 271403833 9519104 2014 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 2324 2014 58 118 0 2202 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 11540

[startup+342.708 s]
/proc/loadavg: 1.01 1.00 0.96 2/79 14514
/proc/meminfo: memFree=1570152/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=9836 CPUtime=331.94
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 2162 0 0 0 33190 4 0 0 25 0 1 0 271403833 10072064 2156 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 2459 2156 58 118 0 2337 0
Current children cumulated CPU time (s) 342.53
Current children cumulated vsize (KiB) 12080

[startup+402.782 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 14514
/proc/meminfo: memFree=1570088/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=9984 CPUtime=391.99
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 2193 0 0 0 39195 4 0 0 25 0 1 0 271403833 10223616 2187 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527889 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 2496 2187 58 118 0 2374 0
Current children cumulated CPU time (s) 402.58
Current children cumulated vsize (KiB) 12228

[startup+462.854 s]
/proc/loadavg: 1.04 1.01 0.96 2/79 14514
/proc/meminfo: memFree=1569768/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=10252 CPUtime=452.04
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 2257 0 0 0 45199 5 0 0 25 0 1 0 271403833 10498048 2251 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535728 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 2563 2251 58 118 0 2441 0
Current children cumulated CPU time (s) 462.63

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

/proc/14514/statm: 3301 2977 58 118 0 3179 0
Current children cumulated CPU time (s) 762.89
Current children cumulated vsize (KiB) 15448

[startup+823.301 s]
/proc/loadavg: 1.02 1.02 0.97 2/79 14514
/proc/meminfo: memFree=1566760/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13368 CPUtime=812.35
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3013 0 0 0 81227 8 0 0 25 0 1 0 271403833 13688832 3007 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525886 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3342 3007 58 118 0 3220 0
Current children cumulated CPU time (s) 822.94
Current children cumulated vsize (KiB) 15612

[startup+883.372 s]
/proc/loadavg: 1.00 1.01 0.97 2/79 14516
/proc/meminfo: memFree=1566696/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13368 CPUtime=872.4
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3013 0 0 0 87231 9 0 0 25 0 1 0 271403833 13688832 3007 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3342 3007 58 118 0 3220 0
Current children cumulated CPU time (s) 882.99
Current children cumulated vsize (KiB) 15612

[startup+943.442 s]
/proc/loadavg: 1.00 1.01 0.97 3/79 14516
/proc/meminfo: memFree=1566568/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13500 CPUtime=932.45
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3060 0 0 0 93236 9 0 0 25 0 1 0 271403833 13824000 3054 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3375 3054 58 118 0 3253 0
Current children cumulated CPU time (s) 943.04
Current children cumulated vsize (KiB) 15744

[startup+1003.51 s]
/proc/loadavg: 1.04 1.02 0.98 2/79 14516
/proc/meminfo: memFree=1566568/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13500 CPUtime=992.5
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3062 0 0 0 99240 10 0 0 25 0 1 0 271403833 13824000 3056 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3375 3056 58 118 0 3253 0
Current children cumulated CPU time (s) 1003.09
Current children cumulated vsize (KiB) 15744

[startup+1063.58 s]
/proc/loadavg: 1.01 1.01 0.98 2/79 14516
/proc/meminfo: memFree=1566568/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13500 CPUtime=1052.54
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3062 0 0 0 105244 10 0 0 25 0 1 0 271403833 13824000 3056 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3375 3056 58 118 0 3253 0
Current children cumulated CPU time (s) 1063.13
Current children cumulated vsize (KiB) 15744

[startup+1123.66 s]
/proc/loadavg: 1.00 1.01 0.98 2/79 14516
/proc/meminfo: memFree=1566504/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13636 CPUtime=1112.6
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3072 0 0 0 111249 11 0 0 25 0 1 0 271403833 13963264 3066 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3409 3066 58 118 0 3287 0
Current children cumulated CPU time (s) 1123.19
Current children cumulated vsize (KiB) 15880

[startup+1183.73 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 14516
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13636 CPUtime=1172.65
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3102 0 0 0 117254 11 0 0 25 0 1 0 271403833 13963264 3096 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3409 3096 58 118 0 3287 0
Current children cumulated CPU time (s) 1183.24
Current children cumulated vsize (KiB) 15880

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

[startup+1187.53 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 14516
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13784 CPUtime=1176.44
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3107 0 0 0 117633 11 0 0 25 0 1 0 271403833 14114816 3101 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3446 3101 58 118 0 3324 0
Current children cumulated CPU time (s) 1187.03
Current children cumulated vsize (KiB) 16028

[startup+1194.08 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 14516
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13784 CPUtime=1182.99
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3107 0 0 0 118288 11 0 0 25 0 1 0 271403833 14114816 3101 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519691 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3446 3101 58 118 0 3324 0
Current children cumulated CPU time (s) 1193.58
Current children cumulated vsize (KiB) 16028

[startup+1197.37 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 14516
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13784 CPUtime=1186.28
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3107 0 0 0 118617 11 0 0 25 0 1 0 271403833 14114816 3101 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3446 3101 58 118 0 3324 0
Current children cumulated CPU time (s) 1196.87
Current children cumulated vsize (KiB) 16028

[startup+1199.01 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 14516
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13784 CPUtime=1187.92
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3107 0 0 0 118781 11 0 0 25 0 1 0 271403833 14114816 3101 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3446 3101 58 118 0 3324 0
Current children cumulated CPU time (s) 1198.51
Current children cumulated vsize (KiB) 16028

[startup+1199.41 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 14516
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13784 CPUtime=1188.32
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3107 0 0 0 118821 11 0 0 25 0 1 0 271403833 14114816 3101 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3446 3101 58 118 0 3324 0
Current children cumulated CPU time (s) 1198.91
Current children cumulated vsize (KiB) 16028

[startup+1199.82 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 14516
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=2244 CPUtime=10.59
/proc/14510/stat : 14510 (SATzilla2007_C) S 14508 14510 14435 0 -1 4194304 1048 2983 0 0 330 8 700 21 25 0 1 0 271402770 2297856 385 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14510/statm: 561 385 157 260 0 285 0
[pid=14514] ppid=14510 vsize=13784 CPUtime=1188.74
/proc/14514/stat : 14514 (minisat20) R 14510 14510 14435 0 -1 4194304 3107 0 0 0 118863 11 0 0 25 0 1 0 271403833 14114816 3101 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14514/statm: 3446 3101 58 118 0 3324 0
Current children cumulated CPU time (s) 1199.33
Current children cumulated vsize (KiB) 16028

[startup+1199.93 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 14516
/proc/meminfo: memFree=1566376/2055920 swapFree=4192812/4192956
[pid=14510] ppid=14508 vsize=5864 CPUtime=1199.45
/proc/14510/stat : 14510 (SATzilla2007_C) R 14508 14510 14435 0 -1 4194304 1572 6090 0 0 332 9 119571 33 18 0 1 0 271402770 6004736 824 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/14510/statm: 1466 824 163 260 0 1190 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 5864

Child status: 17
Real time (s): 1199.99
CPU time (s): 1199.53
CPU user time (s): 1199.08
CPU system time (s): 0.448931
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 16028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.08
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7777
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= 27
involuntary context switches= 1808

runsolver used 1.06184 second user time and 3.20551 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Feb 26 18:28:01 UTC 2007

IDJOB= 308063
IDBENCH= 20221
IDSOLVER= 135
FILE ID= node9/308063-1172514481

PBS_JOBID= 3971612

Free space on /tmp= 66552 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v3500/unif2p-p0.7-v3500-c9345-S2078602069-04-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/308063-1172514481/SATzilla2007_C /tmp/evaluation/308063-1172514481/instance-308063-1172514481.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-308063-1172514481 -o ROOT/results/node9/solver-308063-1172514481 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308063-1172514481/SATzilla2007_C /tmp/evaluation/308063-1172514481/instance-308063-1172514481.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  410d091a694560f8677ebd7e24f26af7

RANDOM SEED= 712210820

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.263
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.263
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:       1580352 kB
Buffers:         50700 kB
Cached:         301064 kB
SwapCached:          0 kB
Active:         240580 kB
Inactive:       165304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8692 kB
Writeback:           0 kB
Mapped:          73016 kB
Slab:            55316 kB
Committed_AS:  1190252 kB
PageTables:       1688 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= 66552 MiB

End job on node9 on Mon Feb 26 18:48:02 UTC 2007