Trace number 1729911

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
LySAT c/2009-03-20UNSAT 149.568 149.616

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.5741
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    7801    67257 |    2340       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6565    57894 |      --       0       --      -- |     --   | -394/-4756
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1465   #clauses: 6565   #literals: 57894
0.00/0.06	c CPU time:   0.06099 s
0.00/0.06	c ==============================================================================
0.06/0.09	This is MiniSat 2.0 beta
0.06/0.09	WARNING: for repeatability, setting FPU to use double precision
0.06/0.09	============================[ Problem Statistics ]=============================
0.06/0.09	|                                                                             |
0.06/0.09	|  Number of variables:  1465                                                 |
0.06/0.09	|  Number of clauses:    6565                                                 |
0.08/0.10	|  Parsing time:         0.01         s                                       |
149.54/149.60	restarts              : 22
149.54/149.60	conflicts             : 1258007        (8417 /sec)
149.54/149.60	decisions             : 3702474        (1.95 % random) (24773 /sec)
149.54/149.60	propagations          : 47790588       (319765 /sec)
149.54/149.60	conflict literals     : 31811824       (27.20 % deleted)
149.54/149.60	Memory used           : 6.26 MB
149.54/149.60	CPU time              : 149.455 s
149.54/149.60	
149.54/149.60	UNSATISFIABLE
149.54/149.61	s UNSATISFIABLE

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-1729911-1240754566/watcher-1729911-1240754566 -o /tmp/evaluation-result-1729911-1240754566/solver-1729911-1240754566 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1729911-1240754566.cnf c 

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: 0.92 0.98 0.99 3/64 5822
/proc/meminfo: memFree=1835128/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103482684 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 235 195 169 0 50 0
[pid=5823] ppid=5822 vsize=956 CPUtime=0
/proc/5823/stat : 5823 (SatElite) R 5822 5822 5558 0 -1 4194304 140 0 0 0 0 0 0 0 19 0 1 0 103482684 978944 124 1992294400 134512640 135034092 4294956096 18446744073709551615 134560585 0 0 4096 3 0 0 0 17 1 0 0
/proc/5823/statm: 239 124 52 127 0 109 0

[startup+0.0788199 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5822
/proc/meminfo: memFree=1835128/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103482684 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 235 195 169 0 50 0
[pid=5823] ppid=5822 vsize=1884 CPUtime=0.06
/proc/5823/stat : 5823 (SatElite) R 5822 5822 5558 0 -1 4194304 410 0 0 0 6 0 0 0 19 0 1 0 103482684 1929216 394 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/5823/statm: 471 394 69 127 0 341 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7240

[startup+0.101827 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5822
/proc/meminfo: memFree=1835128/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.301846 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5822
/proc/meminfo: memFree=1835128/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.701888 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5822
/proc/meminfo: memFree=1835128/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+1.50196 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1832744/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=3368 CPUtime=1.4
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 554 0 0 0 140 0 0 0 25 0 1 0 103482693 3448832 539 1992294400 134512640 135214827 4294956208 18446744073709551615 134528376 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 842 539 77 171 0 669 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8724

[startup+3.10112 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1832424/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=3632 CPUtime=3
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 614 0 0 0 300 0 0 0 25 0 1 0 103482693 3719168 599 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 908 599 77 171 0 735 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8988

[startup+6.30244 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1831848/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=4028 CPUtime=6.2
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 737 0 0 0 620 0 0 0 25 0 1 0 103482693 4124672 722 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1007 722 77 171 0 834 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9384

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1831400/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=4292 CPUtime=12.59
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 805 0 0 0 1259 0 0 0 25 0 1 0 103482693 4395008 790 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1073 790 77 171 0 900 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9648

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1830952/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=4820 CPUtime=25.39
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 924 0 0 0 2539 0 0 0 25 0 1 0 103482693 4935680 909 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1205 909 77 171 0 1032 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10176

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1830056/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=5748 CPUtime=50.98
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1153 0 0 0 5098 0 0 0 25 0 1 0 103482693 5885952 1138 1992294400 134512640 135214827 4294956208 18446744073709551615 134527625 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1437 1138 77 171 0 1264 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 11104

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829480/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6276 CPUtime=102.17
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1293 0 0 0 10216 1 0 0 25 0 1 0 103482693 6426624 1278 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1569 1278 77 171 0 1396 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 11632

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829416/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6276 CPUtime=127.76
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1295 0 0 0 12775 1 0 0 25 0 1 0 103482693 6426624 1280 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1569 1280 77 171 0 1396 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 11632

[startup+140.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829416/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6408 CPUtime=140.56
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1306 0 0 0 14055 1 0 0 25 0 1 0 103482693 6561792 1291 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1602 1291 77 171 0 1429 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 11764

[startup+143.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829416/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6408 CPUtime=143.76
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1306 0 0 0 14375 1 0 0 25 0 1 0 103482693 6561792 1291 1992294400 134512640 135214827 4294956208 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1602 1291 77 171 0 1429 0
Current children cumulated CPU time (s) 143.84
Current children cumulated vsize (KiB) 11764

[startup+147.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829416/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6408 CPUtime=146.95
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1306 0 0 0 14694 1 0 0 25 0 1 0 103482693 6561792 1291 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1602 1291 77 171 0 1429 0
Current children cumulated CPU time (s) 147.03
Current children cumulated vsize (KiB) 11764

[startup+148.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829352/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6408 CPUtime=148.55
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1306 0 0 0 14854 1 0 0 25 0 1 0 103482693 6561792 1291 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1602 1291 77 171 0 1429 0
Current children cumulated CPU time (s) 148.63
Current children cumulated vsize (KiB) 11764

[startup+149.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829352/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6408 CPUtime=148.95
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1306 0 0 0 14894 1 0 0 25 0 1 0 103482693 6561792 1291 1992294400 134512640 135214827 4294956208 18446744073709551615 134537026 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1602 1291 77 171 0 1429 0
Current children cumulated CPU time (s) 149.03
Current children cumulated vsize (KiB) 11764

[startup+149.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829352/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6408 CPUtime=149.36
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1306 0 0 0 14935 1 0 0 25 0 1 0 103482693 6561792 1291 1992294400 134512640 135214827 4294956208 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1602 1291 77 171 0 1429 0
Current children cumulated CPU time (s) 149.44
Current children cumulated vsize (KiB) 11764

[startup+149.606 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5825
/proc/meminfo: memFree=1829352/2055920 swapFree=4182052/4192956
[pid=5822] ppid=5820 vsize=5356 CPUtime=0.08
/proc/5822/stat : 5822 (lysat.sh) S 5820 5822 5558 0 -1 4194304 310 413 0 0 0 0 8 0 17 0 1 0 103482684 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5822/statm: 1339 237 195 169 0 50 0
[pid=5825] ppid=5822 vsize=6408 CPUtime=149.46
/proc/5825/stat : 5825 (LySATc) R 5822 5822 5558 0 -1 4194304 1306 0 0 0 14945 1 0 0 25 0 1 0 103482693 6561792 1291 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/5825/statm: 1602 1291 77 171 0 1429 0
Current children cumulated CPU time (s) 149.54
Current children cumulated vsize (KiB) 11764

Child status: 20
Real time (s): 149.616
CPU time (s): 149.568
CPU user time (s): 149.539
CPU system time (s): 0.028995
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 11764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.539
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2193
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= 37
involuntary context switches= 289

runsolver used 0.166974 second user time and 0.386941 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-26 16:02:47
IDJOB=1729911
IDBENCH=24717
IDSOLVER=512
FILE ID=node70/1729911-1240754566
PBS_JOBID= 9187089
Free space on /tmp= 66336 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729911-1240754566/watcher-1729911-1240754566 -o /tmp/evaluation-result-1729911-1240754566/solver-1729911-1240754566 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1729911-1240754566.cnf c

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=1792473924

node70.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.213
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.213
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:       1835544 kB
Buffers:         23000 kB
Cached:         131740 kB
SwapCached:       4992 kB
Active:          21504 kB
Inactive:       141440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835544 kB
SwapTotal:     4192956 kB
SwapFree:      4182052 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:          14420 kB
Slab:            43392 kB
Committed_AS:   356156 kB
PageTables:       1372 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= 66336 MiB
End job on node70 at 2009-04-26 16:05:16