Trace number 315689

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 RANDOMUNSAT 376.886 377.129

General information on the benchmark

Nameindustrial/palacios/medium/
cube-9-h10-unsat.cnf
MD5SUMd2ca322a34242a2eebffc77c1c1d76f9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.9312
Satisfiable
(Un)Satisfiability was proved
Number of variables179493
Number of clauses541172
Sum of the clauses size1263192
Maximum clause length19
Minimum clause length1
Number of clauses of size 1729
Number of clauses of size 2361070
Number of clauses of size 3177947
Number of clauses of size 41262
Number of clauses of size 521
Number of clauses of size over 5143

Solver Data (download as text)

68.95/69.14	c run March_dl for 5 seconds ... 
68.95/69.14	c Bin: Executing march_dl
68.95/69.14	c child exit by a signal
68.95/69.14	c march_dl returned code 137.
68.95/69.14	c run saps (UBCSAT implementation) for 2 seconds ... 
68.95/69.14	c Bin: Executing ubcsat2006
68.95/69.14	c child exited successfully
68.95/69.14	c ubcsat2006 returned code 0.
68.95/69.14	c satzilla computing base features
68.95/69.14	Error!!! VCG-VAR-entropy
68.95/69.14	Satzilla is runing default solver ... 
68.95/69.14	 c satzilla running minisat20 ... 
68.95/69.16	This is MiniSat 2.0 beta
68.95/69.16	WARNING: for repeatability, setting FPU to use double precision
68.95/69.16	============================[ Problem Statistics ]=============================
68.95/69.16	|                                                                             |
68.95/69.16	|  Number of variables:  180270                                               |
68.95/69.16	|  Number of clauses:    541172                                               |
69.32/69.52	|  Parsing time:         0.32         s                                       |
69.32/69.54	============================[ Search Statistics ]==============================
69.32/69.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.32/69.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.32/69.54	===============================================================================
69.32/69.54	|         0 |  179541   538985  1258818 |   179661        0    nan |  0.000 % |
69.82/70.06	|       101 |  179537   538985  1258818 |   197627       96     15 |  0.407 % |
70.82/71.02	|       251 |  179536   538985  1258818 |   217390      246     19 |  0.407 % |
72.82/73.01	|       476 |  179534   536888  1254624 |   239129      469    157 |  0.408 % |
75.12/75.38	|       813 |  179533   536601  1254050 |   263042      805    122 |  0.409 % |
78.92/79.12	|      1321 |  179531   535983  1252814 |   289346     1311     98 |  0.410 % |
84.02/84.30	|      2081 |  179528   535125  1251098 |   318281     2068    121 |  0.412 % |
91.02/91.22	|      3220 |  179525   534499  1249846 |   350109     3188     96 |  0.413 % |
103.31/103.58	|      4930 |  179523   534199  1249246 |   385120     4882     98 |  0.414 % |
122.50/122.79	|      7492 |  179518   533572  1247992 |   423632     7439    105 |  0.417 % |
156.39/156.62	|     11339 |  179512   531979  1244806 |   465996    11248    119 |  0.421 % |
203.19/203.44	|     17105 |  178653   527896  1235785 |   512595    16960    115 |  0.897 % |
285.35/285.66	|     25755 |  178469   526982  1233779 |   563855    25561    128 |  1.001 % |
376.83/377.11	===============================================================================
376.83/377.11	restarts              : 13
376.83/377.11	conflicts             : 35715          (116 /sec)
376.83/377.11	decisions             : 119063         (1.22 % random) (387 /sec)
376.83/377.11	propagations          : 537120229      (1745267 /sec)
376.83/377.11	conflict literals     : 4256330        (36.38 % deleted)
376.83/377.11	Memory used           : 50.91 MB
376.83/377.11	CPU time              : 307.758 s
376.83/377.11	
376.83/377.12	c Bin: Executing minisat20
376.83/377.12	c child exited successfully
376.83/377.12	c minisat20 returned code 20.
376.83/377.12	s UNSATISFIABLE
376.83/377.12	c SATZILLA_TIME=376.920000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-315689-1172657565 -o ROOT/results/node13/solver-315689-1172657565 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315689-1172657565/SATzilla2007_R /tmp/evaluation/315689-1172657565/instance-315689-1172657565.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.99 1.00 1.00 3/77 5809
/proc/meminfo: memFree=1787208/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=1440 CPUtime=0
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285711051 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5809/statm: 360 110 95 260 0 84 0
[pid=5810] ppid=5809 vsize=8532 CPUtime=0
/proc/5810/stat : 5810 (march_dl) R 5809 5809 4832 0 -1 4194304 684 0 0 0 0 0 0 0 19 0 1 0 285711052 8736768 679 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134549581 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5810/statm: 2133 682 49 118 0 2012 0

[startup+0.0516389 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 5809
/proc/meminfo: memFree=1787208/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=1440 CPUtime=0
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285711051 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5809/statm: 360 110 95 260 0 84 0
[pid=5810] ppid=5809 vsize=16328 CPUtime=0.04
/proc/5810/stat : 5810 (march_dl) R 5809 5809 4832 0 -1 4194304 3307 0 0 0 3 1 0 0 19 0 1 0 285711052 16719872 3302 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5810/statm: 4082 3302 50 118 0 3961 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17768

[startup+0.101645 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 5809
/proc/meminfo: memFree=1787208/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=1440 CPUtime=0
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285711051 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5809/statm: 360 110 95 260 0 84 0
[pid=5810] ppid=5809 vsize=16988 CPUtime=0.09
/proc/5810/stat : 5810 (march_dl) R 5809 5809 4832 0 -1 4194304 3501 0 0 0 8 1 0 0 19 0 1 0 285711052 17395712 3496 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5810/statm: 4247 3496 50 118 0 4126 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18428

[startup+0.301672 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 5809
/proc/meminfo: memFree=1787208/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=1440 CPUtime=0
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285711051 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5809/statm: 360 110 95 260 0 84 0
[pid=5810] ppid=5809 vsize=19364 CPUtime=0.29
/proc/5810/stat : 5810 (march_dl) R 5809 5809 4832 0 -1 4194304 4267 0 0 0 28 1 0 0 21 0 1 0 285711052 19828736 4262 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5810/statm: 4841 4262 50 118 0 4720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20804

[startup+0.701725 s]
/proc/loadavg: 0.99 1.00 1.00 3/77 5809
/proc/meminfo: memFree=1787208/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=1440 CPUtime=0
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285711051 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5809/statm: 360 110 95 260 0 84 0
[pid=5810] ppid=5809 vsize=24248 CPUtime=0.69
/proc/5810/stat : 5810 (march_dl) R 5809 5809 4832 0 -1 4194304 5769 0 0 0 67 2 0 0 25 0 1 0 285711052 24829952 5764 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5810/statm: 6062 5765 50 118 0 5941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25688

[startup+1.50183 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1746872/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=1440 CPUtime=0
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285711051 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5809/statm: 360 110 95 260 0 84 0
[pid=5810] ppid=5809 vsize=63308 CPUtime=1.49
/proc/5810/stat : 5810 (march_dl) R 5809 5809 4832 0 -1 4194304 15515 0 0 0 142 7 0 0 25 0 1 0 285711052 64827392 13563 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543106 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5810/statm: 15827 13563 55 118 0 15706 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64748

[startup+3.10105 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1746936/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=1440 CPUtime=0
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285711051 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5809/statm: 360 110 95 260 0 84 0
[pid=5810] ppid=5809 vsize=61444 CPUtime=3.09
/proc/5810/stat : 5810 (march_dl) R 5809 5809 4832 0 -1 4194304 25128 0 0 0 297 12 0 0 25 0 1 0 285711052 62918656 12933 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5810/statm: 15361 12935 57 118 0 15240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62884

[startup+6.30248 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 5812
/proc/meminfo: memFree=1780728/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=1440 CPUtime=5
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 135 50401 0 0 0 0 476 24 18 0 1 0 285711051 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 360 111 96 260 0 84 0
[pid=5812] ppid=5809 vsize=52252 CPUtime=1.18
/proc/5812/stat : 5812 (ubcsat2006) R 5809 5809 4832 0 -1 4194304 8921 0 13 0 114 4 0 0 22 0 1 0 285711553 53506048 8917 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 134553133 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5812/statm: 13063 8917 156 64 0 12644 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 53692

[startup+12.7013 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 5812
/proc/meminfo: memFree=1733312/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=57904 CPUtime=12.58
/proc/5809/stat : 5809 (SATzilla2007_R) R 5807 5809 4832 0 -1 4194304 13277 59328 0 13 482 5 741 30 25 0 1 0 285711051 59293696 13246 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/5809/statm: 14476 13246 121 260 0 14200 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 57904

[startup+25.502 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 5812
/proc/meminfo: memFree=1733056/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=57904 CPUtime=25.38
/proc/5809/stat : 5809 (SATzilla2007_R) R 5807 5809 4832 0 -1 4194304 13362 59328 0 13 1761 6 741 30 25 0 1 0 285711051 59293696 13331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/5809/statm: 14476 13331 121 260 0 14200 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 57904

[startup+51.1014 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 5812
/proc/meminfo: memFree=1732416/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=57904 CPUtime=50.95
/proc/5809/stat : 5809 (SATzilla2007_R) R 5807 5809 4832 0 -1 4194304 13537 59328 0 13 4317 7 741 30 25 0 1 0 285711051 59293696 13506 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134537942 0 0 4096 0 0 0 0 17 1 0 0
/proc/5809/statm: 14476 13506 121 260 0 14200 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 57904

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1718968/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=38432 CPUtime=33.13
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 8835 0 0 0 3308 5 0 0 25 0 1 0 285717967 39354368 8829 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 9608 8829 59 118 0 9486 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 72164

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1714744/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=42548 CPUtime=93.1
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 9884 0 0 0 9304 6 0 0 25 0 1 0 285717967 43569152 9878 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 10637 9878 59 118 0 10515 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 76280

[startup+222.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 5813
/proc/meminfo: memFree=1711160/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=45988 CPUtime=153.09
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 10734 0 0 0 15302 7 0 0 25 0 1 0 285717967 47091712 10728 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 11497 10728 59 118 0 11375 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 79720

[startup+282.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 5813
/proc/meminfo: memFree=1706552/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=50516 CPUtime=213.06
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 11875 0 0 0 21298 8 0 0 25 0 1 0 285717967 51728384 11869 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 12629 11869 59 118 0 12507 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 84248

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 5813
/proc/meminfo: memFree=1704888/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=52132 CPUtime=273.04
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 12268 0 0 0 27295 9 0 0 25 0 1 0 285717967 53383168 12262 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 13033 12262 59 118 0 12911 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 85864

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

[startup+358.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1704888/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=52132 CPUtime=289.05
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 12268 0 0 0 28895 10 0 0 25 0 1 0 285717967 53383168 12262 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527360 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 13033 12262 59 118 0 12911 0
Current children cumulated CPU time (s) 358.04
Current children cumulated vsize (KiB) 85864

[startup+364.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1704888/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=52132 CPUtime=295.45
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 12268 0 0 0 29535 10 0 0 25 0 1 0 285717967 53383168 12262 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 13033 12262 59 118 0 12911 0
Current children cumulated CPU time (s) 364.44
Current children cumulated vsize (KiB) 85864

[startup+371.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1704888/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=52132 CPUtime=301.84
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 12268 0 0 0 30174 10 0 0 25 0 1 0 285717967 53383168 12262 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 13033 12262 59 118 0 12911 0
Current children cumulated CPU time (s) 370.83
Current children cumulated vsize (KiB) 85864

[startup+374.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1704888/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=52132 CPUtime=305.04
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 12268 0 0 0 30494 10 0 0 25 0 1 0 285717967 53383168 12262 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 13033 12262 59 118 0 12911 0
Current children cumulated CPU time (s) 374.03
Current children cumulated vsize (KiB) 85864

[startup+375.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1704888/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=52132 CPUtime=306.64
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 12268 0 0 0 30654 10 0 0 25 0 1 0 285717967 53383168 12262 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 13033 12262 59 118 0 12911 0
Current children cumulated CPU time (s) 375.63
Current children cumulated vsize (KiB) 85864

[startup+376.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1704888/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=52132 CPUtime=307.44
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 12268 0 0 0 30734 10 0 0 25 0 1 0 285717967 53383168 12262 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 13033 12262 59 118 0 12911 0
Current children cumulated CPU time (s) 376.43
Current children cumulated vsize (KiB) 85864

[startup+377.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5813
/proc/meminfo: memFree=1704888/2055920 swapFree=4192812/4192956
[pid=5809] ppid=5807 vsize=33732 CPUtime=68.99
/proc/5809/stat : 5809 (SATzilla2007_R) S 5807 5809 4832 0 -1 4194304 17377 59328 0 13 6117 11 741 30 24 0 1 0 285711051 34541568 8065 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5809/statm: 8433 8065 126 260 0 8157 0
[pid=5813] ppid=5809 vsize=52132 CPUtime=307.84
/proc/5813/stat : 5813 (minisat20) R 5809 5809 4832 0 -1 4194304 12268 0 0 0 30774 10 0 0 25 0 1 0 285717967 53383168 12262 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5813/statm: 13033 12262 59 118 0 12911 0
Current children cumulated CPU time (s) 376.83
Current children cumulated vsize (KiB) 85864

Child status: 20
Real time (s): 377.129
CPU time (s): 376.886
CPU user time (s): 376.354
CPU system time (s): 0.531919
CPU usage (%): 99.9355
Max. virtual memory (cumulated for all children) (KiB): 112792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 376.354
system time used= 0.531919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88995
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= 47
involuntary context switches= 2721

runsolver used 0.440932 second user time and 0.936857 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Feb 28 10:12:46 UTC 2007

IDJOB= 315689
IDBENCH= 20422
IDSOLVER= 134
FILE ID= node13/315689-1172657565

PBS_JOBID= 3980957

Free space on /tmp= 66354 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  d2ca322a34242a2eebffc77c1c1d76f9

RANDOM SEED= 889371120

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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:       1787680 kB
Buffers:          5500 kB
Cached:         145936 kB
SwapCached:          0 kB
Active:         104408 kB
Inactive:       115148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17676 kB
Writeback:           0 kB
Mapped:          87028 kB
Slab:            34192 kB
Committed_AS:  1180808 kB
PageTables:       1780 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= 66354 MiB

End job on node13 on Wed Feb 28 10:19:03 UTC 2007