Trace number 368829

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) 4998.94 5000.27

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.57/10.65	c run March_dl for 5 seconds ... 
10.57/10.65	c Bin: Executing march_dl
10.57/10.65	c child exit by a signal
10.57/10.65	c march_dl returned code 137.
10.57/10.65	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.65	c Bin: Executing ubcsat2006
10.57/10.65	c child exited successfully
10.57/10.65	c ubcsat2006 returned code 0.
10.57/10.65	c satzilla computing base features
10.57/10.65	c satzilla doing unit-prop probe
10.57/10.65	c satzilla doing local search probe
10.57/10.65	c satzilla doing lobjois search-space size estimate
10.57/10.65	c satzilla's ranking:
10.57/10.65	c 1) minisat20+P: 1.655463
10.57/10.65	c 2) minisat20: 2.204656
10.57/10.65	c 3) zchaff_rand+P: 2.857294
10.57/10.65	c 4) march_dl+P: 3.389628
10.57/10.65	c 5) vallst+P: 3.450724
10.57/10.65	c 6) march_dl: 4.283299
10.57/10.65	c 7) kcnfs+P: 999.000000
10.57/10.65	c 8) kcnfs: 999.000000
10.57/10.65	c 9) vallst: 999.000000
10.57/10.65	c 10) zchaff_rand: 999.000000
10.57/10.65	c satzilla running minisat20 with preprocessing ... 
10.57/10.69	This is MiniSat 2.0 beta
10.57/10.69	WARNING: for repeatability, setting FPU to use double precision
10.57/10.69	============================[ Problem Statistics ]=============================
10.57/10.69	|                                                                             |
10.57/10.69	|  Number of variables:  363                                                  |
10.57/10.69	|  Number of clauses:    9559                                                 |
10.66/10.70	|  Parsing time:         0.01         s                                       |
10.66/10.70	============================[ Search Statistics ]==============================
10.66/10.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.66/10.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.66/10.70	===============================================================================
10.66/10.70	|         0 |     363     9559    37389 |     3186        0    nan |  0.000 % |
10.66/10.70	|       100 |     363     9559    37389 |     3504      100     29 |  0.002 % |
10.66/10.71	|       251 |     363     9559    37389 |     3855      251     28 |  0.002 % |
10.66/10.71	|       477 |     363     9559    37389 |     4241      477     26 |  0.002 % |
10.66/10.72	|       814 |     363     9559    37389 |     4665      814     26 |  0.002 % |
10.66/10.74	|      1321 |     363     9559    37389 |     5131     1321     27 |  0.002 % |
10.66/10.76	|      2080 |     363     9559    37389 |     5644     2080     26 |  0.002 % |
10.66/10.80	|      3221 |     363     9559    37389 |     6209     3221     27 |  0.002 % |
10.66/10.88	|      4932 |     363     9559    37389 |     6830     4932     28 |  0.002 % |
10.96/11.01	|      7494 |     363     9559    37389 |     7513     4006     28 |  0.002 % |
11.15/11.23	|     11338 |     363     9559    37389 |     8264     4015     30 |  0.002 % |
11.45/11.53	|     17106 |     363     9559    37389 |     9090     5580     29 |  0.001 % |
11.96/12.09	|     25756 |     363     9559    37389 |    10000     5002     30 |  0.002 % |
12.95/13.08	|     38730 |     363     9559    37389 |    11000     7821     33 |  0.002 % |
14.45/14.59	|     58193 |     363     9559    37389 |    12100    10573     31 |  0.002 % |
16.95/17.02	|     87387 |     363     9559    37389 |    13310     9156     32 |  0.002 % |
20.65/20.79	|    131177 |     363     9559    37389 |    14641    12592     30 |  0.002 % |
26.35/26.48	|    196862 |     363     9559    37389 |    16105    11765     31 |  0.002 % |
35.34/35.49	|    295388 |     363     9559    37389 |    17715    12728     33 |  0.001 % |
53.54/53.60	|    443179 |     363     9559    37389 |    19487    17671     34 |  0.002 % |
81.33/81.43	|    664862 |     363     9559    37389 |    21436    13583     34 |  0.002 % |
134.22/134.30	|    997387 |     363     9559    37389 |    23579    11607     33 |  0.002 % |
205.89/206.03	|   1496175 |     363     9559    37389 |    25937    12218     36 |  0.002 % |
314.47/314.65	|   2244357 |     363     9559    37389 |    28531    14510     31 |  0.001 % |
540.02/540.20	|   3366631 |     363     9559    37389 |    31384    21089     36 |  0.002 % |
903.63/903.98	|   5050043 |     363     9559    37389 |    34522    29784     33 |  0.002 % |
1436.80/1437.23	|   7575161 |     363     9559    37389 |    37975    23227     36 |  0.002 % |
2296.27/2297.07	|  11362836 |     363     9559    37389 |    41772    17736     34 |  0.002 % |
3636.56/3637.66	|  17044348 |     363     9559    37389 |    45950    32107     35 |  0.002 % |
4998.83/5000.26	c Preprocessing...
4998.83/5000.26	c Inital problem has 363 variables, 9196 nary clauses (363 binary clauses).
4998.83/5000.26	c Num non-binary clauses 9196, Average non-binary clause length 3.987
4998.83/5000.26	c Theory has no gaps
4998.83/5000.26	c Preprocessor runtime was 0.020 seconds.
4998.83/5000.26	c 
4998.83/5000.26	c Satisfiability of theory still undetermined.
4998.83/5000.26	c See file /tmp/KuMsss for simplified theory.
4998.83/5000.26	c Bin: Executing minisat20
4998.83/5000.26	c child exit by a signal
4998.83/5000.26	c minisat20 returned code 137.
4998.83/5000.26	c minisat20 returned code 137.
4998.83/5000.26	c satzilla running minisat20 ... 
4998.83/5000.26	c Bin: Executing minisat20
4998.83/5000.26	c minisat20 returned code 1.
4998.83/5000.26	c minisat20 returned code 1.
4998.83/5000.26	c satzilla running zchaff_rand with preprocessing ... 
4998.83/5000.26	c Bin: Executing zchaff_rand
4998.83/5000.26	c zchaff_rand returned code 1.
4998.83/5000.26	c zchaff_rand returned code 1.
4998.83/5000.26	c satzilla running march_dl with preprocessing ... 
4998.83/5000.26	c Bin: Executing march_dl
4998.83/5000.26	c march_dl returned code 1.
4998.83/5000.26	c march_dl returned code 1.
4998.83/5000.26	c satzilla running vallst with preprocessing ... 
4998.83/5000.26	c Bin: Executing vallst
4998.83/5000.26	c vallst returned code 1.
4998.83/5000.26	c vallst returned code 1.
4998.83/5000.26	c satzilla running march_dl ... 
4998.83/5000.26	c Bin: Executing march_dl
4998.83/5000.26	c march_dl returned code 1.
4998.83/5000.26	c march_dl returned code 1.
4998.83/5000.26	c satzilla running kcnfs with preprocessing ... 
4998.83/5000.26	c Bin: Executing kcnfs
4998.83/5000.26	c kcnfs returned code 1.
4998.83/5000.26	c kcnfs returned code 1.
4998.83/5000.26	c satzilla running kcnfs ... 
4998.83/5000.26	c Bin: Executing kcnfs
4998.83/5000.26	c kcnfs returned code 1.
4998.83/5000.26	c kcnfs returned code 1.
4998.83/5000.26	c satzilla running vallst ... 
4998.83/5000.26	c Bin: Executing vallst
4998.83/5000.26	c vallst returned code 1.
4998.83/5000.26	c vallst returned code 1.
4998.83/5000.26	c satzilla running zchaff_rand ... 
4998.83/5000.26	c Bin: Executing zchaff_rand
4998.83/5000.26	c zchaff_rand returned code 1.
4998.83/5000.26	c zchaff_rand returned code 1.
4998.83/5000.26	c ERROR: All Failed! 
4998.83/5000.26	c SATZILLA_TIME=4999.690000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-368829-1177277731 -o ROOT/results/node30/solver-368829-1177277731 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368829-1177277731/SATzilla2007_C /tmp/evaluation/368829-1177277731/instance-368829-1177277731.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.01 1.02 1.00 3/77 10752
/proc/meminfo: memFree=1706208/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=1440 CPUtime=0
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175688817 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 360 110 95 260 0 84 0
[pid=10753] ppid=10752 vsize=768 CPUtime=0
/proc/10753/stat : 10753 (march_dl) R 10752 10752 10454 0 -1 4194304 91 0 0 0 0 0 0 0 19 0 1 0 175688817 786432 86 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134724555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10753/statm: 192 87 50 118 0 71 0

[startup+0.0386661 s]
/proc/loadavg: 1.01 1.02 1.00 3/77 10752
/proc/meminfo: memFree=1706208/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=1440 CPUtime=0
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175688817 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 360 110 95 260 0 84 0
[pid=10753] ppid=10752 vsize=1448 CPUtime=0.03
/proc/10753/stat : 10753 (march_dl) R 10752 10752 10454 0 -1 4194304 301 0 0 0 3 0 0 0 19 0 1 0 175688817 1482752 244 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134543110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10753/statm: 362 244 61 118 0 241 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2888

[startup+0.10167 s]
/proc/loadavg: 1.01 1.02 1.00 3/77 10752
/proc/meminfo: memFree=1706208/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=1440 CPUtime=0
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175688817 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 360 110 95 260 0 84 0
[pid=10753] ppid=10752 vsize=1764 CPUtime=0.09
/proc/10753/stat : 10753 (march_dl) R 10752 10752 10454 0 -1 4194304 505 0 0 0 9 0 0 0 19 0 1 0 175688817 1806336 336 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10753/statm: 441 336 67 118 0 320 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3204

[startup+0.301682 s]
/proc/loadavg: 1.01 1.02 1.00 3/77 10752
/proc/meminfo: memFree=1706208/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=1440 CPUtime=0
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175688817 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 360 110 95 260 0 84 0
[pid=10753] ppid=10752 vsize=2804 CPUtime=0.29
/proc/10753/stat : 10753 (march_dl) R 10752 10752 10454 0 -1 4194304 984 0 0 0 29 0 0 0 21 0 1 0 175688817 2871296 582 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10753/statm: 701 582 75 118 0 580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4244

[startup+0.701707 s]
/proc/loadavg: 1.01 1.02 1.00 3/77 10752
/proc/meminfo: memFree=1706208/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=1440 CPUtime=0
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175688817 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 360 110 95 260 0 84 0
[pid=10753] ppid=10752 vsize=2936 CPUtime=0.69
/proc/10753/stat : 10753 (march_dl) R 10752 10752 10454 0 -1 4194304 1003 0 0 0 69 0 0 0 25 0 1 0 175688817 3006464 601 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134536979 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10753/statm: 734 601 75 118 0 613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4376

[startup+1.50176 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 10754
/proc/meminfo: memFree=1703760/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=1440 CPUtime=0
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175688817 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 360 110 95 260 0 84 0
[pid=10753] ppid=10752 vsize=2936 CPUtime=1.49
/proc/10753/stat : 10753 (march_dl) R 10752 10752 10454 0 -1 4194304 1019 0 0 0 149 0 0 0 25 0 1 0 175688817 3006464 617 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10753/statm: 734 617 75 118 0 613 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4376

[startup+3.10186 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 10754
/proc/meminfo: memFree=1703696/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=1440 CPUtime=0
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175688817 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 360 110 95 260 0 84 0
[pid=10753] ppid=10752 vsize=3068 CPUtime=3.09
/proc/10753/stat : 10753 (march_dl) R 10752 10752 10454 0 -1 4194304 1034 0 0 0 309 0 0 0 25 0 1 0 175688817 3141632 632 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10753/statm: 767 632 75 118 0 646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4508

[startup+6.30105 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 10755
/proc/meminfo: memFree=1705104/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=1440 CPUtime=4.99
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 135 1048 0 0 0 0 499 0 18 0 1 0 175688817 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10752/statm: 360 111 96 260 0 84 0
[pid=10755] ppid=10752 vsize=6188 CPUtime=1.29
/proc/10755/stat : 10755 (ubcsat2006) R 10752 10752 10454 0 -1 4194304 379 0 0 0 116 13 0 0 25 0 1 0 175689317 6336512 362 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10755/statm: 1547 362 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 10756
/proc/meminfo: memFree=1701456/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=3928 CPUtime=1.99
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 692 0 0 0 199 0 0 0 25 0 1 0 175689886 4022272 686 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525352 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 982 686 58 118 0 860 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7404

[startup+25.5012 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 10756
/proc/meminfo: memFree=1699600/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=5400 CPUtime=14.79
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 1070 0 0 0 1479 0 0 0 25 0 1 0 175689886 5529600 1064 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 1350 1064 58 118 0 1228 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 8876

[startup+51.1018 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 10756
/proc/meminfo: memFree=1698128/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=7016 CPUtime=40.38
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 1455 0 0 0 4037 1 0 0 25 0 1 0 175689886 7184384 1449 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 1754 1449 58 118 0 1632 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10492

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 10756
/proc/meminfo: memFree=1696336/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=8796 CPUtime=91.56
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 1899 0 0 0 9155 1 0 0 25 0 1 0 175689886 9007104 1893 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 2199 1893 58 118 0 2077 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12272

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 10758
/proc/meminfo: memFree=1695440/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=9764 CPUtime=151.55
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 2130 0 0 0 15153 2 0 0 25 0 1 0 175689886 9998336 2124 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 2441 2124 58 118 0 2319 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 13240

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10758
/proc/meminfo: memFree=1694800/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=10308 CPUtime=211.53
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 2279 0 0 0 21151 2 0 0 25 0 1 0 175689886 10555392 2273 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 2577 2273 58 118 0 2455 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 13784

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10758
/proc/meminfo: memFree=1694416/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=10868 CPUtime=271.52
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 2399 0 0 0 27149 3 0 0 25 0 1 0 175689886 11128832 2393 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 2717 2393 58 118 0 2595 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 14344

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10758
/proc/meminfo: memFree=1693200/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=12140 CPUtime=331.51
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 2688 0 0 0 33147 4 0 0 25 0 1 0 175689886 12431360 2682 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 3035 2682 58 118 0 2913 0

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681552/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24292 CPUtime=4710.34
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5549 0 0 0 470999 35 0 0 25 0 1 0 175689886 24875008 5543 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6073 5543 58 118 0 5951 0
Current children cumulated CPU time (s) 4721
Current children cumulated vsize (KiB) 27768

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681552/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24292 CPUtime=4770.32
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5549 0 0 0 476996 36 0 0 25 0 1 0 175689886 24875008 5543 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6073 5543 58 118 0 5951 0
Current children cumulated CPU time (s) 4780.98
Current children cumulated vsize (KiB) 27768

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 10958
/proc/meminfo: memFree=1681616/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24292 CPUtime=4830.3
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5549 0 0 0 482994 36 0 0 25 0 1 0 175689886 24875008 5543 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6073 5543 58 118 0 5951 0
Current children cumulated CPU time (s) 4840.96
Current children cumulated vsize (KiB) 27768

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681552/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24292 CPUtime=4890.3
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5549 0 0 0 488993 37 0 0 25 0 1 0 175689886 24875008 5543 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6073 5543 58 118 0 5951 0
Current children cumulated CPU time (s) 4900.96
Current children cumulated vsize (KiB) 27768

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681552/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24292 CPUtime=4950.28
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5559 0 0 0 494991 37 0 0 25 0 1 0 175689886 24875008 5553 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6073 5553 58 118 0 5951 0
Current children cumulated CPU time (s) 4960.94
Current children cumulated vsize (KiB) 27768

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681552/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24292 CPUtime=4954.28
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5559 0 0 0 495391 37 0 0 25 0 1 0 175689886 24875008 5553 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6073 5553 58 118 0 5951 0
Current children cumulated CPU time (s) 4964.94
Current children cumulated vsize (KiB) 27768

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681488/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24460 CPUtime=4967.07
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5569 0 0 0 496670 37 0 0 25 0 1 0 175689886 25047040 5563 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6115 5563 58 118 0 5993 0
Current children cumulated CPU time (s) 4977.73
Current children cumulated vsize (KiB) 27936

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681424/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24460 CPUtime=4979.87
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5583 0 0 0 497950 37 0 0 25 0 1 0 175689886 25047040 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134519369 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6115 5577 58 118 0 5993 0
Current children cumulated CPU time (s) 4990.53
Current children cumulated vsize (KiB) 27936

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681424/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24460 CPUtime=4983.07
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5583 0 0 0 498270 37 0 0 25 0 1 0 175689886 25047040 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6115 5577 58 118 0 5993 0
Current children cumulated CPU time (s) 4993.73
Current children cumulated vsize (KiB) 27936

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681424/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24460 CPUtime=4986.27
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5583 0 0 0 498590 37 0 0 25 0 1 0 175689886 25047040 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6115 5577 58 118 0 5993 0
Current children cumulated CPU time (s) 4996.93
Current children cumulated vsize (KiB) 27936

[startup+4999.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10958
/proc/meminfo: memFree=1681424/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24460 CPUtime=4987.07
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5583 0 0 0 498670 37 0 0 25 0 1 0 175689886 25047040 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6115 5577 58 118 0 5993 0
Current children cumulated CPU time (s) 4997.73
Current children cumulated vsize (KiB) 27936

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 10958
/proc/meminfo: memFree=1681424/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24460 CPUtime=4987.87
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5583 0 0 0 498750 37 0 0 25 0 1 0 175689886 25047040 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6115 5577 58 118 0 5993 0
Current children cumulated CPU time (s) 4998.53
Current children cumulated vsize (KiB) 27936

[startup+5000.1 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 10958
/proc/meminfo: memFree=1681424/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24460 CPUtime=4988.07
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5583 0 0 0 498770 37 0 0 25 0 1 0 175689886 25047040 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134532513 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6115 5577 58 118 0 5993 0
Current children cumulated CPU time (s) 4998.73
Current children cumulated vsize (KiB) 27936

[startup+5000.2 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 10958
/proc/meminfo: memFree=1681424/2055920 swapFree=4157100/4192956
[pid=10752] ppid=10750 vsize=3476 CPUtime=10.66
/proc/10752/stat : 10752 (SATzilla2007_C) S 10750 10752 10454 0 -1 4194304 1222 1433 0 0 326 18 701 21 25 0 1 0 175688817 3559424 677 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10752/statm: 869 677 165 260 0 593 0
[pid=10756] ppid=10752 vsize=24460 CPUtime=4988.17
/proc/10756/stat : 10756 (minisat20) R 10752 10752 10454 0 -1 4194304 5583 0 0 0 498780 37 0 0 25 0 1 0 175689886 25047040 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525752 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10756/statm: 6115 5577 58 118 0 5993 0
Current children cumulated CPU time (s) 4998.83
Current children cumulated vsize (KiB) 27936

Child status: 17
Real time (s): 5000.27
CPU time (s): 4998.94
CPU user time (s): 4998.15
CPU system time (s): 0.791879
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 27936

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

runsolver used 4.90325 second user time and 13.284 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Apr 22 21:35:31 UTC 2007

IDJOB= 368829
IDBENCH= 24692
IDSOLVER= 179
FILE ID= node30/368829-1177277731

PBS_JOBID= 4650732

Free space on /tmp= 66388 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/368829-1177277731/SATzilla2007_C /tmp/evaluation/368829-1177277731/instance-368829-1177277731.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-368829-1177277731 -o ROOT/results/node30/solver-368829-1177277731 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368829-1177277731/SATzilla2007_C /tmp/evaluation/368829-1177277731/instance-368829-1177277731.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  207febf52bd846c013e185fa637fdf3c

RANDOM SEED= 145910643

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1706680 kB
Buffers:         39972 kB
Cached:         219112 kB
SwapCached:      15092 kB
Active:         143720 kB
Inactive:       138428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706680 kB
SwapTotal:     4192956 kB
SwapFree:      4157100 kB
Dirty:            8568 kB
Writeback:           0 kB
Mapped:          30164 kB
Slab:            52584 kB
Committed_AS:  3478988 kB
PageTables:       1776 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= 66388 MiB

End job on node30 on Sun Apr 22 22:58:52 UTC 2007