Trace number 337169

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.45 1199.78

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.47/10.59	c run March_dl for 5 seconds ... 
10.47/10.59	c Bin: Executing march_dl
10.47/10.59	c child exit by a signal
10.47/10.59	c march_dl returned code 137.
10.47/10.59	c run saps (UBCSAT implementation) for 2 seconds ... 
10.47/10.59	c Bin: Executing ubcsat2006
10.47/10.59	c child exited successfully
10.47/10.59	c ubcsat2006 returned code 0.
10.47/10.59	c satzilla computing base features
10.47/10.59	c satzilla doing unit-prop probe
10.47/10.59	c satzilla doing local search probe
10.47/10.59	c satzilla doing lobjois search-space size estimate
10.47/10.59	c satzilla's ranking:
10.47/10.59	c 1) minisat20+P: 1.667375
10.47/10.59	c 2) minisat20: 2.246978
10.47/10.59	c 3) zchaff_rand+P: 2.851003
10.47/10.59	c 4) march_dl+P: 3.339491
10.47/10.59	c 5) vallst+P: 3.405548
10.47/10.59	c 6) march_dl: 4.247052
10.47/10.59	c 7) kcnfs+P: 999.000000
10.47/10.59	c 8) kcnfs: 999.000000
10.47/10.59	c 9) vallst: 999.000000
10.47/10.59	c 10) zchaff_rand: 999.000000
10.47/10.59	c satzilla running minisat20 with preprocessing ... 
10.57/10.63	This is MiniSat 2.0 beta
10.57/10.63	WARNING: for repeatability, setting FPU to use double precision
10.57/10.63	============================[ Problem Statistics ]=============================
10.57/10.63	|                                                                             |
10.57/10.63	|  Number of variables:  363                                                  |
10.57/10.63	|  Number of clauses:    9559                                                 |
10.57/10.63	|  Parsing time:         0.00         s                                       |
10.57/10.63	============================[ Search Statistics ]==============================
10.57/10.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.63	===============================================================================
10.57/10.63	|         0 |     363     9559    37389 |     3186        0    nan |  0.000 % |
10.57/10.64	|       100 |     363     9559    37389 |     3504      100     29 |  0.002 % |
10.57/10.64	|       251 |     363     9559    37389 |     3855      251     28 |  0.002 % |
10.57/10.65	|       477 |     363     9559    37389 |     4241      477     26 |  0.002 % |
10.57/10.66	|       814 |     363     9559    37389 |     4665      814     26 |  0.002 % |
10.57/10.67	|      1321 |     363     9559    37389 |     5131     1321     27 |  0.002 % |
10.57/10.69	|      2080 |     363     9559    37389 |     5644     2080     26 |  0.002 % |
10.59/10.74	|      3221 |     363     9559    37389 |     6209     3221     27 |  0.002 % |
10.59/10.81	|      4932 |     363     9559    37389 |     6830     4932     28 |  0.002 % |
10.85/10.94	|      7494 |     363     9559    37389 |     7513     4006     28 |  0.002 % |
11.05/11.16	|     11338 |     363     9559    37389 |     8264     4015     30 |  0.002 % |
11.35/11.46	|     17106 |     363     9559    37389 |     9090     5580     29 |  0.001 % |
11.95/12.01	|     25756 |     363     9559    37389 |    10000     5002     30 |  0.002 % |
12.85/12.98	|     38730 |     363     9559    37389 |    11000     7821     33 |  0.002 % |
14.34/14.44	|     58193 |     363     9559    37389 |    12100    10573     31 |  0.002 % |
16.74/16.82	|     87387 |     363     9559    37389 |    13310     9156     32 |  0.002 % |
20.45/20.56	|    131177 |     363     9559    37389 |    14641    12592     30 |  0.002 % |
26.15/26.28	|    196862 |     363     9559    37389 |    16105    11765     31 |  0.002 % |
35.14/35.27	|    295388 |     363     9559    37389 |    17715    12728     33 |  0.001 % |
53.34/53.45	|    443179 |     363     9559    37389 |    19487    17671     34 |  0.002 % |
80.93/81.06	|    664862 |     363     9559    37389 |    21436    13583     34 |  0.002 % |
133.71/133.87	|    997387 |     363     9559    37389 |    23579    11607     33 |  0.002 % |
205.30/205.43	|   1496175 |     363     9559    37389 |    25937    12218     36 |  0.002 % |
312.57/312.76	|   2244357 |     363     9559    37389 |    28531    14510     31 |  0.001 % |
534.10/534.35	|   3366631 |     363     9559    37389 |    31384    21089     36 |  0.002 % |
891.61/891.98	|   5050043 |     363     9559    37389 |    34522    29784     33 |  0.002 % |
1199.33/1199.77	c Preprocessing...
1199.33/1199.77	c Inital problem has 363 variables, 9196 nary clauses (363 binary clauses).
1199.33/1199.77	c Num non-binary clauses 9196, Average non-binary clause length 3.987
1199.33/1199.77	c Theory has no gaps
1199.33/1199.77	c Preprocessor runtime was 0.040 seconds.
1199.33/1199.77	c 
1199.33/1199.77	c Satisfiability of theory still undetermined.
1199.33/1199.77	c See file /tmp/RIoSMr for simplified theory.
1199.33/1199.77	c Bin: Executing minisat20
1199.33/1199.77	c child exit by a signal
1199.33/1199.77	c minisat20 returned code 137.
1199.33/1199.77	c minisat20 returned code 137.
1199.33/1199.77	c satzilla running minisat20 ... 
1199.33/1199.77	c Bin: Executing minisat20
1199.33/1199.77	c minisat20 returned code 1.
1199.33/1199.77	c minisat20 returned code 1.
1199.33/1199.77	c satzilla running zchaff_rand with preprocessing ... 
1199.33/1199.77	c Bin: Executing zchaff_rand
1199.33/1199.77	c zchaff_rand returned code 1.
1199.33/1199.77	c zchaff_rand returned code 1.
1199.33/1199.77	c satzilla running march_dl with preprocessing ... 
1199.33/1199.77	c Bin: Executing march_dl
1199.33/1199.77	c march_dl returned code 1.
1199.33/1199.77	c march_dl returned code 1.
1199.33/1199.77	c satzilla running vallst with preprocessing ... 
1199.33/1199.77	c Bin: Executing vallst
1199.33/1199.77	c vallst returned code 1.
1199.33/1199.77	c vallst returned code 1.
1199.33/1199.77	c satzilla running march_dl ... 
1199.33/1199.77	c Bin: Executing march_dl
1199.33/1199.77	c march_dl returned code 1.
1199.33/1199.77	c march_dl returned code 1.
1199.33/1199.77	c satzilla running kcnfs with preprocessing ... 
1199.33/1199.77	c Bin: Executing kcnfs
1199.33/1199.77	c kcnfs returned code 1.
1199.33/1199.77	c kcnfs returned code 1.
1199.33/1199.77	c satzilla running kcnfs ... 
1199.33/1199.77	c Bin: Executing kcnfs
1199.33/1199.77	c kcnfs returned code 1.
1199.33/1199.77	c kcnfs returned code 1.
1199.33/1199.77	c satzilla running vallst ... 
1199.33/1199.77	c Bin: Executing vallst
1199.33/1199.77	c vallst returned code 1.
1199.33/1199.77	c vallst returned code 1.
1199.33/1199.77	c satzilla running zchaff_rand ... 
1199.33/1199.77	c Bin: Executing zchaff_rand
1199.33/1199.77	c zchaff_rand returned code 1.
1199.33/1199.77	c zchaff_rand returned code 1.
1199.33/1199.77	c ERROR: All Failed! 
1199.33/1199.77	c SATZILLA_TIME=1199.610000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node72/watcher-337169-1173661561 -o ROOT/results/node72/solver-337169-1173661561 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337169-1173661561/SATzilla2007_C /tmp/evaluation/337169-1173661561/instance-337169-1173661561.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.91 0.95 0.98 2/77 20422
/proc/meminfo: memFree=1855008/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=1440 CPUtime=0
/proc/20422/stat : 20422 (SATzilla2007_C) R 20420 20422 19647 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 386123893 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/20422/statm: 360 110 95 260 0 84 0
[pid=20423] ppid=20422 vsize=768 CPUtime=0
/proc/20423/stat : 20423 (march_dl) R 20422 20422 19647 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 386123893 786432 88 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20423/statm: 192 88 50 118 0 71 0

[startup+0.0140271 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 20422
/proc/meminfo: memFree=1855008/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=1440 CPUtime=0
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 386123893 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20422/statm: 360 110 95 260 0 84 0
[pid=20423] ppid=20422 vsize=900 CPUtime=0.01
/proc/20423/stat : 20423 (march_dl) R 20422 20422 19647 0 -1 4194304 132 0 0 0 1 0 0 0 18 0 1 0 386123893 921600 127 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20423/statm: 225 127 50 118 0 104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2340

[startup+0.102036 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 20422
/proc/meminfo: memFree=1855008/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=1440 CPUtime=0
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 386123893 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20422/statm: 360 110 95 260 0 84 0
[pid=20423] ppid=20422 vsize=1764 CPUtime=0.09
/proc/20423/stat : 20423 (march_dl) R 20422 20422 19647 0 -1 4194304 506 0 0 0 9 0 0 0 19 0 1 0 386123893 1806336 337 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20423/statm: 441 337 67 118 0 320 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3204

[startup+0.301052 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 20422
/proc/meminfo: memFree=1855008/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=1440 CPUtime=0
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 386123893 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20422/statm: 360 110 95 260 0 84 0
[pid=20423] ppid=20422 vsize=2804 CPUtime=0.29
/proc/20423/stat : 20423 (march_dl) R 20422 20422 19647 0 -1 4194304 984 0 0 0 29 0 0 0 21 0 1 0 386123893 2871296 582 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564352 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20423/statm: 701 582 75 118 0 580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4244

[startup+0.702088 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 20422
/proc/meminfo: memFree=1855008/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=1440 CPUtime=0
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 386123893 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20422/statm: 360 110 95 260 0 84 0
[pid=20423] ppid=20422 vsize=2936 CPUtime=0.69
/proc/20423/stat : 20423 (march_dl) R 20422 20422 19647 0 -1 4194304 1003 0 0 0 69 0 0 0 25 0 1 0 386123893 3006464 601 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552335 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20423/statm: 734 601 75 118 0 613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4376

[startup+1.50216 s]
/proc/loadavg: 0.91 0.95 0.98 2/79 20424
/proc/meminfo: memFree=1852752/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=1440 CPUtime=0
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 386123893 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20422/statm: 360 110 95 260 0 84 0
[pid=20423] ppid=20422 vsize=2936 CPUtime=1.49
/proc/20423/stat : 20423 (march_dl) R 20422 20422 19647 0 -1 4194304 1019 0 0 0 149 0 0 0 25 0 1 0 386123893 3006464 617 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526928 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20423/statm: 734 617 75 118 0 613 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4376

[startup+3.10131 s]
/proc/loadavg: 0.91 0.95 0.98 2/79 20424
/proc/meminfo: memFree=1852560/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=1440 CPUtime=0
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 386123893 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20422/statm: 360 110 95 260 0 84 0
[pid=20423] ppid=20422 vsize=3068 CPUtime=3.09
/proc/20423/stat : 20423 (march_dl) R 20422 20422 19647 0 -1 4194304 1034 0 0 0 309 0 0 0 25 0 1 0 386123893 3141632 632 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20423/statm: 767 632 75 118 0 646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4508

[startup+6.3016 s]
/proc/loadavg: 0.92 0.95 0.98 2/79 20425
/proc/meminfo: memFree=1853840/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=1440 CPUtime=4.99
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 135 1048 0 0 0 0 499 0 16 0 1 0 386123893 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20422/statm: 360 111 96 260 0 84 0
[pid=20425] ppid=20422 vsize=6188 CPUtime=1.29
/proc/20425/stat : 20425 (ubcsat2006) R 20422 20422 19647 0 -1 4194304 379 0 0 0 120 9 0 0 25 0 1 0 386124394 6336512 362 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20425/statm: 1547 362 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.98 2/79 20426
/proc/meminfo: memFree=1850320/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=3928 CPUtime=2.06
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 695 0 0 0 206 0 0 0 25 0 1 0 386124956 4022272 689 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 982 689 58 118 0 860 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7404

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.98 2/79 20426
/proc/meminfo: memFree=1848592/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=5532 CPUtime=14.86
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 1079 0 0 0 1485 1 0 0 25 0 1 0 386124956 5664768 1073 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 1383 1073 58 118 0 1261 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 9008

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.98 2/79 20426
/proc/meminfo: memFree=1847056/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=7016 CPUtime=40.45
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 1459 0 0 0 4043 2 0 0 25 0 1 0 386124956 7184384 1453 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525805 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 1754 1453 58 118 0 1632 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10492

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/79 20426
/proc/meminfo: memFree=1845328/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=8796 CPUtime=91.64
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 1899 0 0 0 9161 3 0 0 25 0 1 0 386124956 9007104 1893 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 2199 1893 58 118 0 2077 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 12272

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 20426
/proc/meminfo: memFree=1844368/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=9764 CPUtime=151.61
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 2130 0 0 0 15158 3 0 0 25 0 1 0 386124956 9998336 2124 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 2441 2124 58 118 0 2319 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 13240

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 20426
/proc/meminfo: memFree=1843728/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=10308 CPUtime=211.6
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 2279 0 0 0 21156 4 0 0 25 0 1 0 386124956 10555392 2273 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 2577 2273 58 118 0 2455 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 13784

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 20426
/proc/meminfo: memFree=1843280/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=11004 CPUtime=271.59
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 2417 0 0 0 27154 5 0 0 25 0 1 0 386124956 11268096 2411 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 2751 2411 58 118 0 2629 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 14480

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 20426
/proc/meminfo: memFree=1842192/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=12140 CPUtime=331.56
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 2693 0 0 0 33151 5 0 0 25 0 1 0 386124956 12431360 2687 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 3035 2687 58 118 0 2913 0

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


[startup+762.307 s]
/proc/loadavg: 1.18 1.02 1.00 2/79 20426
/proc/meminfo: memFree=1839504/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=14924 CPUtime=751.46
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3350 0 0 0 75136 10 0 0 25 0 1 0 386124956 15282176 3344 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 3731 3344 58 118 0 3609 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 18400

[startup+822.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 20426
/proc/meminfo: memFree=1839376/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=15064 CPUtime=811.43
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3377 0 0 0 81133 10 0 0 25 0 1 0 386124956 15425536 3371 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525476 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 3766 3371 58 118 0 3644 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 18540

[startup+882.303 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 20426
/proc/meminfo: memFree=1839184/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=15196 CPUtime=871.42
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3425 0 0 0 87131 11 0 0 25 0 1 0 386124956 15560704 3419 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 3799 3419 58 118 0 3677 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 18672

[startup+942.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1838352/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16180 CPUtime=931.41
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3642 0 0 0 93129 12 0 0 25 0 1 0 386124956 16568320 3636 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4045 3636 58 118 0 3923 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 19656

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1838032/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16488 CPUtime=991.39
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3721 0 0 0 99127 12 0 0 25 0 1 0 386124956 16883712 3715 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4122 3715 58 118 0 4000 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 19964

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837968/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16488 CPUtime=1051.38
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3733 0 0 0 105125 13 0 0 25 0 1 0 386124956 16883712 3727 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4122 3727 58 118 0 4000 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 19964

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837648/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16780 CPUtime=1111.36
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3802 0 0 0 111123 13 0 0 25 0 1 0 386124956 17182720 3796 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4195 3796 58 118 0 4073 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 20256

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837520/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16936 CPUtime=1171.34
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3817 0 0 0 117120 14 0 0 25 0 1 0 386124956 17342464 3811 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525572 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4234 3811 58 118 0 4112 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 20412

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837520/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16936 CPUtime=1179.34
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3817 0 0 0 117920 14 0 0 25 0 1 0 386124956 17342464 3811 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4234 3811 58 118 0 4112 0
Current children cumulated CPU time (s) 1189.93
Current children cumulated vsize (KiB) 20412

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837520/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16936 CPUtime=1185.74
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3818 0 0 0 118560 14 0 0 25 0 1 0 386124956 17342464 3812 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4234 3812 58 118 0 4112 0
Current children cumulated CPU time (s) 1196.33
Current children cumulated vsize (KiB) 20412

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837520/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16936 CPUtime=1187.34
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3818 0 0 0 118720 14 0 0 25 0 1 0 386124956 17342464 3812 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4234 3812 58 118 0 4112 0
Current children cumulated CPU time (s) 1197.93
Current children cumulated vsize (KiB) 20412

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837520/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16936 CPUtime=1188.14
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3818 0 0 0 118800 14 0 0 25 0 1 0 386124956 17342464 3812 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4234 3812 58 118 0 4112 0
Current children cumulated CPU time (s) 1198.73
Current children cumulated vsize (KiB) 20412

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837520/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16936 CPUtime=1188.54
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3818 0 0 0 118840 14 0 0 25 0 1 0 386124956 17342464 3812 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4234 3812 58 118 0 4112 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 20412

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20426
/proc/meminfo: memFree=1837520/2055920 swapFree=4147300/4192956
[pid=20422] ppid=20420 vsize=3476 CPUtime=10.59
/proc/20422/stat : 20422 (SATzilla2007_C) S 20420 20422 19647 0 -1 4194304 1222 1433 0 0 327 15 701 16 25 0 1 0 386123893 3559424 677 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20422/statm: 869 677 165 260 0 593 0
[pid=20426] ppid=20422 vsize=16936 CPUtime=1188.74
/proc/20426/stat : 20426 (minisat20) R 20422 20422 19647 0 -1 4194304 3818 0 0 0 118860 14 0 0 25 0 1 0 386124956 17342464 3812 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20426/statm: 4234 3812 58 118 0 4112 0
Current children cumulated CPU time (s) 1199.33
Current children cumulated vsize (KiB) 20412

Child status: 17
Real time (s): 1199.78
CPU time (s): 1199.45
CPU user time (s): 1198.97
CPU system time (s): 0.479927
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 20412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.97
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6486
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= 24100

runsolver used 1.22181 second user time and 3.14952 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Mar 12 01:06:01 UTC 2007

IDJOB= 337169
IDBENCH= 24692
IDSOLVER= 135
FILE ID= node72/337169-1173661561

PBS_JOBID= 4101427

Free space on /tmp= 65993 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337169-1173661561/SATzilla2007_C /tmp/evaluation/337169-1173661561/instance-337169-1173661561.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-337169-1173661561 -o ROOT/results/node72/solver-337169-1173661561 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337169-1173661561/SATzilla2007_C /tmp/evaluation/337169-1173661561/instance-337169-1173661561.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  207febf52bd846c013e185fa637fdf3c

RANDOM SEED= 327333182

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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:       1855480 kB
Buffers:         31512 kB
Cached:         115088 kB
SwapCached:      13812 kB
Active:          73684 kB
Inactive:        96884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855480 kB
SwapTotal:     4192956 kB
SwapFree:      4147300 kB
Dirty:            8548 kB
Writeback:           0 kB
Mapped:          30584 kB
Slab:            15484 kB
Committed_AS: 10517812 kB
PageTables:       1680 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= 65993 MiB

End job on node72 on Mon Mar 12 01:26:01 UTC 2007