Trace number 1824959

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 2128.49 2129.44

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-gensys-ukn003.sat05-3346.reshuffled-07.cnf
MD5SUMc664e54e8911dc74e630e966a3a9b6ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark612.297
Satisfiable
(Un)Satisfiability was proved
Number of variables942
Number of clauses16562
Sum of the clauses size74896
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38565
Number of clauses of size 471
Number of clauses of size 5103
Number of clauses of size over 56710

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 |   15779    71289 |    4733       0        0     nan |  0.000 % |
0.01/0.05	c |         0 |   11488    55322 |      --       0       --      -- |     --   | -204/-877
0.01/0.05	c ==============================================================================
0.01/0.05	c Result  :   #vars: 884   #clauses: 11488   #literals: 55322
0.01/0.05	c CPU time:   0.053991 s
0.01/0.05	c ==============================================================================
0.01/0.08	This is MiniSat 2.0 beta
0.01/0.08	WARNING: for repeatability, setting FPU to use double precision
0.01/0.08	============================[ Problem Statistics ]=============================
0.01/0.08	|                                                                             |
0.01/0.08	|  Number of variables:  884                                                  |
0.01/0.08	|  Number of clauses:    11488                                                |
0.01/0.08	|  Parsing time:         0.01         s                                       |
2128.44/2129.43	restarts              : 26
2128.44/2129.43	conflicts             : 6195307        (2911 /sec)
2128.44/2129.43	decisions             : 6786714        (1.82 % random) (3189 /sec)
2128.44/2129.43	propagations          : 384529092      (180668 /sec)
2128.44/2129.43	conflict literals     : 181153940      (41.84 % deleted)
2128.44/2129.43	Memory used           : 14.85 MB
2128.44/2129.43	CPU time              : 2128.37 s
2128.44/2129.43	
2128.44/2129.43	UNSATISFIABLE
2128.44/2129.43	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-1824959-1242474883/watcher-1824959-1242474883 -o /tmp/evaluation-result-1824959-1242474883/solver-1824959-1242474883 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824959-1242474883.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 29343
/proc/meminfo: memFree=1878896/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275516890 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 235 195 169 0 50 0
[pid=29344] ppid=29343 vsize=824 CPUtime=0
/proc/29344/stat : 29344 (SatElite) R 29343 29343 29205 0 -1 4194304 131 0 0 0 0 0 0 0 19 0 1 0 275516890 843776 115 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29344/statm: 206 115 51 127 0 76 0

[startup+0.0241841 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 29343
/proc/meminfo: memFree=1878896/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275516890 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 235 195 169 0 50 0
[pid=29344] ppid=29343 vsize=1880 CPUtime=0.01
/proc/29344/stat : 29344 (SatElite) R 29343 29343 29205 0 -1 4194304 410 0 0 0 1 0 0 0 19 0 1 0 275516890 1925120 394 1992294400 134512640 135034092 4294956112 18446744073709551615 134541271 0 0 4096 3 0 0 0 17 0 0 0
/proc/29344/statm: 470 394 64 127 0 340 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7236

[startup+0.102203 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 29343
/proc/meminfo: memFree=1878896/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.30124 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 29343
/proc/meminfo: memFree=1878896/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.702318 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 29343
/proc/meminfo: memFree=1878896/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50146 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1875936/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=3888 CPUtime=1.41
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 687 0 0 0 141 0 0 0 25 0 1 0 275516898 3981312 672 1992294400 134512640 135214827 4294956224 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 972 672 77 171 0 799 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9244

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1875680/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=4284 CPUtime=3.01
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 772 0 0 0 301 0 0 0 25 0 1 0 275516898 4386816 757 1992294400 134512640 135214827 4294956224 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 1071 757 77 171 0 898 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9640

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1874912/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=4848 CPUtime=6.21
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 903 0 0 0 621 0 0 0 25 0 1 0 275516898 4964352 888 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 1212 888 77 171 0 1039 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10204

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1874144/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=5508 CPUtime=12.6
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 1089 0 0 0 1260 0 0 0 25 0 1 0 275516898 5640192 1074 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 1377 1074 77 171 0 1204 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10864

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1873632/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=6176 CPUtime=25.39
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 1244 0 0 0 2539 0 0 0 25 0 1 0 275516898 6324224 1229 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 1544 1229 77 171 0 1371 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11532

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1872864/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=6980 CPUtime=50.98
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 1455 0 0 0 5098 0 0 0 25 0 1 0 275516898 7147520 1440 1992294400 134512640 135214827 4294956224 18446744073709551615 134529425 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 1745 1440 77 171 0 1572 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12336

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1871648/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=8080 CPUtime=102.17
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 1708 0 0 0 10216 1 0 0 25 0 1 0 275516898 8273920 1693 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 2020 1693 77 171 0 1847 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 13436

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1870752/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=8912 CPUtime=162.13
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 1928 0 0 0 16212 1 0 0 25 0 1 0 275516898 9125888 1913 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 2228 1913 77 171 0 2055 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 14268

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1870240/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=9428 CPUtime=222.09
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 2045 0 0 0 22208 1 0 0 25 0 1 0 275516898 9654272 2030 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 2357 2030 77 171 0 2184 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 14784

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1869664/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=10000 CPUtime=282.06
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 2174 0 0 0 28205 1 0 0 25 0 1 0 275516898 10240000 2159 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 2500 2159 77 171 0 2327 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 15356

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29346
/proc/meminfo: memFree=1869088/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=10528 CPUtime=342.03
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 2309 0 0 0 34202 1 0 0 25 0 1 0 275516898 10780672 2294 1992294400 134512640 135214827 4294956224 18446744073709551615 134537409 0 0 4096 3 0 0 0 17 0 0 0
/proc/29346/statm: 2632 2294 77 171 0 2459 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 15884

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1868312/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=11076 CPUtime=402.01

################
# More data... #
################


[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864480/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=14740 CPUtime=1841.36
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3334 0 0 0 184133 3 0 0 25 0 1 0 275516898 15093760 3319 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3685 3319 77 171 0 3512 0
Current children cumulated CPU time (s) 1841.43
Current children cumulated vsize (KiB) 20096

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864416/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=14912 CPUtime=1901.34
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3354 0 0 0 190131 3 0 0 25 0 1 0 275516898 15269888 3339 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3728 3339 77 171 0 3555 0
Current children cumulated CPU time (s) 1901.41
Current children cumulated vsize (KiB) 20268

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864288/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15056 CPUtime=1961.33
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3377 0 0 0 196130 3 0 0 25 0 1 0 275516898 15417344 3362 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3764 3362 77 171 0 3591 0
Current children cumulated CPU time (s) 1961.4
Current children cumulated vsize (KiB) 20412

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864160/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15056 CPUtime=2021.3
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3405 0 0 0 202127 3 0 0 25 0 1 0 275516898 15417344 3390 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3764 3390 77 171 0 3591 0
Current children cumulated CPU time (s) 2021.37
Current children cumulated vsize (KiB) 20412

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864160/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15056 CPUtime=2081.29
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3405 0 0 0 208126 3 0 0 25 0 1 0 275516898 15417344 3390 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3764 3390 77 171 0 3591 0
Current children cumulated CPU time (s) 2081.36
Current children cumulated vsize (KiB) 20412

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

[startup+2099.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15056 CPUtime=2098.08
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3405 0 0 0 209805 3 0 0 25 0 1 0 275516898 15417344 3390 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3764 3390 77 171 0 3591 0
Current children cumulated CPU time (s) 2098.15
Current children cumulated vsize (KiB) 20412

[startup+2111.9 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15200 CPUtime=2110.88
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3414 0 0 0 211085 3 0 0 25 0 1 0 275516898 15564800 3399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3800 3399 77 171 0 3627 0
Current children cumulated CPU time (s) 2110.95
Current children cumulated vsize (KiB) 20556

[startup+2118.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15200 CPUtime=2117.27
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3414 0 0 0 211724 3 0 0 25 0 1 0 275516898 15564800 3399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3800 3399 77 171 0 3627 0
Current children cumulated CPU time (s) 2117.34
Current children cumulated vsize (KiB) 20556

[startup+2124.7 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15200 CPUtime=2123.67
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3414 0 0 0 212364 3 0 0 25 0 1 0 275516898 15564800 3399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3800 3399 77 171 0 3627 0
Current children cumulated CPU time (s) 2123.74
Current children cumulated vsize (KiB) 20556

[startup+2127.9 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15200 CPUtime=2126.87
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3414 0 0 0 212684 3 0 0 25 0 1 0 275516898 15564800 3399 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3800 3399 77 171 0 3627 0
Current children cumulated CPU time (s) 2126.94
Current children cumulated vsize (KiB) 20556

[startup+2128.7 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15200 CPUtime=2127.67
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3414 0 0 0 212764 3 0 0 25 0 1 0 275516898 15564800 3399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529685 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3800 3399 77 171 0 3627 0
Current children cumulated CPU time (s) 2127.74
Current children cumulated vsize (KiB) 20556

[startup+2129.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15200 CPUtime=2128.07
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3414 0 0 0 212804 3 0 0 25 0 1 0 275516898 15564800 3399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3800 3399 77 171 0 3627 0
Current children cumulated CPU time (s) 2128.14
Current children cumulated vsize (KiB) 20556

[startup+2129.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15200 CPUtime=2128.27
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3414 0 0 0 212824 3 0 0 25 0 1 0 275516898 15564800 3399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3800 3399 77 171 0 3627 0
Current children cumulated CPU time (s) 2128.34
Current children cumulated vsize (KiB) 20556

[startup+2129.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29352
/proc/meminfo: memFree=1864096/2055920 swapFree=4180040/4192956
[pid=29343] ppid=29341 vsize=5356 CPUtime=0.07
/proc/29343/stat : 29343 (lysat.sh) S 29341 29343 29205 0 -1 4194304 310 506 0 0 0 0 7 0 17 0 1 0 275516890 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29343/statm: 1339 237 195 169 0 50 0
[pid=29346] ppid=29343 vsize=15200 CPUtime=2128.37
/proc/29346/stat : 29346 (LySATc) R 29343 29343 29205 0 -1 4194304 3414 0 0 0 212834 3 0 0 25 0 1 0 275516898 15564800 3399 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/29346/statm: 3800 3399 77 171 0 3627 0
Current children cumulated CPU time (s) 2128.44
Current children cumulated vsize (KiB) 20556

Child status: 20
Real time (s): 2129.44
CPU time (s): 2128.49
CPU user time (s): 2128.44
CPU system time (s): 0.043993
CPU usage (%): 99.9553
Max. virtual memory (cumulated for all children) (KiB): 20556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2128.44
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4394
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= 38
involuntary context switches= 5553

runsolver used 1.9777 second user time and 5.74113 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-16 13:54:43
IDJOB=1824959
IDBENCH=24645
IDSOLVER=667
FILE ID=node37/1824959-1242474883
PBS_JOBID= 9306797
Free space on /tmp= 66328 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-gensys-ukn003.sat05-3346.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824959-1242474883/watcher-1824959-1242474883 -o /tmp/evaluation-result-1824959-1242474883/solver-1824959-1242474883 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824959-1242474883.cnf c

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

MD5SUM BENCH= c664e54e8911dc74e630e966a3a9b6ae
RANDOM SEED=1145935040

node37.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.259
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.259
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:       1879384 kB
Buffers:         32548 kB
Cached:          94436 kB
SwapCached:       7792 kB
Active:          52404 kB
Inactive:        84548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879384 kB
SwapTotal:     4192956 kB
SwapFree:      4180040 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          13988 kB
Slab:            25660 kB
Committed_AS:  1071536 kB
PageTables:       1392 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= 66328 MiB
End job on node37 at 2009-05-16 14:30:13