Trace number 1716992

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT i/2009-03-20? (TO) 1200.04 1200.61

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   30972    81428 |    9291       0        0     nan |  0.000 % |
0.19/0.24	c |         0 |   22056    71256 |      --       0       --      -- |     --   | -8916/-10172
0.19/0.24	c ==============================================================================
0.19/0.24	c Result  :   #vars: 3830   #clauses: 22056   #literals: 71256
0.19/0.24	c CPU time:   0.234964 s
0.19/0.24	c ==============================================================================
0.19/0.27	c lySAT 0.1
0.19/0.27	c minisat core +  additionnal features
0.19/0.27	c ============================[ Problem Statistics ]=============================
0.19/0.27	c |                                                                             |
0.19/0.27	c |  Number of variables:  3830                                                 |
0.19/0.27	c |  Number of clauses:    22056                                                |
0.19/0.29	c |  Parsing time:         0.01         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1716992-1240622759/watcher-1716992-1240622759 -o /tmp/evaluation-result-1716992-1240622759/solver-1716992-1240622759 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1716992-1240622759.cnf i 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10873
/proc/meminfo: memFree=1390456/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90305175 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 235 195 169 0 50 0
[pid=10874] ppid=10873 vsize=1556 CPUtime=0
/proc/10874/stat : 10874 (SatElite) R 10873 10873 10775 0 -1 4194304 272 0 0 0 0 0 0 0 19 0 1 0 90305176 1593344 256 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/10874/statm: 389 259 50 127 0 259 0

[startup+0.0936829 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10873
/proc/meminfo: memFree=1390456/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90305175 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 235 195 169 0 50 0
[pid=10874] ppid=10873 vsize=6244 CPUtime=0.08
/proc/10874/stat : 10874 (SatElite) R 10873 10873 10775 0 -1 4194304 1337 0 0 0 8 0 0 0 19 0 1 0 90305176 6393856 1321 1992294400 134512640 135034092 4294956112 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 0 0 0
/proc/10874/statm: 1561 1321 68 127 0 1431 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11600

[startup+0.101683 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10873
/proc/meminfo: memFree=1390456/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90305175 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 235 195 169 0 50 0
[pid=10874] ppid=10873 vsize=6244 CPUtime=0.09
/proc/10874/stat : 10874 (SatElite) R 10873 10873 10775 0 -1 4194304 1338 0 0 0 9 0 0 0 19 0 1 0 90305176 6393856 1322 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/10874/statm: 1561 1322 68 127 0 1431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11600

[startup+0.301713 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10873
/proc/meminfo: memFree=1390456/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+0.701755 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10873
/proc/meminfo: memFree=1390456/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1386472/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=4664 CPUtime=1.21
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 888 0 0 0 121 0 0 0 25 0 1 0 90305203 4775936 873 1992294400 134512640 135226915 4294956224 18446744073709551615 134536875 0 0 4096 3 0 0 0 17 1 0 0
/proc/10876/statm: 1166 873 82 174 0 989 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10020

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1385640/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=5588 CPUtime=2.8
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 1127 0 0 0 280 0 0 0 25 0 1 0 90305203 5722112 1112 1992294400 134512640 135226915 4294956224 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 1 0 0
/proc/10876/statm: 1397 1112 82 174 0 1220 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10944

[startup+6.30233 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1383720/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=7456 CPUtime=6
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 1585 0 0 0 599 1 0 0 25 0 1 0 90305203 7634944 1570 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 1864 1570 82 174 0 1687 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12812

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1380904/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=10104 CPUtime=12.39
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 2249 0 0 0 1238 1 0 0 25 0 1 0 90305203 10346496 2234 1992294400 134512640 135226915 4294956224 18446744073709551615 134537085 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 2526 2234 82 174 0 2349 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 15460

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1376872/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=13896 CPUtime=25.19
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 3164 0 0 0 2516 3 0 0 25 0 1 0 90305203 14229504 3149 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 3474 3149 82 174 0 3297 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 19252

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1372392/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=18804 CPUtime=50.78
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 4302 0 0 0 5074 4 0 0 25 0 1 0 90305203 19255296 4287 1992294400 134512640 135226915 4294956224 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 4701 4287 82 174 0 4524 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 24160

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1365032/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=26392 CPUtime=101.96
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 6081 0 0 0 10190 6 0 0 25 0 1 0 90305203 27025408 6066 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 6598 6066 82 174 0 6421 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 31748

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1361000/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=30540 CPUtime=161.93
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 7102 0 0 0 16187 6 0 0 25 0 1 0 90305203 31272960 7087 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 7635 7087 82 174 0 7458 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 35896

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1354216/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=37460 CPUtime=221.91
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 8794 0 0 0 22183 8 0 0 25 0 1 0 90305203 38359040 8779 1992294400 134512640 135226915 4294956224 18446744073709551615 134536663 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 9365 8779 82 174 0 9188 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 42816

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1344680/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=46876 CPUtime=281.87
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 11168 0 0 0 28177 10 0 0 25 0 1 0 90305203 48001024 11153 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 11719 11153 82 174 0 11542 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 52232

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1342824/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=48924 CPUtime=341.85
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 11656 0 0 0 34174 11 0 0 25 0 1 0 90305203 50098176 11641 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 12231 11641 82 174 0 12054 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 54280

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1334568/2055924 swapFree=4181440/4192956

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

/proc/10876/statm: 17186 16407 82 174 0 17009 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 74100

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1315240/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=77896 CPUtime=581.75
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 18514 0 0 0 58154 21 0 0 25 0 1 0 90305203 79765504 18499 1992294400 134512640 135226915 4294956224 18446744073709551615 134539978 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 19474 18499 82 174 0 19297 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 83252

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1315240/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=77896 CPUtime=641.72
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 18514 0 0 0 64151 21 0 0 25 0 1 0 90305203 79765504 18499 1992294400 134512640 135226915 4294956224 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 19474 18499 82 174 0 19297 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 83252

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1314984/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=78128 CPUtime=701.69
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 18570 0 0 0 70148 21 0 0 25 0 1 0 90305203 80003072 18555 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 19532 18555 82 174 0 19355 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 83484

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10876
/proc/meminfo: memFree=1308648/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=84660 CPUtime=761.68
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 20143 0 0 0 76145 23 0 0 25 0 1 0 90305203 86691840 20128 1992294400 134512640 135226915 4294956224 18446744073709551615 134536966 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 21165 20128 82 174 0 20988 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 90016

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10878
/proc/meminfo: memFree=1299816/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=93484 CPUtime=821.64
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 22269 0 0 0 82139 25 0 0 25 0 1 0 90305203 95727616 22254 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 23371 22254 82 174 0 23194 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 98840

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10878
/proc/meminfo: memFree=1299880/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=93484 CPUtime=881.62
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 22269 0 0 0 88137 25 0 0 25 0 1 0 90305203 95727616 22254 1992294400 134512640 135226915 4294956224 18446744073709551615 134538636 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 23371 22254 82 174 0 23194 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 98840

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10878
/proc/meminfo: memFree=1299880/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=93484 CPUtime=941.59
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 22273 0 0 0 94134 25 0 0 25 0 1 0 90305203 95727616 22258 1992294400 134512640 135226915 4294956224 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 23371 22258 82 174 0 23194 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 98840

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10878
/proc/meminfo: memFree=1299880/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=93716 CPUtime=1001.57
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 22287 0 0 0 100131 26 0 0 25 0 1 0 90305203 95965184 22272 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 23429 22272 82 174 0 23252 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 99072

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10878
/proc/meminfo: memFree=1299624/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=94452 CPUtime=1061.54
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 22439 0 0 0 106128 26 0 0 25 0 1 0 90305203 96718848 22424 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 23613 22424 82 174 0 23436 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 99808

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10878
/proc/meminfo: memFree=1290600/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=102944 CPUtime=1121.52
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 24666 0 0 0 112124 28 0 0 25 0 1 0 90305203 105414656 24651 1992294400 134512640 135226915 4294956224 18446744073709551615 134531201 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 25736 24651 82 174 0 25559 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 108300

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10878
/proc/meminfo: memFree=1290536/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=102944 CPUtime=1181.48
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 24666 0 0 0 118120 28 0 0 25 0 1 0 90305203 105414656 24651 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 25736 24651 82 174 0 25559 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 108300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10878
/proc/meminfo: memFree=1290536/2055924 swapFree=4181440/4192956
[pid=10873] ppid=10871 vsize=5356 CPUtime=0.26
/proc/10873/stat : 10873 (lysat.sh) S 10871 10873 10775 0 -1 4194304 310 1503 0 0 0 0 26 0 15 0 1 0 90305175 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10873/statm: 1339 237 195 169 0 50 0
[pid=10876] ppid=10873 vsize=102944 CPUtime=1199.78
/proc/10876/stat : 10876 (LySATi) R 10873 10873 10775 0 -1 4194304 24666 0 0 0 119950 28 0 0 25 0 1 0 90305203 105414656 24651 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 0 0 0
/proc/10876/statm: 25736 24651 82 174 0 25559 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 108300

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10873 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=263959
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=11998
# CPU time returned by wait4() is 0.275957
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.04
CPU user time (s): 1199.76
CPU system time (s): 0.28
CPU usage (%): 99.9523
Max. virtual memory (cumulated for all children) (KiB): 108300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.263959
system time used= 0.011998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1813
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 1.22781 second user time and 3.14852 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-25 03:25:59
IDJOB=1716992
IDBENCH=20402
IDSOLVER=511
FILE ID=node83/1716992-1240622759
PBS_JOBID= 9186374
Free space on /tmp= 66172 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-25.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716992-1240622759/watcher-1716992-1240622759 -o /tmp/evaluation-result-1716992-1240622759/solver-1716992-1240622759 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1716992-1240622759.cnf i

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

MD5SUM BENCH= 0acd143a4e60b38309663b5993b5ded9
RANDOM SEED=2082895407

node83.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1391000 kB
Buffers:         66336 kB
Cached:         539028 kB
SwapCached:       5956 kB
Active:         185620 kB
Inactive:       428164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1391000 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            2664 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            37184 kB
Committed_AS:   296140 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= 66168 MiB
End job on node83 at 2009-04-25 03:46:02