Trace number 303594

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) 1198.88 1199.23

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S478782385-06.cnf
MD5SUM7654f0e6b6656b6051959d39f88c3399
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 517000

Solver Data (download as text)

10.83/10.96	c run March_dl for 5 seconds ... 
10.83/10.96	c Bin: Executing march_dl
10.83/10.96	c child exit by a signal
10.83/10.96	c march_dl returned code 137.
10.83/10.96	c run saps (UBCSAT implementation) for 2 seconds ... 
10.83/10.96	c Bin: Executing ubcsat2006
10.83/10.96	c child exited successfully
10.83/10.96	c ubcsat2006 returned code 0.
10.83/10.96	c satzilla computing base features
10.83/10.96	c satzilla doing unit-prop probe
10.83/10.96	c satzilla doing local search probe
10.83/10.96	c satzilla doing lobjois search-space size estimate
10.83/10.96	c satzilla's ranking:
10.83/10.96	c 1) minisat20+P: 0.992467
10.83/10.96	c 2) minisat20: 1.248838
10.83/10.96	c 3) march_dl: 1.703582
10.83/10.96	c 4) march_dl+P: 2.630242
10.83/10.96	c 5) vallst+P: 4.873682
10.83/10.96	c 6) zchaff_rand+P: 6.176530
10.83/10.96	c 7) kcnfs+P: 999.000000
10.83/10.96	c 8) kcnfs: 999.000000
10.83/10.96	c 9) vallst: 999.000000
10.83/10.96	c 10) zchaff_rand: 999.000000
10.83/10.96	c satzilla running minisat20 with preprocessing ... 
10.94/11.06	This is MiniSat 2.0 beta
10.94/11.06	WARNING: for repeatability, setting FPU to use double precision
10.94/11.06	============================[ Problem Statistics ]=============================
10.94/11.06	|                                                                             |
10.94/11.06	|  Number of variables:  200                                                  |
10.94/11.06	|  Number of clauses:    17000                                                |
11.03/11.08	|  Parsing time:         0.02         s                                       |
11.03/11.08	============================[ Search Statistics ]==============================
11.03/11.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.03/11.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.03/11.08	===============================================================================
11.03/11.08	|         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
11.03/11.09	|       102 |     200    17000   119000 |     6233      102     59 |  0.003 % |
11.03/11.10	|       252 |     200    17000   119000 |     6856      252     59 |  0.003 % |
11.03/11.12	|       477 |     200    17000   119000 |     7542      477     57 |  0.003 % |
11.03/11.15	|       816 |     200    17000   119000 |     8296      816     57 |  0.003 % |
11.03/11.19	|      1323 |     200    17000   119000 |     9126     1323     57 |  0.003 % |
11.03/11.26	|      2082 |     200    17000   119000 |    10038     2082     57 |  0.003 % |
11.24/11.37	|      3222 |     200    17000   119000 |    11042     3222     56 |  0.003 % |
11.44/11.55	|      4932 |     200    17000   119000 |    12147     4932     57 |  0.003 % |
11.74/11.84	|      7495 |     200    17000   119000 |    13361     7495     57 |  0.003 % |
12.26/12.38	|     11339 |     200    17000   119000 |    14697    11339     58 |  0.003 % |
13.29/13.43	|     17105 |     200    17000   119000 |    16167     9710     57 |  0.003 % |
14.93/15.06	|     25754 |     200    17000   119000 |    17784    10234     59 |  0.003 % |
17.60/17.69	|     38729 |     200    17000   119000 |    19562    14266     58 |  0.003 % |
21.91/21.98	|     58191 |     200    17000   119000 |    21519    14079     58 |  0.003 % |
29.69/29.74	|     87383 |     200    17000   119000 |    23671    10855     57 |  0.003 % |
41.68/41.78	|    131172 |     200    17000   119000 |    26038    18207     58 |  0.003 % |
60.53/60.67	|    196856 |     200    17000   119000 |    28641    12950     57 |  0.003 % |
90.15/90.31	|    295382 |     200    17000   119000 |    31506    12722     56 |  0.003 % |
138.21/138.36	|    443172 |     200    17000   119000 |    34656    26944     58 |  0.003 % |
216.81/216.99	|    664856 |     200    17000   119000 |    38122    28132     59 |  0.003 % |
344.51/344.68	|    997381 |     200    17000   119000 |    41934    31174     59 |  0.003 % |
545.58/545.83	|   1496171 |     200    17000   119000 |    46128    39617     59 |  0.003 % |
862.36/862.64	|   2244354 |     200    17000   119000 |    50741    37692     60 |  0.003 % |
1198.81/1199.22	c Preprocessing...
1198.81/1199.22	c Inital problem has 200 variables, 17000 nary clauses (0 binary clauses).
1198.81/1199.22	c Num non-binary clauses 17000, Average non-binary clause length 7.000
1198.81/1199.22	c Theory has no gaps
1198.81/1199.22	c Preprocessor runtime was 0.050 seconds.
1198.81/1199.22	c 
1198.81/1199.22	c Satisfiability of theory still undetermined.
1198.81/1199.22	c See file /tmp/SckKLN for simplified theory.
1198.81/1199.22	c Bin: Executing minisat20
1198.81/1199.22	c child exit by a signal
1198.81/1199.22	c minisat20 returned code 137.
1198.81/1199.22	c minisat20 returned code 137.
1198.81/1199.22	c satzilla running minisat20 ... 
1198.81/1199.22	c Bin: Executing minisat20
1198.81/1199.22	c minisat20 returned code 1.
1198.81/1199.22	c minisat20 returned code 1.
1198.81/1199.22	c satzilla running march_dl ... 
1198.81/1199.22	c Bin: Executing march_dl
1198.81/1199.22	c march_dl returned code 1.
1198.81/1199.22	c march_dl returned code 1.
1198.81/1199.22	c satzilla running march_dl with preprocessing ... 
1198.81/1199.22	c Bin: Executing march_dl
1198.81/1199.22	c march_dl returned code 1.
1198.81/1199.22	c march_dl returned code 1.
1198.81/1199.22	c satzilla running vallst with preprocessing ... 
1198.81/1199.22	c Bin: Executing vallst
1198.81/1199.22	c vallst returned code 1.
1198.81/1199.22	c vallst returned code 1.
1198.81/1199.22	c satzilla running zchaff_rand with preprocessing ... 
1198.81/1199.22	c Bin: Executing zchaff_rand
1198.81/1199.22	c zchaff_rand returned code 1.
1198.81/1199.22	c zchaff_rand returned code 1.
1198.81/1199.22	c satzilla running kcnfs with preprocessing ... 
1198.81/1199.22	c Bin: Executing kcnfs
1198.81/1199.22	c kcnfs returned code 1.
1198.81/1199.22	c kcnfs returned code 1.
1198.81/1199.22	c satzilla running kcnfs ... 
1198.81/1199.22	c Bin: Executing kcnfs
1198.81/1199.22	c kcnfs returned code 1.
1198.81/1199.22	c kcnfs returned code 1.
1198.81/1199.22	c satzilla running vallst ... 
1198.81/1199.22	c Bin: Executing vallst
1198.81/1199.22	c vallst returned code 1.
1198.81/1199.22	c vallst returned code 1.
1198.81/1199.22	c satzilla running zchaff_rand ... 
1198.81/1199.22	c Bin: Executing zchaff_rand
1198.81/1199.22	c zchaff_rand returned code 1.
1198.81/1199.22	c zchaff_rand returned code 1.
1198.81/1199.22	c ERROR: All Failed! 
1198.81/1199.22	c SATZILLA_TIME=1199.040000

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/node13/watcher-303594-1172039120 -o ROOT/results/node13/solver-303594-1172039120 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303594-1172039120/SATzilla2007_C /tmp/evaluation/303594-1172039120/instance-303594-1172039120.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: 1.00 1.00 1.00 3/77 12589
/proc/meminfo: memFree=1462984/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=1440 CPUtime=0
/proc/12589/stat : 12589 (SATzilla2007_C) R 12587 12589 12468 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 223866490 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/12589/statm: 360 110 95 260 0 84 0
[pid=12590] ppid=12589 vsize=768 CPUtime=0
/proc/12590/stat : 12590 (march_dl) R 12589 12589 12468 0 -1 4194304 95 0 0 0 0 0 0 0 18 0 1 0 223866490 786432 90 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134778337 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12590/statm: 192 90 50 118 0 71 0

[startup+0.107297 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12589
/proc/meminfo: memFree=1462984/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=1440 CPUtime=0
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223866490 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12589/statm: 360 110 95 260 0 84 0
[pid=12590] ppid=12589 vsize=1916 CPUtime=0.09
/proc/12590/stat : 12590 (march_dl) R 12589 12589 12468 0 -1 4194304 1881 0 0 0 9 0 0 0 19 0 1 0 223866490 1961984 359 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12590/statm: 479 359 61 118 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3356

[startup+0.515351 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12589
/proc/meminfo: memFree=1462984/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=1440 CPUtime=0
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223866490 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12589/statm: 360 110 95 260 0 84 0
[pid=12590] ppid=12589 vsize=5012 CPUtime=0.5
/proc/12590/stat : 12590 (march_dl) R 12589 12589 12468 0 -1 4194304 3283 0 0 0 49 1 0 0 23 0 1 0 223866490 5132288 724 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12590/statm: 1253 724 67 118 0 1132 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6452

[startup+1.33546 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12591
/proc/meminfo: memFree=1460152/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=1440 CPUtime=0
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223866490 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12589/statm: 360 110 95 260 0 84 0
[pid=12590] ppid=12589 vsize=5012 CPUtime=1.32
/proc/12590/stat : 12590 (march_dl) R 12589 12589 12468 0 -1 4194304 3309 0 0 0 131 1 0 0 25 0 1 0 223866490 5132288 750 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12590/statm: 1253 750 67 118 0 1132 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6452

[startup+2.97168 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12591
/proc/meminfo: memFree=1459768/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=1440 CPUtime=0
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223866490 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12589/statm: 360 110 95 260 0 84 0
[pid=12590] ppid=12589 vsize=5276 CPUtime=2.96
/proc/12590/stat : 12590 (march_dl) R 12589 12589 12468 0 -1 4194304 3371 0 0 0 295 1 0 0 25 0 1 0 223866490 5402624 812 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12590/statm: 1319 812 67 118 0 1198 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6716

[startup+6.26012 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12592
/proc/meminfo: memFree=1460920/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=1440 CPUtime=4.99
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 135 3441 0 0 0 0 497 2 16 0 1 0 223866490 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12589/statm: 360 111 96 260 0 84 0
[pid=12592] ppid=12589 vsize=6188 CPUtime=1.24
/proc/12592/stat : 12592 (ubcsat2006) R 12589 12589 12468 0 -1 4194304 586 0 0 0 121 3 0 0 25 0 1 0 223866990 6336512 569 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12592/statm: 1547 569 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12593
/proc/meminfo: memFree=1452408/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=6192 CPUtime=1.64
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 1332 0 0 0 164 0 0 0 25 0 1 0 223867596 6340608 1326 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 1548 1326 58 118 0 1426 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12648

[startup+25.5307 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12593
/proc/meminfo: memFree=1449336/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=8872 CPUtime=14.45
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 2001 0 0 0 1444 1 0 0 25 0 1 0 223867596 9084928 1995 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 2218 1995 58 118 0 2096 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15328

[startup+51.1581 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 12593
/proc/meminfo: memFree=1447416/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=10728 CPUtime=40.08
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 2478 0 0 0 4006 2 0 0 25 0 1 0 223867596 10985472 2472 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 2682 2472 58 118 0 2560 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 17184

[startup+102.414 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 12593
/proc/meminfo: memFree=1445304/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=13172 CPUtime=91.31
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 3063 0 0 0 9128 3 0 0 25 0 1 0 223867596 13488128 3057 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 3293 3057 58 118 0 3171 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 19628

[startup+162.49 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 12593
/proc/meminfo: memFree=1443512/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=14652 CPUtime=151.37
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 3438 0 0 0 15133 4 0 0 25 0 1 0 223867596 15003648 3432 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 3663 3432 58 118 0 3541 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 21108

[startup+222.561 s]
/proc/loadavg: 1.04 1.02 1.00 2/79 12593
/proc/meminfo: memFree=1442360/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=15864 CPUtime=211.43
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 3728 0 0 0 21138 5 0 0 25 0 1 0 223867596 16244736 3722 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 3966 3722 58 118 0 3844 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 22320

[startup+282.63 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 12593
/proc/meminfo: memFree=1441912/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=16416 CPUtime=271.48
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 3856 0 0 0 27143 5 0 0 25 0 1 0 223867596 16809984 3850 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 4104 3850 58 118 0 3982 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 22872

[startup+342.698 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 12593
/proc/meminfo: memFree=1441592/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=16856 CPUtime=331.53
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 3938 0 0 0 33147 6 0 0 25 0 1 0 223867596 17260544 3932 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 4214 3932 58 118 0 4092 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 23312

[startup+402.777 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12593
/proc/meminfo: memFree=1439800/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=18652 CPUtime=391.59
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 4387 0 0 0 39152 7 0 0 25 0 1 0 223867596 19099648 4381 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 4663 4381 58 118 0 4541 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 25108

[startup+462.847 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12593
/proc/meminfo: memFree=1439416/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=19160 CPUtime=451.64
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 4496 0 0 0 45157 7 0 0 25 0 1 0 223867596 19619840 4490 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 4790 4490 58 118 0 4668 0
Current children cumulated CPU time (s) 462.67

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


[startup+763.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12593
/proc/meminfo: memFree=1437048/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=21584 CPUtime=751.91
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5065 0 0 0 75181 10 0 0 25 0 1 0 223867596 22102016 5059 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 5396 5059 58 118 0 5274 0
Current children cumulated CPU time (s) 762.94
Current children cumulated vsize (KiB) 28040

[startup+823.273 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12593
/proc/meminfo: memFree=1436856/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=21772 CPUtime=811.96
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5108 0 0 0 81186 10 0 0 25 0 1 0 223867596 22294528 5102 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 5443 5102 58 118 0 5321 0
Current children cumulated CPU time (s) 822.99
Current children cumulated vsize (KiB) 28228

[startup+883.344 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12593
/proc/meminfo: memFree=1435640/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=22960 CPUtime=872.02
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5421 0 0 0 87191 11 0 0 25 0 1 0 223867596 23511040 5415 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 5740 5415 58 118 0 5618 0
Current children cumulated CPU time (s) 883.05
Current children cumulated vsize (KiB) 29416

[startup+943.414 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12593
/proc/meminfo: memFree=1435128/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=23516 CPUtime=932.07
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5544 0 0 0 93195 12 0 0 25 0 1 0 223867596 24080384 5538 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 5879 5538 58 118 0 5757 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 29972

[startup+1003.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434872/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=23792 CPUtime=992.13
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5610 0 0 0 99200 13 0 0 25 0 1 0 223867596 24363008 5604 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 5948 5604 58 118 0 5826 0
Current children cumulated CPU time (s) 1003.16
Current children cumulated vsize (KiB) 30248

[startup+1063.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434680/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=23964 CPUtime=1052.19
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5664 0 0 0 105206 13 0 0 25 0 1 0 223867596 24539136 5658 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 5991 5658 58 118 0 5869 0
Current children cumulated CPU time (s) 1063.22
Current children cumulated vsize (KiB) 30420

[startup+1123.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434616/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=23964 CPUtime=1112.25
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5667 0 0 0 111211 14 0 0 25 0 1 0 223867596 24539136 5661 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 5991 5661 58 118 0 5869 0
Current children cumulated CPU time (s) 1123.28
Current children cumulated vsize (KiB) 30420

[startup+1183.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434488/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=24128 CPUtime=1172.3
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5703 0 0 0 117215 15 0 0 25 0 1 0 223867596 24707072 5697 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528276 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 6032 5697 58 118 0 5910 0
Current children cumulated CPU time (s) 1183.33
Current children cumulated vsize (KiB) 30584

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

[startup+1187.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434488/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=24128 CPUtime=1176.11
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5703 0 0 0 117596 15 0 0 25 0 1 0 223867596 24707072 5697 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 6032 5697 58 118 0 5910 0
Current children cumulated CPU time (s) 1187.14
Current children cumulated vsize (KiB) 30584

[startup+1194.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434488/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=24128 CPUtime=1182.66
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5703 0 0 0 118251 15 0 0 25 0 1 0 223867596 24707072 5697 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 6032 5697 58 118 0 5910 0
Current children cumulated CPU time (s) 1193.69
Current children cumulated vsize (KiB) 30584

[startup+1197.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434488/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=24128 CPUtime=1185.94
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5703 0 0 0 118579 15 0 0 25 0 1 0 223867596 24707072 5697 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525805 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 6032 5697 58 118 0 5910 0
Current children cumulated CPU time (s) 1196.97
Current children cumulated vsize (KiB) 30584

[startup+1198.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434488/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=24128 CPUtime=1186.76
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5703 0 0 0 118661 15 0 0 25 0 1 0 223867596 24707072 5697 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 6032 5697 58 118 0 5910 0
Current children cumulated CPU time (s) 1197.79
Current children cumulated vsize (KiB) 30584

[startup+1198.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434488/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=24128 CPUtime=1187.58
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5703 0 0 0 118743 15 0 0 25 0 1 0 223867596 24707072 5697 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 6032 5697 58 118 0 5910 0
Current children cumulated CPU time (s) 1198.61
Current children cumulated vsize (KiB) 30584

[startup+1199.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12595
/proc/meminfo: memFree=1434488/2055920 swapFree=4192812/4192956
[pid=12589] ppid=12587 vsize=6456 CPUtime=11.03
/proc/12589/stat : 12589 (SATzilla2007_C) S 12587 12589 12468 0 -1 4194304 2544 4033 0 0 386 8 702 7 25 0 1 0 223866490 6610944 1429 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12589/statm: 1614 1429 165 260 0 1338 0
[pid=12593] ppid=12589 vsize=24128 CPUtime=1187.78
/proc/12593/stat : 12593 (minisat20) R 12589 12589 12468 0 -1 4194304 5703 0 0 0 118763 15 0 0 25 0 1 0 223867596 24707072 5697 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12593/statm: 6032 5697 58 118 0 5910 0
Current children cumulated CPU time (s) 1198.81
Current children cumulated vsize (KiB) 30584

Child status: 17
Real time (s): 1199.23
CPU time (s): 1198.88
CPU user time (s): 1198.55
CPU system time (s): 0.32495
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 30584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.55
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12293
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= 25
involuntary context switches= 1802

runsolver used 1.11183 second user time and 3.14952 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Feb 21 06:25:20 UTC 2007

IDJOB= 303594
IDBENCH= 20111
IDSOLVER= 135
FILE ID= node13/303594-1172039120

PBS_JOBID= 3849196

Free space on /tmp= 66538 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S478782385-06.cnf
COMMAND LINE= /tmp/evaluation/303594-1172039120/SATzilla2007_C /tmp/evaluation/303594-1172039120/instance-303594-1172039120.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-303594-1172039120 -o ROOT/results/node13/solver-303594-1172039120 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303594-1172039120/SATzilla2007_C /tmp/evaluation/303594-1172039120/instance-303594-1172039120.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  7654f0e6b6656b6051959d39f88c3399

RANDOM SEED= 371546931

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1463456 kB
Buffers:         52932 kB
Cached:         405388 kB
SwapCached:          0 kB
Active:         179076 kB
Inactive:       333544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8868 kB
Writeback:           0 kB
Mapped:          73180 kB
Slab:            65416 kB
Committed_AS:   985560 kB
PageTables:       1744 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= 66538 MiB

End job on node13 on Wed Feb 21 06:45:20 UTC 2007