Trace number 314691

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 FULLUNSAT 397.036 397.141

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-04.cnf
MD5SUM140b498fdbb0a99dba481ef70e9da3eb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.574
Satisfiable
(Un)Satisfiability was proved
Number of variables38290
Number of clauses475249
Sum of the clauses size1355369
Maximum clause length28542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2429660
Number of clauses of size 315371
Number of clauses of size 41052
Number of clauses of size 5230
Number of clauses of size over 528935

Solver Data (download as text)

16.58/16.65	c run March_dl for 5 seconds ... 
16.58/16.65	c Bin: Executing march_dl
16.58/16.65	c child exit by a signal
16.58/16.65	c march_dl returned code 137.
16.58/16.65	c run saps for 2 seconds ... 
16.58/16.65	c Bin: Executing ubcsat2006
16.58/16.65	c child exited successfully
16.58/16.65	c ubcsat2006 returned code 0.
16.58/16.65	c satzilla computing base features
16.58/16.65	c satzilla doing unit-prop probe
16.58/16.65	c satzilla doing local search probe
16.58/16.65	c satzilla doing lobjois search-space size estimate
16.58/16.65	c satzilla's ranking:
16.58/16.65	c 1) minisat20: -1.154832
16.58/16.65	c 2) eureka: -0.962809
16.58/16.65	c 3) zchaff_rand: 0.731146
16.58/16.65	c 4) vallst: 0.783932
16.58/16.65	c 5) march_dl: 1.369107
16.58/16.65	c 6) kcnfs: 4.481590
16.58/16.65	c 7) kcnfs+P: 999.000000
16.58/16.65	c 8) march_dl+P: 999.000000
16.58/16.65	c 9) vallst+P: 999.000000
16.58/16.65	c 10) zchaff_rand+P: 999.000000
16.58/16.65	c 11) rsat+P: 999.000000
16.58/16.65	c 12) eureka+P: 999.000000
16.58/16.65	c 13) minisat20+P: 999.000000
16.58/16.65	c 14) rsat: 999.000000
16.58/16.65	c satzilla running minisat20 ... 
16.58/16.65	This is MiniSat 2.0 beta
16.58/16.65	WARNING: for repeatability, setting FPU to use double precision
16.58/16.65	============================[ Problem Statistics ]=============================
16.58/16.65	|                                                                             |
16.58/16.65	|  Number of variables:  38290                                                |
16.58/16.65	|  Number of clauses:    475249                                               |
16.63/16.82	|  Parsing time:         0.16         s                                       |
16.63/16.83	============================[ Search Statistics ]==============================
16.63/16.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.63/16.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.63/16.83	===============================================================================
16.63/16.83	|         0 |    9747    63263   474317 |    21087        0    nan |  0.000 % |
16.63/16.84	|       100 |    9746    63263   474317 |    23196       99     12 | 74.547 % |
16.63/16.87	|       250 |    9746    63263   474317 |    25516      249     22 | 74.547 % |
16.63/16.92	|       477 |    9738    63263   474317 |    28067      474     18 | 74.617 % |
16.63/17.04	|       815 |    9712    63263   474317 |    30874      810     36 | 74.743 % |
16.63/17.15	|      1323 |    9632    62646   472735 |    33961     1285     36 | 74.860 % |
16.63/17.34	|      2083 |    9623    62646   472735 |    37358     2044     47 | 74.889 % |
17.66/17.77	|      3224 |    9596    62558   472510 |    41093     3182     48 | 75.001 % |
18.16/18.28	|      4932 |    9569    62373   472047 |    45203     4882     52 | 75.009 % |
18.86/18.91	|      7494 |    8020    55361   447390 |    49723     7337     49 | 79.055 % |
20.56/20.60	|     11338 |    7977    54734   442679 |    54695    11175     59 | 79.196 % |
23.65/23.75	|     17104 |    7949    54486   441915 |    60165    16927     61 | 79.240 % |
28.46/28.58	|     25754 |    7888    53995   439197 |    66182    25557     59 | 79.399 % |
38.05/38.17	|     38730 |    7857    53872   438881 |    72800    38529     60 | 79.480 % |
60.46/60.60	|     58192 |    7850    53839   438803 |    80080    57986     58 | 79.499 % |
105.74/105.89	|     87386 |    7835    53609   437408 |    88088    87170     54 | 79.655 % |
177.93/178.02	|    131177 |    7721    52427   429810 |    96897    32477     49 | 79.835 % |
280.30/280.43	|    196861 |    7710    52311   429555 |   106586    79702     73 | 79.864 % |
396.97/397.12	===============================================================================
396.97/397.12	restarts              : 18
396.97/397.12	conflicts             : 248891         (654 /sec)
396.97/397.12	decisions             : 297621         (1.07 % random) (783 /sec)
396.97/397.12	propagations          : 263675784      (693372 /sec)
396.97/397.12	conflict literals     : 14078013       (57.05 % deleted)
396.97/397.12	Memory used           : 39.19 MB
396.97/397.12	CPU time              : 380.28 s
396.97/397.12	
396.97/397.13	c Bin: Executing minisat20
396.97/397.13	c child exited successfully
396.97/397.13	c minisat20 returned code 20.
396.97/397.13	s UNSATISFIABLE
396.97/397.13	c SATZILLA_TIME=397.070000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node34/watcher-314691-1172640461 -o ROOT/results/node34/solver-314691-1172640461 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314691-1172640461/SATzilla2007_F /tmp/evaluation/314691-1172640461/instance-314691-1172640461.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.93 1.00 0.98 3/64 9114
/proc/meminfo: memFree=1141936/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=1512 CPUtime=0
/proc/9114/stat : 9114 (SATzilla2007_F) R 9112 9114 8636 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 257809937 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/9114/statm: 378 125 110 260 0 84 0
[pid=9115] ppid=9114 vsize=5372 CPUtime=0
/proc/9115/stat : 9115 (march_dl) R 9114 9114 8636 0 -1 4194304 634 0 0 0 0 0 0 0 18 0 1 0 257809937 5500928 628 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9115/statm: 1343 630 49 118 0 1222 0

[startup+0.0197401 s]
/proc/loadavg: 0.93 1.00 0.98 3/64 9114
/proc/meminfo: memFree=1141936/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=1512 CPUtime=0
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 257809937 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9114/statm: 378 125 110 260 0 84 0
[pid=9115] ppid=9114 vsize=6748 CPUtime=0.01
/proc/9115/stat : 9115 (march_dl) R 9114 9114 8636 0 -1 4194304 1120 0 0 0 1 0 0 0 19 0 1 0 257809937 6909952 1114 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9115/statm: 1687 1114 50 118 0 1566 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8260

[startup+0.102747 s]
/proc/loadavg: 0.93 1.00 0.98 3/64 9114
/proc/meminfo: memFree=1141936/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=1512 CPUtime=0
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 257809937 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9114/statm: 378 125 110 260 0 84 0
[pid=9115] ppid=9114 vsize=7936 CPUtime=0.09
/proc/9115/stat : 9115 (march_dl) R 9114 9114 8636 0 -1 4194304 1500 0 0 0 9 0 0 0 19 0 1 0 257809937 8126464 1494 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134724541 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9115/statm: 1984 1494 50 118 0 1863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9448

[startup+0.301763 s]
/proc/loadavg: 0.93 1.00 0.98 3/64 9114
/proc/meminfo: memFree=1141936/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=1512 CPUtime=0
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 257809937 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9114/statm: 378 125 110 260 0 84 0
[pid=9115] ppid=9114 vsize=10708 CPUtime=0.29
/proc/9115/stat : 9115 (march_dl) R 9114 9114 8636 0 -1 4194304 2325 0 0 0 29 0 0 0 21 0 1 0 257809937 10964992 2319 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134724555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9115/statm: 2677 2319 50 118 0 2556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12220

[startup+0.701795 s]
/proc/loadavg: 0.93 1.00 0.98 3/64 9114
/proc/meminfo: memFree=1141936/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=1512 CPUtime=0
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 257809937 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9114/statm: 378 125 110 260 0 84 0
[pid=9115] ppid=9114 vsize=26380 CPUtime=0.69
/proc/9115/stat : 9115 (march_dl) R 9114 9114 8636 0 -1 4194304 4678 0 0 0 67 2 0 0 24 0 1 0 257809937 27013120 4643 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544357 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9115/statm: 6595 4643 52 118 0 6474 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27892

[startup+1.50186 s]
/proc/loadavg: 0.93 1.00 0.98 2/66 9116
/proc/meminfo: memFree=1123360/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=1512 CPUtime=0
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 257809937 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9114/statm: 378 125 110 260 0 84 0
[pid=9115] ppid=9114 vsize=26380 CPUtime=1.49
/proc/9115/stat : 9115 (march_dl) R 9114 9114 8636 0 -1 4194304 4678 0 0 0 147 2 0 0 25 0 1 0 257809937 27013120 4643 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544397 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9115/statm: 6595 4643 52 118 0 6474 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27892

[startup+3.10199 s]
/proc/loadavg: 0.94 1.00 0.98 2/66 9116
/proc/meminfo: memFree=1123232/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=1512 CPUtime=0
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 257809937 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9114/statm: 378 125 110 260 0 84 0
[pid=9115] ppid=9114 vsize=26404 CPUtime=3.09
/proc/9115/stat : 9115 (march_dl) R 9114 9114 8636 0 -1 4194304 11330 0 0 0 304 5 0 0 25 0 1 0 257809937 27037696 4507 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134543103 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9115/statm: 6601 4508 57 118 0 6480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27916

[startup+6.30124 s]
/proc/loadavg: 0.94 1.00 0.98 2/66 9117
/proc/meminfo: memFree=1135648/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=1512 CPUtime=4.99
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 149 21226 0 0 0 0 490 9 16 0 1 0 257809937 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9114/statm: 378 125 110 260 0 84 0
[pid=9117] ppid=9114 vsize=36084 CPUtime=1.28
/proc/9117/stat : 9117 (ubcsat2006) R 9114 9114 8636 0 -1 4194304 6764 0 0 0 126 2 0 0 25 0 1 0 257810438 36950016 6746 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9117/statm: 9021 6746 156 64 0 8602 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 37596

[startup+12.7018 s]
/proc/loadavg: 0.95 1.00 0.98 2/65 9117
/proc/meminfo: memFree=1116200/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=35420 CPUtime=12.68
/proc/9114/stat : 9114 (SATzilla2007_F) R 9112 9114 8636 0 -1 4194304 11942 27996 0 0 494 7 754 13 25 0 1 0 257809937 36270080 7700 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135223229 0 0 4096 0 0 0 0 17 1 0 0
/proc/9114/statm: 8855 7701 162 260 0 8561 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35420

[startup+25.5028 s]
/proc/loadavg: 0.95 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1103392/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=13960 CPUtime=8.82
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 3345 0 0 0 881 1 0 0 25 0 1 0 257811602 14295040 3310 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 3490 3310 58 118 0 3368 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 41292

[startup+51.1028 s]
/proc/loadavg: 0.97 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1095008/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=22284 CPUtime=34.42
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 5423 0 0 0 3438 4 0 0 25 0 1 0 257811602 22818816 5388 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525417 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 5571 5388 58 118 0 5449 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 49616

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1087520/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=29904 CPUtime=85.62
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 7298 0 0 0 8556 6 0 0 25 0 1 0 257811602 30621696 7263 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 7476 7263 58 118 0 7354 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57236

[startup+162.303 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1079584/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=37976 CPUtime=145.6
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9299 0 0 0 14551 9 0 0 25 0 1 0 257811602 38887424 9264 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 9494 9264 58 118 0 9372 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 65308

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1078944/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=38504 CPUtime=205.58
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9433 0 0 0 20549 9 0 0 25 0 1 0 257811602 39428096 9398 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 9626 9398 58 118 0 9504 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 65836

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1078880/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=38504 CPUtime=265.57
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9450 0 0 0 26548 9 0 0 25 0 1 0 257811602 39428096 9415 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 9626 9415 58 118 0 9504 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 65836

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1078560/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=38796 CPUtime=325.55
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9516 0 0 0 32546 9 0 0 25 0 1 0 257811602 39727104 9481 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 9699 9481 58 118 0 9577 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 66128

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

[startup+358.301 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1077792/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=39732 CPUtime=341.55
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9726 0 0 0 34146 9 0 0 25 0 1 0 257811602 40685568 9691 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 9933 9691 58 118 0 9811 0
Current children cumulated CPU time (s) 358.18
Current children cumulated vsize (KiB) 67064

[startup+383.905 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1077152/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=40128 CPUtime=367.14
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9859 0 0 0 36705 9 0 0 25 0 1 0 257811602 41091072 9824 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 10032 9824 58 118 0 9910 0
Current children cumulated CPU time (s) 383.77
Current children cumulated vsize (KiB) 67460

[startup+390.302 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1077152/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=40128 CPUtime=373.54
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9859 0 0 0 37345 9 0 0 25 0 1 0 257811602 41091072 9824 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 10032 9824 58 118 0 9910 0
Current children cumulated CPU time (s) 390.17
Current children cumulated vsize (KiB) 67460

[startup+393.502 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1077152/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=40128 CPUtime=376.74
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9860 0 0 0 37665 9 0 0 25 0 1 0 257811602 41091072 9825 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 10032 9825 58 118 0 9910 0
Current children cumulated CPU time (s) 393.37
Current children cumulated vsize (KiB) 67460

[startup+395.101 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1077152/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=40128 CPUtime=378.34
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9860 0 0 0 37825 9 0 0 25 0 1 0 257811602 41091072 9825 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 10032 9825 58 118 0 9910 0
Current children cumulated CPU time (s) 394.97
Current children cumulated vsize (KiB) 67460

[startup+395.901 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1077152/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=40128 CPUtime=379.14
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9860 0 0 0 37905 9 0 0 25 0 1 0 257811602 41091072 9825 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 10032 9825 58 118 0 9910 0
Current children cumulated CPU time (s) 395.77
Current children cumulated vsize (KiB) 67460

[startup+396.701 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1077152/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=40128 CPUtime=379.94
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9860 0 0 0 37985 9 0 0 25 0 1 0 257811602 41091072 9825 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134533878 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 10032 9825 58 118 0 9910 0
Current children cumulated CPU time (s) 396.57
Current children cumulated vsize (KiB) 67460

[startup+397.105 s]
/proc/loadavg: 0.99 1.00 0.98 2/66 9118
/proc/meminfo: memFree=1077152/2055920 swapFree=4183944/4192956
[pid=9114] ppid=9112 vsize=27332 CPUtime=16.63
/proc/9114/stat : 9114 (SATzilla2007_F) S 9112 9114 8636 0 -1 4194304 22929 27996 0 0 883 13 754 13 25 0 1 0 257809937 27987968 6557 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9114/statm: 6833 6557 170 260 0 6539 0
[pid=9118] ppid=9114 vsize=40128 CPUtime=380.34
/proc/9118/stat : 9118 (minisat20) R 9114 9114 8636 0 -1 4194304 9860 0 0 0 38025 9 0 0 25 0 1 0 257811602 41091072 9825 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9118/statm: 10032 9825 58 118 0 9910 0
Current children cumulated CPU time (s) 396.97
Current children cumulated vsize (KiB) 67460

Child status: 20
Real time (s): 397.141
CPU time (s): 397.036
CPU user time (s): 396.662
CPU system time (s): 0.373943
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 67460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 396.662
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60803
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 660

runsolver used 0.352946 second user time and 0.877866 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Feb 28 05:27:41 UTC 2007

IDJOB= 314691
IDBENCH= 20397
IDSOLVER= 136
FILE ID= node34/314691-1172640461

PBS_JOBID= 3981169

Free space on /tmp= 66502 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-04.cnf
COMMAND LINE= /tmp/evaluation/314691-1172640461/SATzilla2007_F /tmp/evaluation/314691-1172640461/instance-314691-1172640461.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-314691-1172640461 -o ROOT/results/node34/solver-314691-1172640461 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314691-1172640461/SATzilla2007_F /tmp/evaluation/314691-1172640461/instance-314691-1172640461.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  140b498fdbb0a99dba481ef70e9da3eb

RANDOM SEED= 131725271

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:       1142344 kB
Buffers:         34364 kB
Cached:         823224 kB
SwapCached:       3224 kB
Active:         298512 kB
Inactive:       569324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142344 kB
SwapTotal:     4192956 kB
SwapFree:      4183944 kB
Dirty:           18920 kB
Writeback:           0 kB
Mapped:          15796 kB
Slab:            31744 kB
Committed_AS:   605524 kB
PageTables:       1396 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= 66502 MiB

End job on node34 on Wed Feb 28 05:34:19 UTC 2007