Trace number 3308760

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
SAT09 reference solver:LySAT i/2009-03-20UNSAT 372.265 372.264

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.4606
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.54	c ==============================================================================
0.00/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.54	c ==============================================================================
0.00/0.54	c |         0 | 1130523  2637887 |  339156       0        0     nan |  0.000 % |
354.20/354.28	c |         0 |  101640   410022 |      --       0       --      -- |     --   | -1019741/-2205924
354.20/354.28	c ==============================================================================
354.20/354.28	c Result  :   #vars: 6404   #clauses: 101640   #literals: 410022
354.20/354.28	c CPU time:   354.017 s
354.20/354.28	c ==============================================================================
354.29/354.39	c lySAT 0.1
354.29/354.39	c minisat core +  additionnal features
354.29/354.39	c ============================[ Problem Statistics ]=============================
354.29/354.39	c |                                                                             |
354.29/354.39	c |  Number of variables:  6404                                                 |
354.29/354.39	c |  Number of clauses:    101640                                               |
354.39/354.42	c |  Parsing time:         0.03         s                                       |
372.19/372.24	c restarts              : 1282
372.19/372.24	c conflicts             : 208007         (11670 /sec)
372.19/372.24	c decisions             : 1236882        (3.39 % random) (69393 /sec)
372.19/372.24	c euip                  : 355         
372.19/372.24	c propagations          : 28298206       (1587620 /sec)
372.19/372.24	c conflict literals     : 24056265       (4.95 % deleted)
372.19/372.24	c Memory used           : 39.46 MB
372.19/372.24	c CPU time              : 17.8243 s
372.19/372.24	c 
372.19/372.24	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308760-1303984522/watcher-3308760-1303984522 -o /tmp/evaluation-result-3308760-1303984522/solver-3308760-1303984522 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308760-1303984522.cnf i 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.12 4.00 3.04 5/196 29271
/proc/meminfo: memFree=20706256/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0

[startup+0.043517 s]
/proc/loadavg: 4.12 4.00 3.04 5/196 29271
/proc/meminfo: memFree=20706256/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100506 s]
/proc/loadavg: 4.12 4.00 3.04 5/196 29271
/proc/meminfo: memFree=20706256/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300467 s]
/proc/loadavg: 4.12 4.00 3.04 5/196 29271
/proc/meminfo: memFree=20706256/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700396 s]
/proc/loadavg: 4.12 4.00 3.04 5/196 29271
/proc/meminfo: memFree=20706256/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 4.12 4.00 3.04 5/198 29273
/proc/meminfo: memFree=20529912/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=185264 CPUtime=1.49 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 46048 0 0 0 141 8 0 0 25 0 1 0 510050128 189710336 42552 33554432000 134512640 135034092 4288466176 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 46316 42552 68 128 0 46186 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 193964

[startup+3.10096 s]
/proc/loadavg: 4.12 4.00 3.04 5/198 29273
/proc/meminfo: memFree=20506232/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=195824 CPUtime=3.09 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 48400 0 0 0 297 12 0 0 25 0 1 0 510050128 200523776 44904 33554432000 134512640 135034092 4288466176 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 48956 44904 68 128 0 48826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 204524

[startup+6.30036 s]
/proc/loadavg: 4.11 4.00 3.05 5/198 29273
/proc/meminfo: memFree=20435056/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=214640 CPUtime=6.29 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 52952 0 0 0 611 18 0 0 25 0 1 0 510050128 219791360 49456 33554432000 134512640 135034092 4288466176 18446744073709551615 134566493 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 53660 49456 68 128 0 53530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 223340

[startup+12.7012 s]
/proc/loadavg: 4.10 4.00 3.05 5/198 29273
/proc/meminfo: memFree=20387940/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=218008 CPUtime=12.69 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 54437 0 0 0 1247 22 0 0 25 0 1 0 510050128 223240192 50368 33554432000 134512640 135034092 4288466176 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 54502 50368 68 128 0 54372 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 226708

[startup+25.5008 s]
/proc/loadavg: 4.08 4.00 3.07 5/198 29274
/proc/meminfo: memFree=20351376/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=222496 CPUtime=25.49 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 55291 0 0 0 2525 24 0 0 25 0 1 0 510050128 227835904 51222 33554432000 134512640 135034092 4288466176 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 55624 51222 68 128 0 55494 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231196

[startup+51.1011 s]
/proc/loadavg: 4.11 4.01 3.10 5/198 29274
/proc/meminfo: memFree=20238996/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=220704 CPUtime=51.09 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 55332 0 0 0 5085 24 0 0 25 0 1 0 510050128 226000896 50828 33554432000 134512640 135034092 4288466176 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 55176 50828 68 128 0 55046 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229404

[startup+102.308 s]
/proc/loadavg: 4.05 4.01 3.14 5/198 29276
/proc/meminfo: memFree=20129040/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=221024 CPUtime=102.3 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 55409 0 0 0 10206 24 0 0 25 0 1 0 510050128 226328576 50905 33554432000 134512640 135034092 4288466176 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 55256 50905 68 128 0 55126 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 229724

[startup+162.3 s]
/proc/loadavg: 4.02 4.00 3.19 5/198 29277
/proc/meminfo: memFree=20038300/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=221984 CPUtime=162.29 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 55538 0 0 0 16205 24 0 0 25 0 1 0 510050128 227311616 51034 33554432000 134512640 135034092 4288466176 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 55496 51034 68 128 0 55366 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 230684

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.24 5/198 29309
/proc/meminfo: memFree=20080752/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=222656 CPUtime=222.29 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 55663 0 0 0 22205 24 0 0 25 0 1 0 510050128 227999744 51159 33554432000 134512640 135034092 4288466176 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 55664 51159 68 128 0 55534 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 231356

[startup+282.3 s]
/proc/loadavg: 4.06 4.01 3.29 5/198 29311
/proc/meminfo: memFree=19996776/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=224128 CPUtime=282.29 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 55823 0 0 0 28205 24 0 0 25 0 1 0 510050128 229507072 51319 33554432000 134512640 135034092 4288466176 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 56032 51319 68 128 0 55902 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 232828

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.33 5/198 29321
/proc/meminfo: memFree=19826864/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=0 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 510050127 8908800 249 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 249 209 178 0 68 0
[pid=29272] ppid=29271 vsize=227084 CPUtime=342.3 cores=1,3
/proc/29272/stat : 29272 (SatElite) R 29271 29271 29020 0 -1 4202496 57723 0 0 0 34204 26 0 0 25 0 1 0 510050128 232534016 51976 33554432000 134512640 135034092 4288466176 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29272/statm: 56771 51976 68 128 0 56641 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 235784

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

[startup+358.301 s]
/proc/loadavg: 4.01 4.01 3.34 5/198 29323
/proc/meminfo: memFree=20015620/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=354.39 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 356 63193 0 0 0 0 35410 29 18 0 1 0 510050127 8908800 251 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 251 209 178 0 68 0
[pid=29323] ppid=29271 vsize=18804 CPUtime=3.9 cores=1,3
/proc/29323/stat : 29323 (LySATi) R 29271 29271 29020 0 -1 4202496 4560 0 0 0 389 1 0 0 25 0 1 0 510085567 19255296 4514 33554432000 134512640 135226915 4293671792 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29323/statm: 4701 4514 82 175 0 4524 0
Current children cumulated CPU time (s) 358.29
Current children cumulated vsize (KiB) 27504

[startup+364.701 s]
/proc/loadavg: 4.09 4.02 3.35 5/198 29323
/proc/meminfo: memFree=20001292/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=354.39 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 356 63193 0 0 0 0 35410 29 18 0 1 0 510050127 8908800 251 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 251 209 178 0 68 0
[pid=29323] ppid=29271 vsize=30884 CPUtime=10.3 cores=1,3
/proc/29323/stat : 29323 (LySATi) R 29271 29271 29020 0 -1 4202496 7576 0 0 0 1028 2 0 0 25 0 1 0 510085567 31625216 7530 33554432000 134512640 135226915 4293671792 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29323/statm: 7721 7530 82 175 0 7544 0
Current children cumulated CPU time (s) 364.69
Current children cumulated vsize (KiB) 39584

[startup+367.9 s]
/proc/loadavg: 4.08 4.02 3.35 5/198 29323
/proc/meminfo: memFree=19994844/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=354.39 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 356 63193 0 0 0 0 35410 29 18 0 1 0 510050127 8908800 251 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 251 209 178 0 68 0
[pid=29323] ppid=29271 vsize=34284 CPUtime=13.5 cores=1,3
/proc/29323/stat : 29323 (LySATi) R 29271 29271 29020 0 -1 4202496 8435 0 0 0 1348 2 0 0 25 0 1 0 510085567 35106816 8389 33554432000 134512640 135226915 4293671792 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29323/statm: 8571 8389 82 175 0 8394 0
Current children cumulated CPU time (s) 367.89
Current children cumulated vsize (KiB) 42984

[startup+369.501 s]
/proc/loadavg: 4.08 4.02 3.35 5/198 29323
/proc/meminfo: memFree=19992364/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=354.39 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 356 63193 0 0 0 0 35410 29 18 0 1 0 510050127 8908800 251 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 251 209 178 0 68 0
[pid=29323] ppid=29271 vsize=35068 CPUtime=15.11 cores=1,3
/proc/29323/stat : 29323 (LySATi) R 29271 29271 29020 0 -1 4202496 8641 0 0 0 1509 2 0 0 25 0 1 0 510085567 35909632 8595 33554432000 134512640 135226915 4293671792 18446744073709551615 134539418 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29323/statm: 8767 8595 82 175 0 8590 0
Current children cumulated CPU time (s) 369.5
Current children cumulated vsize (KiB) 43768

[startup+371.101 s]
/proc/loadavg: 4.08 4.02 3.36 5/198 29323
/proc/meminfo: memFree=19991744/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=354.39 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 356 63193 0 0 0 0 35410 29 18 0 1 0 510050127 8908800 251 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 251 209 178 0 68 0
[pid=29323] ppid=29271 vsize=35460 CPUtime=16.7 cores=1,3
/proc/29323/stat : 29323 (LySATi) R 29271 29271 29020 0 -1 4202496 8737 0 0 0 1668 2 0 0 25 0 1 0 510085567 36311040 8691 33554432000 134512640 135226915 4293671792 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29323/statm: 8865 8691 82 175 0 8688 0
Current children cumulated CPU time (s) 371.09
Current children cumulated vsize (KiB) 44160

[startup+371.901 s]
/proc/loadavg: 4.08 4.02 3.36 5/198 29323
/proc/meminfo: memFree=19988148/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=354.39 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 356 63193 0 0 0 0 35410 29 18 0 1 0 510050127 8908800 251 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 251 209 178 0 68 0
[pid=29323] ppid=29271 vsize=38460 CPUtime=17.5 cores=1,3
/proc/29323/stat : 29323 (LySATi) R 29271 29271 29020 0 -1 4202496 9470 0 0 0 1748 2 0 0 25 0 1 0 510085567 39383040 9424 33554432000 134512640 135226915 4293671792 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29323/statm: 9615 9424 82 175 0 9438 0
Current children cumulated CPU time (s) 371.89
Current children cumulated vsize (KiB) 47160

[startup+372.101 s]
/proc/loadavg: 4.08 4.02 3.36 5/198 29323
/proc/meminfo: memFree=19988148/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=354.39 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 356 63193 0 0 0 0 35410 29 18 0 1 0 510050127 8908800 251 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 251 209 178 0 68 0
[pid=29323] ppid=29271 vsize=39716 CPUtime=17.7 cores=1,3
/proc/29323/stat : 29323 (LySATi) R 29271 29271 29020 0 -1 4202496 9755 0 0 0 1768 2 0 0 25 0 1 0 510085567 40669184 9709 33554432000 134512640 135226915 4293671792 18446744073709551615 134536915 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29323/statm: 9929 9709 82 175 0 9752 0
Current children cumulated CPU time (s) 372.09
Current children cumulated vsize (KiB) 48416

[startup+372.201 s]
/proc/loadavg: 4.08 4.02 3.36 5/198 29323
/proc/meminfo: memFree=19988148/32951124 swapFree=67111524/67111528
[pid=29271] ppid=29269 vsize=8700 CPUtime=354.39 cores=1,3
/proc/29271/stat : 29271 (lysat.sh) S 29269 29271 29020 0 -1 4202496 356 63193 0 0 0 0 35410 29 18 0 1 0 510050127 8908800 251 33554432000 4194304 4922060 140737370762656 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29271/statm: 2175 251 209 178 0 68 0
[pid=29323] ppid=29271 vsize=40264 CPUtime=17.8 cores=1,3
/proc/29323/stat : 29323 (LySATi) R 29271 29271 29020 0 -1 4202496 9898 0 0 0 1778 2 0 0 25 0 1 0 510085567 41230336 9852 33554432000 134512640 135226915 4293671792 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29323/statm: 10066 9852 82 175 0 9889 0
Current children cumulated CPU time (s) 372.19
Current children cumulated vsize (KiB) 48964

Child status: 20
Real time (s): 372.264
CPU time (s): 372.265
CPU user time (s): 371.927
CPU system time (s): 0.337948
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 251696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 371.927
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73690
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= 39
involuntary context switches= 622

runsolver used 0.597909 second user time and 1.43778 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-28 11:55:23
IDJOB=3308760
IDBENCH=82450
IDSOLVER=1692
FILE ID=node135/3308760-1303984522
RUNJOBID= node135-1303983196-29040
PBS_JOBID= 13168691
Free space on /tmp= 70804 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308760-1303984522/watcher-3308760-1303984522 -o /tmp/evaluation-result-3308760-1303984522/solver-3308760-1303984522 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308760-1303984522.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=2099984934

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20706536 kB
Buffers:       1870416 kB
Cached:        9098804 kB
SwapCached:          4 kB
Active:        3306016 kB
Inactive:      8353800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20706536 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          328788 kB
Writeback:           0 kB
AnonPages:      690288 kB
Mapped:          16072 kB
Slab:           521120 kB
PageTables:       7052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   905060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70820 MiB
End job on node135 at 2011-04-28 12:01:35