Trace number 1730069

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 172.974 173.07

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.7661
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

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 |    6817    59135 |    2045       0        0     nan |  0.000 % |
0.01/0.05	c |         0 |    5771    51850 |      --       0       --      -- |     --   | -339/-4142
0.01/0.05	c ==============================================================================
0.01/0.05	c Result  :   #vars: 1232   #clauses: 5771   #literals: 51850
0.01/0.05	c CPU time:   0.051992 s
0.01/0.05	c ==============================================================================
0.01/0.07	c lySAT 0.1
0.01/0.07	c minisat core +  additionnal features
0.01/0.07	c ============================[ Problem Statistics ]=============================
0.01/0.07	c |                                                                             |
0.01/0.07	c |  Number of variables:  1232                                                 |
0.01/0.07	c |  Number of clauses:    5771                                                 |
0.01/0.08	c |  Parsing time:         0.01         s                                       |
172.88/173.06	c restarts              : 900
172.88/173.06	c conflicts             : 450879         (2609 /sec)
172.88/173.06	c decisions             : 987092         (3.99 % random) (5711 /sec)
172.88/173.06	c euip                  : 34483       
172.88/173.06	c propagations          : 15484275       (89588 /sec)
172.88/173.06	c conflict literals     : 12091537       (22.42 % deleted)
172.88/173.06	c Memory used           : 25.08 MB
172.88/173.06	c CPU time              : 172.839 s
172.88/173.06	c 
172.88/173.06	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-1730069-1240755861/watcher-1730069-1240755861 -o /tmp/evaluation-result-1730069-1240755861/solver-1730069-1240755861 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1730069-1240755861.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 0.99 0.99 3/64 23960
/proc/meminfo: memFree=1565304/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103619049 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 235 195 169 0 50 0
[pid=23961] ppid=23960 vsize=956 CPUtime=0
/proc/23961/stat : 23961 (SatElite) R 23960 23960 23636 0 -1 4194304 142 0 0 0 0 0 0 0 19 0 1 0 103619049 978944 126 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23961/statm: 239 126 52 127 0 109 0

[startup+0.0199419 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 23960
/proc/meminfo: memFree=1565304/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103619049 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 235 195 169 0 50 0
[pid=23961] ppid=23960 vsize=1632 CPUtime=0.01
/proc/23961/stat : 23961 (SatElite) R 23960 23960 23636 0 -1 4194304 331 0 0 0 1 0 0 0 19 0 1 0 103619049 1671168 315 1992294400 134512640 135034092 4294956112 18446744073709551615 134540741 0 0 4096 3 0 0 0 17 0 0 0
/proc/23961/statm: 408 316 64 127 0 278 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6988

[startup+0.102957 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 23960
/proc/meminfo: memFree=1565304/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.301991 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 23960
/proc/meminfo: memFree=1565304/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.701056 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 23960
/proc/meminfo: memFree=1565304/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+1.50118 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1562280/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=4164 CPUtime=1.42
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 755 0 0 0 142 0 0 0 25 0 1 0 103619057 4263936 740 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 1041 740 82 174 0 864 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9520

[startup+3.10144 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1561448/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=5144 CPUtime=3.01
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 1003 0 0 0 301 0 0 0 25 0 1 0 103619057 5267456 988 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0
/proc/23963/statm: 1286 988 82 174 0 1109 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10500

[startup+6.30194 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1559464/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=7144 CPUtime=6.2
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 1506 0 0 0 620 0 0 0 25 0 1 0 103619057 7315456 1491 1992294400 134512640 135226915 4294956224 18446744073709551615 134536969 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 1786 1491 82 174 0 1609 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12500

[startup+12.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1556328/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=9988 CPUtime=12.59
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 2173 0 0 0 1259 0 0 0 25 0 1 0 103619057 10227712 2158 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 2497 2158 82 174 0 2320 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 15344

[startup+25.503 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1554088/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=12204 CPUtime=25.39
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 2707 0 0 0 2538 1 0 0 25 0 1 0 103619057 12496896 2692 1992294400 134512640 135226915 4294956224 18446744073709551615 134536978 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 3051 2692 82 174 0 2874 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 17560

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1550696/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=15684 CPUtime=50.97
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 3549 0 0 0 5095 2 0 0 25 0 1 0 103619057 16060416 3534 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 3921 3534 82 174 0 3744 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 21040

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1544680/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=21904 CPUtime=102.15
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5017 0 0 0 10211 4 0 0 25 0 1 0 103619057 22429696 5002 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 5476 5002 82 174 0 5299 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 27260

[startup+162.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1541352/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=25348 CPUtime=162.13
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5833 0 0 0 16208 5 0 0 25 0 1 0 103619057 25956352 5818 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 6337 5818 82 174 0 6160 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 30704

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

[startup+166.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1541160/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=25536 CPUtime=166.13
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5889 0 0 0 16608 5 0 0 25 0 1 0 103619057 26148864 5874 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 6384 5874 82 174 0 6207 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 30892

[startup+169.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1541032/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=25680 CPUtime=169.33
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5920 0 0 0 16928 5 0 0 25 0 1 0 103619057 26296320 5905 1992294400 134512640 135226915 4294956224 18446744073709551615 134536847 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 6420 5905 82 174 0 6243 0
Current children cumulated CPU time (s) 169.39
Current children cumulated vsize (KiB) 31036

[startup+171.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1540968/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=25680 CPUtime=170.93
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5920 0 0 0 17088 5 0 0 25 0 1 0 103619057 26296320 5905 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 6420 5905 82 174 0 6243 0
Current children cumulated CPU time (s) 170.99
Current children cumulated vsize (KiB) 31036

[startup+171.901 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1540968/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=25680 CPUtime=171.72
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5920 0 0 0 17167 5 0 0 25 0 1 0 103619057 26296320 5905 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 6420 5905 82 174 0 6243 0
Current children cumulated CPU time (s) 171.78
Current children cumulated vsize (KiB) 31036

[startup+172.707 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1540968/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=25680 CPUtime=172.53
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5920 0 0 0 17248 5 0 0 25 0 1 0 103619057 26296320 5905 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 6420 5905 82 174 0 6243 0
Current children cumulated CPU time (s) 172.59
Current children cumulated vsize (KiB) 31036

[startup+172.903 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1540968/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=25680 CPUtime=172.73
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5920 0 0 0 17268 5 0 0 25 0 1 0 103619057 26296320 5905 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 6420 5905 82 174 0 6243 0
Current children cumulated CPU time (s) 172.79
Current children cumulated vsize (KiB) 31036

[startup+173.002 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23963
/proc/meminfo: memFree=1540968/2055920 swapFree=4181132/4192956
[pid=23960] ppid=23958 vsize=5356 CPUtime=0.06
/proc/23960/stat : 23960 (lysat.sh) S 23958 23960 23636 0 -1 4194304 310 394 0 0 0 0 6 0 17 0 1 0 103619049 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23960/statm: 1339 237 195 169 0 50 0
[pid=23963] ppid=23960 vsize=25680 CPUtime=172.82
/proc/23963/stat : 23963 (LySATi) R 23960 23960 23636 0 -1 4194304 5920 0 0 0 17277 5 0 0 25 0 1 0 103619057 26296320 5905 1992294400 134512640 135226915 4294956224 18446744073709551615 134536978 0 0 4096 3 0 0 0 17 0 0 0
/proc/23963/statm: 6420 5905 82 174 0 6243 0
Current children cumulated CPU time (s) 172.88
Current children cumulated vsize (KiB) 31036

Child status: 20
Real time (s): 173.07
CPU time (s): 172.974
CPU user time (s): 172.91
CPU system time (s): 0.06399
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 31036

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

runsolver used 0.147977 second user time and 0.489925 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-26 16:24:21
IDJOB=1730069
IDBENCH=24721
IDSOLVER=511
FILE ID=node26/1730069-1240755861
PBS_JOBID= 9187059
Free space on /tmp= 66108 MiB

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

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=1328570126

node26.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.261
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.261
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:       1565784 kB
Buffers:         55044 kB
Cached:         357872 kB
SwapCached:       5692 kB
Active:         104728 kB
Inactive:       316472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565784 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:          13628 kB
Slab:            55096 kB
Committed_AS:   367604 kB
PageTables:       1368 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= 66104 MiB
End job on node26 at 2009-04-26 16:27:14