Trace number 1525095

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1906075351-024.cnf
MD5SUMad3646e0a0cdbfbd5513a638946c9f2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.7128
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 511900

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 |   11900    83300 |    3569       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 140   #clauses: 11900   #literals: 83300
0.00/0.02	c CPU time:   0.014997 s
0.00/0.02	c ==============================================================================
0.00/0.04	This is MiniSat 2.0 beta
0.00/0.04	WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	============================[ Problem Statistics ]=============================
0.00/0.04	|                                                                             |
0.00/0.05	|  Number of variables:  140                                                  |
0.00/0.05	|  Number of clauses:    11900                                                |
0.00/0.06	|  Parsing time:         0.01         s                                       |
1200.05/1200.60	HOME/lysat.sh: line 55: 19179 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-1525095-1238385120/watcher-1525095-1238385120 -o /tmp/evaluation-result-1525095-1238385120/solver-1525095-1238385120 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1525095-1238385120.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: 2.02 1.86 1.46 3/64 19176
/proc/meminfo: memFree=1044976/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0
/proc/19176/stat : 19176 (lysat.sh) R 19174 19176 19109 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1111177566 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19176/statm: 1339 234 194 169 0 50 0
[pid=19177] ppid=19176 vsize=824 CPUtime=0
/proc/19177/stat : 19177 (SatElite) R 19176 19176 19109 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 1111177566 843776 93 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19177/statm: 206 93 50 127 0 76 0

[startup+0.10453 s]
/proc/loadavg: 2.02 1.86 1.46 3/64 19176
/proc/meminfo: memFree=1044976/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.201538 s]
/proc/loadavg: 2.02 1.86 1.46 3/64 19176
/proc/meminfo: memFree=1044976/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301548 s]
/proc/loadavg: 2.02 1.86 1.46 3/64 19176
/proc/meminfo: memFree=1044976/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701584 s]
/proc/loadavg: 2.02 1.86 1.46 3/64 19176
/proc/meminfo: memFree=1044976/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50165 s]
/proc/loadavg: 1.94 1.85 1.45 2/66 19179
/proc/meminfo: memFree=1041248/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=4664 CPUtime=1.44
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 881 0 0 0 144 0 0 0 25 0 1 0 1111177571 4775936 867 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 1166 867 77 171 0 993 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10020

[startup+3.10178 s]
/proc/loadavg: 1.94 1.85 1.45 2/66 19179
/proc/meminfo: memFree=1040800/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=5192 CPUtime=3.04
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 1037 0 0 0 304 0 0 0 25 0 1 0 1111177571 5316608 1023 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 1298 1023 77 171 0 1125 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10548

[startup+6.30206 s]
/proc/loadavg: 1.86 1.83 1.45 2/66 19179
/proc/meminfo: memFree=1039904/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=5860 CPUtime=6.24
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 1179 0 0 0 624 0 0 0 25 0 1 0 1111177571 6000640 1165 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 1465 1165 77 171 0 1292 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11216

[startup+12.7016 s]
/proc/loadavg: 1.79 1.82 1.45 2/66 19179
/proc/meminfo: memFree=1039344/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=6524 CPUtime=12.63
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 1371 0 0 0 1263 0 0 0 25 0 1 0 1111177571 6680576 1357 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 1631 1357 77 171 0 1458 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11880

[startup+25.5017 s]
/proc/loadavg: 1.67 1.79 1.44 2/66 19179
/proc/meminfo: memFree=1038448/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=7368 CPUtime=25.43
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 1563 0 0 0 2542 1 0 0 25 0 1 0 1111177571 7544832 1549 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 1842 1549 77 171 0 1669 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12724

[startup+51.1019 s]
/proc/loadavg: 1.41 1.72 1.43 2/66 19179
/proc/meminfo: memFree=1037488/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=8448 CPUtime=51.01
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 1805 0 0 0 5100 1 0 0 25 0 1 0 1111177571 8650752 1791 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 2112 1791 77 171 0 1939 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13804

[startup+102.301 s]
/proc/loadavg: 1.17 1.60 1.41 2/66 19179
/proc/meminfo: memFree=1035952/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=9956 CPUtime=102.2
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 2172 0 0 0 10218 2 0 0 25 0 1 0 1111177571 10194944 2158 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 2489 2158 77 171 0 2316 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15312

[startup+162.301 s]
/proc/loadavg: 1.06 1.49 1.38 2/66 19179
/proc/meminfo: memFree=1034992/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=10944 CPUtime=162.15
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 2409 0 0 0 16213 2 0 0 25 0 1 0 1111177571 11206656 2395 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 2736 2395 77 171 0 2563 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 16300

[startup+222.306 s]
/proc/loadavg: 1.02 1.40 1.35 2/66 19179
/proc/meminfo: memFree=1033968/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=11924 CPUtime=222.13
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 2660 0 0 0 22211 2 0 0 25 0 1 0 1111177571 12210176 2646 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 2981 2646 77 171 0 2808 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 17280

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.33 2/66 19179
/proc/meminfo: memFree=1033520/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=12500 CPUtime=282.1
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 2785 0 0 0 28208 2 0 0 25 0 1 0 1111177571 12800000 2771 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3125 2771 77 171 0 2952 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 17856

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 19179
/proc/meminfo: memFree=1033136/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=12924 CPUtime=342.06
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 2862 0 0 0 34204 2 0 0 25 0 1 0 1111177571 13234176 2848 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3231 2848 77 171 0 3058 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 18280

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 19179
/proc/meminfo: memFree=1032176/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=13928 CPUtime=402.04
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3108 0 0 0 40202 2 0 0 25 0 1 0 1111177571 14262272 3094 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3482 3094 77 171 0 3309 0

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

[pid=19179] ppid=19176 vsize=14228 CPUtime=521.98
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3183 0 0 0 52195 3 0 0 25 0 1 0 1111177571 14569472 3169 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3557 3169 77 171 0 3384 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 19584

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 19185
/proc/meminfo: memFree=1030896/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=15052 CPUtime=581.95
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3408 0 0 0 58192 3 0 0 25 0 1 0 1111177571 15413248 3394 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3763 3394 77 171 0 3590 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 20408

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 19185
/proc/meminfo: memFree=1030512/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=15600 CPUtime=641.93
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3519 0 0 0 64190 3 0 0 25 0 1 0 1111177571 15974400 3505 1992294400 134512640 135214827 4294956208 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3900 3505 77 171 0 3727 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 20956

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 19185
/proc/meminfo: memFree=1030320/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=15592 CPUtime=701.9
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3524 0 0 0 70187 3 0 0 25 0 1 0 1111177571 15966208 3510 1992294400 134512640 135214827 4294956208 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3898 3510 77 171 0 3725 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 20948

[startup+762.301 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 19185
/proc/meminfo: memFree=1030192/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=15768 CPUtime=761.89
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3555 0 0 0 76186 3 0 0 25 0 1 0 1111177571 16146432 3541 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3942 3541 77 171 0 3769 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 21124

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 19185
/proc/meminfo: memFree=1030192/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=15768 CPUtime=821.86
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3568 0 0 0 82183 3 0 0 25 0 1 0 1111177571 16146432 3554 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3942 3554 77 171 0 3769 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 21124

[startup+882.305 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 19185
/proc/meminfo: memFree=1029936/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=15936 CPUtime=881.83
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3620 0 0 0 88180 3 0 0 25 0 1 0 1111177571 16318464 3606 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 3984 3606 77 171 0 3811 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 21292

[startup+942.302 s]
/proc/loadavg: 1.06 1.04 1.14 2/66 19185
/proc/meminfo: memFree=1029232/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=16812 CPUtime=941.81
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3809 0 0 0 94177 4 0 0 25 0 1 0 1111177571 17215488 3795 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 4203 3795 77 171 0 4030 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 22168

[startup+1002.3 s]
/proc/loadavg: 1.10 1.04 1.14 2/66 19185
/proc/meminfo: memFree=1028784/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=17252 CPUtime=1001.79
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3921 0 0 0 100175 4 0 0 25 0 1 0 1111177571 17666048 3907 1992294400 134512640 135214827 4294956208 18446744073709551615 134545653 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 4313 3907 77 171 0 4140 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 22608

[startup+1062.3 s]
/proc/loadavg: 1.03 1.03 1.13 2/66 19185
/proc/meminfo: memFree=1028592/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=17540 CPUtime=1061.76
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3965 0 0 0 106172 4 0 0 25 0 1 0 1111177571 17960960 3951 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 4385 3951 77 171 0 4212 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 22896

[startup+1122.3 s]
/proc/loadavg: 1.07 1.04 1.12 2/66 19185
/proc/meminfo: memFree=1028528/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=17540 CPUtime=1121.74
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3991 0 0 0 112170 4 0 0 25 0 1 0 1111177571 17960960 3977 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 4385 3977 77 171 0 4212 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 22896

[startup+1182.3 s]
/proc/loadavg: 1.02 1.03 1.11 2/66 19185
/proc/meminfo: memFree=1028528/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=17540 CPUtime=1181.72
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3992 0 0 0 118168 4 0 0 25 0 1 0 1111177571 17960960 3978 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 4385 3978 77 171 0 4212 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 22896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.02 1.03 1.10 2/66 19185
/proc/meminfo: memFree=1028528/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=17540 CPUtime=1200.01
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3993 0 0 0 119997 4 0 0 25 0 1 0 1111177571 17960960 3979 1992294400 134512640 135214827 4294956208 18446744073709551615 134529759 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 4385 3979 77 171 0 4212 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 22896

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

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

[startup+1200.6 s]
/proc/loadavg: 1.02 1.03 1.10 2/66 19185
/proc/meminfo: memFree=1028528/2055920 swapFree=4167280/4192956
[pid=19176] ppid=19174 vsize=5356 CPUtime=0.04
/proc/19176/stat : 19176 (lysat.sh) S 19174 19176 19109 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111177566 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19176/statm: 1339 237 195 169 0 50 0
[pid=19179] ppid=19176 vsize=17540 CPUtime=1200.01
/proc/19179/stat : 19179 (LySATc) R 19176 19176 19109 0 -1 4194304 3993 0 0 0 119997 4 0 0 25 0 1 0 1111177571 17960960 3979 1992294400 134512640 135214827 4294956208 18446744073709551615 134529759 0 0 4096 3 0 0 0 17 0 0 0
/proc/19179/statm: 4385 3979 77 171 0 4212 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 22896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.07
CPU user time (s): 1200.02
CPU system time (s): 0.057991
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 22896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 4207

runsolver used 1.04784 second user time and 3.32849 second system time

The end

Launcher Data

Begin job on node31 at 2009-03-30 05:52:00
IDJOB=1525095
IDBENCH=70275
IDSOLVER=512
FILE ID=node31/1525095-1238385120
PBS_JOBID= 9061361
Free space on /tmp= 66424 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1906075351-024.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1525095-1238385120/watcher-1525095-1238385120 -o /tmp/evaluation-result-1525095-1238385120/solver-1525095-1238385120 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1525095-1238385120.cnf c

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

MD5SUM BENCH= ad3646e0a0cdbfbd5513a638946c9f2e
RANDOM SEED=930966070

node31.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.214
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.214
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1045528 kB
Buffers:        111648 kB
Cached:         781704 kB
SwapCached:      18664 kB
Active:          23296 kB
Inactive:       890140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1045528 kB
SwapTotal:     4192956 kB
SwapFree:      4167280 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          17308 kB
Slab:            82680 kB
Committed_AS:  2962192 kB
PageTables:       1472 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= 66424 MiB
End job on node31 at 2009-03-30 06:12:03