Trace number 1526555

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-20? (TO) 1200.06 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/560/
unif-k3-r4.25-v560-c2380-S179568577-034.cnf
MD5SUM123ef46409ad575b494b818820298c6e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2380     7140 |     713       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2371     7171 |      --       0       --      -- |     --   | -9/31
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 551   #clauses: 2371   #literals: 7171
0.00/0.00	c CPU time:   0.005999 s
0.00/0.00	c ==============================================================================
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  551                                                  |
0.00/0.01	|  Number of clauses:    2371                                                 |
0.00/0.01	|  Parsing time:         0.00         s                                       |
1200.04/1200.60	HOME/lysat.sh: line 55: 12822 Terminated              $MS$OPT -verbosity=0 $TMP.cnf $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1526555-1238511180/watcher-1526555-1238511180 -o /tmp/evaluation-result-1526555-1238511180/solver-1526555-1238511180 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1526555-1238511180.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 12819
/proc/meminfo: memFree=1379816/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) R 12817 12819 12598 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 234045893279 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12819/statm: 1339 234 194 169 0 50 0
[pid=12820] ppid=12819 vsize=956 CPUtime=0
/proc/12820/stat : 12820 (SatElite) R 12819 12819 12598 0 -1 4194304 159 0 0 0 0 0 0 0 19 0 1 0 1003536608 978944 143 1992294400 134512640 135034092 4294956096 18446744073709551615 134676334 0 0 4096 3 0 0 0 17 0 0 0
/proc/12820/statm: 239 143 65 127 0 109 0

[startup+0.010513 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 12819
/proc/meminfo: memFree=1379816/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 1339 235 195 169 0 50 0
[pid=12820] ppid=12819 vsize=964 CPUtime=0
/proc/12820/stat : 12820 (SatElite) R 12819 12819 12598 0 -1 4194304 170 0 0 0 0 0 0 0 19 0 1 0 1003536608 987136 154 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/12820/statm: 241 154 69 127 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6320

[startup+0.101526 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 12819
/proc/meminfo: memFree=1379816/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301546 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 12819
/proc/meminfo: memFree=1379816/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701587 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 12819
/proc/meminfo: memFree=1379816/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50167 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1378840/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=2428 CPUtime=1.48
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 274 0 0 0 148 0 0 0 25 0 1 0 1003536609 2486272 259 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 607 259 77 171 0 434 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7784

[startup+3.10184 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1378584/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=2560 CPUtime=3.08
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 307 0 0 0 308 0 0 0 25 0 1 0 1003536609 2621440 292 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 640 292 77 171 0 467 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7916

[startup+6.30117 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1378200/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=2824 CPUtime=6.27
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 361 0 0 0 627 0 0 0 25 0 1 0 1003536609 2891776 346 1992294400 134512640 135214827 4294956208 18446744073709551615 134536810 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 706 346 77 171 0 533 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 8180

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1377880/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=3092 CPUtime=12.67
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 429 0 0 0 1267 0 0 0 25 0 1 0 1003536609 3166208 414 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 773 414 77 171 0 600 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8448

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1377624/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=3356 CPUtime=25.45
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 499 0 0 0 2545 0 0 0 25 0 1 0 1003536609 3436544 484 1992294400 134512640 135214827 4294956208 18446744073709551615 134537510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12822/statm: 839 484 77 171 0 666 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 8712

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1377176/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=3884 CPUtime=51.03
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 634 0 0 0 5103 0 0 0 25 0 1 0 1003536609 3977216 619 1992294400 134512640 135214827 4294956208 18446744073709551615 134537363 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 971 619 77 171 0 798 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 9240

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1376536/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=4416 CPUtime=102.22
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 762 0 0 0 10222 0 0 0 25 0 1 0 1003536609 4521984 747 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1104 747 77 171 0 931 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9772

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1376024/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=4812 CPUtime=162.18
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 868 0 0 0 16218 0 0 0 25 0 1 0 1003536609 4927488 853 1992294400 134512640 135214827 4294956208 18446744073709551615 134537429 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1203 853 77 171 0 1030 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 10168

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1375640/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=5344 CPUtime=222.16
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 980 0 0 0 22216 0 0 0 25 0 1 0 1003536609 5472256 965 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1336 965 77 171 0 1163 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 10700

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1375320/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=5608 CPUtime=282.13
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1053 0 0 0 28213 0 0 0 25 0 1 0 1003536609 5742592 1038 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1402 1038 77 171 0 1229 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 10964

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1375064/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=5880 CPUtime=342.1
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1126 0 0 0 34210 0 0 0 25 0 1 0 1003536609 6021120 1111 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1470 1111 77 171 0 1297 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 11236

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12822
/proc/meminfo: memFree=1374872/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0

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

[pid=12822] ppid=12819 vsize=6436 CPUtime=462.06
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1252 0 0 0 46206 0 0 0 25 0 1 0 1003536609 6590464 1237 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1609 1237 77 171 0 1436 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 11792

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1374296/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=6564 CPUtime=522.02
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1286 0 0 0 52202 0 0 0 25 0 1 0 1003536609 6721536 1271 1992294400 134512640 135214827 4294956208 18446744073709551615 134529381 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1641 1271 77 171 0 1468 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 11920

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1374232/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=6708 CPUtime=582
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1332 0 0 0 58200 0 0 0 25 0 1 0 1003536609 6868992 1317 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1677 1317 77 171 0 1504 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 12064

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1374104/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=6844 CPUtime=641.98
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1376 0 0 0 64198 0 0 0 25 0 1 0 1003536609 7008256 1361 1992294400 134512640 135214827 4294956208 18446744073709551615 134529344 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1711 1361 77 171 0 1538 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 12200

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1373848/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=7108 CPUtime=701.94
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1427 0 0 0 70194 0 0 0 25 0 1 0 1003536609 7278592 1412 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1777 1412 77 171 0 1604 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 12464

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1373592/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=7240 CPUtime=761.93
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1477 0 0 0 76193 0 0 0 25 0 1 0 1003536609 7413760 1462 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1810 1462 77 171 0 1637 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 12596

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1373528/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=7380 CPUtime=821.9
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1505 0 0 0 82189 1 0 0 25 0 1 0 1003536609 7557120 1490 1992294400 134512640 135214827 4294956208 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1845 1490 77 171 0 1672 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 12736

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1373464/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=7500 CPUtime=881.87
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1536 0 0 0 88186 1 0 0 25 0 1 0 1003536609 7680000 1521 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1875 1521 77 171 0 1702 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 12856

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1373336/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=7636 CPUtime=941.85
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1563 0 0 0 94184 1 0 0 25 0 1 0 1003536609 7819264 1548 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1909 1548 77 171 0 1736 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 12992

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1373272/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=7768 CPUtime=1001.83
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1581 0 0 0 100182 1 0 0 25 0 1 0 1003536609 7954432 1566 1992294400 134512640 135214827 4294956208 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 1942 1566 77 171 0 1769 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 13124

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1373016/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=8032 CPUtime=1061.79
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1653 0 0 0 106178 1 0 0 25 0 1 0 1003536609 8224768 1638 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 2008 1638 77 171 0 1835 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 13388

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1372952/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=8032 CPUtime=1121.77
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1676 0 0 0 112176 1 0 0 25 0 1 0 1003536609 8224768 1661 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 2008 1661 77 171 0 1835 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 13388

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1372824/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=8172 CPUtime=1181.74
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1709 0 0 0 118173 1 0 0 25 0 1 0 1003536609 8368128 1694 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 2043 1694 77 171 0 1870 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 13528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 12828
/proc/meminfo: memFree=1372824/2055920 swapFree=4175408/4192956
[pid=12819] ppid=12817 vsize=5356 CPUtime=0
/proc/12819/stat : 12819 (lysat.sh) S 12817 12819 12598 0 -1 4194304 310 173 0 0 0 0 0 0 19 0 1 0 1003536608 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 1339 237 195 169 0 50 0
[pid=12822] ppid=12819 vsize=8172 CPUtime=1200.04
/proc/12822/stat : 12822 (LySATc) R 12819 12819 12598 0 -1 4194304 1712 0 0 0 120003 1 0 0 25 0 1 0 1003536609 8368128 1697 1992294400 134512640 135214827 4294956208 18446744073709551615 134529287 0 0 4096 3 0 0 0 17 0 0 0
/proc/12822/statm: 2043 1697 77 171 0 1870 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 13528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1200.04
CPU system time (s): 0.019996
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 13528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2227
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= 22
involuntary context switches= 4443

runsolver used 1.10283 second user time and 3.2745 second system time

The end

Launcher Data

Begin job on node79 at 2009-03-31 16:53:00
IDJOB=1526555
IDBENCH=70567
IDSOLVER=512
FILE ID=node79/1526555-1238511180
PBS_JOBID= 9061983
Free space on /tmp= 65556 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/560/unif-k3-r4.25-v560-c2380-S179568577-034.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1526555-1238511180/watcher-1526555-1238511180 -o /tmp/evaluation-result-1526555-1238511180/solver-1526555-1238511180 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1526555-1238511180.cnf c

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

MD5SUM BENCH= 123ef46409ad575b494b818820298c6e
RANDOM SEED=923496638

node79.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.232
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.232
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:       1380368 kB
Buffers:         91108 kB
Cached:         479996 kB
SwapCached:      11792 kB
Active:         327728 kB
Inactive:       259476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1380368 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          22644 kB
Slab:            73476 kB
Committed_AS:  2699612 kB
PageTables:       2004 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= 65552 MiB
End job on node79 at 2009-03-31 17:13:03