Trace number 312609

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 245.876 246.066

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-11-u.cnf
MD5SUM72bf29e65f8337564b4a44baea32f1cb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.1746
Satisfiable
(Un)Satisfiability was proved
Number of variables192890
Number of clauses855991
Sum of the clauses size1944492
Maximum clause length10
Minimum clause length1
Number of clauses of size 116350
Number of clauses of size 2701001
Number of clauses of size 3101900
Number of clauses of size 44080
Number of clauses of size 516320
Number of clauses of size over 516340

Solver Data (download as text)

70.03/70.26	c run March_dl for 5 seconds ... 
70.03/70.26	c Bin: Executing march_dl
70.03/70.26	c child exit by a signal
70.03/70.26	c march_dl returned code 137.
70.03/70.26	c run saps (UBCSAT implementation) for 2 seconds ... 
70.03/70.26	c Bin: Executing ubcsat2006
70.03/70.26	c child exited successfully
70.03/70.26	c ubcsat2006 returned code 0.
70.03/70.26	c satzilla computing base features
70.03/70.26	Error!!! VCG-VAR-entropy
70.03/70.26	Satzilla is runing default solver ... 
70.03/70.26	 c satzilla running minisat20 ... 
70.03/70.27	This is MiniSat 2.0 beta
70.03/70.27	WARNING: for repeatability, setting FPU to use double precision
70.03/70.27	============================[ Problem Statistics ]=============================
70.03/70.27	|                                                                             |
70.03/70.27	|  Number of variables:  192890                                               |
70.03/70.27	|  Number of clauses:    855991                                               |
70.62/70.83	|  Parsing time:         0.50         s                                       |
70.62/70.90	============================[ Search Statistics ]==============================
70.62/70.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.62/70.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.62/70.90	===============================================================================
70.62/70.90	|         0 |  144134   617233  1456649 |   205744        0    nan |  0.000 % |
71.23/71.49	|       100 |  143815   617233  1456649 |   226318       85     43 | 31.036 % |
71.92/72.16	|       250 |  131325   562307  1338457 |   248950      226     55 | 35.031 % |
73.32/73.58	|       476 |  121114   507251  1219998 |   273845      433     61 | 37.376 % |
75.32/75.50	|       813 |  116036   480822  1162922 |   301230      748     76 | 40.943 % |
77.72/77.92	|      1321 |  103695   418781  1022401 |   331353     1052     88 | 46.549 % |
81.02/81.27	|      2080 |   95871   380998   940454 |   364488     1793    101 | 50.933 % |
85.92/86.19	|      3221 |   91849   363414   902088 |   400937     2918    114 | 53.737 % |
93.22/93.40	|      4930 |   88987   348095   868366 |   441031     4620    125 | 53.867 % |
100.92/101.10	|      7494 |   87037   338798   847980 |   485134     7177    125 | 54.877 % |
115.51/115.78	|     11339 |   86193   334888   839282 |   533647     8427    139 | 55.325 % |
141.00/141.20	|     17105 |   84034   325319   817496 |   587012    13969    138 | 56.434 % |
182.90/183.13	|     25754 |   83304   322088   810222 |   645713    22591    150 | 56.880 % |
245.78/246.04	===============================================================================
245.78/246.04	restarts              : 13
245.78/246.04	conflicts             : 36740          (209 /sec)
245.78/246.04	decisions             : 88582          (0.71 % random) (504 /sec)
245.78/246.04	propagations          : 192114369      (1093931 /sec)
245.78/246.04	conflict literals     : 5106431        (45.71 % deleted)
245.78/246.04	Memory used           : 61.63 MB
245.78/246.04	CPU time              : 175.618 s
245.78/246.04	
245.78/246.06	c Bin: Executing minisat20
245.78/246.06	c child exited successfully
245.78/246.06	c minisat20 returned code 20.
245.78/246.06	s UNSATISFIABLE
245.78/246.06	c SATZILLA_TIME=245.890000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node48/watcher-312609-1176857313 -o ROOT/results/node48/solver-312609-1176857313 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/312609-1176857313/SATzilla2007_R /tmp/evaluation/312609-1176857313/instance-312609-1176857313.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/64 22409
/proc/meminfo: memFree=1564216/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=1440 CPUtime=0
/proc/22409/stat : 22409 (SATzilla2007_R) R 22407 22409 21622 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 40576717 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/22409/statm: 360 110 95 260 0 84 0
[pid=22410] ppid=22409 vsize=4736 CPUtime=0
/proc/22410/stat : 22410 (march_dl) R 22409 22409 21622 0 -1 4194304 821 0 0 0 0 0 0 0 18 0 1 0 40576717 4849664 817 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134549449 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22410/statm: 1184 823 49 118 0 1063 0

[startup+0.063389 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22409
/proc/meminfo: memFree=1564216/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=1440 CPUtime=0
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 40576717 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22409/statm: 360 110 95 260 0 84 0
[pid=22410] ppid=22409 vsize=19696 CPUtime=0.05
/proc/22410/stat : 22410 (march_dl) R 22409 22409 21622 0 -1 4194304 3840 0 0 0 4 1 0 0 19 0 1 0 40576717 20168704 3835 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22410/statm: 4924 3835 50 118 0 4803 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21136

[startup+0.101391 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22409
/proc/meminfo: memFree=1564216/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=1440 CPUtime=0
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 40576717 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22409/statm: 360 110 95 260 0 84 0
[pid=22410] ppid=22409 vsize=20224 CPUtime=0.09
/proc/22410/stat : 22410 (march_dl) R 22409 22409 21622 0 -1 4194304 4015 0 0 0 8 1 0 0 19 0 1 0 40576717 20709376 4010 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22410/statm: 5056 4010 50 118 0 4935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21664

[startup+0.30141 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22409
/proc/meminfo: memFree=1564216/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=1440 CPUtime=0
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 40576717 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22409/statm: 360 110 95 260 0 84 0
[pid=22410] ppid=22409 vsize=22996 CPUtime=0.29
/proc/22410/stat : 22410 (march_dl) R 22409 22409 21622 0 -1 4194304 4881 0 0 0 27 2 0 0 21 0 1 0 40576717 23547904 4876 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22410/statm: 5749 4876 50 118 0 5628 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24436

[startup+0.701447 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22409
/proc/meminfo: memFree=1564216/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=1440 CPUtime=0
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 40576717 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22409/statm: 360 110 95 260 0 84 0
[pid=22410] ppid=22409 vsize=28276 CPUtime=0.68
/proc/22410/stat : 22410 (march_dl) R 22409 22409 21622 0 -1 4194304 6484 0 0 0 66 2 0 0 25 0 1 0 40576717 28954624 6479 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22410/statm: 7069 6479 50 118 0 6948 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 29716

[startup+1.50252 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 22411
/proc/meminfo: memFree=1533288/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=1440 CPUtime=0
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 40576717 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22409/statm: 360 110 95 260 0 84 0
[pid=22410] ppid=22409 vsize=66692 CPUtime=1.49
/proc/22410/stat : 22410 (march_dl) R 22409 22409 21622 0 -1 4194304 14695 0 0 0 142 7 0 0 25 0 1 0 40576717 68292608 12815 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22410/statm: 16673 12815 53 118 0 16552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68132

[startup+3.10167 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 22411
/proc/meminfo: memFree=1502376/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=1440 CPUtime=0
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 40576717 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22409/statm: 360 110 95 260 0 84 0
[pid=22410] ppid=22409 vsize=74228 CPUtime=3.09
/proc/22410/stat : 22410 (march_dl) R 22409 22409 21622 0 -1 4194304 21596 0 0 0 298 11 0 0 25 0 1 0 40576717 76009472 14914 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22410/statm: 18557 14915 55 118 0 18436 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75668

[startup+6.30196 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22412
/proc/meminfo: memFree=1559400/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=1440 CPUtime=5
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 135 27561 0 0 0 0 486 14 16 0 1 0 40576717 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22409/statm: 360 111 96 260 0 84 0
[pid=22412] ppid=22409 vsize=69672 CPUtime=1.18
/proc/22412/stat : 22412 (ubcsat2006) R 22409 22409 21622 0 -1 4194304 10751 0 1 0 114 4 0 0 25 0 1 0 40577227 71344128 10735 18446744073709551615 134512640 134777720 4294956512 18446744073709551615 134702448 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22412/statm: 17418 10736 155 64 0 16999 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 71112

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 22412
/proc/meminfo: memFree=1487600/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=82268 CPUtime=12.57
/proc/22409/stat : 22409 (SATzilla2007_R) R 22407 22409 21622 0 -1 4194304 19260 40237 0 1 433 9 794 21 25 0 1 0 40576717 84242432 19229 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22409/statm: 20567 19229 121 260 0 20291 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 82268

[startup+25.5017 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 22412
/proc/meminfo: memFree=1487344/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=82268 CPUtime=25.36
/proc/22409/stat : 22409 (SATzilla2007_R) R 22407 22409 21622 0 -1 4194304 19355 40237 0 1 1711 10 794 21 25 0 1 0 40576717 84242432 19324 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22409/statm: 20567 19324 121 260 0 20291 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 82268

[startup+51.1011 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 22412
/proc/meminfo: memFree=1486576/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=82268 CPUtime=50.94
/proc/22409/stat : 22409 (SATzilla2007_R) R 22407 22409 21622 0 -1 4194304 19578 40237 0 1 4267 12 794 21 25 0 1 0 40576717 84242432 19547 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22409/statm: 20567 19547 121 260 0 20291 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 82268

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 22413
/proc/meminfo: memFree=1470696/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=49456 CPUtime=32.02
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 11737 0 0 0 3195 7 0 0 25 0 1 0 40583743 50642944 11731 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 12364 11731 59 118 0 12242 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 98312

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1466088/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=54224 CPUtime=92
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 12900 0 0 0 9191 9 0 0 25 0 1 0 40583743 55525376 12894 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525959 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 13556 12894 59 118 0 13434 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 103080

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1458984/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=61260 CPUtime=151.99
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 14653 0 0 0 15188 11 0 0 25 0 1 0 40583743 62730240 14647 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15315 14647 59 118 0 15193 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 110116

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

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1458408/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=61788 CPUtime=159.98
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 14809 0 0 0 15987 11 0 0 25 0 1 0 40583743 63270912 14803 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15447 14803 59 118 0 15325 0
Current children cumulated CPU time (s) 230.08
Current children cumulated vsize (KiB) 110644

[startup+236.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1457640/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=62580 CPUtime=166.38
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 14990 0 0 0 16627 11 0 0 25 0 1 0 40583743 64081920 14984 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15645 14984 59 118 0 15523 0
Current children cumulated CPU time (s) 236.48
Current children cumulated vsize (KiB) 111436

[startup+239.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1457448/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=62712 CPUtime=169.58
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 15030 0 0 0 16947 11 0 0 25 0 1 0 40583743 64217088 15024 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15678 15024 59 118 0 15556 0
Current children cumulated CPU time (s) 239.68
Current children cumulated vsize (KiB) 111568

[startup+243.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1457256/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=62976 CPUtime=172.78
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 15085 0 0 0 17267 11 0 0 25 0 1 0 40583743 64487424 15079 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15744 15079 59 118 0 15622 0
Current children cumulated CPU time (s) 242.88
Current children cumulated vsize (KiB) 111832

[startup+244.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1457192/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=62976 CPUtime=174.38
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 15106 0 0 0 17427 11 0 0 25 0 1 0 40583743 64487424 15100 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15744 15100 59 118 0 15622 0
Current children cumulated CPU time (s) 244.48
Current children cumulated vsize (KiB) 111832

[startup+245.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1457128/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=63108 CPUtime=175.18
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 15120 0 0 0 17507 11 0 0 25 0 1 0 40583743 64622592 15114 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15777 15114 59 118 0 15655 0
Current children cumulated CPU time (s) 245.28
Current children cumulated vsize (KiB) 111964

[startup+245.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1457128/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=63108 CPUtime=175.58
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 15124 0 0 0 17547 11 0 0 25 0 1 0 40583743 64622592 15118 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15777 15118 59 118 0 15655 0
Current children cumulated CPU time (s) 245.68
Current children cumulated vsize (KiB) 111964

[startup+246.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22413
/proc/meminfo: memFree=1457128/2055920 swapFree=4184680/4192956
[pid=22409] ppid=22407 vsize=48856 CPUtime=70.1
/proc/22409/stat : 22409 (SATzilla2007_R) S 22407 22409 21622 0 -1 4194304 23673 40237 0 1 6179 16 794 21 25 0 1 0 40576717 50028544 11804 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22409/statm: 12214 11804 126 260 0 11938 0
[pid=22413] ppid=22409 vsize=63108 CPUtime=175.68
/proc/22413/stat : 22413 (minisat20) R 22409 22409 21622 0 -1 4194304 15124 0 0 0 17557 11 0 0 25 0 1 0 40583743 64622592 15118 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22413/statm: 15777 15118 59 118 0 15655 0
Current children cumulated CPU time (s) 245.78
Current children cumulated vsize (KiB) 111964

Child status: 20
Real time (s): 246.066
CPU time (s): 245.876
CPU user time (s): 245.363
CPU system time (s): 0.512922
CPU usage (%): 99.9226
Max. virtual memory (cumulated for all children) (KiB): 111964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.363
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79056
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30
involuntary context switches= 237

runsolver used 0.19597 second user time and 0.505923 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Wed Apr 18 00:48:34 UTC 2007

IDJOB= 312609
IDBENCH= 20345
IDSOLVER= 134
FILE ID= node48/312609-1176857313

PBS_JOBID= 4590230

Free space on /tmp= 66526 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/total-10-11-u.cnf
COMMAND LINE= /tmp/evaluation/312609-1176857313/SATzilla2007_R /tmp/evaluation/312609-1176857313/instance-312609-1176857313.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-312609-1176857313 -o ROOT/results/node48/solver-312609-1176857313 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/312609-1176857313/SATzilla2007_R /tmp/evaluation/312609-1176857313/instance-312609-1176857313.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  72bf29e65f8337564b4a44baea32f1cb

RANDOM SEED= 713959983

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1564688 kB
Buffers:         49092 kB
Cached:         367532 kB
SwapCached:       2392 kB
Active:         191192 kB
Inactive:       235848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564688 kB
SwapTotal:     4192956 kB
SwapFree:      4184680 kB
Dirty:           23332 kB
Writeback:           0 kB
Mapped:          16668 kB
Slab:            50244 kB
Committed_AS:   941340 kB
PageTables:       1388 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= 66526 MiB

End job on node48 on Wed Apr 18 00:52:40 UTC 2007