Trace number 1581314

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT i/2009-03-20? (TO) 1200.01 1200.61

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p1.cnf
MD5SUM10eca282b9263f77903cd90a479b46ee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark393.634
Satisfiable
(Un)Satisfiability was proved
Number of variables225926
Number of clauses1207249
Sum of the clauses size2914329
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2854772
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.29/1.30	c ==============================================================================
1.29/1.30	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.30	c ==============================================================================
1.29/1.30	c |         0 | 1195096  2901426 |  358528       0        0     nan |  0.000 % |
7.88/7.97	c |         0 |  838748  2352556 |      --       0       --      -- |     --   | -102684/26671
7.88/7.97	c ==============================================================================
7.88/7.97	c Result  :   #vars: 121873   #clauses: 838748   #literals: 2352556
7.88/7.97	c CPU time:   7.73082 s
7.88/7.97	c ==============================================================================
8.99/9.05	c lySAT 0.1
8.99/9.05	c minisat core +  additionnal features
8.99/9.05	c ============================[ Problem Statistics ]=============================
8.99/9.05	c |                                                                             |
8.99/9.05	c |  Number of variables:  121873                                               |
8.99/9.05	c |  Number of clauses:    838748                                               |
9.03/9.63	c |  Parsing time:         0.52         s                                       |

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.90 1.85 1.48 3/73 15218
/proc/meminfo: memFree=1501232/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165362550 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 235 195 169 0 50 0
[pid=15219] ppid=15218 vsize=1560 CPUtime=0
/proc/15219/stat : 15219 (SatElite) R 15218 15218 15098 0 -1 4194304 306 0 0 0 0 0 0 0 19 0 1 0 1165362550 1597440 290 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 390 292 50 127 0 260 0

[startup+0.0353319 s]
/proc/loadavg: 1.90 1.85 1.48 3/73 15218
/proc/meminfo: memFree=1501232/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165362550 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 235 195 169 0 50 0
[pid=15219] ppid=15218 vsize=13208 CPUtime=0.02
/proc/15219/stat : 15219 (SatElite) R 15218 15218 15098 0 -1 4194304 2556 0 0 0 2 0 0 0 19 0 1 0 1165362550 13524992 2436 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 3302 2437 50 127 0 3172 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18564

[startup+0.101338 s]
/proc/loadavg: 1.90 1.85 1.48 3/73 15218
/proc/meminfo: memFree=1501232/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165362550 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 235 195 169 0 50 0
[pid=15219] ppid=15218 vsize=29228 CPUtime=0.09
/proc/15219/stat : 15219 (SatElite) R 15218 15218 15098 0 -1 4194304 5623 0 0 0 8 1 0 0 19 0 1 0 1165362550 29929472 5503 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 7307 5504 50 127 0 7177 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34584

[startup+0.301362 s]
/proc/loadavg: 1.90 1.85 1.48 3/73 15218
/proc/meminfo: memFree=1501232/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165362550 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 235 195 169 0 50 0
[pid=15219] ppid=15218 vsize=49112 CPUtime=0.29
/proc/15219/stat : 15219 (SatElite) R 15218 15218 15098 0 -1 4194304 10443 0 0 0 25 4 0 0 21 0 1 0 1165362550 50290688 10323 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 12278 10323 50 127 0 12148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54468

[startup+0.701408 s]
/proc/loadavg: 1.90 1.85 1.48 3/73 15218
/proc/meminfo: memFree=1501232/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165362550 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 235 195 169 0 50 0
[pid=15219] ppid=15218 vsize=71224 CPUtime=0.69
/proc/15219/stat : 15219 (SatElite) R 15218 15218 15098 0 -1 4194304 15898 0 0 0 61 8 0 0 24 0 1 0 1165362550 72933376 15778 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 17806 15778 50 127 0 17676 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76580

[startup+1.5015 s]
/proc/loadavg: 1.90 1.85 1.48 2/75 15220
/proc/meminfo: memFree=1415584/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165362550 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 235 195 169 0 50 0
[pid=15219] ppid=15218 vsize=115880 CPUtime=1.49
/proc/15219/stat : 15219 (SatElite) R 15218 15218 15098 0 -1 4194304 26709 0 0 0 135 14 0 0 25 0 1 0 1165362550 118661120 26589 1992294400 134512640 135034092 4294956096 18446744073709551615 134541189 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 28970 26589 64 127 0 28840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121236

[startup+3.10169 s]
/proc/loadavg: 1.90 1.85 1.48 2/75 15220
/proc/meminfo: memFree=1382048/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165362550 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 235 195 169 0 50 0
[pid=15219] ppid=15218 vsize=141840 CPUtime=3.09
/proc/15219/stat : 15219 (SatElite) R 15218 15218 15098 0 -1 4194304 34841 0 0 0 290 19 0 0 25 0 1 0 1165362550 145244160 31811 1992294400 134512640 135034092 4294956096 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 35460 31811 68 127 0 35330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 147196

[startup+6.30106 s]
/proc/loadavg: 1.99 1.87 1.49 2/75 15220
/proc/meminfo: memFree=1366304/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=0
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165362550 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 235 195 169 0 50 0
[pid=15219] ppid=15218 vsize=141716 CPUtime=6.28
/proc/15219/stat : 15219 (SatElite) R 15218 15218 15098 0 -1 4194304 38490 0 0 0 607 21 0 0 25 0 1 0 1165362550 145117184 31851 1992294400 134512640 135034092 4294956096 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 0 0 0
/proc/15219/statm: 35429 31851 68 127 0 35299 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 147072

[startup+12.7018 s]
/proc/loadavg: 2.07 1.89 1.49 2/75 15221
/proc/meminfo: memFree=1419816/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=57824 CPUtime=3.63
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 13823 0 0 0 356 7 0 0 25 0 1 0 1165363455 59211776 13796 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 14456 13796 81 174 0 14279 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 63180

[startup+25.5023 s]
/proc/loadavg: 2.13 1.91 1.51 2/75 15221
/proc/meminfo: memFree=1419368/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=58396 CPUtime=16.44
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 13954 0 0 0 1636 8 0 0 25 0 1 0 1165363455 59797504 13927 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 14599 13927 81 174 0 14422 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 63752

[startup+51.1023 s]
/proc/loadavg: 2.09 1.91 1.52 2/75 15221
/proc/meminfo: memFree=1417640/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=59968 CPUtime=42.02
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 14343 0 0 0 4193 9 0 0 25 0 1 0 1165363455 61407232 14316 1992294400 134512640 135226915 4294956208 18446744073709551615 134537392 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 14992 14316 81 174 0 14815 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 65324

[startup+102.306 s]
/proc/loadavg: 1.79 1.87 1.53 2/75 15221
/proc/meminfo: memFree=1414760/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=64684 CPUtime=93.19
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 15490 0 0 0 9309 10 0 0 25 0 1 0 1165363455 66236416 15463 1992294400 134512640 135226915 4294956208 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 16171 15463 81 174 0 15994 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 70040

[startup+162.302 s]
/proc/loadavg: 1.29 1.71 1.49 2/75 15221
/proc/meminfo: memFree=1408616/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=70836 CPUtime=153.17
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 17030 0 0 0 15305 12 0 0 25 0 1 0 1165363455 72536064 17003 1992294400 134512640 135226915 4294956208 18446744073709551615 134526328 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 17709 17003 81 174 0 17532 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 76192

[startup+222.302 s]
/proc/loadavg: 1.10 1.58 1.46 2/75 15221
/proc/meminfo: memFree=1405032/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=74344 CPUtime=213.13
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 17925 0 0 0 21300 13 0 0 25 0 1 0 1165363455 76128256 17898 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 18586 17898 81 174 0 18409 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 79700

[startup+282.301 s]
/proc/loadavg: 1.04 1.47 1.43 2/75 15221
/proc/meminfo: memFree=1397096/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=82648 CPUtime=273.1
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 19989 0 0 0 27295 15 0 0 25 0 1 0 1165363455 84631552 19962 1992294400 134512640 135226915 4294956208 18446744073709551615 134538625 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 20662 19962 81 174 0 20485 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 88004

[startup+342.301 s]
/proc/loadavg: 1.01 1.38 1.40 2/75 15221
/proc/meminfo: memFree=1389416/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=89944 CPUtime=333.08
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 21828 0 0 0 33291 17 0 0 25 0 1 0 1165363455 92102656 21801 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 22486 21801 81 174 0 22309 0

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

/proc/15221/statm: 27879 27181 81 174 0 27702 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 116872

[startup+582.301 s]
/proc/loadavg: 1.00 1.16 1.30 2/75 15221
/proc/meminfo: memFree=1362536/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=116828 CPUtime=572.95
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 28530 0 0 0 57272 23 0 0 25 0 1 0 1165363455 119631872 28503 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 29207 28503 81 174 0 29030 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 122184

[startup+642.301 s]
/proc/loadavg: 1.00 1.13 1.27 2/75 15221
/proc/meminfo: memFree=1362536/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=116828 CPUtime=632.93
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 28530 0 0 0 63270 23 0 0 25 0 1 0 1165363455 119631872 28503 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 29207 28503 81 174 0 29030 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 122184

[startup+702.302 s]
/proc/loadavg: 1.00 1.11 1.26 2/75 15221
/proc/meminfo: memFree=1346792/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=133004 CPUtime=692.91
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 32546 0 0 0 69262 29 0 0 25 0 1 0 1165363455 136196096 32519 1992294400 134512640 135226915 4294956208 18446744073709551615 134552835 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 33251 32519 81 174 0 33074 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 138360

[startup+762.306 s]
/proc/loadavg: 1.00 1.08 1.24 2/75 15221
/proc/meminfo: memFree=1344360/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=134832 CPUtime=752.87
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 33026 0 0 0 75258 29 0 0 25 0 1 0 1165363455 138067968 32999 1992294400 134512640 135226915 4294956208 18446744073709551615 134525815 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 33708 32999 81 174 0 33531 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 140188

[startup+822.302 s]
/proc/loadavg: 1.00 1.07 1.22 2/75 15221
/proc/meminfo: memFree=1344360/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=134832 CPUtime=812.84
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 33026 0 0 0 81255 29 0 0 25 0 1 0 1165363455 138067968 32999 1992294400 134512640 135226915 4294956208 18446744073709551615 134538560 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 33708 32999 81 174 0 33531 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 140188

[startup+882.302 s]
/proc/loadavg: 1.00 1.05 1.20 2/75 15221
/proc/meminfo: memFree=1321256/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=158124 CPUtime=872.81
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 38860 0 0 0 87245 36 0 0 25 0 1 0 1165363455 161918976 38833 1992294400 134512640 135226915 4294956208 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 39531 38833 81 174 0 39354 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 163480

[startup+942.302 s]
/proc/loadavg: 1.00 1.04 1.18 2/75 15221
/proc/meminfo: memFree=1318952/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=160220 CPUtime=932.78
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 39400 0 0 0 93241 37 0 0 25 0 1 0 1165363455 164065280 39373 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 40055 39373 81 174 0 39878 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 165576

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.17 2/75 15221
/proc/meminfo: memFree=1318952/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=160220 CPUtime=992.76
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 39400 0 0 0 99239 37 0 0 25 0 1 0 1165363455 164065280 39373 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 40055 39373 81 174 0 39878 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 165576

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/75 15221
/proc/meminfo: memFree=1318760/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=161000 CPUtime=1052.74
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 39586 0 0 0 105236 38 0 0 25 0 1 0 1165363455 164864000 39559 1992294400 134512640 135226915 4294956208 18446744073709551615 134736175 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 40250 39559 81 174 0 40073 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 166356

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/75 15221
/proc/meminfo: memFree=1306088/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=173412 CPUtime=1112.7
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 42612 0 0 0 111229 41 0 0 25 0 1 0 1165363455 177573888 42585 1992294400 134512640 135226915 4294956208 18446744073709551615 134538842 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 43353 42585 81 174 0 43176 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 178768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/75 15221
/proc/meminfo: memFree=1305960/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=173412 CPUtime=1172.68
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 42619 0 0 0 117227 41 0 0 25 0 1 0 1165363455 177573888 42592 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 43353 42592 81 174 0 43176 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 178768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.01 1.13 2/75 15221
/proc/meminfo: memFree=1305960/2055920 swapFree=4175408/4192956
[pid=15218] ppid=15216 vsize=5356 CPUtime=9.03
/proc/15218/stat : 15218 (lysat.sh) S 15216 15218 15098 0 -1 4194304 310 43740 0 0 0 0 872 31 19 0 1 0 1165362550 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15218/statm: 1339 237 195 169 0 50 0
[pid=15221] ppid=15218 vsize=173412 CPUtime=1190.98
/proc/15221/stat : 15221 (LySATi) R 15218 15218 15098 0 -1 4194304 42619 0 0 0 119057 41 0 0 25 0 1 0 1165363455 177573888 42592 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/15221/statm: 43353 42592 81 174 0 43176 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 178768

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15218 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=729672
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=317951
# CPU time returned by wait4() is 9.04762
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.01
CPU user time (s): 1199.29
CPU system time (s): 0.72
CPU usage (%): 99.9497
Max. virtual memory (cumulated for all children) (KiB): 178768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.72967
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44050
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= 5
involuntary context switches= 33

runsolver used 1.25081 second user time and 3.15752 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-05 12:23:00
IDJOB=1581314
IDBENCH=71034
IDSOLVER=511
FILE ID=node77/1581314-1238926979
PBS_JOBID= 9101447
Free space on /tmp= 66524 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-5p1.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581314-1238926979/watcher-1581314-1238926979 -o /tmp/evaluation-result-1581314-1238926979/solver-1581314-1238926979 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1581314-1238926979.cnf i

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

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED=1083153386

node77.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.230
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.230
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:       1501712 kB
Buffers:         57284 kB
Cached:         419392 kB
SwapCached:       8980 kB
Active:         239272 kB
Inactive:       250188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501712 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:           24904 kB
Writeback:           0 kB
Mapped:          16368 kB
Slab:            49812 kB
Committed_AS:  3133952 kB
PageTables:       1992 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= 66500 MiB
End job on node77 at 2009-04-05 12:43:03