Trace number 1525125

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S547165541-056.cnf
MD5SUMc7b32920fad710a8e62fee8bc80010c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.434
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   11900    83300 |    3569       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 140   #clauses: 11900   #literals: 83300
0.00/0.01	c CPU time:   0.016997 s
0.00/0.01	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.04	|  Number of variables:  140                                                  |
0.00/0.04	|  Number of clauses:    11900                                                |
0.00/0.06	|  Parsing time:         0.01         s                                       |
1200.04/1200.60	HOME/lysat.sh: line 55: 25862 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-1525125-1238386497/watcher-1525125-1238386497 -o /tmp/evaluation-result-1525125-1238386497/solver-1525125-1238386497 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1525125-1238386497.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: 0.99 0.98 0.99 3/64 25859
/proc/meminfo: memFree=1622112/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0
/proc/25859/stat : 25859 (lysat.sh) R 25857 25859 25674 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1111312935 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25859/statm: 1339 234 194 169 0 50 0
[pid=25860] ppid=25859 vsize=824 CPUtime=0
/proc/25860/stat : 25860 (SatElite) R 25859 25859 25674 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 1111312936 843776 94 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25860/statm: 206 95 50 127 0 76 0

[startup+0.071571 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25859
/proc/meminfo: memFree=1622112/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.102574 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25859
/proc/meminfo: memFree=1622112/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.302597 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25859
/proc/meminfo: memFree=1622112/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701649 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25859
/proc/meminfo: memFree=1622112/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50172 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1618448/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=4664 CPUtime=1.44
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 880 0 0 0 144 0 0 0 25 0 1 0 1111312940 4775936 866 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 1166 866 77 171 0 993 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10020

[startup+3.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1618000/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=5060 CPUtime=3.04
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 995 0 0 0 304 0 0 0 25 0 1 0 1111312940 5181440 981 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 1265 981 77 171 0 1092 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10416

[startup+6.30124 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1617040/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=5772 CPUtime=6.23
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 1174 0 0 0 623 0 0 0 25 0 1 0 1111312940 5910528 1160 1992294400 134512640 135214827 4294956208 18446744073709551615 134529292 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 1443 1160 77 171 0 1270 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11128

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1616528/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=6300 CPUtime=12.63
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 1286 0 0 0 1263 0 0 0 25 0 1 0 1111312940 6451200 1272 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 1575 1272 77 171 0 1402 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11656

[startup+25.5023 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1615440/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=7464 CPUtime=25.43
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 1567 0 0 0 2543 0 0 0 25 0 1 0 1111312940 7643136 1553 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 1866 1553 77 171 0 1693 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12820

[startup+51.1021 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1614480/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=8284 CPUtime=51.01
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 1795 0 0 0 5100 1 0 0 25 0 1 0 1111312940 8482816 1781 1992294400 134512640 135214827 4294956208 18446744073709551615 134529428 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 2071 1781 77 171 0 1898 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13640

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1612880/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=9948 CPUtime=102.19
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 2173 0 0 0 10218 1 0 0 25 0 1 0 1111312940 10186752 2159 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 2487 2159 77 171 0 2314 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 15304

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1611664/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=11036 CPUtime=162.16
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 2457 0 0 0 16214 2 0 0 25 0 1 0 1111312940 11300864 2443 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 2759 2443 77 171 0 2586 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 16392

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1610640/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=12076 CPUtime=222.13
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 2705 0 0 0 22211 2 0 0 25 0 1 0 1111312940 12365824 2691 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3019 2691 77 171 0 2846 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 17432

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1610128/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=12656 CPUtime=282.12
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 2836 0 0 0 28209 3 0 0 25 0 1 0 1111312940 12959744 2822 1992294400 134512640 135214827 4294956208 18446744073709551615 134726060 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3164 2822 77 171 0 2991 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 18012

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1609872/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=13076 CPUtime=342.09
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 2916 0 0 0 34206 3 0 0 25 0 1 0 1111312940 13389824 2902 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3269 2902 77 171 0 3096 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 18432

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1609168/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=13776 CPUtime=402.06
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3084 0 0 0 40203 3 0 0 25 0 1 0 1111312940 14106624 3070 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3444 3070 77 171 0 3271 0

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

[pid=25862] ppid=25859 vsize=14060 CPUtime=462.04
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3154 0 0 0 46201 3 0 0 25 0 1 0 1111312940 14397440 3140 1992294400 134512640 135214827 4294956208 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3515 3140 77 171 0 3342 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 19416

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1608784/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=14060 CPUtime=522.01
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3171 0 0 0 52198 3 0 0 25 0 1 0 1111312940 14397440 3157 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3515 3157 77 171 0 3342 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 19416

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1608144/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=14780 CPUtime=581.98
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3332 0 0 0 58195 3 0 0 25 0 1 0 1111312940 15134720 3318 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3695 3318 77 171 0 3522 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 20136

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25862
/proc/meminfo: memFree=1607888/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=15044 CPUtime=641.97
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3391 0 0 0 64194 3 0 0 25 0 1 0 1111312940 15405056 3377 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3761 3377 77 171 0 3588 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 20400

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1607440/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=15176 CPUtime=701.93
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3444 0 0 0 70190 3 0 0 25 0 1 0 1111312940 15540224 3430 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3794 3430 77 171 0 3621 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 20532

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1607248/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=15480 CPUtime=761.88
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3512 0 0 0 76185 3 0 0 25 0 1 0 1111312940 15851520 3498 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3870 3498 77 171 0 3697 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 20836

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1607248/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=15480 CPUtime=821.85
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3513 0 0 0 82182 3 0 0 25 0 1 0 1111312940 15851520 3499 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3870 3499 77 171 0 3697 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 20836

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1607120/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=15668 CPUtime=881.83
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3544 0 0 0 88180 3 0 0 25 0 1 0 1111312940 16044032 3530 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 3917 3530 77 171 0 3744 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 21024

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1606288/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=16504 CPUtime=941.8
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3756 0 0 0 94177 3 0 0 25 0 1 0 1111312940 16900096 3742 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 4126 3742 77 171 0 3953 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 21860

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1605968/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=16844 CPUtime=1001.77
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3823 0 0 0 100174 3 0 0 25 0 1 0 1111312940 17248256 3809 1992294400 134512640 135214827 4294956208 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 4211 3809 77 171 0 4038 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 22200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1605776/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=17128 CPUtime=1061.75
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3886 0 0 0 106172 3 0 0 25 0 1 0 1111312940 17539072 3872 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 4282 3872 77 171 0 4109 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 22484

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1605712/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=17272 CPUtime=1121.72
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3899 0 0 0 112169 3 0 0 25 0 1 0 1111312940 17686528 3885 1992294400 134512640 135214827 4294956208 18446744073709551615 134527318 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 4318 3885 77 171 0 4145 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 22628

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1605648/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=17412 CPUtime=1181.7
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3933 0 0 0 118167 3 0 0 25 0 1 0 1111312940 17829888 3919 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 4353 3919 77 171 0 4180 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 22768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25864
/proc/meminfo: memFree=1605584/2055920 swapFree=4172472/4192956
[pid=25859] ppid=25857 vsize=5356 CPUtime=0.04
/proc/25859/stat : 25859 (lysat.sh) S 25857 25859 25674 0 -1 4194304 311 376 0 0 0 0 4 0 16 0 1 0 1111312935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25859/statm: 1339 237 195 169 0 50 0
[pid=25862] ppid=25859 vsize=17412 CPUtime=1200
/proc/25862/stat : 25862 (LySATc) R 25859 25859 25674 0 -1 4194304 3933 0 0 0 119997 3 0 0 25 0 1 0 1111312940 17829888 3919 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25862/statm: 4353 3919 77 171 0 4180 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 22768

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.06
CPU user time (s): 1200.02
CPU system time (s): 0.042993
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 22768

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

runsolver used 1.17682 second user time and 3.19951 second system time

The end

Launcher Data

Begin job on node37 at 2009-03-30 06:14:57
IDJOB=1525125
IDBENCH=70281
IDSOLVER=512
FILE ID=node37/1525125-1238386497
PBS_JOBID= 9061322
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= c7b32920fad710a8e62fee8bc80010c2
RANDOM SEED=1822731400

node37.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.213
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.213
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:       1622656 kB
Buffers:         70644 kB
Cached:         265536 kB
SwapCached:      14360 kB
Active:          70200 kB
Inactive:       281784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622656 kB
SwapTotal:     4192956 kB
SwapFree:      4172472 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          18756 kB
Slab:            67464 kB
Committed_AS:  2825608 kB
PageTables:       1384 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= 66428 MiB
End job on node37 at 2009-03-30 06:35:00