Trace number 1524695

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.03 1200.62

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S251246256-047.cnf
MD5SUM8f73ab57f6037e66eefb750c3e8213fd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.5531
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 516000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   16000    80000 |    4799       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 800   #clauses: 16000   #literals: 80000
0.00/0.02	c CPU time:   0.015997 s
0.00/0.02	c ==============================================================================
0.00/0.05	This is MiniSat 2.0 beta
0.00/0.05	WARNING: for repeatability, setting FPU to use double precision
0.00/0.05	============================[ Problem Statistics ]=============================
0.00/0.05	|                                                                             |
0.00/0.05	|  Number of variables:  800                                                  |
0.00/0.05	|  Number of clauses:    16000                                                |
0.00/0.06	|  Parsing time:         0.01         s                                       |
1200.01/1200.61	HOME/lysat.sh: line 55: 20118 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-1524695-1238363271/watcher-1524695-1238363271 -o /tmp/evaluation-result-1524695-1238363271/solver-1524695-1238363271 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1524695-1238363271.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: 1.99 1.85 1.41 3/65 20115
/proc/meminfo: memFree=813160/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5212 CPUtime=0
/proc/20115/stat : 20115 (lysat.sh) R 20113 20115 19782 0 -1 4194304 118 0 0 0 0 0 0 0 20 0 1 0 995700880 5337088 91 1992294400 4194304 4889804 548682068800 18446744073709551615 228706975071 0 0 4096 0 0 0 0 17 1 0 0
/proc/20115/statm: 1336 105 84 169 0 47 0

[startup+0.0207241 s]
/proc/loadavg: 1.99 1.85 1.41 3/65 20115
/proc/meminfo: memFree=813160/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 995700880 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20115/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101735 s]
/proc/loadavg: 1.99 1.85 1.41 3/65 20115
/proc/meminfo: memFree=813160/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301753 s]
/proc/loadavg: 1.99 1.85 1.41 3/65 20115
/proc/meminfo: memFree=813160/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701793 s]
/proc/loadavg: 1.99 1.85 1.41 3/65 20115
/proc/meminfo: memFree=813160/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50186 s]
/proc/loadavg: 1.99 1.85 1.41 2/67 20118
/proc/meminfo: memFree=807320/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=8060 CPUtime=1.43
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 1738 0 0 0 143 0 0 0 25 0 1 0 995700885 8253440 1724 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 2015 1725 78 171 0 1842 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13416

[startup+3.10201 s]
/proc/loadavg: 1.91 1.83 1.40 2/67 20118
/proc/meminfo: memFree=804376/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=9512 CPUtime=3.04
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 2122 0 0 0 303 1 0 0 25 0 1 0 995700885 9740288 2108 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 2378 2108 78 171 0 2205 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14868

[startup+6.30131 s]
/proc/loadavg: 1.91 1.83 1.40 2/67 20118
/proc/meminfo: memFree=802136/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=11492 CPUtime=6.23
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 2600 0 0 0 622 1 0 0 25 0 1 0 995700885 11767808 2586 1992294400 134512640 135214827 4294956208 18446744073709551615 134537099 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 2873 2586 78 171 0 2700 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16848

[startup+12.7029 s]
/proc/loadavg: 1.77 1.81 1.40 2/67 20118
/proc/meminfo: memFree=800920/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=13872 CPUtime=12.63
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 3187 0 0 0 1261 2 0 0 25 0 1 0 995700885 14204928 3173 1992294400 134512640 135214827 4294956208 18446744073709551615 134537365 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 3468 3173 78 171 0 3295 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19228

[startup+25.5011 s]
/proc/loadavg: 1.65 1.78 1.39 2/67 20118
/proc/meminfo: memFree=798680/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=15192 CPUtime=25.42
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 3543 0 0 0 2540 2 0 0 25 0 1 0 995700885 15556608 3529 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 3798 3529 78 171 0 3625 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20548

[startup+51.1015 s]
/proc/loadavg: 1.43 1.72 1.38 2/67 20118
/proc/meminfo: memFree=796568/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=17304 CPUtime=51.01
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 4054 0 0 0 5098 3 0 0 25 0 1 0 995700885 17719296 4040 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 4326 4040 78 171 0 4153 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22660

[startup+102.305 s]
/proc/loadavg: 1.17 1.59 1.36 2/67 20118
/proc/meminfo: memFree=793368/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=20372 CPUtime=102.2
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 4810 0 0 0 10216 4 0 0 25 0 1 0 995700885 20860928 4796 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 5093 4796 78 171 0 4920 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25728

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.33 2/67 20118
/proc/meminfo: memFree=791320/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=22352 CPUtime=162.16
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 5330 0 0 0 16212 4 0 0 25 0 1 0 995700885 22888448 5316 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 5588 5316 78 171 0 5415 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 27708

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.31 2/67 20118
/proc/meminfo: memFree=789912/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=23944 CPUtime=222.14
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 5695 0 0 0 22210 4 0 0 25 0 1 0 995700885 24518656 5681 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 5986 5681 78 171 0 5813 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 29300

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.29 2/67 20118
/proc/meminfo: memFree=787544/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=26320 CPUtime=282.12
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 6286 0 0 0 28207 5 0 0 25 0 1 0 995700885 26951680 6272 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 6580 6272 78 171 0 6407 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 31676

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.26 2/67 20118
/proc/meminfo: memFree=787096/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=26584 CPUtime=342.08
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 6383 0 0 0 34203 5 0 0 25 0 1 0 995700885 27222016 6369 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 6646 6369 78 171 0 6473 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 31940

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.25 2/67 20118
/proc/meminfo: memFree=785624/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=28020 CPUtime=402.06
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 6748 0 0 0 40201 5 0 0 25 0 1 0 995700885 28692480 6731 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 7005 6731 78 171 0 6832 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 33376


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

[pid=20118] ppid=20115 vsize=29340 CPUtime=462.03
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 7050 0 0 0 46198 5 0 0 25 0 1 0 995700885 30044160 7033 1992294400 134512640 135214827 4294956208 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 7335 7033 78 171 0 7162 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 34696

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.21 2/67 20118
/proc/meminfo: memFree=783640/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=30000 CPUtime=521.99
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 7236 0 0 0 52193 6 0 0 25 0 1 0 995700885 30720000 7219 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 7500 7219 78 171 0 7327 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 35356

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.19 2/67 20118
/proc/meminfo: memFree=783640/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=30000 CPUtime=581.97
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 7236 0 0 0 58191 6 0 0 25 0 1 0 995700885 30720000 7219 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 7500 7219 78 171 0 7327 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 35356

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.18 2/67 20118
/proc/meminfo: memFree=781336/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=32456 CPUtime=641.95
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 7821 0 0 0 64189 6 0 0 25 0 1 0 995700885 33234944 7804 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 8114 7804 78 171 0 7941 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 37812

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.17 2/67 20118
/proc/meminfo: memFree=780376/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=33380 CPUtime=701.91
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 8058 0 0 0 70185 6 0 0 25 0 1 0 995700885 34181120 8041 1992294400 134512640 135214827 4294956208 18446744073709551615 134537510 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 8345 8041 78 171 0 8172 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 38736

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.15 2/67 20118
/proc/meminfo: memFree=780376/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=33380 CPUtime=761.89
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 8058 0 0 0 76183 6 0 0 25 0 1 0 995700885 34181120 8041 1992294400 134512640 135214827 4294956208 18446744073709551615 134536817 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 8345 8041 78 171 0 8172 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 38736

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.14 2/67 20124
/proc/meminfo: memFree=779800/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=33776 CPUtime=821.86
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 8159 0 0 0 82180 6 0 0 25 0 1 0 995700885 34586624 8142 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 8444 8142 78 171 0 8271 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 39132

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.13 2/67 20124
/proc/meminfo: memFree=779800/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=33728 CPUtime=881.83
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 8159 0 0 0 88177 6 0 0 25 0 1 0 995700885 34537472 8142 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 8432 8142 78 171 0 8259 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 39084

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.12 2/67 20124
/proc/meminfo: memFree=779160/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=34388 CPUtime=941.81
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 8317 0 0 0 94174 7 0 0 25 0 1 0 995700885 35213312 8300 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 8597 8300 78 171 0 8424 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 39744

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/67 20124
/proc/meminfo: memFree=778968/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=34652 CPUtime=1001.79
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 8378 0 0 0 100172 7 0 0 25 0 1 0 995700885 35483648 8361 1992294400 134512640 135214827 4294956208 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 8663 8361 78 171 0 8490 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 40008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/67 20124
/proc/meminfo: memFree=777304/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=36368 CPUtime=1061.77
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 8800 0 0 0 106170 7 0 0 25 0 1 0 995700885 37240832 8783 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 9092 8783 78 171 0 8919 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 41724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/67 20124
/proc/meminfo: memFree=775000/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=38604 CPUtime=1121.75
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 9373 0 0 0 112167 8 0 0 25 0 1 0 995700885 39530496 9356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 9651 9356 78 171 0 9478 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 43960

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 20124
/proc/meminfo: memFree=775000/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=38604 CPUtime=1181.69
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 9373 0 0 0 118161 8 0 0 25 0 1 0 995700885 39530496 9356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 9651 9356 78 171 0 9478 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 43960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 20124
/proc/meminfo: memFree=775000/2055920 swapFree=4176856/4192956
[pid=20115] ppid=20113 vsize=5356 CPUtime=0.04
/proc/20115/stat : 20115 (lysat.sh) S 20113 20115 19782 0 -1 4194304 311 437 0 0 0 0 4 0 18 0 1 0 995700880 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20115/statm: 1339 237 195 169 0 50 0
[pid=20118] ppid=20115 vsize=38604 CPUtime=1199.97
/proc/20118/stat : 20118 (LySATc) R 20115 20115 19782 0 -1 4194304 9373 0 0 0 119989 8 0 0 25 0 1 0 995700885 39530496 9356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529418 0 0 4096 3 0 0 0 17 0 0 0
/proc/20118/statm: 9651 9356 78 171 0 9478 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 43960

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.62
CPU time (s): 1200.03
CPU user time (s): 1199.94
CPU system time (s): 0.094985
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 43968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10131
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= 18
involuntary context switches= 2896

runsolver used 1.25381 second user time and 3.12352 second system time

The end

Launcher Data

Begin job on node8 at 2009-03-29 23:47:52
IDJOB=1524695
IDBENCH=70195
IDSOLVER=512
FILE ID=node8/1524695-1238363271
PBS_JOBID= 9061220
Free space on /tmp= 64056 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S251246256-047.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524695-1238363271/watcher-1524695-1238363271 -o /tmp/evaluation-result-1524695-1238363271/solver-1524695-1238363271 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1524695-1238363271.cnf c

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

MD5SUM BENCH= 8f73ab57f6037e66eefb750c3e8213fd
RANDOM SEED=536839583

node8.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:        813576 kB
Buffers:         97064 kB
Cached:        1041232 kB
SwapCached:       9204 kB
Active:         162672 kB
Inactive:       986256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        813576 kB
SwapTotal:     4192956 kB
SwapFree:      4176856 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:          16328 kB
Slab:            79224 kB
Committed_AS:  2580808 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64056 MiB
End job on node8 at 2009-03-30 00:07:54