Trace number 455802

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? 9998.61 10001.4

General information on the benchmark

Nameindustrial/palacios/hard/
safe-50-h50-sat.cnf
MD5SUM03c6b6156c444674b996a4279225be1a
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark410.742
Satisfiable
(Un)Satisfiability was proved
Number of variables628291
Number of clauses2141556
Sum of the clauses size5172986
Maximum clause length101
Minimum clause length1
Number of clauses of size 150
Number of clauses of size 21518215
Number of clauses of size 3615030
Number of clauses of size 4241
Number of clauses of size 5151
Number of clauses of size over 57869

Solver Data (download as text)

74.93/75.05	c run March_dl for 5 seconds ... 
74.93/75.05	c Bin: Executing march_dl
74.93/75.05	c child exit by a signal
74.93/75.05	c march_dl returned code 137.
74.93/75.05	c run saps (UBCSAT implementation) for 2 seconds ... 
74.93/75.05	c Bin: Executing ubcsat2006
74.93/75.05	c child exited successfully
74.93/75.05	c ubcsat2006 returned code 0.
74.93/75.05	c satzilla computing base features
74.93/75.05	Error!!! VCG-VAR-entropy
74.93/75.05	Satzilla is runing default solver ... 
74.93/75.05	 c satzilla running minisat20 ... 
74.93/75.06	This is MiniSat 2.0 beta
74.93/75.06	WARNING: for repeatability, setting FPU to use double precision
74.93/75.06	============================[ Problem Statistics ]=============================
74.93/75.06	|                                                                             |
74.93/75.06	|  Number of variables:  633392                                               |
74.93/75.06	|  Number of clauses:    2141556                                              |
76.32/76.47	|  Parsing time:         1.23         s                                       |
76.42/76.55	============================[ Search Statistics ]==============================
76.42/76.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
76.42/76.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
76.42/76.55	===============================================================================
76.42/76.55	|         0 |  633342  2141406  5172686 |   713802        0    nan |  0.000 % |
77.02/77.14	|       100 |  633342  2141406  5172686 |   785182      100     32 |  0.008 % |
77.92/78.04	|       251 |  633342  2141406  5172686 |   863700      251     16 |  0.008 % |
81.82/81.94	|       476 |  633342  2141406  5172686 |   950070      476     10 |  0.008 % |
85.12/85.27	|       813 |  633342  2141406  5172686 |  1045077      813     13 |  0.008 % |
89.42/89.53	|      1319 |  633342  2141406  5172686 |  1149585     1319     14 |  0.008 % |
96.12/96.27	|      2078 |  633342  2141406  5172686 |  1264543     2078     15 |  0.008 % |
118.62/118.70	|      3220 |  633342  2141406  5172686 |  1390998     3220     41 |  0.008 % |
137.11/137.27	|      4928 |  633342  2141406  5172686 |  1530097     4928     32 |  0.008 % |
170.50/170.60	|      7490 |  633342  2141406  5172686 |  1683107     7490     28 |  0.008 % |
222.39/222.57	|     11335 |  633342  2141406  5172686 |  1851418    11335     48 |  0.008 % |
291.67/291.85	|     17103 |  633342  2141406  5172686 |  2036560    17103     42 |  0.008 % |
377.55/377.71	|     25752 |  633342  2141406  5172686 |  2240216    25752     44 |  0.008 % |
543.81/544.09	|     38727 |  633342  2141406  5172686 |  2464238    38727     46 |  0.008 % |
755.76/756.06	|     58188 |  633342  2141406  5172686 |  2710661    58188     46 |  0.008 % |
964.91/965.21	|     87381 |  633342  2141406  5172686 |  2981728    87381     39 |  0.008 % |
1449.54/1450.06	|    131171 |  633342  2141406  5172686 |  3279900   131171     64 |  0.008 % |
1886.60/1887.24	|    196857 |  633342  2141406  5172686 |  3607890   196857     54 |  0.008 % |
2843.77/2844.66	|    295384 |  633342  2141406  5172686 |  3968680   295384     78 |  0.008 % |
4207.93/4209.11	|    443173 |  633342  2141406  5172686 |  4365548   443173     93 |  0.008 % |
4937.67/4939.01	|    664857 |  632824  2114420  5118714 |  4802102   656504     78 |  0.090 % |
6407.71/6409.53	|    997382 |  632736  2109845  5109564 |  5282313   986441     69 |  0.104 % |
9973.28/9976.16	|   1496170 |  632731  2109585  5109044 |  5810544  1485149     66 |  0.104 % |
9998.47/10001.39	c Bin: Executing minisat20
9998.47/10001.39	c child exit by a signal
9998.47/10001.39	c minisat20 returned code 137.
9998.47/10001.39	c minisat20 returned code 137.
9998.47/10001.39	c Satzilla Timed out!
9998.47/10001.39	s UNKNOWN
9998.47/10001.39	c SATZILLA_TIME=10000.100000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-455802-1178581034 -o ROOT/results/node29/solver-455802-1178581034 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455802-1178581034/SATzilla2007_C /tmp/evaluation/455802-1178581034/instance-455802-1178581034.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.80 0.95 0.94 3/77 2853
/proc/meminfo: memFree=1580912/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=1440 CPUtime=0
/proc/2853/stat : 2853 (SATzilla2007_C) R 2851 2853 2797 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 306019467 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 360 110 95 260 0 84 0
[pid=2854] ppid=2853 vsize=11480 CPUtime=0
/proc/2854/stat : 2854 (march_dl) R 2853 2853 2797 0 -1 4194304 814 0 0 0 0 0 0 0 18 0 1 0 306019467 11755520 809 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2854/statm: 2870 817 49 118 0 2749 0

[startup+0.0818751 s]
/proc/loadavg: 0.80 0.95 0.94 3/77 2853
/proc/meminfo: memFree=1580912/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=1440 CPUtime=0
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306019467 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 360 110 95 260 0 84 0
[pid=2854] ppid=2853 vsize=44008 CPUtime=0.07
/proc/2854/stat : 2854 (march_dl) R 2853 2853 2797 0 -1 4194304 7515 0 0 0 5 2 0 0 19 0 1 0 306019467 45064192 7510 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2854/statm: 11002 7513 49 118 0 10881 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 45448

[startup+0.101877 s]
/proc/loadavg: 0.80 0.95 0.94 3/77 2853
/proc/meminfo: memFree=1580912/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=1440 CPUtime=0
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306019467 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 360 110 95 260 0 84 0
[pid=2854] ppid=2853 vsize=48100 CPUtime=0.09
/proc/2854/stat : 2854 (march_dl) R 2853 2853 2797 0 -1 4194304 9041 0 0 0 6 3 0 0 19 0 1 0 306019467 49254400 9037 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2854/statm: 12025 9039 49 118 0 11904 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49540

[startup+0.301889 s]
/proc/loadavg: 0.80 0.95 0.94 3/77 2853
/proc/meminfo: memFree=1580912/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=1440 CPUtime=0
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306019467 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 360 110 95 260 0 84 0
[pid=2854] ppid=2853 vsize=59224 CPUtime=0.29
/proc/2854/stat : 2854 (march_dl) R 2853 2853 2797 0 -1 4194304 12132 0 0 0 25 4 0 0 20 0 1 0 306019467 60645376 12127 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2854/statm: 14806 12127 50 118 0 14685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60664

[startup+0.701915 s]
/proc/loadavg: 0.80 0.95 0.94 3/77 2853
/proc/meminfo: memFree=1580912/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=1440 CPUtime=0
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306019467 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 360 110 95 260 0 84 0
[pid=2854] ppid=2853 vsize=63976 CPUtime=0.69
/proc/2854/stat : 2854 (march_dl) R 2853 2853 2797 0 -1 4194304 13617 0 0 0 64 5 0 0 24 0 1 0 306019467 65511424 13612 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2854/statm: 15994 13612 50 118 0 15873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65416

[startup+1.50197 s]
/proc/loadavg: 0.80 0.95 0.94 2/79 2855
/proc/meminfo: memFree=1522080/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=1440 CPUtime=0
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306019467 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 360 110 95 260 0 84 0
[pid=2854] ppid=2853 vsize=73348 CPUtime=1.48
/proc/2854/stat : 2854 (march_dl) R 2853 2853 2797 0 -1 4194304 16526 0 0 0 141 7 0 0 25 0 1 0 306019467 75108352 16521 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2854/statm: 18337 16521 50 118 0 18216 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 74788

[startup+3.10107 s]
/proc/loadavg: 0.80 0.95 0.94 2/79 2855
/proc/meminfo: memFree=1504608/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=1440 CPUtime=0
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306019467 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 360 110 95 260 0 84 0
[pid=2854] ppid=2853 vsize=144688 CPUtime=3.09
/proc/2854/stat : 2854 (march_dl) R 2853 2853 2797 0 -1 4194304 24401 0 0 0 296 13 0 0 25 0 1 0 306019467 148160512 24394 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2854/statm: 36172 24396 50 118 0 36051 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146128

[startup+6.30227 s]
/proc/loadavg: 0.81 0.95 0.94 2/79 2856
/proc/meminfo: memFree=1575776/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=1440 CPUtime=5.01
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 134 41705 0 0 0 0 477 24 16 0 1 0 306019467 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 360 111 96 260 0 84 0
[pid=2856] ppid=2853 vsize=35228 CPUtime=1.26
/proc/2856/stat : 2856 (ubcsat2006) R 2853 2853 2797 0 -1 4194304 4562 0 0 0 124 2 0 0 25 0 1 0 306019970 36073472 4546 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4450648 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2856/statm: 8807 4547 141 64 0 8388 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36668

[startup+12.7017 s]
/proc/loadavg: 0.83 0.95 0.94 2/78 2856
/proc/meminfo: memFree=1514800/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=96232 CPUtime=12.67
/proc/2853/stat : 2853 (SATzilla2007_C) R 2851 2853 2797 0 -1 4194304 20909 75606 0 0 256 10 959 42 25 0 1 0 306019467 98541568 20880 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 24058 20880 114 260 0 23782 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 96232

[startup+25.5015 s]
/proc/loadavg: 0.86 0.95 0.94 2/78 2856
/proc/meminfo: memFree=1379312/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=217936 CPUtime=25.47
/proc/2853/stat : 2853 (SATzilla2007_C) R 2851 2853 2797 0 -1 4194304 50626 75606 0 0 1522 24 959 42 25 0 1 0 306019467 223166464 50596 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537944 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 54484 50596 121 260 0 54208 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 217936

[startup+51.1011 s]
/proc/loadavg: 0.91 0.96 0.94 2/78 2856
/proc/meminfo: memFree=1379184/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=217936 CPUtime=51.04
/proc/2853/stat : 2853 (SATzilla2007_C) R 2851 2853 2797 0 -1 4194304 50676 75606 0 0 4078 25 959 42 25 0 1 0 306019467 223166464 50646 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 54484 50646 121 260 0 54208 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 217936

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.94 2/79 2857
/proc/meminfo: memFree=1334504/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=130984 CPUtime=27.23
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 31009 0 0 0 2704 19 0 0 25 0 1 0 306026972 134127616 31003 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 32746 31003 59 118 0 32624 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 257544

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.94 2/79 2857
/proc/meminfo: memFree=1333608/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=131776 CPUtime=87.21
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 31222 0 0 0 8702 19 0 0 25 0 1 0 306026972 134938624 31216 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 32944 31216 59 118 0 32822 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 258336

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/79 2859
/proc/meminfo: memFree=1331816/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=133360 CPUtime=147.2
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 31631 0 0 0 14700 20 0 0 25 0 1 0 306026972 136560640 31625 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 33340 31625 59 118 0 33218 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 259920

[startup+282.302 s]
/proc/loadavg: 1.07 0.99 0.95 2/79 2859
/proc/meminfo: memFree=1330984/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=134292 CPUtime=207.18
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 31858 0 0 0 20697 21 0 0 25 0 1 0 306026972 137515008 31852 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 33573 31852 59 118 0 33451 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 260852

[startup+342.302 s]
/proc/loadavg: 1.17 1.02 0.96 2/79 2859
/proc/meminfo: memFree=1330280/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=134972 CPUtime=267.17
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 32010 0 0 0 26695 22 0 0 25 0 1 0 306026972 138211328 32004 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 33743 32004 59 118 0 33621 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 261532

[startup+402.302 s]
/proc/loadavg: 1.06 1.01 0.96 2/79 2859
/proc/meminfo: memFree=1328296/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0

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

/proc/2857/statm: 143821 140959 59 118 0 143699 0
Current children cumulated CPU time (s) 9639.56
Current children cumulated vsize (KiB) 701844

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=863912/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=576580 CPUtime=9624.55
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 141272 0 0 0 962227 228 0 0 25 0 1 0 306026972 590417920 141266 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 144145 141266 59 118 0 144023 0
Current children cumulated CPU time (s) 9699.54
Current children cumulated vsize (KiB) 703140

[startup+9762.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 3933
/proc/meminfo: memFree=862696/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=577840 CPUtime=9684.54
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 141575 0 0 0 968225 229 0 0 25 0 1 0 306026972 591708160 141569 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 144460 141569 59 118 0 144338 0
Current children cumulated CPU time (s) 9759.53
Current children cumulated vsize (KiB) 704400

[startup+9822.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 3933
/proc/meminfo: memFree=861288/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=579272 CPUtime=9744.53
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 141961 0 0 0 974223 230 0 0 25 0 1 0 306026972 593174528 141955 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 144818 141955 59 118 0 144696 0
Current children cumulated CPU time (s) 9819.52
Current children cumulated vsize (KiB) 705832

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=860072/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=580064 CPUtime=9804.52
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142229 0 0 0 980221 231 0 0 25 0 1 0 306026972 593985536 142223 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145016 142223 59 118 0 144894 0
Current children cumulated CPU time (s) 9879.51
Current children cumulated vsize (KiB) 706624

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=858856/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=581300 CPUtime=9864.5
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142534 0 0 0 986218 232 0 0 25 0 1 0 306026972 595251200 142528 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145325 142528 59 118 0 145203 0
Current children cumulated CPU time (s) 9939.49
Current children cumulated vsize (KiB) 707860

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

[startup+9958.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=858536/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=581696 CPUtime=9880.5
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142608 0 0 0 987818 232 0 0 25 0 1 0 306026972 595656704 142602 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145424 142602 59 118 0 145302 0
Current children cumulated CPU time (s) 9955.49
Current children cumulated vsize (KiB) 708256

[startup+9983.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=857896/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=582256 CPUtime=9906.09
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142781 0 0 0 990377 232 0 0 25 0 1 0 306026972 596230144 142775 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145564 142775 59 118 0 145442 0
Current children cumulated CPU time (s) 9981.08
Current children cumulated vsize (KiB) 708816

[startup+9990.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=857896/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=582256 CPUtime=9912.49
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142783 0 0 0 991017 232 0 0 25 0 1 0 306026972 596230144 142777 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145564 142777 59 118 0 145442 0
Current children cumulated CPU time (s) 9987.48
Current children cumulated vsize (KiB) 708816

[startup+9996.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=857832/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=582256 CPUtime=9918.89
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142795 0 0 0 991657 232 0 0 25 0 1 0 306026972 596230144 142789 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145564 142789 59 118 0 145442 0
Current children cumulated CPU time (s) 9993.88
Current children cumulated vsize (KiB) 708816

[startup+9999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=857768/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=582532 CPUtime=9922.08
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142835 0 0 0 991976 232 0 0 25 0 1 0 306026972 596512768 142829 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145633 142829 59 118 0 145511 0
Current children cumulated CPU time (s) 9997.07
Current children cumulated vsize (KiB) 709092

[startup+10000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=857704/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=582668 CPUtime=9922.88
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142894 0 0 0 992056 232 0 0 25 0 1 0 306026972 596652032 142888 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145667 142888 59 118 0 145545 0
Current children cumulated CPU time (s) 9997.87
Current children cumulated vsize (KiB) 709228

[startup+10001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=857448/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=582668 CPUtime=9923.28
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4194304 142895 0 0 0 992096 232 0 0 25 0 1 0 306026972 596652032 142889 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 145667 142889 59 118 0 145545 0
Current children cumulated CPU time (s) 9998.27
Current children cumulated vsize (KiB) 709228

[startup+10001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=857448/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=126560 CPUtime=74.99
/proc/2853/stat : 2853 (SATzilla2007_C) S 2851 2853 2797 0 -1 4194304 66235 75606 0 0 6463 35 959 42 25 0 1 0 306019467 129597440 30804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 31640 30804 126 260 0 31364 0
[pid=2857] ppid=2853 vsize=0 CPUtime=9923.48
/proc/2857/stat : 2857 (minisat20) R 2853 2853 2797 0 -1 4195332 142903 0 0 0 992116 232 0 0 25 0 1 0 306026972 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/2857/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9998.47
Current children cumulated vsize (KiB) 126560

[startup+10001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3933
/proc/meminfo: memFree=857448/2055920 swapFree=4146788/4192956
[pid=2853] ppid=2851 vsize=0 CPUtime=9998.59
/proc/2853/stat : 2853 (SATzilla2007_C) R 2851 2853 2797 0 -1 4194308 66249 218509 0 0 6463 36 993076 284 18 0 1 0 306019467 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/2853/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9998.59
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 10001.4
CPU time (s): 9998.61
CPU user time (s): 9995.4
CPU system time (s): 3.21551
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 709228

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

runsolver used 9.70852 second user time and 26.236 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon May  7 23:37:17 UTC 2007

IDJOB= 455802
IDBENCH= 20407
IDSOLVER= 179
FILE ID= node29/455802-1178581034

PBS_JOBID= 5217923

Free space on /tmp= 66517 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/hard/safe-50-h50-sat.cnf
COMMAND LINE= /tmp/evaluation/455802-1178581034/SATzilla2007_C /tmp/evaluation/455802-1178581034/instance-455802-1178581034.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-455802-1178581034 -o ROOT/results/node29/solver-455802-1178581034 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455802-1178581034/SATzilla2007_C /tmp/evaluation/455802-1178581034/instance-455802-1178581034.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  03c6b6156c444674b996a4279225be1a

RANDOM SEED= 358251619

TIME LIMIT= 10000 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.224
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.224
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:       1581384 kB
Buffers:         36540 kB
Cached:         317424 kB
SwapCached:      11264 kB
Active:         122016 kB
Inactive:       254968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581384 kB
SwapTotal:     4192956 kB
SwapFree:      4146788 kB
Dirty:           48592 kB
Writeback:           0 kB
Mapped:          30028 kB
Slab:            82980 kB
Committed_AS:  7066788 kB
PageTables:       1872 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= 66517 MiB

End job on node29 on Tue May  8 02:23:59 UTC 2007