Trace number 315769

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 RANDOM? (TO) 1200.05 1200.33

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark465.561
Satisfiable
(Un)Satisfiability was proved
Number of variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

Solver Data (download as text)

71.96/72.09	c run March_dl for 5 seconds ... 
71.96/72.09	c Bin: Executing march_dl
71.96/72.09	c child exit by a signal
71.96/72.09	c march_dl returned code 137.
71.96/72.09	c run saps (UBCSAT implementation) for 2 seconds ... 
71.96/72.09	c Bin: Executing ubcsat2006
71.96/72.09	c child exited successfully
71.96/72.09	c ubcsat2006 returned code 0.
71.96/72.09	c satzilla computing base features
71.96/72.09	Error!!! VCG-VAR-entropy
71.96/72.09	Satzilla is runing default solver ... 
71.96/72.09	 c satzilla running minisat20 ... 
72.06/72.10	This is MiniSat 2.0 beta
72.06/72.10	WARNING: for repeatability, setting FPU to use double precision
72.06/72.10	============================[ Problem Statistics ]=============================
72.06/72.10	|                                                                             |
72.06/72.10	|  Number of variables:  455627                                               |
72.06/72.10	|  Number of clauses:    1367522                                              |
72.85/72.98	|  Parsing time:         0.76         s                                       |
72.95/73.02	============================[ Search Statistics ]==============================
72.95/73.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
72.95/73.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
72.95/73.02	===============================================================================
72.95/73.02	|         0 |  454296  1363529  3183304 |   454509        0    nan |  0.000 % |
74.55/74.63	|       102 |  454294  1363529  3183304 |   499960       98     24 |  0.293 % |
76.25/76.36	|       253 |  454292  1363529  3183304 |   549956      249     20 |  0.293 % |
78.65/78.77	|       478 |  454292  1361654  3179554 |   604952      474     39 |  0.293 % |
84.04/84.17	|       815 |  454291  1361217  3178680 |   665447      810     80 |  0.293 % |
90.84/90.90	|      1323 |  454291  1361217  3178680 |   731992     1318     92 |  0.293 % |
102.74/102.89	|      2083 |  454285  1360695  3177636 |   805191     2070     82 |  0.295 % |
121.44/121.50	|      3224 |  454284  1358875  3173996 |   885710     3210     78 |  0.295 % |
149.83/149.93	|      4932 |  454283  1358492  3173230 |   974281     4917     74 |  0.295 % |
187.32/187.50	|      7495 |  454275  1356257  3168760 |  1071710     7359     72 |  0.297 % |
247.22/247.34	|     11339 |  454271  1355046  3166338 |  1178881    11199     97 |  0.298 % |
338.69/338.84	|     17105 |  454265  1353710  3163666 |  1296769    16910    113 |  0.299 % |
486.26/486.48	|     25758 |  454259  1351444  3159134 |  1426446    25556    118 |  0.300 % |
692.91/693.16	|     38733 |  454248  1347389  3151024 |  1569090    38479    138 |  0.303 % |
1066.54/1066.86	|     58194 |  454246  1346952  3150150 |  1725999    57938    168 |  0.303 % |
1198.80/1199.19	c Bin: Executing minisat20
1198.80/1199.19	c child exit by a signal
1198.80/1199.19	c minisat20 returned code 137.
1198.80/1199.19	c minisat20 returned code 137.
1198.80/1199.19	c satzilla running zchaff_rand ... 
1198.80/1199.19	c Bin: Executing zchaff_rand
1198.80/1199.19	c zchaff_rand returned code 1.
1198.80/1199.19	c zchaff_rand returned code 1.
1198.80/1199.19	c satzilla running vallst ... 
1198.80/1199.19	c Bin: Executing vallst
1198.80/1199.19	c vallst returned code 1.
1198.80/1199.19	c vallst returned code 1.
1198.80/1199.19	c satzilla running march_dl ... 
1198.80/1199.19	c Bin: Executing march_dl
1198.80/1199.19	c march_dl returned code 1.
1198.80/1199.19	c march_dl returned code 1.
1198.80/1199.19	c satzilla running kcnfs ... 
1198.80/1199.19	c Bin: Executing kcnfs
1198.80/1199.19	c kcnfs returned code 1.
1198.80/1199.19	c kcnfs returned code 1.
1198.80/1199.19	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/node29/watcher-315769-1172658672 -o ROOT/results/node29/solver-315769-1172658672 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315769-1172658672/SATzilla2007_R /tmp/evaluation/315769-1172658672/instance-315769-1172658672.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 7785
/proc/meminfo: memFree=1787280/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=1440 CPUtime=0
/proc/7785/stat : 7785 (SATzilla2007_R) R 7783 7785 6599 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 259631535 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/7785/statm: 360 110 95 260 0 84 0
[pid=7786] ppid=7785 vsize=7760 CPUtime=0
/proc/7786/stat : 7786 (march_dl) R 7785 7785 6599 0 -1 4194304 622 0 0 0 0 0 0 0 18 0 1 0 259631535 7946240 618 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134549425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7786/statm: 1940 626 49 118 0 1819 0

[startup+0.013303 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 7785
/proc/meminfo: memFree=1787280/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=1440 CPUtime=0
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 259631535 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7785/statm: 360 110 95 260 0 84 0
[pid=7786] ppid=7785 vsize=21016 CPUtime=0
/proc/7786/stat : 7786 (march_dl) R 7785 7785 6599 0 -1 4194304 1739 0 0 0 0 0 0 0 18 0 1 0 259631535 21520384 1734 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7786/statm: 5254 1736 49 118 0 5133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 22456

[startup+0.101307 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 7785
/proc/meminfo: memFree=1787280/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=1440 CPUtime=0
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 259631535 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7785/statm: 360 110 95 260 0 84 0
[pid=7786] ppid=7785 vsize=39952 CPUtime=0.09
/proc/7786/stat : 7786 (march_dl) R 7785 7785 6599 0 -1 4194304 8136 0 0 0 6 3 0 0 20 0 1 0 259631535 40910848 8131 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7786/statm: 9988 8131 50 118 0 9867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41392

[startup+0.30132 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 7785
/proc/meminfo: memFree=1787280/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=1440 CPUtime=0
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 259631535 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7785/statm: 360 110 95 260 0 84 0
[pid=7786] ppid=7785 vsize=42460 CPUtime=0.29
/proc/7786/stat : 7786 (march_dl) R 7785 7785 6599 0 -1 4194304 8914 0 0 0 26 3 0 0 22 0 1 0 259631535 43479040 8909 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7786/statm: 10615 8909 50 118 0 10494 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43900

[startup+0.701344 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 7785
/proc/meminfo: memFree=1787280/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=1440 CPUtime=0
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 259631535 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7785/statm: 360 110 95 260 0 84 0
[pid=7786] ppid=7785 vsize=47344 CPUtime=0.69
/proc/7786/stat : 7786 (march_dl) R 7785 7785 6599 0 -1 4194304 10443 0 0 0 65 4 0 0 25 0 1 0 259631535 48480256 10438 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7786/statm: 11836 10438 50 118 0 11715 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48784

[startup+1.50239 s]
/proc/loadavg: 1.06 1.02 1.00 2/79 7787
/proc/meminfo: memFree=1741120/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=1440 CPUtime=0
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 259631535 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7785/statm: 360 110 95 260 0 84 0
[pid=7786] ppid=7785 vsize=56980 CPUtime=1.49
/proc/7786/stat : 7786 (march_dl) R 7785 7785 6599 0 -1 4194304 13471 0 0 0 142 7 0 0 25 0 1 0 259631535 58347520 13466 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134775543 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7786/statm: 14245 13466 50 118 0 14124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58420

[startup+3.10149 s]
/proc/loadavg: 1.06 1.02 1.00 2/79 7787
/proc/meminfo: memFree=1674944/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=1440 CPUtime=0
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 259631535 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7785/statm: 360 110 95 260 0 84 0
[pid=7786] ppid=7785 vsize=127020 CPUtime=3.08
/proc/7786/stat : 7786 (march_dl) R 7785 7785 6599 0 -1 4194304 28791 0 0 0 295 13 0 0 25 0 1 0 259631535 130068480 25660 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544553 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7786/statm: 31755 25660 53 118 0 31634 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 128460

[startup+6.30169 s]
/proc/loadavg: 1.06 1.02 1.00 2/79 7788
/proc/meminfo: memFree=1781824/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=1440 CPUtime=5.01
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 135 43789 0 0 0 0 478 23 16 0 1 0 259631535 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7785/statm: 360 111 96 260 0 84 0
[pid=7788] ppid=7785 vsize=29180 CPUtime=1.27
/proc/7788/stat : 7788 (ubcsat2006) R 7785 7785 6599 0 -1 4194304 4658 0 0 0 124 3 0 0 25 0 1 0 259632037 29880320 4642 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7788/statm: 7295 4642 141 64 0 6876 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30620

[startup+12.7011 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 7788
/proc/meminfo: memFree=1655432/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=144032 CPUtime=12.67
/proc/7785/stat : 7785 (SATzilla2007_R) R 7783 7785 6599 0 -1 4194304 33129 66010 0 0 367 17 848 35 25 0 1 0 259631535 147488768 33098 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/7785/statm: 36008 33098 121 260 0 35732 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 144032

[startup+25.5019 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 7788
/proc/meminfo: memFree=1655368/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=144032 CPUtime=25.47
/proc/7785/stat : 7785 (SATzilla2007_R) R 7783 7785 6599 0 -1 4194304 33164 66010 0 0 1647 17 848 35 25 0 1 0 259631535 147488768 33133 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/7785/statm: 36008 33133 121 260 0 35732 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 144032

[startup+51.1015 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 7788
/proc/meminfo: memFree=1655176/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=144032 CPUtime=51.06
/proc/7785/stat : 7785 (SATzilla2007_R) R 7783 7785 6599 0 -1 4194304 33232 66010 0 0 4204 19 848 35 25 0 1 0 259631535 147488768 33201 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134540696 0 0 4096 0 0 0 0 17 1 0 0
/proc/7785/statm: 36008 33201 121 260 0 35732 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 144032

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 7789
/proc/meminfo: memFree=1625088/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=85988 CPUtime=30.18
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 20683 0 0 0 3007 11 0 0 25 0 1 0 259638744 88051712 20677 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 21497 20677 59 118 0 21375 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 169032

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 7789
/proc/meminfo: memFree=1623872/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=87216 CPUtime=90.17
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 20973 0 0 0 9005 12 0 0 25 0 1 0 259638744 89309184 20967 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 21804 20967 59 118 0 21682 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 170260

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1621952/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=88952 CPUtime=150.16
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 21440 0 0 0 15003 13 0 0 25 0 1 0 259638744 91086848 21434 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 22238 21434 59 118 0 22116 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 171996

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1619520/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=91508 CPUtime=210.14
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 22070 0 0 0 21000 14 0 0 25 0 1 0 259638744 93704192 22064 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 22877 22064 59 118 0 22755 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 174552

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1617280/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=93632 CPUtime=270.13
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 22595 0 0 0 26998 15 0 0 25 0 1 0 259638744 95879168 22589 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 23408 22589 59 118 0 23286 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 176676

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1615552/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0

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

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1608640/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=102208 CPUtime=450.1
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 24694 0 0 0 44990 20 0 0 25 0 1 0 259638744 104660992 24688 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 25552 24688 59 118 0 25430 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 185252

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1606016/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=104864 CPUtime=510.08
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 25348 0 0 0 50988 20 0 0 25 0 1 0 259638744 107380736 25342 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 26216 25342 59 118 0 26094 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 187908

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1603648/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=107108 CPUtime=570.07
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 25925 0 0 0 56985 22 0 0 25 0 1 0 259638744 109678592 25919 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 26777 25919 59 118 0 26655 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 190152

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1601728/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=108972 CPUtime=630.06
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 26407 0 0 0 62983 23 0 0 25 0 1 0 259638744 111587328 26401 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525131 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 27243 26401 59 118 0 27121 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 192016

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1597760/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=112928 CPUtime=690.05
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 27380 0 0 0 68981 24 0 0 25 0 1 0 259638744 115638272 27374 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 28232 27374 59 118 0 28110 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 195972

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1595456/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=115192 CPUtime=750.03
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 27946 0 0 0 74978 25 0 0 25 0 1 0 259638744 117956608 27940 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 28798 27940 59 118 0 28676 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 198236

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1593152/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=117436 CPUtime=810.01
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 28508 0 0 0 80975 26 0 0 25 0 1 0 259638744 120254464 28502 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 29359 28502 59 118 0 29237 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 200480

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7789
/proc/meminfo: memFree=1590912/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=119680 CPUtime=870
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 29068 0 0 0 86973 27 0 0 25 0 1 0 259638744 122552320 29062 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 29920 29062 59 118 0 29798 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 202724

[startup+1002.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 7789
/proc/meminfo: memFree=1588224/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=122188 CPUtime=929.99
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 29710 0 0 0 92971 28 0 0 25 0 1 0 259638744 125120512 29704 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 30547 29704 59 118 0 30425 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 205232

[startup+1062.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/79 7789
/proc/meminfo: memFree=1583360/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=127092 CPUtime=989.98
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 30927 0 0 0 98968 30 0 0 25 0 1 0 259638744 130142208 30921 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 31773 30921 59 118 0 31651 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 210136

[startup+1122.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 7789
/proc/meminfo: memFree=1580864/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=129588 CPUtime=1049.97
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 31534 0 0 0 104966 31 0 0 25 0 1 0 259638744 132698112 31528 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 32397 31528 59 118 0 32275 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 212632

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 7789
/proc/meminfo: memFree=1578176/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=83044 CPUtime=72.06
/proc/7785/stat : 7785 (SATzilla2007_R) S 7783 7785 6599 0 -1 4194304 43367 66010 0 0 6298 25 848 35 25 0 1 0 259631535 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7785/statm: 20761 20071 126 260 0 20485 0
[pid=7789] ppid=7785 vsize=132228 CPUtime=1109.95
/proc/7789/stat : 7789 (minisat20) R 7785 7785 6599 0 -1 4194304 32192 0 0 0 110963 32 0 0 25 0 1 0 259638744 135401472 32186 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7789/statm: 33057 32186 59 118 0 32935 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 215272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7789
/proc/meminfo: memFree=1671944/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=118296 CPUtime=1200.01
/proc/7785/stat : 7785 (SATzilla2007_R) R 7783 7785 6599 0 -1 4194304 52201 98302 0 0 6404 29 113498 70 25 0 1 0 259631535 121135104 28889 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135033922 0 0 4096 0 0 0 0 17 1 0 0
/proc/7785/statm: 29574 28890 131 260 0 29298 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 118296

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7789
/proc/meminfo: memFree=1671944/2055920 swapFree=4147644/4192956
[pid=7785] ppid=7783 vsize=118296 CPUtime=1200.01
/proc/7785/stat : 7785 (SATzilla2007_R) R 7783 7785 6599 0 -1 4194304 52201 98302 0 0 6404 29 113498 70 25 0 1 0 259631535 121135104 28889 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135033922 0 0 4096 0 0 0 0 17 1 0 0
/proc/7785/statm: 29574 28890 131 260 0 29298 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 118296

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.05
CPU user time (s): 1199.03
CPU system time (s): 1.02584
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 215668

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

runsolver used 1.19282 second user time and 3.18452 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Wed Feb 28 10:31:13 UTC 2007

IDJOB= 315769
IDBENCH= 20424
IDSOLVER= 134
FILE ID= node29/315769-1172658672

PBS_JOBID= 3981199

Free space on /tmp= 66499 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= /tmp/evaluation/315769-1172658672/SATzilla2007_R /tmp/evaluation/315769-1172658672/instance-315769-1172658672.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-315769-1172658672 -o ROOT/results/node29/solver-315769-1172658672 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315769-1172658672/SATzilla2007_R /tmp/evaluation/315769-1172658672/instance-315769-1172658672.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  3a68d904935650d9da7e64e1ee7bae82

RANDOM SEED= 115928884

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.209
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	: 5931.00
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.209
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:       1787880 kB
Buffers:         15664 kB
Cached:         187396 kB
SwapCached:      11752 kB
Active:         111964 kB
Inactive:       113964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787880 kB
SwapTotal:     4192956 kB
SwapFree:      4147644 kB
Dirty:           32868 kB
Writeback:           0 kB
Mapped:          29784 kB
Slab:            27548 kB
Committed_AS:   781224 kB
PageTables:       1864 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= 66499 MiB

End job on node29 on Wed Feb 28 10:51:15 UTC 2007