Trace number 1524990

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1992353905-004.cnf
MD5SUMbd2ffd9bc7cc85da4d9e7498163745df
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

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 |   15300   107100 |    4589       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 180   #clauses: 15300   #literals: 107100
0.00/0.02	c CPU time:   0.018997 s
0.00/0.02	c ==============================================================================
0.00/0.06	This is MiniSat 2.0 beta
0.00/0.06	WARNING: for repeatability, setting FPU to use double precision
0.00/0.06	============================[ Problem Statistics ]=============================
0.00/0.06	|                                                                             |
0.00/0.06	|  Number of variables:  180                                                  |
0.00/0.06	|  Number of clauses:    15300                                                |
0.00/0.07	|  Parsing time:         0.01         s                                       |
1200.06/1200.60	HOME/lysat.sh: line 55: 19383 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-1524990-1238367653/watcher-1524990-1238367653 -o /tmp/evaluation-result-1524990-1238367653/solver-1524990-1238367653 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1524990-1238367653.cnf c 

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


[startup+0 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 19380
/proc/meminfo: memFree=818928/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1109432347 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 235 195 169 0 50 0
[pid=19381] ppid=19380 vsize=824 CPUtime=0
/proc/19381/stat : 19381 (SatElite) R 19380 19380 18941 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 1109432347 843776 95 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19381/statm: 206 95 50 127 0 76 0

[startup+0.0815859 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 19380
/proc/meminfo: memFree=818928/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.102624 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 19380
/proc/meminfo: memFree=818928/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301611 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 19380
/proc/meminfo: memFree=818928/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.70269 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 19380
/proc/meminfo: memFree=818928/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50277 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 19383
/proc/meminfo: memFree=814560/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=5736 CPUtime=1.43
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 1196 0 0 0 143 0 0 0 25 0 1 0 1109432353 5873664 1182 1992294400 134512640 135214827 4294956208 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 1434 1182 77 171 0 1261 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11092

[startup+3.1019 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 19383
/proc/meminfo: memFree=813280/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=6464 CPUtime=3.02
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 1381 0 0 0 302 0 0 0 25 0 1 0 1109432353 6619136 1367 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 1616 1367 77 171 0 1443 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11820

[startup+6.30124 s]
/proc/loadavg: 1.84 1.83 1.45 2/66 19383
/proc/meminfo: memFree=812384/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=6992 CPUtime=6.22
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 1514 0 0 0 622 0 0 0 25 0 1 0 1109432353 7159808 1500 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 1748 1500 77 171 0 1575 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12348

[startup+12.7019 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 19389
/proc/meminfo: memFree=811104/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=8136 CPUtime=12.61
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 1789 0 0 0 1260 1 0 0 25 0 1 0 1109432353 8331264 1775 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 2034 1775 77 171 0 1861 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13492

[startup+25.5013 s]
/proc/loadavg: 1.60 1.77 1.44 2/66 19389
/proc/meminfo: memFree=810272/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=9064 CPUtime=25.4
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 2019 0 0 0 2539 1 0 0 25 0 1 0 1109432353 9281536 2005 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 2266 2005 77 171 0 2093 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14420

[startup+51.1019 s]
/proc/loadavg: 1.40 1.71 1.43 2/66 19389
/proc/meminfo: memFree=808928/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=10516 CPUtime=50.99
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 2375 0 0 0 5098 1 0 0 25 0 1 0 1109432353 10768384 2361 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 2629 2361 77 171 0 2456 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 15872

[startup+102.306 s]
/proc/loadavg: 1.17 1.60 1.40 2/66 19389
/proc/meminfo: memFree=807200/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=12160 CPUtime=102.17
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 2771 0 0 0 10215 2 0 0 25 0 1 0 1109432353 12451840 2757 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 3040 2757 77 171 0 2867 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 17516

[startup+162.302 s]
/proc/loadavg: 1.06 1.49 1.37 2/66 19389
/proc/meminfo: memFree=805856/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=13644 CPUtime=162.14
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 3113 0 0 0 16212 2 0 0 25 0 1 0 1109432353 13971456 3099 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 3411 3099 77 171 0 3238 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19000

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 19389
/proc/meminfo: memFree=804512/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=14976 CPUtime=222.11
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 3439 0 0 0 22209 2 0 0 25 0 1 0 1109432353 15335424 3425 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 3744 3425 77 171 0 3571 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 20332

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.32 2/66 19389
/proc/meminfo: memFree=804128/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=15308 CPUtime=282.08
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 3540 0 0 0 28206 2 0 0 25 0 1 0 1109432353 15675392 3526 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 3827 3526 77 171 0 3654 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 20664

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 19389
/proc/meminfo: memFree=802656/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=16888 CPUtime=342.06
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 3914 0 0 0 34203 3 0 0 25 0 1 0 1109432353 17293312 3900 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 4222 3900 77 171 0 4049 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 22244

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 19389
/proc/meminfo: memFree=802400/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=17208 CPUtime=402.04
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 3983 0 0 0 40201 3 0 0 25 0 1 0 1109432353 17620992 3969 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 4302 3969 77 171 0 4129 0

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

[pid=19383] ppid=19380 vsize=17396 CPUtime=462.02
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4030 0 0 0 46199 3 0 0 25 0 1 0 1109432353 17813504 4016 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 4349 4016 77 171 0 4176 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 22752

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.24 2/66 19389
/proc/meminfo: memFree=801120/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=18608 CPUtime=521.98
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4305 0 0 0 52195 3 0 0 25 0 1 0 1109432353 19054592 4291 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 4652 4291 77 171 0 4479 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 23964

[startup+582.303 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 19389
/proc/meminfo: memFree=800992/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=18768 CPUtime=581.96
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4342 0 0 0 58193 3 0 0 25 0 1 0 1109432353 19218432 4328 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 4692 4328 77 171 0 4519 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 24124

[startup+642.303 s]
/proc/loadavg: 1.00 1.09 1.20 2/66 19389
/proc/meminfo: memFree=800736/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=19092 CPUtime=641.94
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4419 0 0 0 64191 3 0 0 25 0 1 0 1109432353 19550208 4405 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 4773 4405 77 171 0 4600 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 24448

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 19389
/proc/meminfo: memFree=800224/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=19540 CPUtime=701.92
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4492 0 0 0 70188 4 0 0 25 0 1 0 1109432353 20008960 4478 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 4885 4478 77 171 0 4712 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 24896

[startup+762.307 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 19389
/proc/meminfo: memFree=799456/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=20332 CPUtime=761.9
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4698 0 0 0 76186 4 0 0 25 0 1 0 1109432353 20819968 4684 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5083 4684 77 171 0 4910 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 25688

[startup+822.303 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 19389
/proc/meminfo: memFree=799136/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=20728 CPUtime=821.87
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4787 0 0 0 82183 4 0 0 25 0 1 0 1109432353 21225472 4773 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5182 4773 77 171 0 5009 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 26084

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 19389
/proc/meminfo: memFree=798816/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=21068 CPUtime=881.85
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4854 0 0 0 88180 5 0 0 25 0 1 0 1109432353 21573632 4840 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5267 4840 77 171 0 5094 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 26424

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 19389
/proc/meminfo: memFree=798688/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=21212 CPUtime=941.82
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4887 0 0 0 94177 5 0 0 25 0 1 0 1109432353 21721088 4873 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5303 4873 77 171 0 5130 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 26568

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 19389
/proc/meminfo: memFree=798624/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=21212 CPUtime=1001.79
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4906 0 0 0 100174 5 0 0 25 0 1 0 1109432353 21721088 4892 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5303 4892 77 171 0 5130 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 26568

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 19389
/proc/meminfo: memFree=798368/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=21492 CPUtime=1061.77
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 4982 0 0 0 106172 5 0 0 25 0 1 0 1109432353 22007808 4968 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5373 4968 77 171 0 5200 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 26848

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 19389
/proc/meminfo: memFree=798176/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=21632 CPUtime=1121.74
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 5017 0 0 0 112169 5 0 0 25 0 1 0 1109432353 22151168 5003 1992294400 134512640 135214827 4294956208 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5408 5003 77 171 0 5235 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 26988

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 19389
/proc/meminfo: memFree=797920/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=21964 CPUtime=1181.71
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 5089 0 0 0 118166 5 0 0 25 0 1 0 1109432353 22491136 5075 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5491 5075 77 171 0 5318 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 27320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 19389
/proc/meminfo: memFree=797152/2055920 swapFree=4174972/4192956
[pid=19380] ppid=19378 vsize=5356 CPUtime=0.05
/proc/19380/stat : 19380 (lysat.sh) S 19378 19380 18941 0 -1 4194304 311 453 0 0 0 0 5 0 17 0 1 0 1109432347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19380/statm: 1339 237 195 169 0 50 0
[pid=19383] ppid=19380 vsize=22668 CPUtime=1200.01
/proc/19383/stat : 19383 (LySATc) R 19380 19380 18941 0 -1 4194304 5281 0 0 0 119996 5 0 0 25 0 1 0 1109432353 23212032 5267 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/19383/statm: 5667 5267 77 171 0 5494 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 28024

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1200.01
CPU system time (s): 0.069989
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 28024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.01
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6055
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= 17
involuntary context switches= 4416

runsolver used 1.04184 second user time and 3.33449 second system time

The end

Launcher Data

Begin job on node7 at 2009-03-30 01:00:53
IDJOB=1524990
IDBENCH=70254
IDSOLVER=512
FILE ID=node7/1524990-1238367653
PBS_JOBID= 9061221
Free space on /tmp= 65660 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1992353905-004.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524990-1238367653/watcher-1524990-1238367653 -o /tmp/evaluation-result-1524990-1238367653/solver-1524990-1238367653 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1524990-1238367653.cnf c

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

MD5SUM BENCH= bd2ffd9bc7cc85da4d9e7498163745df
RANDOM SEED=421518751

node7.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.236
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.236
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:        819408 kB
Buffers:         95960 kB
Cached:        1034012 kB
SwapCached:      11884 kB
Active:         179896 kB
Inactive:       963432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        819408 kB
SwapTotal:     4192956 kB
SwapFree:      4174972 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          19080 kB
Slab:            79172 kB
Committed_AS:  2857328 kB
PageTables:       1456 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= 65656 MiB
End job on node7 at 2009-03-30 01:20:55