Trace number 1579806

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.06 1200.61

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p1.cnf
MD5SUM558e9ecf39a7773e94f4b47eef706f44
Bench CategoryAPPLICATION (applications 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 variables199996
Number of clauses1019200
Sum of the clauses size2430990
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2758992
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.13	c ==============================================================================
1.09/1.13	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.13	c ==============================================================================
1.09/1.13	c |         0 | 1008281  2419401 |  302484       0        0     nan |  0.000 % |
6.78/6.88	c |         0 |  668201  1856521 |      --       0       --      -- |     --   | -89034/10970
6.78/6.88	c ==============================================================================
6.78/6.88	c Result  :   #vars: 102505   #clauses: 668201   #literals: 1856521
6.78/6.88	c CPU time:   6.65499 s
6.78/6.88	c ==============================================================================
7.68/7.74	c lySAT 0.1
7.68/7.74	c minisat core +  additionnal features
7.68/7.74	c ============================[ Problem Statistics ]=============================
7.68/7.74	c |                                                                             |
7.68/7.74	c |  Number of variables:  102505                                               |
7.68/7.74	c |  Number of clauses:    668201                                               |
7.72/8.23	c |  Parsing time:         0.44         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-1579806-1238911201/watcher-1579806-1238911201 -o /tmp/evaluation-result-1579806-1238911201/solver-1579806-1238911201 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1579806-1238911201.cnf i 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 10075
/proc/meminfo: memFree=1604872/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=0
/proc/10075/stat : 10075 (lysat.sh) R 10073 10075 9953 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1043538851 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 234045893279 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10075/statm: 1339 234 194 169 0 50 0
[pid=10076] ppid=10075 vsize=1552 CPUtime=0
/proc/10076/stat : 10076 (SatElite) R 10075 10075 9953 0 -1 4194304 300 0 0 0 0 0 0 0 18 0 1 0 1043538851 1589248 284 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/10076/statm: 388 286 50 127 0 258 0

[startup+0.0427689 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 10075
/proc/meminfo: memFree=1604872/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=0
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1043538851 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10075/statm: 1339 235 195 169 0 50 0
[pid=10076] ppid=10075 vsize=13204 CPUtime=0.03
/proc/10076/stat : 10076 (SatElite) R 10075 10075 9953 0 -1 4194304 3131 0 0 0 2 1 0 0 19 0 1 0 1043538851 13520896 3011 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/10076/statm: 3301 3013 50 127 0 3171 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18560

[startup+0.101774 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 10075
/proc/meminfo: memFree=1604872/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=0
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1043538851 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10075/statm: 1339 235 195 169 0 50 0
[pid=10076] ppid=10075 vsize=29892 CPUtime=0.08
/proc/10076/stat : 10076 (SatElite) R 10075 10075 9953 0 -1 4194304 5411 0 0 0 6 2 0 0 19 0 1 0 1043538851 30609408 5227 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/10076/statm: 7473 5228 50 127 0 7343 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35248

[startup+0.301794 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 10075
/proc/meminfo: memFree=1604872/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=0
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1043538851 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10075/statm: 1339 235 195 169 0 50 0
[pid=10076] ppid=10075 vsize=47796 CPUtime=0.29
/proc/10076/stat : 10076 (SatElite) R 10075 10075 9953 0 -1 4194304 9719 0 0 0 24 5 0 0 21 0 1 0 1043538851 48943104 9535 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10076/statm: 11949 9535 50 127 0 11819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53152

[startup+0.701837 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 10075
/proc/meminfo: memFree=1604872/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=0
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1043538851 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10075/statm: 1339 235 195 169 0 50 0
[pid=10076] ppid=10075 vsize=69644 CPUtime=0.69
/proc/10076/stat : 10076 (SatElite) R 10075 10075 9953 0 -1 4194304 15199 0 0 0 60 9 0 0 25 0 1 0 1043538851 71315456 15015 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/10076/statm: 17411 15015 51 127 0 17281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75000

[startup+1.50292 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10077
/proc/meminfo: memFree=1518136/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=0
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1043538851 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10075/statm: 1339 235 195 169 0 50 0
[pid=10076] ppid=10075 vsize=112624 CPUtime=1.49
/proc/10076/stat : 10076 (SatElite) R 10075 10075 9953 0 -1 4194304 25273 0 0 0 135 14 0 0 25 0 1 0 1043538851 115326976 25089 1992294400 134512640 135034092 4294956112 18446744073709551615 134569395 0 0 4096 3 0 0 0 17 0 0 0
/proc/10076/statm: 28156 25089 67 127 0 28026 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117980

[startup+3.10209 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10077
/proc/meminfo: memFree=1497272/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=0
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1043538851 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10075/statm: 1339 235 195 169 0 50 0
[pid=10076] ppid=10075 vsize=117864 CPUtime=3.09
/proc/10076/stat : 10076 (SatElite) R 10075 10075 9953 0 -1 4194304 29711 0 0 0 292 17 0 0 25 0 1 0 1043538851 120692736 26868 1992294400 134512640 135034092 4294956112 18446744073709551615 134566687 0 0 4096 3 0 0 0 17 0 0 0
/proc/10076/statm: 29466 26868 68 127 0 29336 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123220

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10077
/proc/meminfo: memFree=1490744/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=0
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1043538851 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10075/statm: 1339 235 195 169 0 50 0
[pid=10076] ppid=10075 vsize=118068 CPUtime=6.29
/proc/10076/stat : 10076 (SatElite) R 10075 10075 9953 0 -1 4194304 34486 0 0 0 609 20 0 0 25 0 1 0 1043538851 120901632 27078 1992294400 134512640 135034092 4294956112 18446744073709551615 134566590 0 0 4096 3 0 0 0 17 1 0 0
/proc/10076/statm: 29517 27078 68 127 0 29387 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123424

[startup+12.7011 s]
/proc/loadavg: 1.15 1.03 1.01 2/75 10078
/proc/meminfo: memFree=1540024/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=46636 CPUtime=4.94
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 11187 0 0 0 488 6 0 0 25 0 1 0 1043539625 47755264 11148 1992294400 134512640 135226915 4294956224 18446744073709551615 134527727 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 11659 11148 81 174 0 11482 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 51992

[startup+25.5014 s]
/proc/loadavg: 1.21 1.05 1.01 2/75 10078
/proc/meminfo: memFree=1538944/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=48224 CPUtime=17.74
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 11594 0 0 0 1767 7 0 0 25 0 1 0 1043539625 49381376 11555 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 12056 11555 81 174 0 11879 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53580

[startup+51.1011 s]
/proc/loadavg: 1.14 1.04 1.01 2/75 10078
/proc/meminfo: memFree=1535488/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=51772 CPUtime=43.33
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 12467 0 0 0 4325 8 0 0 25 0 1 0 1043539625 53014528 12428 1992294400 134512640 135226915 4294956224 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 1 0 0
/proc/10078/statm: 12943 12428 81 174 0 12766 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57128

[startup+102.306 s]
/proc/loadavg: 1.11 1.05 1.01 2/75 10084
/proc/meminfo: memFree=1527936/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=59372 CPUtime=94.51
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 14374 0 0 0 9441 10 0 0 25 0 1 0 1043539625 60796928 14335 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 14843 14335 81 174 0 14666 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 64728

[startup+162.302 s]
/proc/loadavg: 1.09 1.05 1.01 2/75 10084
/proc/meminfo: memFree=1522944/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=64312 CPUtime=154.48
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 15614 0 0 0 15437 11 0 0 25 0 1 0 1043539625 65855488 15575 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 16078 15575 81 174 0 15901 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 69668

[startup+222.302 s]
/proc/loadavg: 1.12 1.07 1.02 2/75 10084
/proc/meminfo: memFree=1520256/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=66920 CPUtime=214.45
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 16265 0 0 0 21434 11 0 0 25 0 1 0 1043539625 68526080 16226 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 16730 16226 81 174 0 16553 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 72276

[startup+282.301 s]
/proc/loadavg: 1.12 1.08 1.02 2/75 10084
/proc/meminfo: memFree=1514368/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=72900 CPUtime=274.43
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 17736 0 0 0 27430 13 0 0 25 0 1 0 1043539625 74649600 17697 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 18225 17697 81 174 0 18048 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 78256

[startup+342.302 s]
/proc/loadavg: 1.04 1.07 1.02 2/75 10084
/proc/meminfo: memFree=1514304/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=73032 CPUtime=334.41
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 17764 0 0 0 33428 13 0 0 25 0 1 0 1043539625 74784768 17725 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 18258 17725 81 174 0 18081 0

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

/proc/10078/statm: 22203 21667 81 174 0 22026 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 94168

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/75 10084
/proc/meminfo: memFree=1498240/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=88812 CPUtime=574.3
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 21706 0 0 0 57412 18 0 0 25 0 1 0 1043539625 90943488 21667 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 22203 21667 81 174 0 22026 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 94168

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/75 10084
/proc/meminfo: memFree=1498240/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=88812 CPUtime=634.28
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 21707 0 0 0 63410 18 0 0 25 0 1 0 1043539625 90943488 21668 1992294400 134512640 135226915 4294956224 18446744073709551615 134537592 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 22203 21668 81 174 0 22026 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 94168

[startup+702.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 10084
/proc/meminfo: memFree=1497984/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=89088 CPUtime=694.25
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 21783 0 0 0 69407 18 0 0 25 0 1 0 1043539625 91226112 21744 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 22272 21744 81 174 0 22095 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 94444

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 10084
/proc/meminfo: memFree=1497920/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=89088 CPUtime=754.23
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 21783 0 0 0 75405 18 0 0 25 0 1 0 1043539625 91226112 21744 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 22272 21744 81 174 0 22095 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 94444

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10084
/proc/meminfo: memFree=1491264/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=95896 CPUtime=814.19
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 23468 0 0 0 81400 19 0 0 25 0 1 0 1043539625 98197504 23429 1992294400 134512640 135226915 4294956224 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 23974 23429 81 174 0 23797 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 101252

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10084
/proc/meminfo: memFree=1487232/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=99676 CPUtime=874.17
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 24440 0 0 0 87396 21 0 0 25 0 1 0 1043539625 102068224 24401 1992294400 134512640 135226915 4294956224 18446744073709551615 134539753 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 24919 24401 81 174 0 24742 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 105032

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10084
/proc/meminfo: memFree=1487168/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=99844 CPUtime=934.15
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 24472 0 0 0 93394 21 0 0 25 0 1 0 1043539625 102240256 24433 1992294400 134512640 135226915 4294956224 18446744073709551615 134536760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 24961 24433 81 174 0 24784 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 105200

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10084
/proc/meminfo: memFree=1487040/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=99844 CPUtime=994.12
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 24475 0 0 0 99391 21 0 0 25 0 1 0 1043539625 102240256 24436 1992294400 134512640 135226915 4294956224 18446744073709551615 134536724 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 24961 24436 81 174 0 24784 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 105200

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10084
/proc/meminfo: memFree=1476736/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=110504 CPUtime=1054.09
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 27081 0 0 0 105385 24 0 0 25 0 1 0 1043539625 113156096 27042 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 27626 27042 81 174 0 27449 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 115860

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10084
/proc/meminfo: memFree=1472512/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=114520 CPUtime=1114.07
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 28101 0 0 0 111382 25 0 0 25 0 1 0 1043539625 117268480 28062 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 28630 28062 81 174 0 28453 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 119876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10084
/proc/meminfo: memFree=1472448/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=114520 CPUtime=1174.04
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 28106 0 0 0 117379 25 0 0 25 0 1 0 1043539625 117268480 28067 1992294400 134512640 135226915 4294956224 18446744073709551615 134549577 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 28630 28067 81 174 0 28453 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 119876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 10084
/proc/meminfo: memFree=1472448/2055920 swapFree=4172852/4192956
[pid=10075] ppid=10073 vsize=5356 CPUtime=7.72
/proc/10075/stat : 10075 (lysat.sh) S 10073 10075 9953 0 -1 4194304 310 37898 0 0 0 0 744 28 16 0 1 0 1043538851 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10075/statm: 1339 237 195 169 0 50 0
[pid=10078] ppid=10075 vsize=114520 CPUtime=1192.34
/proc/10078/stat : 10078 (LySATi) R 10075 10075 9953 0 -1 4194304 28109 0 0 0 119209 25 0 0 25 0 1 0 1043539625 117268480 28070 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/10078/statm: 28630 28070 81 174 0 28453 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 119876

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 10075 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=444868
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=287956
# CPU time returned by wait4() is 7.73282
# while last known CPU time is 1200.06
#
# 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.06
CPU user time (s): 1199.53
CPU system time (s): 0.53
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 132704

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

runsolver used 1.19482 second user time and 3.21351 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-05 08:00:03
IDJOB=1579806
IDBENCH=71005
IDSOLVER=511
FILE ID=node79/1579806-1238911201
PBS_JOBID= 9101363
Free space on /tmp= 66524 MiB

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

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

MD5SUM BENCH= 558e9ecf39a7773e94f4b47eef706f44
RANDOM SEED=19846257

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:       1605288 kB
Buffers:         45312 kB
Cached:         329688 kB
SwapCached:      11580 kB
Active:         118708 kB
Inactive:       269416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605288 kB
SwapTotal:     4192956 kB
SwapFree:      4172852 kB
Dirty:           20976 kB
Writeback:           0 kB
Mapped:          18988 kB
Slab:            47640 kB
Committed_AS:  3176452 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= 66504 MiB
End job on node79 at 2009-04-05 08:20:06