Trace number 1729897

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla CRAFTEDUNSAT 402.124 397.421

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
MD5SUM2fe12e7483e7a74328d483192a8a2746
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.9987
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7989
Sum of the clauses size66949
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2284
Number of clauses of size 31202
Number of clauses of size 4154
Number of clauses of size 5924
Number of clauses of size over 55392

Solver Data

12.08/12.19	c run March_dl for 5 seconds ... 
12.08/12.19	c Bin: Executing march_dl
12.08/12.19	c child exit by a signal
12.08/12.19	c march_dl returned code 137.
12.08/12.19	c run saps (UBCSAT implementation) for 2 seconds ... 
12.08/12.19	c Bin: Executing ubcsat2006
12.08/12.19	c child exited successfully
12.08/12.19	c ubcsat2006 returned code 0.
12.08/12.19	c satzilla computing base features
12.08/12.19	c satzilla doing unit-prop probe
12.08/12.19	c satzilla doing local search probe
12.08/12.19	c satzilla doing lobjois search-space size estimate
12.08/12.19	c satzilla's ranking:
12.08/12.19	c 1) minisat20: 1.020798
12.08/12.19	c 2) zchaff_rand+P: 1.271906
12.08/12.19	c 3) minisat20+P: 1.434397
12.08/12.19	c 4) vallst+P: 2.001352
12.08/12.19	c 5) march_dl+P: 2.939467
12.08/12.19	c 6) march_dl: 2.979798
12.08/12.19	c 7) kcnfs+P: 999.000000
12.08/12.19	c 8) kcnfs: 999.000000
12.08/12.19	c 9) vallst: 999.000000
12.08/12.19	c 10) zchaff_rand: 999.000000
12.08/12.19	c satzilla running minisat20 ... 
12.08/12.20	This is MiniSat 2.0 beta
12.08/12.20	WARNING: for repeatability, setting FPU to use double precision
12.08/12.20	============================[ Problem Statistics ]=============================
12.08/12.20	|                                                                             |
12.08/12.20	|  Number of variables:  1477                                                 |
12.08/12.20	|  Number of clauses:    7989                                                 |
12.18/12.21	|  Parsing time:         0.01         s                                       |
12.18/12.21	============================[ Search Statistics ]==============================
12.18/12.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.18/12.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.18/12.21	===============================================================================
12.18/12.21	|         0 |    1435     7572    65307 |     2524        0    nan |  0.000 % |
12.18/12.21	|       101 |    1435     7572    65307 |     2776      101     12 |  2.844 % |
12.18/12.21	|       253 |    1435     7572    65307 |     3054      253     12 |  2.844 % |
12.18/12.22	|       478 |    1434     7572    65307 |     3359      477     12 |  2.911 % |
12.18/12.23	|       817 |    1434     7572    65307 |     3695      816     13 |  2.912 % |
12.18/12.24	|      1323 |    1434     7572    65307 |     4064     1322     14 |  2.912 % |
12.18/12.27	|      2083 |    1434     7572    65307 |     4471     2082     16 |  2.911 % |
12.18/12.32	|      3222 |    1434     7558    65229 |     4918     3211     19 |  2.911 % |
12.18/12.40	|      4930 |    1434     7558    65229 |     5410     4919     20 |  2.911 % |
12.18/12.54	|      7492 |    1434     7558    65229 |     5951     4718     23 |  2.911 % |
12.18/14.59	|     11336 |    1434     7558    65229 |     6546     5538     23 |  2.912 % |
12.18/14.59	|     17102 |    1434     7558    65229 |     7201     4644     21 |  2.911 % |
12.18/14.59	|     25752 |    1434     7558    65229 |     7921     5993     27 |  2.911 % |
14.87/14.99	|     38727 |    1434     7558    65229 |     8713     6915     30 |  2.911 % |
16.87/16.94	|     58188 |    1434     7558    65229 |     9584     8716     26 |  2.912 % |
19.46/19.59	|     87381 |    1434     7558    65229 |    10543     8801     24 |  2.912 % |
24.56/24.62	|    131171 |    1434     7558    65229 |    11597     9951     30 |  2.911 % |
31.75/31.86	|    196856 |    1434     7558    65229 |    12757    11162     29 |  2.911 % |
44.56/44.67	|    295382 |    1434     7558    65229 |    14033     6698     25 |  2.911 % |
67.63/67.73	|    443171 |    1434     7558    65229 |    15436    13119     31 |  2.911 % |
105.60/105.79	|    664856 |    1434     7558    65229 |    16980     9513     27 |  2.912 % |
167.89/168.01	|    997382 |    1434     7558    65229 |    18678     8672     26 |  2.912 % |
268.95/269.18	|   1496170 |    1434     7558    65229 |    20546     9551     22 |  2.911 % |
392.90/393.19	|   2244353 |    1432     3757    21160 |    22600    16966     19 |  3.047 % |
397.19/397.41	===============================================================================
397.19/397.41	restarts              : 24
397.19/397.41	conflicts             : 2269855        (5896 /sec)
397.19/397.41	decisions             : 8108271        (1.96 % random) (21060 /sec)
397.19/397.41	propagations          : 93946616       (244009 /sec)
397.19/397.41	conflict literals     : 69300817       (34.24 % deleted)
397.19/397.41	Memory used           : 8.31 MB
397.19/397.41	CPU time              : 385.013 s
397.19/397.41	
397.19/397.42	c Bin: Executing minisat20
397.19/397.42	c child exited successfully
397.19/397.42	c minisat20 returned code 20.
397.19/397.42	s UNSATISFIABLE
397.19/397.42	c SATZILLA_TIME=397.280000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729897-1240754443/watcher-1729897-1240754443 -o /tmp/evaluation-result-1729897-1240754443/solver-1729897-1240754443 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1729897-1240754443.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 19508
/proc/meminfo: memFree=1422384/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) R 19506 19508 19352 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
[pid=19509] ppid=19508 vsize=768 CPUtime=0
/proc/19509/stat : 19509 (march_dl) R 19508 19508 19352 0 -1 4194304 105 0 0 0 0 0 0 0 18 0 1 0 103473626 786432 100 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19509/statm: 192 101 50 118 0 71 0

[startup+0.098311 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 19508
/proc/meminfo: memFree=1422384/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
[pid=19509] ppid=19508 vsize=2156 CPUtime=0.09
/proc/19509/stat : 19509 (march_dl) R 19508 19508 19352 0 -1 4194304 494 0 0 0 9 0 0 0 19 0 1 0 103473626 2207744 450 1992294400 134512640 134996440 4294956256 18446744073709551615 134543957 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19509/statm: 539 450 65 118 0 418 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3596

[startup+0.10231 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 19508
/proc/meminfo: memFree=1422384/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
[pid=19509] ppid=19508 vsize=2288 CPUtime=0.09
/proc/19509/stat : 19509 (march_dl) R 19508 19508 19352 0 -1 4194304 505 0 0 0 9 0 0 0 19 0 1 0 103473626 2342912 461 1992294400 134512640 134996440 4294956256 18446744073709551615 134559348 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19509/statm: 572 461 65 118 0 451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3728

[startup+0.30233 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 19508
/proc/meminfo: memFree=1422384/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
[pid=19509] ppid=19508 vsize=3700 CPUtime=0.29
/proc/19509/stat : 19509 (march_dl) R 19508 19508 19352 0 -1 4194304 718 0 0 0 29 0 0 0 21 0 1 0 103473626 3788800 592 1992294400 134512640 134996440 4294956256 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19509/statm: 925 592 67 118 0 804 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5140

[startup+0.702372 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 19508
/proc/meminfo: memFree=1422384/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
[pid=19509] ppid=19508 vsize=5952 CPUtime=0.69
/proc/19509/stat : 19509 (march_dl) R 19508 19508 19352 0 -1 4194304 1601 0 0 0 69 0 0 0 25 0 1 0 103473626 6094848 1381 1992294400 134512640 134996440 4294956256 18446744073709551615 134533698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19509/statm: 1488 1381 72 118 0 1367 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7392

[startup+1.50146 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 19510
/proc/meminfo: memFree=1417056/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
[pid=19509] ppid=19508 vsize=6168 CPUtime=1.49
/proc/19509/stat : 19509 (march_dl) R 19508 19508 19352 0 -1 4194304 1816 0 0 0 149 0 0 0 25 0 1 0 103473626 6316032 1386 1992294400 134512640 134996440 4294956256 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19509/statm: 1542 1386 74 118 0 1421 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7608

[startup+3.10162 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 19510
/proc/meminfo: memFree=1416864/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
[pid=19509] ppid=19508 vsize=6168 CPUtime=3.09
/proc/19509/stat : 19509 (march_dl) R 19508 19508 19352 0 -1 4194304 1816 0 0 0 309 0 0 0 25 0 1 0 103473626 6316032 1386 1992294400 134512640 134996440 4294956256 18446744073709551615 134514080 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19509/statm: 1542 1386 74 118 0 1421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7608

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (4.89 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.89 s) to the 'lost time'.

[startup+4.90181 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 19510
/proc/meminfo: memFree=1416864/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
[pid=19509] ppid=19508 vsize=6168 CPUtime=4.89
/proc/19509/stat : 19509 (march_dl) R 19508 19508 19352 0 -1 4194304 1816 0 0 0 489 0 0 0 25 0 1 0 103473626 6316032 1386 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19509/statm: 1542 1386 74 118 0 1421 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 7608

[startup+5.00182 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 19510
/proc/meminfo: memFree=1416864/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=0
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 128 0 0 0 0 0 0 0 16 0 1 0 103473626 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 0 0 0 17 1 0 0
/proc/19508/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440
#
############


[startup+6.30196 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 19511
/proc/meminfo: memFree=1420448/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=1440 CPUtime=4.99
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 135 1816 0 0 0 0 499 0 16 0 1 0 103473626 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 360 111 96 260 0 84 0
[pid=19511] ppid=19508 vsize=6188 CPUtime=1.29
/proc/19511/stat : 19511 (ubcsat2006) R 19508 19508 19352 0 -1 4194304 441 0 0 0 118 11 0 0 25 0 1 0 103474126 6336512 424 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19511/statm: 1547 424 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 1.31 1.05 1.02 2/66 19511
/proc/meminfo: memFree=1420520/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 2500

[startup+25.5011 s]
/proc/loadavg: 1.26 1.05 1.01 2/67 19518
/proc/meminfo: memFree=1417568/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=4640 CPUtime=13.28
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 899 0 0 0 1328 0 0 0 25 0 1 0 103474846 4751360 894 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 1160 894 59 118 0 1038 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 7140

[startup+51.1018 s]
/proc/loadavg: 1.17 1.04 1.01 3/67 19518
/proc/meminfo: memFree=1416992/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=5436 CPUtime=38.85
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1109 0 0 0 3884 1 0 0 25 0 1 0 103474846 5566464 1104 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 1359 1104 59 118 0 1237 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 7936

[startup+102.301 s]
/proc/loadavg: 1.07 1.03 1.01 2/67 19518
/proc/meminfo: memFree=1416032/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=6372 CPUtime=90.02
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1335 0 0 0 9001 1 0 0 25 0 1 0 103474846 6524928 1330 1992294400 134512640 134998072 4294956256 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 1593 1330 59 118 0 1471 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 8872

[startup+162.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 19518
/proc/meminfo: memFree=1415264/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=7056 CPUtime=150
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1510 0 0 0 14999 1 0 0 25 0 1 0 103474846 7225344 1505 1992294400 134512640 134998072 4294956256 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 1764 1505 59 118 0 1642 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 9556

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 19518
/proc/meminfo: memFree=1414496/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=7936 CPUtime=209.98
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1701 0 0 0 20996 2 0 0 25 0 1 0 103474846 8126464 1696 1992294400 134512640 134998072 4294956256 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 1984 1696 59 118 0 1862 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 10436

[startup+282.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 19518
/proc/meminfo: memFree=1414304/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8084 CPUtime=269.96
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1760 0 0 0 26994 2 0 0 25 0 1 0 103474846 8278016 1755 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2021 1755 59 118 0 1899 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 10584

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 19518
/proc/meminfo: memFree=1414176/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8232 CPUtime=329.93
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1791 0 0 0 32991 2 0 0 25 0 1 0 103474846 8429568 1786 1992294400 134512640 134998072 4294956256 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2058 1786 59 118 0 1936 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 10732

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

[startup+360.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 19518
/proc/meminfo: memFree=1414176/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8364 CPUtime=347.73
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1803 0 0 0 34771 2 0 0 25 0 1 0 103474846 8564736 1798 1992294400 134512640 134998072 4294956256 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2091 1798 59 118 0 1969 0
Current children cumulated CPU time (s) 359.91
Current children cumulated vsize (KiB) 10864

[startup+372.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19518
/proc/meminfo: memFree=1414112/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8364 CPUtime=360.52
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1813 0 0 0 36050 2 0 0 25 0 1 0 103474846 8564736 1808 1992294400 134512640 134998072 4294956256 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2091 1808 59 118 0 1969 0
Current children cumulated CPU time (s) 372.7
Current children cumulated vsize (KiB) 10864

[startup+385.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19518
/proc/meminfo: memFree=1414048/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8364 CPUtime=373.32
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1822 0 0 0 37330 2 0 0 25 0 1 0 103474846 8564736 1817 1992294400 134512640 134998072 4294956256 18446744073709551615 134525671 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2091 1817 59 118 0 1969 0
Current children cumulated CPU time (s) 385.5
Current children cumulated vsize (KiB) 10864

[startup+392.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19518
/proc/meminfo: memFree=1414048/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8364 CPUtime=379.72
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1822 0 0 0 37970 2 0 0 25 0 1 0 103474846 8564736 1817 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2091 1817 59 118 0 1969 0
Current children cumulated CPU time (s) 391.9
Current children cumulated vsize (KiB) 10864

[startup+395.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19518
/proc/meminfo: memFree=1414048/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8364 CPUtime=382.91
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1833 0 0 0 38289 2 0 0 25 0 1 0 103474846 8564736 1828 1992294400 134512640 134998072 4294956256 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2091 1828 59 118 0 1969 0
Current children cumulated CPU time (s) 395.09
Current children cumulated vsize (KiB) 10864

[startup+396.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19518
/proc/meminfo: memFree=1414048/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8508 CPUtime=383.71
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1841 0 0 0 38369 2 0 0 25 0 1 0 103474846 8712192 1836 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2127 1836 59 118 0 2005 0
Current children cumulated CPU time (s) 395.89
Current children cumulated vsize (KiB) 11008

[startup+396.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19518
/proc/meminfo: memFree=1413984/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8508 CPUtime=384.51
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1841 0 0 0 38449 2 0 0 25 0 1 0 103474846 8712192 1836 1992294400 134512640 134998072 4294956256 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2127 1836 59 118 0 2005 0
Current children cumulated CPU time (s) 396.69
Current children cumulated vsize (KiB) 11008

[startup+397.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19518
/proc/meminfo: memFree=1413984/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8508 CPUtime=384.91
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1841 0 0 0 38489 2 0 0 25 0 1 0 103474846 8712192 1836 1992294400 134512640 134998072 4294956256 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2127 1836 59 118 0 2005 0
Current children cumulated CPU time (s) 397.09
Current children cumulated vsize (KiB) 11008

[startup+397.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19518
/proc/meminfo: memFree=1413984/2055924 swapFree=4181440/4192956
[pid=19508] ppid=19506 vsize=2500 CPUtime=12.18
/proc/19508/stat : 19508 (SATzilla2007_C) S 19506 19508 19352 0 -1 4194304 1185 2263 0 0 482 15 702 19 25 0 1 0 103473626 2560000 452 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19508/statm: 625 452 158 260 0 349 0
[pid=19512] ppid=19508 vsize=8508 CPUtime=385.01
/proc/19512/stat : 19512 (minisat20) R 19508 19508 19352 0 -1 4194304 1841 0 0 0 38499 2 0 0 25 0 1 0 103474846 8712192 1836 1992294400 134512640 134998072 4294956256 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19512/statm: 2127 1836 59 118 0 2005 0
Current children cumulated CPU time (s) 397.19
Current children cumulated vsize (KiB) 11008

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.89
#  lost CPU user time (s): 4.89
#  lost CPU system time (s): 0

Real time (s): 397.421
CPU time (s): 402.124
CPU user time (s): 401.747
CPU system time (s): 0.376942
CPU usage (%): 101.183
Max. virtual memory (cumulated for all children) (KiB): 11008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 396.857
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5307
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 1328

runsolver used 0.386941 second user time and 1.06284 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-26 16:00:43
IDJOB=1729897
IDBENCH=24716
IDSOLVER=558
FILE ID=node83/1729897-1240754443
PBS_JOBID= 9187107
Free space on /tmp= 66040 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729897-1240754443/watcher-1729897-1240754443 -o /tmp/evaluation-result-1729897-1240754443/solver-1729897-1240754443 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1729897-1240754443.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2fe12e7483e7a74328d483192a8a2746
RANDOM SEED=781046338

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

/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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1422864 kB
Buffers:         61492 kB
Cached:         507560 kB
SwapCached:       5412 kB
Active:         181852 kB
Inactive:       396128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1422864 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            8688 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            41112 kB
Committed_AS:   400660 kB
PageTables:       1384 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= 66032 MiB
End job on node83 at 2009-04-26 16:07:21