Trace number 314970

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? (TO) 1200.06 1200.51

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

Solver Data (download as text)

10.87/10.92	c run March_dl for 5 seconds ... 
10.87/10.92	c Bin: Executing march_dl
10.87/10.92	c child exit by a signal
10.87/10.92	c march_dl returned code 137.
10.87/10.92	c run saps (UBCSAT implementation) for 2 seconds ... 
10.87/10.92	c Bin: Executing ubcsat2006
10.87/10.92	c child exited successfully
10.87/10.92	c ubcsat2006 returned code 0.
10.87/10.92	c satzilla computing base features
10.87/10.92	c satzilla doing unit-prop probe
10.87/10.92	c satzilla doing local search probe
10.87/10.92	c satzilla doing lobjois search-space size estimate
10.87/10.92	c satzilla's ranking:
10.87/10.92	c 1) minisat20: -11.460040
10.87/10.92	c 2) march_dl: -8.904696
10.87/10.92	c 3) minisat20+P: -7.783049
10.87/10.92	c 4) march_dl+P: 2.582215
10.87/10.92	c 5) vallst+P: 9.789294
10.87/10.92	c 6) zchaff_rand+P: 14.235127
10.87/10.92	c 7) kcnfs+P: 999.000000
10.87/10.92	c 8) kcnfs: 999.000000
10.87/10.92	c 9) vallst: 999.000000
10.87/10.92	c 10) zchaff_rand: 999.000000
10.87/10.92	c satzilla running minisat20 ... 
10.87/10.92	This is MiniSat 2.0 beta
10.87/10.92	WARNING: for repeatability, setting FPU to use double precision
10.87/10.92	============================[ Problem Statistics ]=============================
10.87/10.92	|                                                                             |
10.87/10.92	|  Number of variables:  7729                                                 |
10.87/10.92	|  Number of clauses:    29194                                                |
10.87/10.94	|  Parsing time:         0.01         s                                       |
10.87/10.94	============================[ Search Statistics ]==============================
10.87/10.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.87/10.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.87/10.94	===============================================================================
10.87/10.94	|         0 |    7503    28202    74599 |     9400        0    nan |  0.000 % |
10.87/10.95	|       100 |    7500    28202    74599 |    10340       98      8 |  2.963 % |
10.87/10.97	|       251 |    7499    28202    74599 |    11374      248     18 |  2.989 % |
10.89/11.01	|       477 |    7498    26583    71357 |    12512      474     38 |  2.989 % |
10.89/11.06	|       814 |    7493    26571    71329 |    13763      808     44 |  3.067 % |
10.89/11.15	|      1320 |    7490    26559    71301 |    15139     1313     52 |  3.093 % |
10.89/11.28	|      2080 |    7490    26559    71301 |    16653     2073     66 |  3.093 % |
10.89/11.52	|      3219 |    7488    26553    71287 |    18319     3211     70 |  3.118 % |
11.96/12.01	|      4927 |    7480    26529    71231 |    20151     4915     76 |  3.222 % |
12.76/12.82	|      7489 |    7474    26516    71203 |    22166     7474     82 |  3.299 % |
14.26/14.32	|     11333 |    7460    26466    71091 |    24382    11307     84 |  3.571 % |
17.05/17.10	|     17100 |    7451    26433    71017 |    26821    17072     82 |  3.623 % |
22.15/22.29	|     25749 |    7441    26400    70947 |    29503    25717     87 |  3.726 % |
29.05/29.11	|     38723 |    7425    26349    70827 |    32453    22554     80 |  3.959 % |
41.24/41.38	|     58184 |    7419    26329    70785 |    35699    24717     73 |  4.037 % |
60.44/60.55	|     87377 |    7410    26302    70729 |    39268    34212     73 |  4.140 % |
92.23/92.38	|    131168 |    7390    26191    70465 |    43195    34533     58 |  4.386 % |
145.20/145.40	|    196854 |    7367    26087    70216 |    47515    19477     59 |  4.684 % |
220.98/221.15	|    295380 |    7318    25848    69641 |    52266    27718     70 |  5.318 % |
349.24/349.48	|    443170 |    7296    25726    69350 |    57493    33656     71 |  5.603 % |
554.86/555.17	|    664855 |    7253    25515    68846 |    63242    52871     69 |  6.159 % |
903.84/904.24	|    997380 |    7209    25347    68437 |    69567    27016     80 |  6.728 % |
1199.63/1200.17	c Bin: Executing minisat20
1199.63/1200.17	c child exit by a signal
1199.63/1200.17	c minisat20 returned code 137.
1199.63/1200.17	c minisat20 returned code 137.
1199.63/1200.17	c satzilla running march_dl ... 
1199.63/1200.17	c Bin: Executing march_dl
1199.63/1200.17	c march_dl returned code 1.
1199.63/1200.17	c march_dl returned code 1.
1199.63/1200.17	c satzilla running minisat20 with preprocessing ... 

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-314970-1172646469 -o ROOT/results/node60/solver-314970-1172646469 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314970-1172646469/SATzilla2007_C /tmp/evaluation/314970-1172646469/instance-314970-1172646469.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.72 0.92 0.97 3/64 17404
/proc/meminfo: memFree=1595920/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=1440 CPUtime=0
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284603794 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 360 110 95 260 0 84 0
[pid=17405] ppid=17404 vsize=1352 CPUtime=0
/proc/17405/stat : 17405 (march_dl) R 17404 17404 17329 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 284603794 1384448 210 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17405/statm: 338 211 50 118 0 217 0

[startup+0.073824 s]
/proc/loadavg: 0.72 0.92 0.97 3/64 17404
/proc/meminfo: memFree=1595920/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=1440 CPUtime=0
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284603794 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 360 110 95 260 0 84 0
[pid=17405] ppid=17404 vsize=3044 CPUtime=0.06
/proc/17405/stat : 17405 (march_dl) R 17404 17404 17329 0 -1 4194304 868 0 0 0 6 0 0 0 20 0 1 0 284603794 3117056 589 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134542900 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17405/statm: 761 589 55 118 0 640 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4484

[startup+0.101828 s]
/proc/loadavg: 0.72 0.92 0.97 3/64 17404
/proc/meminfo: memFree=1595920/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=1440 CPUtime=0
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284603794 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 360 110 95 260 0 84 0
[pid=17405] ppid=17404 vsize=3440 CPUtime=0.09
/proc/17405/stat : 17405 (march_dl) R 17404 17404 17329 0 -1 4194304 1127 0 0 0 9 0 0 0 20 0 1 0 284603794 3522560 663 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17405/statm: 860 666 55 118 0 739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4880

[startup+0.301863 s]
/proc/loadavg: 0.72 0.92 0.97 3/64 17404
/proc/meminfo: memFree=1595920/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=1440 CPUtime=0
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284603794 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 360 110 95 260 0 84 0
[pid=17405] ppid=17404 vsize=6700 CPUtime=0.29
/proc/17405/stat : 17405 (march_dl) R 17404 17404 17329 0 -1 4194304 3314 0 0 0 28 1 0 0 21 0 1 0 284603794 6860800 1482 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17405/statm: 1675 1482 69 118 0 1554 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8140

[startup+0.701934 s]
/proc/loadavg: 0.72 0.92 0.97 3/64 17404
/proc/meminfo: memFree=1595920/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=1440 CPUtime=0
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284603794 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 360 110 95 260 0 84 0
[pid=17405] ppid=17404 vsize=8132 CPUtime=0.69
/proc/17405/stat : 17405 (march_dl) R 17404 17404 17329 0 -1 4194304 3682 0 0 0 68 1 0 0 24 0 1 0 284603794 8327168 1848 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134562618 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17405/statm: 2033 1848 69 118 0 1912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9572

[startup+1.50108 s]
/proc/loadavg: 0.72 0.92 0.97 2/66 17406
/proc/meminfo: memFree=1588288/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=1440 CPUtime=0
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284603794 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 360 110 95 260 0 84 0
[pid=17405] ppid=17404 vsize=8408 CPUtime=1.49
/proc/17405/stat : 17405 (march_dl) R 17404 17404 17329 0 -1 4194304 4038 0 0 0 148 1 0 0 25 0 1 0 284603794 8609792 1932 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134563128 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17405/statm: 2102 1932 69 118 0 1981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9848

[startup+3.10136 s]
/proc/loadavg: 0.74 0.92 0.97 2/66 17406
/proc/meminfo: memFree=1583808/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=1440 CPUtime=0
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284603794 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 360 110 95 260 0 84 0
[pid=17405] ppid=17404 vsize=14476 CPUtime=3.08
/proc/17405/stat : 17405 (march_dl) R 17404 17404 17329 0 -1 4194304 6008 0 0 0 305 3 0 0 25 0 1 0 284603794 14823424 3046 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134513791 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17405/statm: 3619 3046 75 118 0 3498 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15916

[startup+6.30194 s]
/proc/loadavg: 0.74 0.92 0.97 2/66 17407
/proc/meminfo: memFree=1593480/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=1440 CPUtime=4.99
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 135 6008 0 0 0 0 495 4 16 0 1 0 284603794 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17404/statm: 360 111 96 260 0 84 0
[pid=17407] ppid=17404 vsize=6188 CPUtime=1.28
/proc/17407/stat : 17407 (ubcsat2006) R 17404 17404 17329 0 -1 4194304 696 0 0 0 115 13 0 0 25 0 1 0 284604294 6336512 679 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17407/statm: 1547 679 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7021 s]
/proc/loadavg: 0.78 0.93 0.97 2/66 17408
/proc/meminfo: memFree=1588872/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=6076 CPUtime=1.76
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 1267 0 0 0 176 0 0 0 25 0 1 0 284604886 6221824 1261 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519201 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 1519 1261 59 118 0 1397 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 10164

[startup+25.5014 s]
/proc/loadavg: 0.81 0.93 0.97 2/66 17408
/proc/meminfo: memFree=1578184/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=16184 CPUtime=14.56
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 3813 0 0 0 1452 4 0 0 25 0 1 0 284604886 16572416 3807 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 4046 3807 59 118 0 3924 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 20272

[startup+51.1019 s]
/proc/loadavg: 0.87 0.93 0.97 2/66 17408
/proc/meminfo: memFree=1577992/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=16316 CPUtime=40.15
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 3820 0 0 0 4011 4 0 0 25 0 1 0 284604886 16707584 3814 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 4079 3814 59 118 0 3957 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 20404

[startup+102.305 s]
/proc/loadavg: 0.95 0.94 0.97 2/66 17408
/proc/meminfo: memFree=1576648/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=17724 CPUtime=91.34
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 4163 0 0 0 9129 5 0 0 25 0 1 0 284604886 18149376 4157 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525400 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 4431 4157 59 118 0 4309 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 21812

[startup+162.302 s]
/proc/loadavg: 0.98 0.95 0.97 2/66 17408
/proc/meminfo: memFree=1574792/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=19600 CPUtime=151.31
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 4618 0 0 0 15126 5 0 0 25 0 1 0 284604886 20070400 4612 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 4900 4612 59 118 0 4778 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 23688

[startup+222.302 s]
/proc/loadavg: 0.99 0.95 0.97 2/66 17408
/proc/meminfo: memFree=1574024/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=20260 CPUtime=211.29
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 4800 0 0 0 21123 6 0 0 25 0 1 0 284604886 20746240 4794 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134533596 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 5065 4794 59 118 0 4943 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 24348

[startup+282.301 s]
/proc/loadavg: 0.99 0.96 0.97 2/66 17408
/proc/meminfo: memFree=1572040/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=22180 CPUtime=271.27
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 5284 0 0 0 27120 7 0 0 25 0 1 0 284604886 22712320 5278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 5545 5278 59 118 0 5423 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 26268

[startup+342.302 s]
/proc/loadavg: 1.04 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1569672/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=24616 CPUtime=331.25
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 5871 0 0 0 33117 8 0 0 25 0 1 0 284604886 25206784 5865 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528820 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 6154 5865 59 118 0 6032 0

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

[startup+522.301 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1568392/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=25868 CPUtime=511.18
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 6184 0 0 0 51110 8 0 0 25 0 1 0 284604886 26488832 6178 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 6467 6178 59 118 0 6345 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 29956

[startup+582.302 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1566664/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=27572 CPUtime=571.16
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 6615 0 0 0 57107 9 0 0 25 0 1 0 284604886 28233728 6609 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 6893 6609 59 118 0 6771 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 31660

[startup+642.303 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1566344/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=28028 CPUtime=631.15
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 6695 0 0 0 63106 9 0 0 25 0 1 0 284604886 28700672 6689 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525382 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 7007 6689 59 118 0 6885 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 32116

[startup+702.301 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1566344/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=28028 CPUtime=691.12
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 6700 0 0 0 69103 9 0 0 25 0 1 0 284604886 28700672 6694 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134536668 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 7007 6694 59 118 0 6885 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 32116

[startup+762.306 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1565256/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=29132 CPUtime=751.1
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 6970 0 0 0 75101 9 0 0 25 0 1 0 284604886 29831168 6964 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 7283 6964 59 118 0 7161 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 33220

[startup+822.302 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1564552/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=29812 CPUtime=811.07
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 7131 0 0 0 81098 9 0 0 25 0 1 0 284604886 30527488 7125 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528229 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 7453 7125 59 118 0 7331 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 33900

[startup+882.301 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1561096/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=33184 CPUtime=871.05
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 7996 0 0 0 87095 10 0 0 25 0 1 0 284604886 33980416 7990 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525370 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 8296 7990 59 118 0 8174 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 37272

[startup+942.302 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1561032/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=33184 CPUtime=931.03
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 8001 0 0 0 93093 10 0 0 25 0 1 0 284604886 33980416 7995 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 8296 7995 59 118 0 8174 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 37272

[startup+1002.3 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1559176/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=35064 CPUtime=991.01
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 8453 0 0 0 99090 11 0 0 25 0 1 0 284604886 35905536 8447 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 8766 8447 59 118 0 8644 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 39152

[startup+1062.3 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1559112/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=35240 CPUtime=1050.99
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 8490 0 0 0 105088 11 0 0 25 0 1 0 284604886 36085760 8484 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 8810 8484 59 118 0 8688 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 39328

[startup+1122.3 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1558984/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=35404 CPUtime=1110.97
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 8518 0 0 0 111086 11 0 0 25 0 1 0 284604886 36253696 8512 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 8851 8512 59 118 0 8729 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 39492

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 0.97 2/66 17408
/proc/meminfo: memFree=1558920/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=4088 CPUtime=10.89
/proc/17404/stat : 17404 (SATzilla2007_C) S 17402 17404 17329 0 -1 4194304 2039 6710 0 0 357 4 698 30 25 0 1 0 284603794 4186112 839 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17404/statm: 1022 839 157 260 0 746 0
[pid=17408] ppid=17404 vsize=35404 CPUtime=1170.95
/proc/17408/stat : 17408 (minisat20) R 17404 17404 17329 0 -1 4194304 8518 0 0 0 117084 11 0 0 25 0 1 0 284604886 36253696 8512 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17408/statm: 8851 8512 59 118 0 8729 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 39492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.98 0.97 2/65 17408
/proc/meminfo: memFree=1588176/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=11816 CPUtime=1200.04
/proc/17404/stat : 17404 (SATzilla2007_C) R 17402 17404 17329 0 -1 4194304 3425 15228 0 0 389 4 119569 42 20 0 1 0 284603794 12099584 2002 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134570990 0 0 4096 0 0 0 0 17 1 0 0
/proc/17404/statm: 2954 2002 163 260 0 2678 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 11816

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 0.98 0.97 2/65 17408
/proc/meminfo: memFree=1588176/2055920 swapFree=4183356/4192956
[pid=17404] ppid=17402 vsize=11816 CPUtime=1200.04
/proc/17404/stat : 17404 (SATzilla2007_C) R 17402 17404 17329 0 -1 4194304 3425 15228 0 0 389 4 119569 42 20 0 1 0 284603794 12099584 2002 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134570990 0 0 4096 0 0 0 0 17 1 0 0
/proc/17404/statm: 2954 2002 163 260 0 2678 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 11816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.59
CPU system time (s): 0.476927
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 39492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.59
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18653
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= 29
involuntary context switches= 1697

runsolver used 1.05384 second user time and 2.46362 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Feb 28 07:07:50 UTC 2007

IDJOB= 314970
IDBENCH= 20404
IDSOLVER= 135
FILE ID= node60/314970-1172646469

PBS_JOBID= 3981170

Free space on /tmp= 66520 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-27.cnf
COMMAND LINE= /tmp/evaluation/314970-1172646469/SATzilla2007_C /tmp/evaluation/314970-1172646469/instance-314970-1172646469.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-314970-1172646469 -o ROOT/results/node60/solver-314970-1172646469 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314970-1172646469/SATzilla2007_C /tmp/evaluation/314970-1172646469/instance-314970-1172646469.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  a948576641dd03cc33abaca38a6e7e4c

RANDOM SEED= 259664200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1596392 kB
Buffers:         16708 kB
Cached:         393860 kB
SwapCached:       3484 kB
Active:          80108 kB
Inactive:       339896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596392 kB
SwapTotal:     4192956 kB
SwapFree:      4183356 kB
Dirty:            8980 kB
Writeback:           0 kB
Mapped:          15128 kB
Slab:            25580 kB
Committed_AS:   849720 kB
PageTables:       1464 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= 66520 MiB

End job on node60 on Wed Feb 28 07:27:52 UTC 2007