Trace number 1725816

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 144.968 145.029

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-icl003.sat05-2715.reshuffled-07.cnf
MD5SUMddc67b9b869c1d77b5458996a2e27751
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.6443
Satisfiable
(Un)Satisfiability was proved
Number of variables1472
Number of clauses7737
Sum of the clauses size65737
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2253
Number of clauses of size 31166
Number of clauses of size 4118
Number of clauses of size 5888
Number of clauses of size over 55285

Solver Data

12.45/12.52	c run March_dl for 5 seconds ... 
12.45/12.52	c Bin: Executing march_dl
12.45/12.52	c child exit by a signal
12.45/12.52	c march_dl returned code 137.
12.45/12.52	c run saps (UBCSAT implementation) for 2 seconds ... 
12.45/12.52	c Bin: Executing ubcsat2006
12.45/12.52	c child exited successfully
12.45/12.52	c ubcsat2006 returned code 0.
12.45/12.52	c satzilla computing base features
12.45/12.52	c satzilla doing unit-prop probe
12.45/12.52	c satzilla doing local search probe
12.45/12.52	c satzilla doing lobjois search-space size estimate
12.45/12.52	c satzilla's ranking:
12.45/12.52	c 1) minisat20: 1.616702
12.45/12.52	c 2) zchaff_rand+P: 1.734899
12.45/12.52	c 3) minisat20+P: 2.045738
12.45/12.52	c 4) vallst+P: 2.463623
12.45/12.52	c 5) march_dl+P: 3.839122
12.45/12.52	c 6) march_dl: 4.245873
12.45/12.52	c 7) kcnfs+P: 999.000000
12.45/12.52	c 8) kcnfs: 999.000000
12.45/12.52	c 9) vallst: 999.000000
12.45/12.52	c 10) zchaff_rand: 999.000000
12.45/12.52	c satzilla running minisat20 ... 
12.45/12.52	This is MiniSat 2.0 beta
12.45/12.52	WARNING: for repeatability, setting FPU to use double precision
12.45/12.52	============================[ Problem Statistics ]=============================
12.45/12.52	|                                                                             |
12.45/12.52	|  Number of variables:  1472                                                 |
12.45/12.52	|  Number of clauses:    7737                                                 |
12.45/12.53	|  Parsing time:         0.01         s                                       |
12.45/12.53	============================[ Search Statistics ]==============================
12.45/12.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.45/12.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.45/12.53	===============================================================================
12.45/12.53	|         0 |    1430     7362    64249 |     2454        0    nan |  0.000 % |
12.45/12.54	|       101 |    1430     7362    64249 |     2699      101     10 |  2.853 % |
12.45/12.54	|       252 |    1430     7362    64249 |     2969      252     12 |  2.854 % |
12.45/12.54	|       477 |    1430     7362    64249 |     3266      477     15 |  2.854 % |
12.45/12.55	|       816 |    1430     7362    64249 |     3592      816     14 |  2.854 % |
12.45/12.56	|      1322 |    1430     7362    64249 |     3952     1322     14 |  2.853 % |
12.45/12.59	|      2083 |    1430     7362    64249 |     4347     2083     15 |  2.854 % |
12.48/12.63	|      3223 |    1430     7362    64249 |     4782     3223     17 |  2.854 % |
12.48/12.71	|      4932 |    1430     7362    64249 |     5260     4932     18 |  2.853 % |
12.48/12.82	|      7494 |    1430     7362    64249 |     5786     4806     18 |  2.853 % |
12.48/13.05	|     11338 |    1430     7362    64249 |     6365     5702     20 |  2.853 % |
13.25/13.38	|     17104 |    1430     7362    64249 |     7001     4980     19 |  2.853 % |
13.85/13.91	|     25753 |    1430     7362    64249 |     7701     6511     18 |  2.854 % |
14.75/14.81	|     38728 |    1430     7362    64249 |     8471     7742     26 |  2.854 % |
16.14/16.29	|     58189 |    1430     7362    64249 |     9319     5718     16 |  2.853 % |
19.34/19.42	|     87382 |    1430     7362    64249 |    10250     6563     23 |  2.854 % |
23.64/23.72	|    131172 |    1430     7362    64249 |    11276     8847     27 |  2.853 % |
29.94/30.08	|    196857 |    1430     7362    64249 |    12403     6274     18 |  2.853 % |
40.44/40.58	|    295383 |    1430     7362    64249 |    13644    10911     27 |  2.853 % |
58.03/58.16	|    443173 |    1429     6606    57563 |    15008    11405     24 |  2.922 % |
85.63/85.75	|    664856 |    1428     5850    50129 |    16509     8738     22 |  2.989 % |
131.61/131.76	|    997382 |    1425     4307    32125 |    18160     9924     21 |  3.194 % |
144.90/145.02	===============================================================================
144.90/145.02	restarts              : 22
144.90/145.02	conflicts             : 1083186        (8178 /sec)
144.90/145.02	decisions             : 3058514        (1.95 % random) (23093 /sec)
144.90/145.02	propagations          : 37842526       (285723 /sec)
144.90/145.02	conflict literals     : 27102541       (25.99 % deleted)
144.90/145.02	Memory used           : 6.50 MB
144.90/145.02	CPU time              : 132.445 s
144.90/145.02	
144.90/145.02	c Bin: Executing minisat20
144.90/145.02	c child exited successfully
144.90/145.02	c minisat20 returned code 20.
144.90/145.02	s UNSATISFIABLE
144.90/145.02	c SATZILLA_TIME=144.980000

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-1725816-1240706836/watcher-1725816-1240706836 -o /tmp/evaluation-result-1725816-1240706836/solver-1725816-1240706836 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1725816-1240706836.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 1.01 1.00 2/64 19437
/proc/meminfo: memFree=1482456/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=1440 CPUtime=0
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98717588 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 360 110 95 260 0 84 0
[pid=19438] ppid=19437 vsize=768 CPUtime=0
/proc/19438/stat : 19438 (march_dl) R 19437 19437 19148 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 98717588 786432 100 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19438/statm: 192 100 50 118 0 71 0

[startup+0.010372 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 19437
/proc/meminfo: memFree=1482456/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=1440 CPUtime=0
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98717588 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 360 110 95 260 0 84 0
[pid=19438] ppid=19437 vsize=768 CPUtime=0
/proc/19438/stat : 19438 (march_dl) R 19437 19437 19148 0 -1 4194304 123 0 0 0 0 0 0 0 20 0 1 0 98717588 786432 118 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19438/statm: 192 118 50 118 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2208

[startup+0.101383 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 19437
/proc/meminfo: memFree=1482456/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=1440 CPUtime=0
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98717588 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 360 110 95 260 0 84 0
[pid=19438] ppid=19437 vsize=2140 CPUtime=0.09
/proc/19438/stat : 19438 (march_dl) R 19437 19437 19148 0 -1 4194304 489 0 0 0 9 0 0 0 20 0 1 0 98717588 2191360 446 1992294400 134512640 134996440 4294956240 18446744073709551615 134617417 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19438/statm: 535 446 65 118 0 414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3580

[startup+0.301405 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 19437
/proc/meminfo: memFree=1482456/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=1440 CPUtime=0
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98717588 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 360 110 95 260 0 84 0
[pid=19438] ppid=19437 vsize=3664 CPUtime=0.29
/proc/19438/stat : 19438 (march_dl) R 19437 19437 19148 0 -1 4194304 707 0 0 0 29 0 0 0 21 0 1 0 98717588 3751936 583 1992294400 134512640 134996440 4294956240 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19438/statm: 916 583 67 118 0 795 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5104

[startup+0.701449 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 19437
/proc/meminfo: memFree=1482456/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=1440 CPUtime=0
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98717588 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 360 110 95 260 0 84 0
[pid=19438] ppid=19437 vsize=5728 CPUtime=0.69
/proc/19438/stat : 19438 (march_dl) R 19437 19437 19148 0 -1 4194304 1539 0 0 0 69 0 0 0 24 0 1 0 98717588 5865472 1322 1992294400 134512640 134996440 4294956240 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19438/statm: 1432 1322 72 118 0 1311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7168

[startup+1.50154 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19439
/proc/meminfo: memFree=1476680/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=1440 CPUtime=0
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98717588 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 360 110 95 260 0 84 0
[pid=19438] ppid=19437 vsize=5372 CPUtime=1.49
/proc/19438/stat : 19438 (march_dl) R 19437 19437 19148 0 -1 4194304 1685 0 0 0 149 0 0 0 25 0 1 0 98717588 5500928 1271 1992294400 134512640 134996440 4294956240 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19438/statm: 1343 1271 74 118 0 1222 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6812

[startup+3.10172 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19439
/proc/meminfo: memFree=1477192/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=1440 CPUtime=0
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98717588 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 360 110 95 260 0 84 0
[pid=19438] ppid=19437 vsize=5372 CPUtime=3.09
/proc/19438/stat : 19438 (march_dl) R 19437 19437 19148 0 -1 4194304 1685 0 0 0 309 0 0 0 25 0 1 0 98717588 5500928 1271 1992294400 134512640 134996440 4294956240 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19438/statm: 1343 1271 74 118 0 1222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6812

[startup+6.30108 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19440
/proc/meminfo: memFree=1480840/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=1440 CPUtime=4.99
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 135 1715 0 0 0 0 498 1 16 0 1 0 98717588 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 360 111 96 260 0 84 0
[pid=19440] ppid=19437 vsize=6188 CPUtime=1.29
/proc/19440/stat : 19440 (ubcsat2006) R 19437 19437 19148 0 -1 4194304 436 0 0 0 120 9 0 0 25 0 1 0 98718088 6336512 419 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19440/statm: 1547 419 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7018 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 19440
/proc/meminfo: memFree=1480848/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 2468

[startup+25.5012 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19441
/proc/meminfo: memFree=1477896/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=4488 CPUtime=12.96
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 858 0 0 0 1296 0 0 0 25 0 1 0 98718840 4595712 853 1992294400 134512640 134998072 4294956240 18446744073709551615 134525460 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1122 853 58 118 0 1000 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 6956

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1477064/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=5280 CPUtime=38.55
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1065 0 0 0 3855 0 0 0 25 0 1 0 98718840 5406720 1060 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1320 1060 58 118 0 1198 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 7748

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1476296/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6088 CPUtime=89.74
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1275 0 0 0 8973 1 0 0 25 0 1 0 98718840 6234112 1270 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1522 1270 58 118 0 1400 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 8556

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

[startup+127.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1476104/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6224 CPUtime=115.33
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1307 0 0 0 11532 1 0 0 25 0 1 0 98718840 6373376 1302 1992294400 134512640 134998072 4294956240 18446744073709551615 134528456 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1556 1302 58 118 0 1434 0
Current children cumulated CPU time (s) 127.81
Current children cumulated vsize (KiB) 8692

[startup+134.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1475976/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6384 CPUtime=121.73
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1349 0 0 0 12172 1 0 0 25 0 1 0 98718840 6537216 1344 1992294400 134512640 134998072 4294956240 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1596 1344 58 118 0 1474 0
Current children cumulated CPU time (s) 134.21
Current children cumulated vsize (KiB) 8852

[startup+140.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1475848/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6524 CPUtime=128.13
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1368 0 0 0 12812 1 0 0 25 0 1 0 98718840 6680576 1363 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1631 1363 58 118 0 1509 0
Current children cumulated CPU time (s) 140.61
Current children cumulated vsize (KiB) 8992

[startup+142.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1475848/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6524 CPUtime=129.73
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1375 0 0 0 12972 1 0 0 25 0 1 0 98718840 6680576 1370 1992294400 134512640 134998072 4294956240 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1631 1370 58 118 0 1509 0
Current children cumulated CPU time (s) 142.21
Current children cumulated vsize (KiB) 8992

[startup+143.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1475784/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6656 CPUtime=131.32
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1385 0 0 0 13131 1 0 0 25 0 1 0 98718840 6815744 1380 1992294400 134512640 134998072 4294956240 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1664 1380 58 118 0 1542 0
Current children cumulated CPU time (s) 143.8
Current children cumulated vsize (KiB) 9124

[startup+144.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1475784/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6656 CPUtime=132.12
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1389 0 0 0 13211 1 0 0 25 0 1 0 98718840 6815744 1384 1992294400 134512640 134998072 4294956240 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1664 1384 58 118 0 1542 0
Current children cumulated CPU time (s) 144.6
Current children cumulated vsize (KiB) 9124

[startup+144.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1475784/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6656 CPUtime=132.32
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1390 0 0 0 13231 1 0 0 25 0 1 0 98718840 6815744 1385 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1664 1385 58 118 0 1542 0
Current children cumulated CPU time (s) 144.8
Current children cumulated vsize (KiB) 9124

[startup+145.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19441
/proc/meminfo: memFree=1475784/2055920 swapFree=4192956/4192956
[pid=19437] ppid=19435 vsize=2468 CPUtime=12.48
/proc/19437/stat : 19437 (SATzilla2007_C) S 19435 19437 19148 0 -1 4194304 1167 2158 0 0 515 14 701 18 25 0 1 0 98717588 2527232 445 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 617 445 157 260 0 341 0
[pid=19441] ppid=19437 vsize=6656 CPUtime=132.42
/proc/19441/stat : 19441 (minisat20) R 19437 19437 19148 0 -1 4194304 1390 0 0 0 13241 1 0 0 25 0 1 0 98718840 6815744 1385 1992294400 134512640 134998072 4294956240 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19441/statm: 1664 1385 58 118 0 1542 0
Current children cumulated CPU time (s) 144.9
Current children cumulated vsize (KiB) 9124

Child status: 20
Real time (s): 145.029
CPU time (s): 144.968
CPU user time (s): 144.611
CPU system time (s): 0.356945
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 9124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.611
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4733
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= 12
involuntary context switches= 314

runsolver used 0.156976 second user time and 0.365944 second system time

The end

Launcher Data

Begin job on node5 at 2009-04-26 02:47:16
IDJOB=1725816
IDBENCH=24598
IDSOLVER=558
FILE ID=node5/1725816-1240706836
PBS_JOBID= 9186823
Free space on /tmp= 66340 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-icl003.sat05-2715.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725816-1240706836/watcher-1725816-1240706836 -o /tmp/evaluation-result-1725816-1240706836/solver-1725816-1240706836 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1725816-1240706836.cnf            

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

MD5SUM BENCH= ddc67b9b869c1d77b5458996a2e27751
RANDOM SEED=533401962

node5.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.212
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.212
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:       1482936 kB
Buffers:         65648 kB
Cached:         423136 kB
SwapCached:          0 kB
Active:         136580 kB
Inactive:       366100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8680 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            56376 kB
Committed_AS:   352580 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= 66332 MiB
End job on node5 at 2009-04-26 02:49:42