Trace number 1559607

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT c/2009-03-20? (TO) 1200.08 1207.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.5581
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.01/0.10	c ==============================================================================
0.01/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.10	c ==============================================================================
0.01/0.10	c |         0 |   94348   222330 |   28304       0        0     nan |  0.000 % |
1.28/1.34	c |         0 |   56829   169094 |      --       0       --      -- |     --   | -37179/-52260
1.28/1.34	c ==============================================================================
1.28/1.34	c Result  :   #vars: 13682   #clauses: 56829   #literals: 169094
1.28/1.34	c CPU time:   1.2948 s
1.28/1.34	c ==============================================================================
1.38/1.42	This is MiniSat 2.0 beta
1.38/1.42	WARNING: for repeatability, setting FPU to use double precision
1.38/1.42	============================[ Problem Statistics ]=============================
1.38/1.42	|                                                                             |
1.38/1.42	|  Number of variables:  13682                                                |
1.38/1.42	|  Number of clauses:    56829                                                |
1.38/1.46	|  Parsing time:         0.03         s                                       |
1200.04/1207.01	HOME/lysat.sh: line 55: 17706 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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1559607-1238886262/watcher-1559607-1238886262 -o /tmp/evaluation-result-1559607-1238886262/solver-1559607-1238886262 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1559607-1238886262.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.97 1.98 4/85 17703
/proc/meminfo: memFree=1537960/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=0
/proc/17703/stat : 17703 (lysat.sh) R 17701 17703 17599 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 1161287198 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17703/statm: 1339 234 194 169 0 50 0
[pid=17704] ppid=17703 vsize=5356 CPUtime=0
/proc/17704/stat : 17704 (lysat.sh) R 17703 17703 17599 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1161287199 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17704/statm: 1339 234 194 169 0 50 0

[startup+0.027342 s]
/proc/loadavg: 1.99 1.97 1.98 4/85 17703
/proc/meminfo: memFree=1537960/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=0
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1161287198 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 235 195 169 0 50 0
[pid=17704] ppid=17703 vsize=4508 CPUtime=0.01
/proc/17704/stat : 17704 (SatElite) R 17703 17703 17599 0 -1 4194304 1027 0 0 0 1 0 0 0 22 0 1 0 1161287199 4616192 1011 1992294400 134512640 135034092 4294956112 18446744073709551615 134529244 0 0 4096 3 0 0 0 17 1 0 0
/proc/17704/statm: 1127 1011 51 127 0 997 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9864

[startup+0.102347 s]
/proc/loadavg: 1.99 1.97 1.98 4/85 17703
/proc/meminfo: memFree=1537960/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=0
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1161287198 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 235 195 169 0 50 0
[pid=17704] ppid=17703 vsize=12724 CPUtime=0.08
/proc/17704/stat : 17704 (SatElite) R 17703 17703 17599 0 -1 4194304 2961 0 0 0 8 0 0 0 22 0 1 0 1161287199 13029376 2945 1992294400 134512640 135034092 4294956112 18446744073709551615 134694653 0 0 4096 3 0 0 0 17 1 0 0
/proc/17704/statm: 3181 2945 64 127 0 3051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18080

[startup+0.302369 s]
/proc/loadavg: 1.99 1.97 1.98 4/85 17703
/proc/meminfo: memFree=1537960/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=0
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1161287198 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 235 195 169 0 50 0
[pid=17704] ppid=17703 vsize=14196 CPUtime=0.29
/proc/17704/stat : 17704 (SatElite) R 17703 17703 17599 0 -1 4194304 3567 0 0 0 27 2 0 0 23 0 1 0 1161287199 14536704 3352 1992294400 134512640 135034092 4294956112 18446744073709551615 134529225 0 0 4096 3 0 0 0 17 1 0 0
/proc/17704/statm: 3549 3352 68 127 0 3419 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19552

[startup+0.702409 s]
/proc/loadavg: 1.99 1.97 1.98 4/85 17703
/proc/meminfo: memFree=1537960/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=0
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1161287198 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 235 195 169 0 50 0
[pid=17704] ppid=17703 vsize=15692 CPUtime=0.68
/proc/17704/stat : 17704 (SatElite) R 17703 17703 17599 0 -1 4194304 3782 0 0 0 66 2 0 0 25 0 1 0 1161287199 16068608 3567 1992294400 134512640 135034092 4294956112 18446744073709551615 134566190 0 0 4096 3 0 0 0 17 1 0 0
/proc/17704/statm: 3923 3567 68 127 0 3793 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21048

[startup+1.50149 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17705
/proc/meminfo: memFree=1519832/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 5356

[startup+3.10165 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1527768/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=5788 CPUtime=1.65
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 1282 0 0 0 165 0 0 0 25 0 1 0 1161287341 5926912 1267 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 1447 1267 77 171 0 1274 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 11144

[startup+6.30197 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1527576/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=5920 CPUtime=4.83
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 1319 0 0 0 483 0 0 0 25 0 1 0 1161287341 6062080 1304 1992294400 134512640 135214827 4294956224 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 1480 1304 77 171 0 1307 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 11276

[startup+12.7016 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1527256/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=6184 CPUtime=11.2
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 1368 0 0 0 1119 1 0 0 25 0 1 0 1161287341 6332416 1353 1992294400 134512640 135214827 4294956224 18446744073709551615 134537504 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 1546 1353 77 171 0 1373 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 11540

[startup+25.5029 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1526936/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=6580 CPUtime=23.92
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 1487 0 0 0 2391 1 0 0 25 0 1 0 1161287341 6737920 1472 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 1645 1472 77 171 0 1472 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 11936

[startup+51.1024 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1525976/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=7668 CPUtime=49.37
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 1760 0 0 0 4935 2 0 0 25 0 1 0 1161287341 7852032 1745 1992294400 134512640 135214827 4294956224 18446744073709551615 134536982 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 1917 1745 77 171 0 1744 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 13024

[startup+102.309 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1524504/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=8932 CPUtime=100.28
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 2076 0 0 0 10026 2 0 0 25 0 1 0 1161287341 9146368 2061 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 2233 2061 77 171 0 2060 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 14288

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1522712/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=10792 CPUtime=159.94
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 2498 0 0 0 15991 3 0 0 25 0 1 0 1161287341 11051008 2483 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 2698 2483 77 171 0 2525 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 16148

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1521304/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=12348 CPUtime=219.59
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 2874 0 0 0 21955 4 0 0 25 0 1 0 1161287341 12644352 2859 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 3087 2859 77 171 0 2914 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 17704

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1520088/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=13576 CPUtime=279.25
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 3170 0 0 0 27921 4 0 0 25 0 1 0 1161287341 13901824 3155 1992294400 134512640 135214827 4294956224 18446744073709551615 134529165 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 3394 3155 77 171 0 3221 0
Current children cumulated CPU time (s) 280.64
Current children cumulated vsize (KiB) 18932

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1519000/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=14820 CPUtime=338.9
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 3475 0 0 0 33886 4 0 0 25 0 1 0 1161287341 15175680 3448 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 3705 3448 77 171 0 3532 0
Current children cumulated CPU time (s) 340.29
Current children cumulated vsize (KiB) 20176


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

[pid=17706] ppid=17703 vsize=15656 CPUtime=458.22
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 3690 0 0 0 45817 5 0 0 25 0 1 0 1161287341 16031744 3655 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 3914 3655 77 171 0 3741 0
Current children cumulated CPU time (s) 459.61
Current children cumulated vsize (KiB) 21012

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1517912/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=15800 CPUtime=517.88
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 3720 0 0 0 51783 5 0 0 25 0 1 0 1161287341 16179200 3685 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 3950 3685 77 171 0 3777 0
Current children cumulated CPU time (s) 519.27
Current children cumulated vsize (KiB) 21156

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1517848/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=15800 CPUtime=577.53
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 3730 0 0 0 57748 5 0 0 25 0 1 0 1161287341 16179200 3695 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 3950 3695 77 171 0 3777 0
Current children cumulated CPU time (s) 578.92
Current children cumulated vsize (KiB) 21156

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1517528/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=16252 CPUtime=637.19
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 3829 0 0 0 63714 5 0 0 25 0 1 0 1161287341 16642048 3794 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 4063 3794 77 171 0 3890 0
Current children cumulated CPU time (s) 638.58
Current children cumulated vsize (KiB) 21608

[startup+702.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1516312/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=17600 CPUtime=696.84
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4140 0 0 0 69679 5 0 0 25 0 1 0 1161287341 18022400 4105 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 4400 4105 77 171 0 4227 0
Current children cumulated CPU time (s) 698.23
Current children cumulated vsize (KiB) 22956

[startup+762.308 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1514904/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=18868 CPUtime=756.5
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4474 0 0 0 75644 6 0 0 25 0 1 0 1161287341 19320832 4439 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 4717 4439 77 171 0 4544 0
Current children cumulated CPU time (s) 757.89
Current children cumulated vsize (KiB) 24224

[startup+822.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1514072/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=19628 CPUtime=816.15
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4668 0 0 0 81609 6 0 0 25 0 1 0 1161287341 20099072 4633 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 4907 4633 77 171 0 4734 0
Current children cumulated CPU time (s) 817.54
Current children cumulated vsize (KiB) 24984

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1514008/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=19628 CPUtime=875.8
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4668 0 0 0 87574 6 0 0 25 0 1 0 1161287341 20099072 4633 1992294400 134512640 135214827 4294956224 18446744073709551615 134538961 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 4907 4633 77 171 0 4734 0
Current children cumulated CPU time (s) 877.19
Current children cumulated vsize (KiB) 24984

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1513880/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=19764 CPUtime=935.46
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4706 0 0 0 93540 6 0 0 25 0 1 0 1161287341 20238336 4671 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 4941 4671 77 171 0 4768 0
Current children cumulated CPU time (s) 936.85
Current children cumulated vsize (KiB) 25120

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1513880/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=19764 CPUtime=995.12
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4708 0 0 0 99505 7 0 0 25 0 1 0 1161287341 20238336 4673 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 4941 4673 77 171 0 4768 0
Current children cumulated CPU time (s) 996.51
Current children cumulated vsize (KiB) 25120

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1513880/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=19764 CPUtime=1054.78
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4708 0 0 0 105471 7 0 0 25 0 1 0 1161287341 20238336 4673 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 4941 4673 77 171 0 4768 0
Current children cumulated CPU time (s) 1056.17
Current children cumulated vsize (KiB) 25120

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1513560/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=20152 CPUtime=1114.44
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4793 0 0 0 111437 7 0 0 25 0 1 0 1161287341 20635648 4758 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 5038 4758 77 171 0 4865 0
Current children cumulated CPU time (s) 1115.83
Current children cumulated vsize (KiB) 25508

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1513496/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=20152 CPUtime=1174.09
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4794 0 0 0 117402 7 0 0 25 0 1 0 1161287341 20635648 4759 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 5038 4759 77 171 0 4865 0
Current children cumulated CPU time (s) 1175.48
Current children cumulated vsize (KiB) 25508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17706
/proc/meminfo: memFree=1513240/2055920 swapFree=4170456/4192956
[pid=17703] ppid=17701 vsize=5356 CPUtime=1.39
/proc/17703/stat : 17703 (lysat.sh) S 17701 17703 17599 0 -1 4194304 310 4198 0 0 0 0 136 3 16 0 1 0 1161287198 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 237 195 169 0 50 0
[pid=17706] ppid=17703 vsize=20300 CPUtime=1198.65
/proc/17706/stat : 17706 (LySATc) R 17703 17703 17599 0 -1 4194304 4816 0 0 0 119858 7 0 0 25 0 1 0 1161287341 20787200 4781 1992294400 134512640 135214827 4294956224 18446744073709551615 134538992 0 0 4096 3 0 0 0 17 1 0 0
/proc/17706/statm: 5075 4781 77 171 0 4902 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 25656

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): 1207.02
CPU time (s): 1200.08
CPU user time (s): 1199.96
CPU system time (s): 0.118981
CPU usage (%): 99.4251
Max. virtual memory (cumulated for all children) (KiB): 25656

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

runsolver used 1.69774 second user time and 4.90025 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-05 01:04:22
IDJOB=1559607
IDBENCH=70880
IDSOLVER=512
FILE ID=node70/1559607-1238886262
PBS_JOBID= 9086036
Free space on /tmp= 66520 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-19-s100.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559607-1238886262/watcher-1559607-1238886262 -o /tmp/evaluation-result-1559607-1238886262/solver-1559607-1238886262 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1559607-1238886262.cnf c

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

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED=1507063191

node70.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.234
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.234
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:       1538376 kB
Buffers:         56152 kB
Cached:         382956 kB
SwapCached:       8264 kB
Active:         179068 kB
Inactive:       269732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538376 kB
SwapTotal:     4192956 kB
SwapFree:      4170456 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          15380 kB
Slab:            52920 kB
Committed_AS:  2380272 kB
PageTables:       2556 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= 66512 MiB
End job on node70 at 2009-04-05 01:24:31