Trace number 315770

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.1 1202.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)

72.03/74.06	c run March_dl for 5 seconds ... 
72.03/74.06	c Bin: Executing march_dl
72.03/74.06	c child exit by a signal
72.03/74.06	c march_dl returned code 137.
72.03/74.06	c run saps (UBCSAT implementation) for 2 seconds ... 
72.03/74.06	c Bin: Executing ubcsat2006
72.03/74.06	c child exited successfully
72.03/74.06	c ubcsat2006 returned code 0.
72.03/74.06	c satzilla computing base features
72.03/74.06	Error!!! VCG-VAR-entropy
72.03/74.06	Satzilla is runing default solver ... 
72.03/74.06	 c satzilla running minisat20 ... 
72.03/74.07	This is MiniSat 2.0 beta
72.03/74.07	WARNING: for repeatability, setting FPU to use double precision
72.03/74.07	============================[ Problem Statistics ]=============================
72.03/74.07	|                                                                             |
72.03/74.07	|  Number of variables:  455627                                               |
72.03/74.07	|  Number of clauses:    1367522                                              |
72.92/74.93	|  Parsing time:         0.75         s                                       |
72.92/74.98	============================[ Search Statistics ]==============================
72.92/74.98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
72.92/74.98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
72.92/74.98	===============================================================================
72.92/74.98	|         0 |  454296  1363529  3183304 |   454509        0    nan |  0.000 % |
74.62/76.60	|       102 |  454294  1363529  3183304 |   499960       98     24 |  0.293 % |
76.32/78.34	|       253 |  454292  1363529  3183304 |   549956      249     20 |  0.293 % |
78.72/80.76	|       478 |  454292  1361654  3179554 |   604952      474     39 |  0.293 % |
84.12/86.16	|       815 |  454291  1361217  3178680 |   665447      810     80 |  0.293 % |
90.81/92.88	|      1323 |  454291  1361217  3178680 |   731992     1318     92 |  0.293 % |
102.91/104.90	|      2083 |  454285  1360695  3177636 |   805191     2070     82 |  0.295 % |
121.50/123.52	|      3224 |  454284  1358875  3173996 |   885710     3210     78 |  0.295 % |
149.90/151.96	|      4932 |  454283  1358492  3173230 |   974281     4917     74 |  0.295 % |
187.49/189.55	|      7495 |  454275  1356257  3168760 |  1071710     7359     72 |  0.297 % |
247.38/249.43	|     11339 |  454271  1355046  3166338 |  1178881    11199     97 |  0.298 % |
338.96/341.06	|     17105 |  454265  1353710  3163666 |  1296769    16910    113 |  0.299 % |
486.72/488.82	|     25758 |  454259  1351444  3159134 |  1426446    25556    118 |  0.300 % |
693.36/695.59	|     38733 |  454248  1347389  3151024 |  1569090    38479    138 |  0.303 % |
1067.17/1069.42	|     58194 |  454246  1346952  3150150 |  1725999    57938    168 |  0.303 % |
1198.84/1201.19	c Bin: Executing minisat20
1198.84/1201.19	c child exit by a signal
1198.84/1201.19	c minisat20 returned code 137.
1198.84/1201.19	c minisat20 returned code 137.
1198.84/1201.19	c satzilla running zchaff_rand ... 
1198.84/1201.19	c Bin: Executing zchaff_rand
1198.84/1201.19	c zchaff_rand returned code 1.
1198.84/1201.19	c zchaff_rand returned code 1.
1198.84/1201.19	c satzilla running vallst ... 
1198.84/1201.19	c Bin: Executing vallst
1198.84/1201.19	c vallst returned code 1.
1198.84/1201.19	c vallst returned code 1.
1198.84/1201.19	c satzilla running march_dl ... 
1198.84/1201.19	c Bin: Executing march_dl
1198.84/1201.19	c march_dl returned code 1.
1198.84/1201.19	c march_dl returned code 1.
1198.84/1201.19	c satzilla running kcnfs ... 
1198.84/1201.19	c Bin: Executing kcnfs
1198.84/1201.19	c kcnfs returned code 1.
1198.84/1201.19	c kcnfs returned code 1.
1198.84/1201.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/node72/watcher-315770-1172658814 -o ROOT/results/node72/solver-315770-1172658814 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315770-1172658814/SATzilla2007_C /tmp/evaluation/315770-1172658814/instance-315770-1172658814.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.92 0.98 0.99 3/77 1819
/proc/meminfo: memFree=1751400/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=1440 CPUtime=0
/proc/1819/stat : 1819 (SATzilla2007_C) D 1817 1819 32597 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 285849245 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/1819/statm: 360 110 95 260 0 84 0

[startup+0.0268141 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1819
/proc/meminfo: memFree=1751400/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=1440 CPUtime=0
/proc/1819/stat : 1819 (SATzilla2007_C) D 1817 1819 32597 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 285849245 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/1819/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.10182 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1819
/proc/meminfo: memFree=1751400/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=1440 CPUtime=0
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285849245 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1819/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301837 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1819
/proc/meminfo: memFree=1751400/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=1440 CPUtime=0
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285849245 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1819/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701874 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1819
/proc/meminfo: memFree=1751400/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=1440 CPUtime=0
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285849245 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1819/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50295 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 1821
/proc/meminfo: memFree=1705432/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=1440 CPUtime=0
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285849245 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1819/statm: 360 110 95 260 0 84 0
[pid=1821] ppid=1819 vsize=56716 CPUtime=1.47
/proc/1821/stat : 1821 (march_dl) R 1819 1819 32597 0 -1 4194304 13372 0 0 0 141 6 0 0 25 0 1 0 285849247 58077184 13367 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134781561 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1821/statm: 14179 13367 50 118 0 14058 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 58156

[startup+3.1011 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 1821
/proc/meminfo: memFree=1639192/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=1440 CPUtime=0
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285849245 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1819/statm: 360 110 95 260 0 84 0
[pid=1821] ppid=1819 vsize=127020 CPUtime=3.06
/proc/1821/stat : 1821 (march_dl) R 1819 1819 32597 0 -1 4194304 28791 0 0 0 293 13 0 0 25 0 1 0 285849247 130068480 25660 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1821/statm: 31755 25660 53 118 0 31634 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 128460

[startup+6.30138 s]
/proc/loadavg: 0.93 0.98 0.99 1/79 1822
/proc/meminfo: memFree=1750168/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=1440 CPUtime=5.01
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 135 43847 0 0 0 0 480 21 17 0 1 0 285849245 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1819/statm: 360 111 96 260 0 84 0
[pid=1822] ppid=1819 vsize=664 CPUtime=0
/proc/1822/stat : 1822 (ubcsat2006) D 1819 1819 32597 0 -1 4194304 34 0 1 0 0 0 0 0 18 0 1 0 285849754 679936 30 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 2536356 0 0 8392704 0 18446744071563608240 0 0 17 1 0 0
/proc/1822/statm: 166 30 25 64 0 65 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 2104

[startup+12.702 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1822
/proc/meminfo: memFree=1706720/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=67584 CPUtime=10.74
/proc/1819/stat : 1819 (SATzilla2007_C) R 1817 1819 32597 0 -1 4194304 15078 66043 0 13 186 6 850 32 25 0 1 0 285849245 69206016 15048 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/1819/statm: 16896 15048 114 260 0 16620 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 67584

[startup+25.5011 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1822
/proc/meminfo: memFree=1618144/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=144032 CPUtime=23.54
/proc/1819/stat : 1819 (SATzilla2007_C) R 1817 1819 32597 0 -1 4194304 33159 66043 0 13 1457 15 850 32 25 0 1 0 285849245 147488768 33128 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134537942 0 0 4096 0 0 0 0 17 1 0 0
/proc/1819/statm: 36008 33128 121 260 0 35732 0
Current children cumulated CPU time (s) 23.54
Current children cumulated vsize (KiB) 144032

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1822
/proc/meminfo: memFree=1617888/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=144032 CPUtime=49.14
/proc/1819/stat : 1819 (SATzilla2007_C) R 1817 1819 32597 0 -1 4194304 33227 66043 0 13 4015 17 850 32 25 0 1 0 285849245 147488768 33196 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134537937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1819/statm: 36008 33196 121 260 0 35732 0
Current children cumulated CPU time (s) 49.14
Current children cumulated vsize (KiB) 144032

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1823
/proc/meminfo: memFree=1587800/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=85988 CPUtime=28.22
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 20674 0 0 0 2810 12 0 0 25 0 1 0 285856651 88051712 20668 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 21497 20668 59 118 0 21375 0
Current children cumulated CPU time (s) 100.32
Current children cumulated vsize (KiB) 169032

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1823
/proc/meminfo: memFree=1586648/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=87084 CPUtime=88.2
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 20947 0 0 0 8807 13 0 0 25 0 1 0 285856651 89174016 20941 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 21771 20941 59 118 0 21649 0
Current children cumulated CPU time (s) 160.3
Current children cumulated vsize (KiB) 170128

[startup+222.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 1823
/proc/meminfo: memFree=1584664/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=88952 CPUtime=148.18
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 21413 0 0 0 14804 14 0 0 25 0 1 0 285856651 91086848 21407 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 22238 21407 59 118 0 22116 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 171996

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 1823
/proc/meminfo: memFree=1582680/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=91092 CPUtime=208.17
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 21962 0 0 0 20801 16 0 0 25 0 1 0 285856651 93278208 21956 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 22773 21956 59 118 0 22651 0
Current children cumulated CPU time (s) 280.27
Current children cumulated vsize (KiB) 174136

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1824
/proc/meminfo: memFree=1579608/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=93632 CPUtime=268.16
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 22590 0 0 0 26799 17 0 0 25 0 1 0 285856651 95879168 22584 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 23408 22584 59 118 0 23286 0
Current children cumulated CPU time (s) 340.26
Current children cumulated vsize (KiB) 176676

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1578072/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=95224 CPUtime=328.14
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 22993 0 0 0 32796 18 0 0 25 0 1 0 285856651 97509376 22987 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134536256 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 23806 22987 59 118 0 23684 0
Current children cumulated CPU time (s) 400.24
Current children cumulated vsize (KiB) 178268

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1576216/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=97080 CPUtime=388.12
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 23451 0 0 0 38793 19 0 0 25 0 1 0 285856651 99409920 23445 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 24270 23445 59 118 0 24148 0

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

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1571160/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=102208 CPUtime=448.11
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 24694 0 0 0 44791 20 0 0 25 0 1 0 285856651 104660992 24688 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525180 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 25552 24688 59 118 0 25430 0
Current children cumulated CPU time (s) 520.21
Current children cumulated vsize (KiB) 185252

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1568536/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=104732 CPUtime=508.09
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 25338 0 0 0 50788 21 0 0 25 0 1 0 285856651 107245568 25332 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529987 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 26183 25332 59 118 0 26061 0
Current children cumulated CPU time (s) 580.19
Current children cumulated vsize (KiB) 187776

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1566232/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=106976 CPUtime=568.08
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 25908 0 0 0 56786 22 0 0 25 0 1 0 285856651 109543424 25902 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 26744 25902 59 118 0 26622 0
Current children cumulated CPU time (s) 640.18
Current children cumulated vsize (KiB) 190020

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1564312/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=108840 CPUtime=628.07
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 26379 0 0 0 62783 24 0 0 25 0 1 0 285856651 111452160 26373 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 27210 26373 59 118 0 27088 0
Current children cumulated CPU time (s) 700.17
Current children cumulated vsize (KiB) 191884

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1560472/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=112796 CPUtime=688.05
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 27321 0 0 0 68780 25 0 0 25 0 1 0 285856651 115503104 27315 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525131 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 28199 27315 59 118 0 28077 0
Current children cumulated CPU time (s) 760.15
Current children cumulated vsize (KiB) 195840

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1557976/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=115192 CPUtime=748.04
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 27923 0 0 0 74778 26 0 0 25 0 1 0 285856651 117956608 27917 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 28798 27917 59 118 0 28676 0
Current children cumulated CPU time (s) 820.14
Current children cumulated vsize (KiB) 198236

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1555672/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=117304 CPUtime=808.02
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 28490 0 0 0 80775 27 0 0 25 0 1 0 285856651 120119296 28484 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 29326 28484 59 118 0 29204 0
Current children cumulated CPU time (s) 880.12
Current children cumulated vsize (KiB) 200348

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1553304/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=119548 CPUtime=868
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 29052 0 0 0 86772 28 0 0 25 0 1 0 285856651 122417152 29046 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 29887 29046 59 118 0 29765 0
Current children cumulated CPU time (s) 940.1
Current children cumulated vsize (KiB) 202592

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 3/79 1825
/proc/meminfo: memFree=1550808/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=122056 CPUtime=928
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 29679 0 0 0 92770 30 0 0 25 0 1 0 285856651 124985344 29673 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 30514 29673 59 118 0 30392 0
Current children cumulated CPU time (s) 1000.1
Current children cumulated vsize (KiB) 205100

[startup+1062.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 1825
/proc/meminfo: memFree=1545816/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=126960 CPUtime=987.98
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 30910 0 0 0 98766 32 0 0 25 0 1 0 285856651 130007040 30904 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 31740 30904 59 118 0 31618 0
Current children cumulated CPU time (s) 1060.08
Current children cumulated vsize (KiB) 210004

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 1825
/proc/meminfo: memFree=1543448/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=129336 CPUtime=1047.96
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 31504 0 0 0 104763 33 0 0 25 0 1 0 285856651 132440064 31498 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 32334 31498 59 118 0 32212 0
Current children cumulated CPU time (s) 1120.06
Current children cumulated vsize (KiB) 212380

[startup+1182.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 1825
/proc/meminfo: memFree=1540696/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=83044 CPUtime=72.1
/proc/1819/stat : 1819 (SATzilla2007_C) S 1817 1819 32597 0 -1 4194304 43367 66043 0 13 6305 23 850 32 25 0 1 0 285849245 85037056 20071 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1819/statm: 20761 20071 126 260 0 20485 0
[pid=1823] ppid=1819 vsize=132096 CPUtime=1107.95
/proc/1823/stat : 1823 (minisat20) R 1819 1819 32597 0 -1 4194304 32173 0 0 0 110760 35 0 0 25 0 1 0 285856651 135266304 32167 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1823/statm: 33024 32167 59 118 0 32902 0
Current children cumulated CPU time (s) 1180.05
Current children cumulated vsize (KiB) 215140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 1825
/proc/meminfo: memFree=1633376/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=119088 CPUtime=1200.07
/proc/1819/stat : 1819 (SATzilla2007_C) R 1817 1819 32597 0 -1 4194304 52381 98332 0 13 6411 28 113497 71 25 0 1 0 285849245 121946112 29069 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/1819/statm: 29772 29069 131 260 0 29496 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 119088

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

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

[startup+1202.31 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 1825
/proc/meminfo: memFree=1633376/2055920 swapFree=4152596/4192956
[pid=1819] ppid=1817 vsize=119088 CPUtime=1200.07
/proc/1819/stat : 1819 (SATzilla2007_C) R 1817 1819 32597 0 -1 4194304 52381 98332 0 13 6411 28 113497 71 25 0 1 0 285849245 121946112 29069 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/1819/statm: 29772 29069 131 260 0 29496 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 119088

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.33
CPU time (s): 1200.1
CPU user time (s): 1199.09
CPU system time (s): 1.01384
CPU usage (%): 99.8148
Max. virtual memory (cumulated for all children) (KiB): 215668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.09
system time used= 1.01385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150714
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54
involuntary context switches= 9918

runsolver used 1.22581 second user time and 3.15752 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Wed Feb 28 10:33:34 UTC 2007

IDJOB= 315770
IDBENCH= 20424
IDSOLVER= 135
FILE ID= node72/315770-1172658814

PBS_JOBID= 3981171

Free space on /tmp= 66448 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  3a68d904935650d9da7e64e1ee7bae82

RANDOM SEED= 717526945

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.236
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.236
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:       1751808 kB
Buffers:         13896 kB
Cached:         225528 kB
SwapCached:       8436 kB
Active:          72412 kB
Inactive:       190184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751808 kB
SwapTotal:     4192956 kB
SwapFree:      4152596 kB
Dirty:           32892 kB
Writeback:           0 kB
Mapped:          30188 kB
Slab:            27204 kB
Committed_AS:   694372 kB
PageTables:       1680 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= 66448 MiB

End job on node72 on Wed Feb 28 10:53:39 UTC 2007