Trace number 337548

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 FULL? (exit code) 1199.77 1200.28

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
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 variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

12.37/12.56	c run March_dl for 5 seconds ... 
12.37/12.56	c Bin: Executing march_dl
12.37/12.56	c child exit by a signal
12.37/12.56	c march_dl returned code 137.
12.37/12.56	c run saps for 2 seconds ... 
12.37/12.56	c Bin: Executing ubcsat2006
12.37/12.56	c child exited successfully
12.37/12.56	c ubcsat2006 returned code 0.
12.37/12.56	c satzilla computing base features
12.37/12.56	c satzilla doing unit-prop probe
12.37/12.56	c satzilla doing local search probe
12.37/12.56	c satzilla doing lobjois search-space size estimate
12.37/12.56	c satzilla's ranking:
12.37/12.56	c 1) minisat20: 1.367621
12.37/12.56	c 2) march_dl: 2.991004
12.37/12.56	c 3) kcnfs: 3.484777
12.37/12.56	c 4) eureka: 3.487007
12.37/12.56	c 5) vallst: 4.054507
12.37/12.56	c 6) zchaff_rand: 5.534479
12.37/12.56	c 7) kcnfs+P: 999.000000
12.37/12.56	c 8) march_dl+P: 999.000000
12.37/12.56	c 9) vallst+P: 999.000000
12.37/12.56	c 10) zchaff_rand+P: 999.000000
12.37/12.56	c 11) rsat+P: 999.000000
12.37/12.56	c 12) eureka+P: 999.000000
12.37/12.56	c 13) minisat20+P: 999.000000
12.37/12.56	c 14) rsat: 999.000000
12.37/12.56	c satzilla running minisat20 ... 
12.37/12.56	This is MiniSat 2.0 beta
12.37/12.56	WARNING: for repeatability, setting FPU to use double precision
12.37/12.56	============================[ Problem Statistics ]=============================
12.37/12.56	|                                                                             |
12.37/12.56	|  Number of variables:  1296                                                 |
12.37/12.56	|  Number of clauses:    95904                                                |
12.43/12.63	|  Parsing time:         0.06         s                                       |
12.43/12.63	============================[ Search Statistics ]==============================
12.43/12.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.43/12.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.43/12.63	===============================================================================
12.43/12.63	|         0 |    1296    95904   379728 |    31968        0    nan |  0.000 % |
12.43/12.65	|       100 |    1296    95904   379728 |    35164      100     68 |  0.000 % |
12.43/12.67	|       250 |    1296    95904   379728 |    38681      250     47 |  0.000 % |
12.43/12.68	|       476 |    1296    95904   379728 |    42549      476     50 |  0.000 % |
12.43/12.71	|       814 |    1296    95904   379728 |    46804      814     47 |  0.000 % |
12.43/12.75	|      1320 |    1296    95904   379728 |    51484     1320     54 |  0.000 % |
12.43/12.81	|      2080 |    1296    95904   379728 |    56633     2080     56 |  0.000 % |
12.43/12.92	|      3219 |    1296    95904   379728 |    62296     3219     61 |  0.000 % |
12.43/13.06	|      4931 |    1296    95904   379728 |    68526     4931     62 |  0.000 % |
13.16/13.31	|      7493 |    1296    95904   379728 |    75378     7493     65 |  0.000 % |
13.46/13.65	|     11337 |    1296    95904   379728 |    82916    11337     66 |  0.000 % |
14.06/14.28	|     17103 |    1296    95904   379728 |    91208    17103     65 |  0.000 % |
15.06/15.23	|     25753 |    1296    95904   379728 |   100329    25753     68 |  0.000 % |
17.15/17.35	|     38727 |    1296    95904   379728 |   110362    38727     71 |  0.000 % |
20.85/21.00	|     58188 |    1296    95904   379728 |   121398    58188     71 |  0.000 % |
31.85/32.08	|     87380 |    1296    95904   379728 |   133538    87380     76 |  0.000 % |
50.74/50.94	|    131169 |    1296    95904   379728 |   146892   131169     80 |  0.000 % |
78.13/78.31	|    196854 |    1296    95904   379728 |   161581    63308     88 |  0.000 % |
140.52/140.70	|    295380 |    1296    95904   379728 |   177739   161834     88 |  0.000 % |
218.99/219.27	|    443169 |    1296    95904   379728 |   195513   145585     91 |  0.000 % |
384.24/384.54	|    664853 |    1296    95904   379728 |   215064   189241     98 |  0.000 % |
710.53/710.92	|    997378 |    1296    95904   379728 |   236571   128388    100 |  0.000 % |
1058.31/1058.83	|   1496167 |    1296    95904   379728 |   260228   193317     92 |  0.000 % |
1199.17/1199.79	c Bin: Executing minisat20
1199.17/1199.79	c child exit by a signal
1199.17/1199.79	c minisat20 returned code 137.
1199.17/1199.79	c minisat20 returned code 137.
1199.17/1199.79	c satzilla running march_dl ... 
1199.17/1199.79	c Bin: Executing march_dl
1199.17/1199.79	c march_dl returned code 1.
1199.17/1199.79	c march_dl returned code 1.
1199.17/1199.79	c satzilla running kcnfs ... 
1199.17/1199.79	c Bin: Executing kcnfs
1199.17/1199.79	c kcnfs returned code 1.
1199.17/1199.79	c kcnfs returned code 1.
1199.17/1199.79	c satzilla running eureka ... 
1199.17/1199.79	c Bin: Executing eureka
1199.17/1199.79	c eureka returned code 1.
1199.17/1199.79	c eureka returned code 1.
1199.17/1199.79	c satzilla running vallst ... 
1199.17/1199.79	c Bin: Executing vallst
1199.17/1199.79	c vallst returned code 1.
1199.17/1199.79	c vallst returned code 1.
1199.17/1199.79	c satzilla running zchaff_rand ... 
1199.17/1199.79	c Bin: Executing zchaff_rand
1199.17/1199.79	c zchaff_rand returned code 1.
1199.17/1199.79	c zchaff_rand returned code 1.
1199.17/1199.79	c satzilla running kcnfs with preprocessing ... 
1199.69/1200.27	c Preprocessing...
1199.69/1200.27	c Inital problem has 1296 variables, 93960 nary clauses (1944 binary clauses).
1199.69/1200.27	c Num non-binary clauses 93960, Average non-binary clause length 4.000
1199.69/1200.27	c Theory has no gaps
1199.69/1200.27	c Preprocessor runtime was 0.320 seconds.
1199.69/1200.27	c 
1199.69/1200.27	c Satisfiability of theory still undetermined.
1199.69/1200.27	c See file /tmp/5mgsgN for simplified theory.
1199.69/1200.27	c Bin: Executing kcnfs
1199.69/1200.27	c kcnfs returned code 1.
1199.69/1200.27	c kcnfs returned code 1.
1199.69/1200.27	c satzilla running march_dl with preprocessing ... 
1199.69/1200.27	c Bin: Executing march_dl
1199.69/1200.27	c march_dl returned code 1.
1199.69/1200.27	c march_dl returned code 1.
1199.69/1200.27	c satzilla running vallst with preprocessing ... 
1199.69/1200.27	c Bin: Executing vallst
1199.69/1200.27	c vallst returned code 1.
1199.69/1200.27	c vallst returned code 1.
1199.69/1200.27	c satzilla running zchaff_rand with preprocessing ... 
1199.69/1200.27	c Bin: Executing zchaff_rand
1199.69/1200.27	c zchaff_rand returned code 1.
1199.69/1200.27	c zchaff_rand returned code 1.
1199.69/1200.27	c satzilla running rsat with preprocessing ... 
1199.69/1200.27	c Bin: Executing rsat
1199.69/1200.27	c rsat returned code 1.
1199.69/1200.27	c rsat returned code 1.
1199.69/1200.27	c satzilla running eureka with preprocessing ... 
1199.69/1200.27	c Bin: Executing eureka
1199.69/1200.27	c eureka returned code 1.
1199.69/1200.27	c eureka returned code 1.
1199.69/1200.27	c satzilla running minisat20 with preprocessing ... 
1199.69/1200.27	c Bin: Executing minisat20
1199.69/1200.27	c minisat20 returned code 1.
1199.69/1200.27	c minisat20 returned code 1.
1199.69/1200.27	c satzilla running rsat ... 
1199.69/1200.27	c Bin: Executing rsat
1199.69/1200.27	c rsat returned code 1.
1199.69/1200.27	c rsat returned code 1.
1199.69/1200.27	c ERROR: All Failed! 
1199.69/1200.27	c SATZILLA_TIME=1199.930000

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/node29/watcher-337548-1173669439 -o ROOT/results/node29/solver-337548-1173669439 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337548-1173669439/SATzilla2007_F /tmp/evaluation/337548-1173669439/instance-337548-1173669439.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: 1.08 1.02 1.01 3/77 3834
/proc/meminfo: memFree=1807328/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=1512 CPUtime=0
/proc/3834/stat : 3834 (SATzilla2007_F) R 3832 3834 3095 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 23250749 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/3834/statm: 378 125 110 260 0 84 0
[pid=3835] ppid=3834 vsize=1388 CPUtime=0
/proc/3835/stat : 3835 (march_dl) R 3834 3834 3095 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 23250750 1421312 183 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3835/statm: 347 184 50 118 0 226 0

[startup+0.0445961 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 3834
/proc/meminfo: memFree=1807328/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=1512 CPUtime=0
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 23250749 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3834/statm: 378 125 110 260 0 84 0
[pid=3835] ppid=3834 vsize=2048 CPUtime=0.04
/proc/3835/stat : 3835 (march_dl) R 3834 3834 3095 0 -1 4194304 351 0 0 0 4 0 0 0 19 0 1 0 23250750 2097152 345 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3835/statm: 512 345 50 118 0 391 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3560

[startup+0.101605 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 3834
/proc/meminfo: memFree=1807328/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=1512 CPUtime=0
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 23250749 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3834/statm: 378 125 110 260 0 84 0
[pid=3835] ppid=3834 vsize=2840 CPUtime=0.09
/proc/3835/stat : 3835 (march_dl) R 3834 3834 3095 0 -1 4194304 580 0 0 0 9 0 0 0 19 0 1 0 23250750 2908160 574 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3835/statm: 710 574 50 118 0 589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4352

[startup+0.301632 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 3834
/proc/meminfo: memFree=1807328/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=1512 CPUtime=0
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 23250749 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3834/statm: 378 125 110 260 0 84 0
[pid=3835] ppid=3834 vsize=8672 CPUtime=0.29
/proc/3835/stat : 3835 (march_dl) R 3834 3834 3095 0 -1 4194304 2251 0 0 0 29 0 0 0 21 0 1 0 23250750 8880128 1703 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3835/statm: 2168 1703 55 118 0 2047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10184

[startup+0.701689 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 3834
/proc/meminfo: memFree=1807328/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=1512 CPUtime=0
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 23250749 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3834/statm: 378 125 110 260 0 84 0
[pid=3835] ppid=3834 vsize=6032 CPUtime=0.69
/proc/3835/stat : 3835 (march_dl) R 3834 3834 3095 0 -1 4194304 8200 0 0 0 66 3 0 0 25 0 1 0 23250750 6176768 1080 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3835/statm: 1508 1080 65 118 0 1387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7544

[startup+1.5018 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 3836
/proc/meminfo: memFree=1800272/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=1512 CPUtime=0
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 23250749 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3834/statm: 378 125 110 260 0 84 0
[pid=3835] ppid=3834 vsize=11320 CPUtime=1.49
/proc/3835/stat : 3835 (march_dl) R 3834 3834 3095 0 -1 4194304 11077 0 0 0 145 4 0 0 25 0 1 0 23250750 11591680 1833 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3835/statm: 2830 1833 67 118 0 2709 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12832

[startup+3.10303 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 3836
/proc/meminfo: memFree=1799888/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=1512 CPUtime=0
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 23250749 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3834/statm: 378 125 110 260 0 84 0
[pid=3835] ppid=3834 vsize=11584 CPUtime=3.09
/proc/3835/stat : 3835 (march_dl) R 3834 3834 3095 0 -1 4194304 11168 0 0 0 305 4 0 0 25 0 1 0 23250750 11862016 1924 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3835/statm: 2896 1924 67 118 0 2775 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13096

[startup+6.30148 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 3837
/proc/meminfo: memFree=1799696/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=1512 CPUtime=4.99
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 149 11267 0 0 0 0 495 4 16 0 1 0 23250749 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3834/statm: 378 125 110 260 0 84 0
[pid=3837] ppid=3834 vsize=10288 CPUtime=1.19
/proc/3837/stat : 3837 (ubcsat2006) R 3834 3834 3095 0 -1 4194304 1645 0 13 0 116 3 0 0 25 0 1 0 23251250 10534912 1640 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3837/statm: 2572 1640 156 64 0 2153 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 11800

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 3837
/proc/meminfo: memFree=1799064/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 8156

[startup+25.5012 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1770576/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=29776 CPUtime=12.92
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 7297 0 0 0 1286 6 0 0 25 0 1 0 23252006 30490624 7290 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 7444 7290 59 118 0 7322 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 37932

[startup+51.1018 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1748368/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=52152 CPUtime=38.51
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 12906 0 0 0 3839 12 0 0 25 0 1 0 23252006 53403648 12899 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 13038 12899 59 118 0 12916 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 60308

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1742352/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=57836 CPUtime=89.7
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 14293 0 0 0 8956 14 0 0 25 0 1 0 23252006 59224064 14286 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 14459 14286 59 118 0 14337 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 65992

[startup+162.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 3838
/proc/meminfo: memFree=1725008/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=75076 CPUtime=149.68
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 18606 0 0 0 14949 19 0 0 25 0 1 0 23252006 76877824 18599 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 18769 18599 59 118 0 18647 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 83232

[startup+222.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1725008/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=75076 CPUtime=209.66
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 18609 0 0 0 20947 19 0 0 25 0 1 0 23252006 76877824 18602 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 18769 18602 59 118 0 18647 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 83232

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1715216/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=84712 CPUtime=269.64
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 21037 0 0 0 26943 21 0 0 25 0 1 0 23252006 86745088 21030 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 21178 21030 59 118 0 21056 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 92868

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3838
/proc/meminfo: memFree=1715216/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=84712 CPUtime=329.62
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 21039 0 0 0 32940 22 0 0 25 0 1 0 23252006 86745088 21032 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 21178 21032 59 118 0 21056 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 92868


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

/proc/meminfo: memFree=1693200/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=107064 CPUtime=749.49
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 26516 0 0 0 74917 32 0 0 25 0 1 0 23252006 109633536 26509 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 26766 26509 59 118 0 26644 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 115220

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3838
/proc/meminfo: memFree=1692112/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=108120 CPUtime=809.46
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 26786 0 0 0 80913 33 0 0 25 0 1 0 23252006 110714880 26779 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 27030 26779 59 118 0 26908 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 116276

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3838
/proc/meminfo: memFree=1692112/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=108120 CPUtime=869.44
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 26786 0 0 0 86911 33 0 0 25 0 1 0 23252006 110714880 26779 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 27030 26779 59 118 0 26908 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 116276

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3838
/proc/meminfo: memFree=1690320/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=110236 CPUtime=929.42
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 27305 0 0 0 92908 34 0 0 25 0 1 0 23252006 112881664 27298 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 27559 27298 59 118 0 27437 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 118392

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3838
/proc/meminfo: memFree=1689680/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=110632 CPUtime=989.41
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 27402 0 0 0 98906 35 0 0 25 0 1 0 23252006 113287168 27395 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 27658 27395 59 118 0 27536 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 118788

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3838
/proc/meminfo: memFree=1689680/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=110632 CPUtime=1049.38
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 27402 0 0 0 104903 35 0 0 25 0 1 0 23252006 113287168 27395 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 27658 27395 59 118 0 27536 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 118788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3838
/proc/meminfo: memFree=1682832/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=117396 CPUtime=1109.37
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 29113 0 0 0 110899 38 0 0 25 0 1 0 23252006 120213504 29106 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 29349 29106 59 118 0 29227 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 125552

[startup+1182.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 3838
/proc/meminfo: memFree=1682832/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=117396 CPUtime=1169.34
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 29113 0 0 0 116896 38 0 0 25 0 1 0 23252006 120213504 29106 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 29349 29106 59 118 0 29227 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 125552

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

[startup+1190.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/79 3838
/proc/meminfo: memFree=1682832/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=117396 CPUtime=1177.34
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 29113 0 0 0 117696 38 0 0 25 0 1 0 23252006 120213504 29106 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 29349 29106 59 118 0 29227 0
Current children cumulated CPU time (s) 1189.77
Current children cumulated vsize (KiB) 125552

[startup+1196.7 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1682832/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=117396 CPUtime=1183.74
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 29113 0 0 0 118336 38 0 0 25 0 1 0 23252006 120213504 29106 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 29349 29106 59 118 0 29227 0
Current children cumulated CPU time (s) 1196.17
Current children cumulated vsize (KiB) 125552

[startup+1198.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1682832/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=117396 CPUtime=1185.34
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 29113 0 0 0 118496 38 0 0 25 0 1 0 23252006 120213504 29106 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 29349 29106 59 118 0 29227 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 125552

[startup+1199.1 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1682832/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=8156 CPUtime=12.43
/proc/3834/stat : 3834 (SATzilla2007_F) S 3832 3834 3095 0 -1 4194304 6065 12918 0 13 515 8 710 10 25 0 1 0 23250749 8351744 1830 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3834/statm: 2039 1830 169 260 0 1745 0
[pid=3838] ppid=3834 vsize=117396 CPUtime=1186.14
/proc/3838/stat : 3838 (minisat20) R 3834 3834 3095 0 -1 4194304 29113 0 0 0 118576 38 0 0 25 0 1 0 23252006 120213504 29106 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3838/statm: 29349 29106 59 118 0 29227 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 125552

[startup+1199.9 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 3838
/proc/meminfo: memFree=1682832/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=11064 CPUtime=1199.39
/proc/3834/stat : 3834 (SATzilla2007_F) R 3832 3834 3095 0 -1 4194304 6996 42031 0 13 526 9 119353 51 18 0 1 0 23250749 11329536 2561 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135294464 0 0 4096 0 0 0 0 17 0 0 0
/proc/3834/statm: 2766 2561 170 260 0 2472 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 11064

[startup+1200.11 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 3838
/proc/meminfo: memFree=1787096/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=21172 CPUtime=1199.58
/proc/3834/stat : 3834 (SATzilla2007_F) R 3832 3834 3095 0 -1 4194304 9330 42031 0 13 545 9 119353 51 20 0 1 0 23250749 21680128 4891 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/3834/statm: 5293 4891 176 260 0 4999 0
Current children cumulated CPU time (s) 1199.58
Current children cumulated vsize (KiB) 21172

[startup+1200.2 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 3838
/proc/meminfo: memFree=1787096/2055920 swapFree=4144052/4192956
[pid=3834] ppid=3832 vsize=20388 CPUtime=1199.69
/proc/3834/stat : 3834 (SATzilla2007_F) R 3832 3834 3095 0 -1 4194304 9349 42031 0 13 555 10 119353 51 21 0 1 0 23250749 20877312 4906 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135223325 0 0 4096 0 0 0 0 17 1 0 0
/proc/3834/statm: 5097 4906 176 260 0 4803 0
Current children cumulated CPU time (s) 1199.69
Current children cumulated vsize (KiB) 20388

Child status: 17
Real time (s): 1200.28
CPU time (s): 1199.77
CPU user time (s): 1199.15
CPU system time (s): 0.627904
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 125552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.15
system time used= 0.627904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51386
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55
involuntary context switches= 24483

runsolver used 1.2768 second user time and 3.09653 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Mar 12 03:17:19 UTC 2007

IDJOB= 337548
IDBENCH= 24701
IDSOLVER= 136
FILE ID= node29/337548-1173669439

PBS_JOBID= 4101471

Free space on /tmp= 66545 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/color-18-4.sat05-443.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337548-1173669439/SATzilla2007_F /tmp/evaluation/337548-1173669439/instance-337548-1173669439.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-337548-1173669439 -o ROOT/results/node29/solver-337548-1173669439 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337548-1173669439/SATzilla2007_F /tmp/evaluation/337548-1173669439/instance-337548-1173669439.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  ef7f419fe4e145465fe8ec684a206f9b

RANDOM SEED= 907503262

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.270
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.270
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:       1807800 kB
Buffers:         36892 kB
Cached:         146828 kB
SwapCached:      17832 kB
Active:         111664 kB
Inactive:        97396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807800 kB
SwapTotal:     4192956 kB
SwapFree:      4144052 kB
Dirty:           12052 kB
Writeback:           0 kB
Mapped:          31524 kB
Slab:            24576 kB
Committed_AS:   164216 kB
PageTables:       1760 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= 66545 MiB

End job on node29 on Mon Mar 12 03:37:20 UTC 2007