Trace number 1524815

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1788451776-008.cnf
MD5SUM753f19bcdc2785a101dbb1ac96d61ec5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.1018
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 518000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   18000    90000 |    5399       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 900   #clauses: 18000   #literals: 90000
0.00/0.02	c CPU time:   0.017997 s
0.00/0.02	c ==============================================================================
0.00/0.05	This is MiniSat 2.0 beta
0.00/0.05	WARNING: for repeatability, setting FPU to use double precision
0.00/0.05	============================[ Problem Statistics ]=============================
0.00/0.05	|                                                                             |
0.00/0.05	|  Number of variables:  900                                                  |
0.00/0.05	|  Number of clauses:    18000                                                |
0.00/0.07	|  Parsing time:         0.01         s                                       |
1200.03/1200.61	HOME/lysat.sh: line 55: 22142 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-1524815-1238365037/watcher-1524815-1238365037 -o /tmp/evaluation-result-1524815-1238365037/solver-1524815-1238365037 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1524815-1238365037.cnf c 

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


[startup+0 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 22139
/proc/meminfo: memFree=1810352/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0
/proc/22139/stat : 22139 (lysat.sh) R 22137 22139 21795 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1109169887 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22139/statm: 1339 234 194 169 0 50 0
[pid=22140] ppid=22139 vsize=824 CPUtime=0
/proc/22140/stat : 22140 (SatElite) R 22139 22139 21795 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 1109169887 843776 122 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22140/statm: 206 122 50 127 0 76 0

[startup+0.102101 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 22139
/proc/meminfo: memFree=1810352/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.201115 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 22139
/proc/meminfo: memFree=1810352/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301128 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 22139
/proc/meminfo: memFree=1810352/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701183 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 22139
/proc/meminfo: memFree=1810352/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50128 s]
/proc/loadavg: 1.99 1.85 1.43 2/66 22142
/proc/meminfo: memFree=1804128/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=8052 CPUtime=1.43
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 1779 0 0 0 142 1 0 0 25 0 1 0 1109169892 8245248 1765 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 2013 1765 78 171 0 1840 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13408

[startup+3.10149 s]
/proc/loadavg: 1.91 1.84 1.43 2/66 22142
/proc/meminfo: memFree=1800736/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=10956 CPUtime=3.03
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 2496 0 0 0 302 1 0 0 25 0 1 0 1109169892 11218944 2482 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 2739 2482 78 171 0 2566 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16312

[startup+6.30191 s]
/proc/loadavg: 1.91 1.84 1.43 2/66 22142
/proc/meminfo: memFree=1798560/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=12144 CPUtime=6.23
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 2793 0 0 0 621 2 0 0 25 0 1 0 1109169892 12435456 2779 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 3036 2779 78 171 0 2863 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17500

[startup+12.7018 s]
/proc/loadavg: 1.77 1.81 1.42 2/66 22142
/proc/meminfo: memFree=1796000/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=14700 CPUtime=12.62
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 3418 0 0 0 1260 2 0 0 25 0 1 0 1109169892 15052800 3404 1992294400 134512640 135214827 4294956208 18446744073709551615 134529738 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 3675 3404 78 171 0 3502 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20056

[startup+25.5014 s]
/proc/loadavg: 1.65 1.78 1.42 2/66 22142
/proc/meminfo: memFree=1793504/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=17340 CPUtime=25.41
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 4082 0 0 0 2538 3 0 0 25 0 1 0 1109169892 17756160 4068 1992294400 134512640 135214827 4294956208 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 4335 4068 78 171 0 4162 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 22696

[startup+51.1018 s]
/proc/loadavg: 1.43 1.72 1.41 2/66 22142
/proc/meminfo: memFree=1791584/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=19352 CPUtime=51
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 4573 0 0 0 5096 4 0 0 25 0 1 0 1109169892 19816448 4559 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/22142/statm: 4838 4559 78 171 0 4665 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 24708

[startup+102.302 s]
/proc/loadavg: 1.17 1.60 1.38 2/66 22142
/proc/meminfo: memFree=1788256/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=22520 CPUtime=102.18
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 5361 0 0 0 10212 6 0 0 25 0 1 0 1109169892 23060480 5347 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 5630 5347 78 171 0 5457 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 27876

[startup+162.301 s]
/proc/loadavg: 1.07 1.49 1.36 2/66 22142
/proc/meminfo: memFree=1785632/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=25028 CPUtime=162.15
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 6013 0 0 0 16209 6 0 0 25 0 1 0 1109169892 25628672 5999 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 6257 5999 78 171 0 6084 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 30384

[startup+222.305 s]
/proc/loadavg: 1.02 1.39 1.33 2/66 22142
/proc/meminfo: memFree=1782944/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=27800 CPUtime=222.13
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 6684 0 0 0 22206 7 0 0 25 0 1 0 1109169892 28467200 6670 1992294400 134512640 135214827 4294956208 18446744073709551615 134529685 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 6950 6670 78 171 0 6777 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 33156

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.31 2/66 22142
/proc/meminfo: memFree=1782816/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=28324 CPUtime=282.09
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 6813 0 0 0 28202 7 0 0 25 0 1 0 1109169892 29003776 6799 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 7081 6799 78 171 0 6908 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 33680

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.28 2/66 22142
/proc/meminfo: memFree=1779552/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=31228 CPUtime=342.07
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 7540 0 0 0 34199 8 0 0 25 0 1 0 1109169892 31977472 7526 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 7807 7526 78 171 0 7634 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 36584

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.26 2/66 22142
/proc/meminfo: memFree=1779104/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=31476 CPUtime=402.05
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 7645 0 0 0 40197 8 0 0 25 0 1 0 1109169892 32231424 7617 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 7869 7617 78 171 0 7696 0

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

[pid=22142] ppid=22139 vsize=35120 CPUtime=522
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 8524 0 0 0 52191 9 0 0 25 0 1 0 1109169892 35962880 8496 1992294400 134512640 135214827 4294956208 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 8780 8496 78 171 0 8607 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 40476

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.21 2/66 22142
/proc/meminfo: memFree=1775648/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=35116 CPUtime=581.98
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 8524 0 0 0 58189 9 0 0 25 0 1 0 1109169892 35958784 8496 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 8779 8496 78 171 0 8606 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 40472

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.19 2/66 22142
/proc/meminfo: memFree=1775648/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=35108 CPUtime=641.94
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 8524 0 0 0 64185 9 0 0 25 0 1 0 1109169892 35950592 8496 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 8777 8496 78 171 0 8604 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 40464

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/66 22142
/proc/meminfo: memFree=1775584/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=35092 CPUtime=701.92
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 8557 0 0 0 70183 9 0 0 25 0 1 0 1109169892 35934208 8505 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 8773 8505 78 171 0 8600 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 40448

[startup+762.301 s]
/proc/loadavg: 1.00 1.05 1.16 2/66 22142
/proc/meminfo: memFree=1772768/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=37868 CPUtime=761.9
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9237 0 0 0 76181 9 0 0 25 0 1 0 1109169892 38776832 9185 1992294400 134512640 135214827 4294956208 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 9467 9185 78 171 0 9294 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 43224

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/66 22142
/proc/meminfo: memFree=1771936/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=38772 CPUtime=821.85
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9460 0 0 0 82176 9 0 0 25 0 1 0 1109169892 39702528 9408 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 9693 9408 78 171 0 9520 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 44128

[startup+882.305 s]
/proc/loadavg: 1.00 1.03 1.14 2/66 22142
/proc/meminfo: memFree=1771616/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=39036 CPUtime=881.82
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9535 0 0 0 88173 9 0 0 25 0 1 0 1109169892 39972864 9483 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 9759 9483 78 171 0 9586 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 44392

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 22142
/proc/meminfo: memFree=1771104/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=39420 CPUtime=941.79
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9648 0 0 0 94170 9 0 0 25 0 1 0 1109169892 40366080 9592 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 9855 9592 78 171 0 9682 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 44776

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 22142
/proc/meminfo: memFree=1771168/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=39252 CPUtime=1001.76
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9648 0 0 0 100167 9 0 0 25 0 1 0 1109169892 40194048 9550 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 9813 9550 78 171 0 9640 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 44608

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 22142
/proc/meminfo: memFree=1771168/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=39384 CPUtime=1061.74
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9653 0 0 0 106165 9 0 0 25 0 1 0 1109169892 40329216 9555 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 9846 9555 78 171 0 9673 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 44740

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 22142
/proc/meminfo: memFree=1770592/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=40040 CPUtime=1121.72
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9821 0 0 0 112162 10 0 0 25 0 1 0 1109169892 41000960 9723 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 10010 9723 78 171 0 9837 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 45396

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 22142
/proc/meminfo: memFree=1769952/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=40620 CPUtime=1181.69
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9988 0 0 0 118159 10 0 0 25 0 1 0 1109169892 41594880 9890 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 10155 9890 78 171 0 9982 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 45976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 22142
/proc/meminfo: memFree=1769952/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=40368 CPUtime=1199.99
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9988 0 0 0 119989 10 0 0 25 0 1 0 1109169892 41336832 9829 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 10092 9829 78 171 0 9919 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 45724

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.00 1.00 1.09 2/66 22142
/proc/meminfo: memFree=1769952/2055920 swapFree=4177692/4192956
[pid=22139] ppid=22137 vsize=5356 CPUtime=0.04
/proc/22139/stat : 22139 (lysat.sh) S 22137 22139 21795 0 -1 4194304 311 477 0 0 0 0 4 0 16 0 1 0 1109169887 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22139/statm: 1339 237 195 169 0 50 0
[pid=22142] ppid=22139 vsize=40368 CPUtime=1199.99
/proc/22142/stat : 22142 (LySATc) R 22139 22139 21795 0 -1 4194304 9988 0 0 0 119989 10 0 0 25 0 1 0 1109169892 41336832 9829 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/22142/statm: 10092 9829 78 171 0 9919 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 45724

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.94
CPU system time (s): 0.114982
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 46056

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

runsolver used 1.08783 second user time and 3.2895 second system time

The end

Launcher Data

Begin job on node13 at 2009-03-30 00:17:17
IDJOB=1524815
IDBENCH=70219
IDSOLVER=512
FILE ID=node13/1524815-1238365037
PBS_JOBID= 9061215
Free space on /tmp= 66388 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1788451776-008.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524815-1238365037/watcher-1524815-1238365037 -o /tmp/evaluation-result-1524815-1238365037/solver-1524815-1238365037 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1524815-1238365037.cnf c

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

MD5SUM BENCH= 753f19bcdc2785a101dbb1ac96d61ec5
RANDOM SEED=536839583

node13.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.240
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.240
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:       1810832 kB
Buffers:         51784 kB
Cached:         122352 kB
SwapCached:       9056 kB
Active:         112896 kB
Inactive:        71620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810832 kB
SwapTotal:     4192956 kB
SwapFree:      4177692 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:          16104 kB
Slab:            46556 kB
Committed_AS:  2965680 kB
PageTables:       1464 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= 66388 MiB
End job on node13 at 2009-03-30 00:37:19