Trace number 455787

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 CRAFTEDUNSAT 83.0864 83.1973

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-22.cnf
MD5SUM3b3198fba6db1661781a1aa668754f11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark83.0864
Satisfiable
(Un)Satisfiability was proved
Number of variables15589
Number of clauses54263
Sum of the clauses size140423
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 226004
Number of clauses of size 325780
Number of clauses of size 42100
Number of clauses of size 5198
Number of clauses of size over 5180

Solver Data (download as text)

11.47/11.52	c run March_dl for 5 seconds ... 
11.47/11.52	c Bin: Executing march_dl
11.47/11.52	c child exit by a signal
11.47/11.52	c march_dl returned code 137.
11.47/11.52	c run saps (UBCSAT implementation) for 2 seconds ... 
11.47/11.52	c Bin: Executing ubcsat2006
11.47/11.52	c child exited successfully
11.47/11.52	c ubcsat2006 returned code 0.
11.47/11.52	c satzilla computing base features
11.47/11.52	c satzilla doing unit-prop probe
11.47/11.52	c satzilla doing local search probe
11.47/11.52	c satzilla doing lobjois search-space size estimate
11.47/11.52	c satzilla's ranking:
11.47/11.52	c 1) minisat20+P: 1.258552
11.47/11.52	c 2) march_dl: 1.632195
11.47/11.52	c 3) march_dl+P: 3.495583
11.47/11.52	c 4) minisat20: 3.880283
11.47/11.52	c 5) vallst+P: 4.362829
11.47/11.52	c 6) zchaff_rand+P: 5.556672
11.47/11.52	c 7) kcnfs+P: 999.000000
11.47/11.52	c 8) kcnfs: 999.000000
11.47/11.52	c 9) vallst: 999.000000
11.47/11.52	c 10) zchaff_rand: 999.000000
11.47/11.52	c satzilla running minisat20 with preprocessing ... 
23.37/23.49	This is MiniSat 2.0 beta
23.37/23.49	WARNING: for repeatability, setting FPU to use double precision
23.37/23.49	============================[ Problem Statistics ]=============================
23.37/23.49	|                                                                             |
23.37/23.49	|  Number of variables:  2183                                                 |
23.37/23.49	|  Number of clauses:    15088                                                |
23.46/23.50	|  Parsing time:         0.01         s                                       |
23.46/23.50	============================[ Search Statistics ]==============================
23.46/23.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.46/23.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.46/23.50	===============================================================================
23.46/23.50	|         0 |    2183    15088    34788 |     5029        0    nan |  0.000 % |
23.46/23.50	|       100 |    2183    15088    34788 |     5532      100     23 |  0.002 % |
23.46/23.52	|       251 |    2183    15088    34788 |     6085      251     30 |  0.000 % |
23.46/23.53	|       476 |    2183    15088    34788 |     6694      476     32 |  0.000 % |
23.46/23.56	|       813 |    2183    15088    34788 |     7363      813     35 |  0.001 % |
23.46/23.60	|      1319 |    2183    15088    34788 |     8099     1319     33 |  0.001 % |
23.46/23.68	|      2079 |    2183    15088    34788 |     8909     2079     33 |  0.001 % |
23.46/23.80	|      3218 |    2183    15088    34788 |     9800     3218     32 |  0.001 % |
23.46/24.00	|      4926 |    2183    15088    34788 |    10780     4926     31 |  0.002 % |
24.26/24.39	|      7488 |    2183    15088    34788 |    11858     7488     32 |  0.000 % |
25.06/25.13	|     11332 |    2183    15088    34788 |    13044    11332     35 |  0.000 % |
26.06/26.17	|     17098 |    2183    15088    34788 |    14349    10284     32 |  0.000 % |
27.86/27.95	|     25750 |    2183    15088    34788 |    15784    11301     29 |  0.000 % |
30.16/30.24	|     38724 |    2183    15088    34788 |    17362    15797     28 |  0.000 % |
34.66/34.71	|     58186 |    2183    15088    34788 |    19098    17590     30 |  0.000 % |
41.76/41.87	|     87379 |    2183    15088    34788 |    21008    17513     30 |  0.001 % |
52.95/53.06	|    131168 |    2183    15088    34788 |    23109    17949     32 |  0.002 % |
73.24/73.37	|    196852 |    2183    15088    34788 |    25420    13020     29 |  0.000 % |
83.04/83.11	===============================================================================
83.04/83.11	restarts              : 18
83.04/83.11	conflicts             : 228111         (3828 /sec)
83.04/83.11	decisions             : 265387         (0.56 % random) (4453 /sec)
83.04/83.11	propagations          : 62312753       (1045622 /sec)
83.04/83.11	conflict literals     : 7636904        (45.50 % deleted)
83.04/83.11	Memory used           : 7.14 MB
83.04/83.11	CPU time              : 59.5939 s
83.04/83.11	
83.04/83.12	c Preprocessing...
83.04/83.12	c Inital problem has 15589 variables, 28259 nary clauses (26004 binary clauses).
83.04/83.12	c Num non-binary clauses 28258, Average non-binary clause length 3.129
83.04/83.12	c Theory has no gaps
83.04/83.12	c Preprocessor runtime was 11.890 seconds.
83.04/83.12	c 
83.04/83.12	c Satisfiability of theory still undetermined.
83.04/83.12	c See file /tmp/NynEWe for simplified theory.
83.04/83.12	c Bin: Executing minisat20
83.04/83.12	c child exited successfully
83.04/83.12	c minisat20 returned code 20.
83.04/83.12	s UNSATISFIABLE
83.04/83.12	c SATZILLA_TIME=83.070000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-455787-1178576715 -o ROOT/results/node9/solver-455787-1178576715 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455787-1178576715/SATzilla2007_C /tmp/evaluation/455787-1178576715/instance-455787-1178576715.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.77 0.94 0.90 3/77 29213
/proc/meminfo: memFree=1807200/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=1440 CPUtime=0
/proc/29213/stat : 29213 (SATzilla2007_C) R 29211 29213 29071 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 333709053 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/29213/statm: 360 110 95 260 0 84 0
[pid=29214] ppid=29213 vsize=1972 CPUtime=0
/proc/29214/stat : 29214 (march_dl) R 29213 29213 29071 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 333709053 2019328 344 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29214/statm: 493 344 50 118 0 372 0

[startup+0.091157 s]
/proc/loadavg: 0.77 0.94 0.90 3/77 29213
/proc/meminfo: memFree=1807200/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=1440 CPUtime=0
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 333709053 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29213/statm: 360 110 95 260 0 84 0
[pid=29214] ppid=29213 vsize=4568 CPUtime=0.08
/proc/29214/stat : 29214 (march_dl) R 29213 29213 29071 0 -1 4194304 1126 0 0 0 8 0 0 0 19 0 1 0 333709053 4677632 864 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29214/statm: 1142 865 52 118 0 1021 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6008

[startup+0.101158 s]
/proc/loadavg: 0.77 0.94 0.90 3/77 29213
/proc/meminfo: memFree=1807200/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=1440 CPUtime=0
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 333709053 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29213/statm: 360 110 95 260 0 84 0
[pid=29214] ppid=29213 vsize=4840 CPUtime=0.09
/proc/29214/stat : 29214 (march_dl) R 29213 29213 29071 0 -1 4194304 1196 0 0 0 9 0 0 0 19 0 1 0 333709053 4956160 879 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29214/statm: 1210 881 53 118 0 1089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6280

[startup+0.301181 s]
/proc/loadavg: 0.77 0.94 0.90 3/77 29213
/proc/meminfo: memFree=1807200/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=1440 CPUtime=0
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 333709053 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29213/statm: 360 110 95 260 0 84 0
[pid=29214] ppid=29213 vsize=5896 CPUtime=0.28
/proc/29214/stat : 29214 (march_dl) R 29213 29213 29071 0 -1 4194304 4167 0 0 0 27 1 0 0 20 0 1 0 333709053 6037504 1162 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542941 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29214/statm: 1474 1164 57 118 0 1353 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7336

[startup+0.701225 s]
/proc/loadavg: 0.77 0.94 0.90 3/77 29213
/proc/meminfo: memFree=1807200/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=1440 CPUtime=0
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 333709053 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29213/statm: 360 110 95 260 0 84 0
[pid=29214] ppid=29213 vsize=13560 CPUtime=0.69
/proc/29214/stat : 29214 (march_dl) R 29213 29213 29071 0 -1 4194304 7271 0 0 0 66 3 0 0 24 0 1 0 333709053 13885440 3094 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652576 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29214/statm: 3390 3094 69 118 0 3269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15000

[startup+1.50132 s]
/proc/loadavg: 0.79 0.94 0.90 2/79 29215
/proc/meminfo: memFree=1793680/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=1440 CPUtime=0
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 333709053 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29213/statm: 360 110 95 260 0 84 0
[pid=29214] ppid=29213 vsize=16712 CPUtime=1.49
/proc/29214/stat : 29214 (march_dl) R 29213 29213 29071 0 -1 4194304 8564 0 0 0 145 4 0 0 25 0 1 0 333709053 17113088 3894 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544548 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29214/statm: 4178 3894 69 118 0 4057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18152

[startup+3.1015 s]
/proc/loadavg: 0.79 0.94 0.90 2/79 29215
/proc/meminfo: memFree=1787472/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=1440 CPUtime=0
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 333709053 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29213/statm: 360 110 95 260 0 84 0
[pid=29214] ppid=29213 vsize=24524 CPUtime=3.09
/proc/29214/stat : 29214 (march_dl) R 29213 29213 29071 0 -1 4194304 11372 0 0 0 304 5 0 0 25 0 1 0 333709053 25112576 5847 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29214/statm: 6131 5847 69 118 0 6010 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25964

[startup+6.30186 s]
/proc/loadavg: 0.79 0.94 0.90 2/79 29216
/proc/meminfo: memFree=1803280/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=1440 CPUtime=5
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 134 13557 0 0 0 0 493 7 16 0 1 0 333709053 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29213/statm: 360 111 96 260 0 84 0
[pid=29216] ppid=29213 vsize=10288 CPUtime=1.29
/proc/29216/stat : 29216 (ubcsat2006) R 29213 29213 29071 0 -1 4194304 1100 0 0 0 126 3 0 0 25 0 1 0 333709553 10534912 1083 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29216/statm: 2572 1083 156 64 0 2153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11728

[startup+12.7016 s]
/proc/loadavg: 0.82 0.94 0.91 2/78 29216
/proc/meminfo: memFree=1793624/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=22724 CPUtime=12.67
/proc/29213/stat : 29213 (SATzilla2007_C) R 29211 29213 29071 0 -1 4194304 6712 14664 0 0 538 15 701 13 25 0 1 0 333709053 23269376 3742 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/29213/statm: 5681 3742 165 260 0 5405 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22724

[startup+25.501 s]
/proc/loadavg: 0.85 0.94 0.91 2/79 29217
/proc/meminfo: memFree=1780112/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=4692 CPUtime=2
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 997 0 0 0 200 0 0 0 25 0 1 0 333711402 4804608 991 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1173 991 58 118 0 1051 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 31060

[startup+51.1019 s]
/proc/loadavg: 0.90 0.94 0.91 2/79 29217
/proc/meminfo: memFree=1778192/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=6364 CPUtime=27.59
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 1398 0 0 0 2759 0 0 0 25 0 1 0 333711402 6516736 1392 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1591 1392 58 118 0 1469 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 32732

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

[startup+63.9014 s]
/proc/loadavg: 0.92 0.95 0.91 2/79 29217
/proc/meminfo: memFree=1777680/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=6760 CPUtime=40.38
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 1518 0 0 0 4038 0 0 0 25 0 1 0 333711402 6922240 1512 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1690 1512 58 118 0 1568 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 33128

[startup+76.7018 s]
/proc/loadavg: 0.94 0.95 0.91 2/79 29217
/proc/meminfo: memFree=1777296/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=7156 CPUtime=53.18
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 1620 0 0 0 5317 1 0 0 25 0 1 0 333711402 7327744 1614 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1789 1614 58 118 0 1667 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 33524

[startup+79.9022 s]
/proc/loadavg: 0.94 0.95 0.91 2/79 29217
/proc/meminfo: memFree=1777232/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=7304 CPUtime=56.38
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 1628 0 0 0 5637 1 0 0 25 0 1 0 333711402 7479296 1622 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1826 1622 58 118 0 1704 0
Current children cumulated CPU time (s) 79.84
Current children cumulated vsize (KiB) 33672

[startup+81.5014 s]
/proc/loadavg: 0.94 0.95 0.91 2/79 29217
/proc/meminfo: memFree=1777232/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=7304 CPUtime=57.98
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 1629 0 0 0 5797 1 0 0 25 0 1 0 333711402 7479296 1623 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1826 1623 58 118 0 1704 0
Current children cumulated CPU time (s) 81.44
Current children cumulated vsize (KiB) 33672

[startup+82.3015 s]
/proc/loadavg: 0.94 0.95 0.91 2/79 29217
/proc/meminfo: memFree=1777232/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=7304 CPUtime=58.78
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 1629 0 0 0 5877 1 0 0 25 0 1 0 333711402 7479296 1623 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134527440 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1826 1623 58 118 0 1704 0
Current children cumulated CPU time (s) 82.24
Current children cumulated vsize (KiB) 33672

[startup+82.7015 s]
/proc/loadavg: 0.94 0.95 0.91 2/79 29217
/proc/meminfo: memFree=1777232/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=7304 CPUtime=59.18
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 1629 0 0 0 5917 1 0 0 25 0 1 0 333711402 7479296 1623 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1826 1623 58 118 0 1704 0
Current children cumulated CPU time (s) 82.64
Current children cumulated vsize (KiB) 33672

[startup+83.1015 s]
/proc/loadavg: 0.94 0.95 0.91 2/79 29217
/proc/meminfo: memFree=1777232/2055920 swapFree=4145452/4192956
[pid=29213] ppid=29211 vsize=26368 CPUtime=23.46
/proc/29213/stat : 29213 (SATzilla2007_C) S 29211 29213 29071 0 -1 4194304 10395 14664 0 0 1563 69 701 13 25 0 1 0 333709053 27000832 5919 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29213/statm: 6592 5919 165 260 0 6316 0
[pid=29217] ppid=29213 vsize=7304 CPUtime=59.58
/proc/29217/stat : 29217 (minisat20) R 29213 29213 29071 0 -1 4194304 1629 0 0 0 5957 1 0 0 25 0 1 0 333711402 7479296 1623 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29217/statm: 1826 1623 58 118 0 1704 0
Current children cumulated CPU time (s) 83.04
Current children cumulated vsize (KiB) 33672

Child status: 20
Real time (s): 83.1973
CPU time (s): 83.0864
CPU user time (s): 82.2385
CPU system time (s): 0.847871
CPU usage (%): 99.8667
Max. virtual memory (cumulated for all children) (KiB): 33672

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

runsolver used 0.084987 second user time and 0.216967 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon May  7 22:25:15 UTC 2007

IDJOB= 455787
IDBENCH= 20392
IDSOLVER= 179
FILE ID= node9/455787-1178576715

PBS_JOBID= 5217711

Free space on /tmp= 66555 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-22.cnf
COMMAND LINE= /tmp/evaluation/455787-1178576715/SATzilla2007_C /tmp/evaluation/455787-1178576715/instance-455787-1178576715.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-455787-1178576715 -o ROOT/results/node9/solver-455787-1178576715 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455787-1178576715/SATzilla2007_C /tmp/evaluation/455787-1178576715/instance-455787-1178576715.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 41351064

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1807672 kB
Buffers:         21748 kB
Cached:         136924 kB
SwapCached:      15408 kB
Active:          86588 kB
Inactive:        94748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807672 kB
SwapTotal:     4192956 kB
SwapFree:      4145452 kB
Dirty:            9732 kB
Writeback:           0 kB
Mapped:          29620 kB
Slab:            52416 kB
Committed_AS:  8867280 kB
PageTables:       1784 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= 66555 MiB

End job on node9 on Mon May  7 22:26:38 UTC 2007