Trace number 1729910

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 i/2009-03-20UNSAT 215.26 215.369

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7801    67257 |    2340       0        0     nan |  0.000 % |
0.05/0.06	c |         0 |    6565    57894 |      --       0       --      -- |     --   | -394/-4756
0.05/0.06	c ==============================================================================
0.05/0.06	c Result  :   #vars: 1465   #clauses: 6565   #literals: 57894
0.05/0.06	c CPU time:   0.05999 s
0.05/0.06	c ==============================================================================
0.05/0.08	c lySAT 0.1
0.05/0.08	c minisat core +  additionnal features
0.05/0.08	c ============================[ Problem Statistics ]=============================
0.05/0.08	c |                                                                             |
0.05/0.08	c |  Number of variables:  1465                                                 |
0.05/0.08	c |  Number of clauses:    6565                                                 |
0.05/0.09	c |  Parsing time:         0.01         s                                       |
215.16/215.35	c restarts              : 1075
215.16/215.35	c conflicts             : 502796         (2337 /sec)
215.16/215.35	c decisions             : 1277977        (3.82 % random) (5941 /sec)
215.16/215.35	c euip                  : 39824       
215.16/215.35	c propagations          : 17444844       (81099 /sec)
215.16/215.35	c conflict literals     : 14020263       (23.88 % deleted)
215.16/215.35	c Memory used           : 28.32 MB
215.16/215.35	c CPU time              : 215.105 s
215.16/215.35	c 
215.16/215.36	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-1729910-1240754557/watcher-1729910-1240754557 -o /tmp/evaluation-result-1729910-1240754557/solver-1729910-1240754557 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1729910-1240754557.cnf i 

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.00 1.00 3/65 9153
/proc/meminfo: memFree=1488176/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103484822 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 235 195 169 0 50 0
[pid=9154] ppid=9153 vsize=956 CPUtime=0
/proc/9154/stat : 9154 (SatElite) R 9153 9153 8708 0 -1 4194304 143 0 0 0 0 0 0 0 19 0 1 0 103484823 978944 127 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9154/statm: 239 128 52 127 0 109 0

[startup+0.0581611 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9153
/proc/meminfo: memFree=1488176/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103484822 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 235 195 169 0 50 0
[pid=9154] ppid=9153 vsize=1832 CPUtime=0.05
/proc/9154/stat : 9154 (SatElite) R 9153 9153 8708 0 -1 4194304 395 0 0 0 5 0 0 0 19 0 1 0 103484823 1875968 379 1992294400 134512640 135034092 4294956096 18446744073709551615 134566342 0 0 4096 3 0 0 0 17 0 0 0
/proc/9154/statm: 458 379 68 127 0 328 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7188

[startup+0.101169 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9153
/proc/meminfo: memFree=1488176/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301194 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9153
/proc/meminfo: memFree=1488176/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701243 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9153
/proc/meminfo: memFree=1488176/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1484768/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=4560 CPUtime=1.4
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 862 0 0 0 140 0 0 0 25 0 1 0 103484831 4669440 847 1992294400 134512640 135226915 4294956208 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 1140 847 82 174 0 963 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9916

[startup+3.10151 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1483808/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=5612 CPUtime=3
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 1120 0 0 0 300 0 0 0 25 0 1 0 103484831 5746688 1105 1992294400 134512640 135226915 4294956208 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 1403 1105 82 174 0 1226 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10968

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1482464/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=6912 CPUtime=6.2
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 1457 0 0 0 619 1 0 0 25 0 1 0 103484831 7077888 1442 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 1728 1442 82 174 0 1551 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12268

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1479136/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=9624 CPUtime=12.6
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 2121 0 0 0 1259 1 0 0 25 0 1 0 103484831 9854976 2106 1992294400 134512640 135226915 4294956208 18446744073709551615 134537275 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 2406 2106 82 174 0 2229 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14980

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1476320/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=12708 CPUtime=25.39
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 2864 0 0 0 2537 2 0 0 25 0 1 0 103484831 13012992 2849 1992294400 134512640 135226915 4294956208 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 3177 2849 82 174 0 3000 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18064

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1471584/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=17512 CPUtime=50.98
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 4028 0 0 0 5095 3 0 0 25 0 1 0 103484831 17932288 4013 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 4378 4013 82 174 0 4201 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22868

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1466592/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=22748 CPUtime=102.16
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 5269 0 0 0 10212 4 0 0 25 0 1 0 103484831 23293952 5254 1992294400 134512640 135226915 4294956208 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 5687 5254 82 174 0 5510 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 28104

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1464416/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=25068 CPUtime=162.12
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 5798 0 0 0 16208 4 0 0 25 0 1 0 103484831 25669632 5783 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 6267 5783 82 174 0 6090 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 30424

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

[startup+179.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1463520/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=26032 CPUtime=178.91
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 6016 0 0 0 17886 5 0 0 25 0 1 0 103484831 26656768 6001 1992294400 134512640 135226915 4294956208 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 6508 6001 82 174 0 6331 0
Current children cumulated CPU time (s) 178.98
Current children cumulated vsize (KiB) 31388

[startup+191.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1463072/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=26464 CPUtime=191.71
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 6132 0 0 0 19166 5 0 0 25 0 1 0 103484831 27099136 6117 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 6616 6117 82 174 0 6439 0
Current children cumulated CPU time (s) 191.78
Current children cumulated vsize (KiB) 31820

[startup+204.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1462048/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=27552 CPUtime=204.5
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 6377 0 0 0 20445 5 0 0 25 0 1 0 103484831 28213248 6362 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 6888 6362 82 174 0 6711 0
Current children cumulated CPU time (s) 204.57
Current children cumulated vsize (KiB) 32908

[startup+211.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1461352/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=28472 CPUtime=210.9
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 6557 0 0 0 21085 5 0 0 25 0 1 0 103484831 29155328 6542 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 7118 6542 82 174 0 6941 0
Current children cumulated CPU time (s) 210.97
Current children cumulated vsize (KiB) 33828

[startup+212.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1461224/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=28604 CPUtime=212.49
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 6608 0 0 0 21244 5 0 0 25 0 1 0 103484831 29290496 6593 1992294400 134512640 135226915 4294956208 18446744073709551615 134536991 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 7151 6593 82 174 0 6974 0
Current children cumulated CPU time (s) 212.56
Current children cumulated vsize (KiB) 33960

[startup+214.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1461096/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=28996 CPUtime=214.09
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 6659 0 0 0 21404 5 0 0 25 0 1 0 103484831 29691904 6644 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 7249 6644 82 174 0 7072 0
Current children cumulated CPU time (s) 214.16
Current children cumulated vsize (KiB) 34352

[startup+215.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1460968/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=28996 CPUtime=214.89
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 6659 0 0 0 21484 5 0 0 25 0 1 0 103484831 29691904 6644 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 7249 6644 82 174 0 7072 0
Current children cumulated CPU time (s) 214.96
Current children cumulated vsize (KiB) 34352

[startup+215.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9156
/proc/meminfo: memFree=1460968/2055920 swapFree=4192956/4192956
[pid=9153] ppid=9151 vsize=5356 CPUtime=0.07
/proc/9153/stat : 9153 (lysat.sh) S 9151 9153 8708 0 -1 4194304 310 413 0 0 0 0 7 0 17 0 1 0 103484822 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9153/statm: 1339 237 195 169 0 50 0
[pid=9156] ppid=9153 vsize=28996 CPUtime=215.09
/proc/9156/stat : 9156 (LySATi) R 9153 9153 8708 0 -1 4194304 6668 0 0 0 21504 5 0 0 25 0 1 0 103484831 29691904 6653 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9156/statm: 7249 6653 82 174 0 7072 0
Current children cumulated CPU time (s) 215.16
Current children cumulated vsize (KiB) 34352

Child status: 20
Real time (s): 215.369
CPU time (s): 215.26
CPU user time (s): 215.186
CPU system time (s): 0.073988
CPU usage (%): 99.9495
Max. virtual memory (cumulated for all children) (KiB): 34352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 215.186
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7554
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= 699

runsolver used 0.221966 second user time and 0.566913 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-26 16:02:37
IDJOB=1729910
IDBENCH=24717
IDSOLVER=511
FILE ID=node88/1729910-1240754557
PBS_JOBID= 9187044
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=1932804157

node88.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.229
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.229
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:      2055920 kB
MemFree:       1488720 kB
Buffers:         81808 kB
Cached:         388276 kB
SwapCached:          0 kB
Active:          78212 kB
Inactive:       406248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488720 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2504 kB
Writeback:           0 kB
Mapped:          24088 kB
Slab:            68700 kB
Committed_AS:   274244 kB
PageTables:       1444 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= 66548 MiB
End job on node88 at 2009-04-26 16:06:12