Trace number 1559242

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.11 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark475.233
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   94904   223730 |   28471       0        0     nan |  0.000 % |
1.29/1.34	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
1.29/1.34	c ==============================================================================
1.29/1.34	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
1.29/1.34	c CPU time:   1.3078 s
1.29/1.34	c ==============================================================================
1.39/1.42	c lySAT 0.1
1.39/1.42	c minisat core +  additionnal features
1.39/1.42	c ============================[ Problem Statistics ]=============================
1.39/1.42	c |                                                                             |
1.39/1.42	c |  Number of variables:  13839                                                |
1.39/1.43	c |  Number of clauses:    57479                                                |
1.39/1.46	c |  Parsing time:         0.03         s                                       |
1200.07/1200.41	HOME/lysat.sh: line 55:  7652 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-1559242-1238880605/watcher-1559242-1238880605 -o /tmp/evaluation-result-1559242-1238880605/solver-1559242-1238880605 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1559242-1238880605.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/69 7649
/proc/meminfo: memFree=1736224/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=0
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160722224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 235 195 169 0 50 0
[pid=7650] ppid=7649 vsize=1556 CPUtime=0
/proc/7650/stat : 7650 (SatElite) R 7649 7649 7220 0 -1 4194304 272 0 0 0 0 0 0 0 20 0 1 0 1160722224 1593344 256 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 389 259 50 127 0 259 0

[startup+0.0986109 s]
/proc/loadavg: 1.00 1.00 1.00 3/69 7649
/proc/meminfo: memFree=1736224/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=0
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160722224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 235 195 169 0 50 0
[pid=7650] ppid=7649 vsize=13136 CPUtime=0.09
/proc/7650/stat : 7650 (SatElite) R 7649 7649 7220 0 -1 4194304 3265 0 0 0 8 1 0 0 20 0 1 0 1160722224 13451264 3110 1992294400 134512640 135034092 4294956096 18446744073709551615 134572530 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 3284 3110 67 127 0 3154 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18492

[startup+0.101611 s]
/proc/loadavg: 1.00 1.00 1.00 3/69 7649
/proc/meminfo: memFree=1736224/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=0
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160722224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 235 195 169 0 50 0
[pid=7650] ppid=7649 vsize=13136 CPUtime=0.09
/proc/7650/stat : 7650 (SatElite) R 7649 7649 7220 0 -1 4194304 3265 0 0 0 8 1 0 0 20 0 1 0 1160722224 13451264 3110 1992294400 134512640 135034092 4294956096 18446744073709551615 134562078 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 3284 3110 67 127 0 3154 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18492

[startup+0.301629 s]
/proc/loadavg: 1.00 1.00 1.00 3/69 7649
/proc/meminfo: memFree=1736224/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=0
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160722224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 235 195 169 0 50 0
[pid=7650] ppid=7649 vsize=14260 CPUtime=0.29
/proc/7650/stat : 7650 (SatElite) R 7649 7649 7220 0 -1 4194304 3590 0 0 0 27 2 0 0 21 0 1 0 1160722224 14602240 3373 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 3565 3373 68 127 0 3435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19616

[startup+0.701664 s]
/proc/loadavg: 1.00 1.00 1.00 3/69 7649
/proc/meminfo: memFree=1736224/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=0
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160722224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 235 195 169 0 50 0
[pid=7650] ppid=7649 vsize=15416 CPUtime=0.69
/proc/7650/stat : 7650 (SatElite) R 7649 7649 7220 0 -1 4194304 3798 0 0 0 66 3 0 0 24 0 1 0 1160722224 15785984 3581 1992294400 134512640 135034092 4294956096 18446744073709551615 134566294 0 0 4096 3 0 0 0 17 1 0 0
/proc/7650/statm: 3854 3581 68 127 0 3724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20772

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7651
/proc/meminfo: memFree=1718160/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 5356

[startup+3.10287 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1724880/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=6992 CPUtime=1.66
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 1601 0 0 0 165 1 0 0 25 0 1 0 1160722367 7159808 1586 1992294400 134512640 135226915 4294956208 18446744073709551615 134540051 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 1748 1586 81 174 0 1571 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12348

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1724496/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=7204 CPUtime=4.86
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 1654 0 0 0 485 1 0 0 25 0 1 0 1160722367 7376896 1639 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 1801 1639 81 174 0 1624 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12560

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1724048/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=7724 CPUtime=11.26
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 1767 0 0 0 1125 1 0 0 25 0 1 0 1160722367 7909376 1752 1992294400 134512640 135226915 4294956208 18446744073709551615 134526481 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 1931 1752 81 174 0 1754 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13080

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1723408/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=8504 CPUtime=24.05
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 1957 0 0 0 2404 1 0 0 25 0 1 0 1160722367 8708096 1942 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 2126 1942 81 174 0 1949 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13860

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1722704/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=9212 CPUtime=49.63
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 2127 0 0 0 4961 2 0 0 25 0 1 0 1160722367 9433088 2112 1992294400 134512640 135226915 4294956208 18446744073709551615 134539978 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 2303 2112 81 174 0 2126 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 14568

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1721424/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=10512 CPUtime=100.83
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 2462 0 0 0 10080 3 0 0 25 0 1 0 1160722367 10764288 2447 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 2628 2447 81 174 0 2451 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15868

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1720400/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=11484 CPUtime=160.81
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 2718 0 0 0 16077 4 0 0 25 0 1 0 1160722367 11759616 2703 1992294400 134512640 135226915 4294956208 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 2871 2703 81 174 0 2694 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 16840

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1719312/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=12572 CPUtime=220.8
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 2969 0 0 0 22076 4 0 0 25 0 1 0 1160722367 12873728 2954 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 3143 2954 81 174 0 2966 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17928

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1717200/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=14684 CPUtime=280.79
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 3491 0 0 0 28074 5 0 0 25 0 1 0 1160722367 15036416 3476 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 3671 3476 81 174 0 3494 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20040

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1717072/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=14828 CPUtime=340.77
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 3524 0 0 0 34072 5 0 0 25 0 1 0 1160722367 15183872 3509 1992294400 134512640 135226915 4294956208 18446744073709551615 134547753 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 3707 3509 81 174 0 3530 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 20184


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

[pid=7652] ppid=7649 vsize=17440 CPUtime=460.74
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 4144 0 0 0 46068 6 0 0 25 0 1 0 1160722367 17858560 4129 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 4360 4129 81 174 0 4183 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 22796

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1713360/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=18632 CPUtime=520.72
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 4433 0 0 0 52066 6 0 0 25 0 1 0 1160722367 19079168 4418 1992294400 134512640 135226915 4294956208 18446744073709551615 134539925 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 4658 4418 81 174 0 4481 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 23988

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1711568/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=20376 CPUtime=580.71
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 4870 0 0 0 58064 7 0 0 25 0 1 0 1160722367 20865024 4855 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 5094 4855 81 174 0 4917 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 25732

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7652
/proc/meminfo: memFree=1711504/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=20376 CPUtime=640.7
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 4873 0 0 0 64063 7 0 0 25 0 1 0 1160722367 20865024 4858 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 5094 4858 81 174 0 4917 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 25732

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1711312/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=20468 CPUtime=700.68
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 4899 0 0 0 70061 7 0 0 25 0 1 0 1160722367 20959232 4884 1992294400 134512640 135226915 4294956208 18446744073709551615 134539949 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 5117 4884 81 174 0 4940 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 25824

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1710864/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=20880 CPUtime=760.67
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 4996 0 0 0 76060 7 0 0 25 0 1 0 1160722367 21381120 4981 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 5220 4981 81 174 0 5043 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 26236

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1708560/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=23304 CPUtime=820.65
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 5570 0 0 0 82057 8 0 0 25 0 1 0 1160722367 23863296 5555 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 5826 5555 81 174 0 5649 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 28660

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1708368/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=23444 CPUtime=880.63
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 5607 0 0 0 88055 8 0 0 25 0 1 0 1160722367 24006656 5592 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 5861 5592 81 174 0 5684 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 28800

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1708304/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=23444 CPUtime=940.63
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 5613 0 0 0 94054 9 0 0 25 0 1 0 1160722367 24006656 5598 1992294400 134512640 135226915 4294956208 18446744073709551615 134537392 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 5861 5598 81 174 0 5684 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 28800

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1708048/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=23760 CPUtime=1000.61
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 5674 0 0 0 100052 9 0 0 25 0 1 0 1160722367 24330240 5659 1992294400 134512640 135226915 4294956208 18446744073709551615 134537312 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 5940 5659 81 174 0 5763 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 29116

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1706256/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=25492 CPUtime=1060.6
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 6130 0 0 0 106050 10 0 0 25 0 1 0 1160722367 26103808 6115 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 6373 6115 81 174 0 6196 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 30848

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1703824/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=27884 CPUtime=1120.58
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 6723 0 0 0 112048 10 0 0 25 0 1 0 1160722367 28553216 6708 1992294400 134512640 135226915 4294956208 18446744073709551615 134537339 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 6971 6708 81 174 0 6794 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 33240

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1702096/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=29852 CPUtime=1180.56
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 7154 0 0 0 118046 10 0 0 25 0 1 0 1160722367 30568448 7139 1992294400 134512640 135226915 4294956208 18446744073709551615 134537411 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 7463 7139 81 174 0 7286 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 35208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 7654
/proc/meminfo: memFree=1702096/2055920 swapFree=4172412/4192956
[pid=7649] ppid=7647 vsize=5356 CPUtime=1.41
/proc/7649/stat : 7649 (lysat.sh) S 7647 7649 7220 0 -1 4194304 310 4206 0 0 0 0 138 3 16 0 1 0 1160722224 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7649/statm: 1339 237 195 169 0 50 0
[pid=7652] ppid=7649 vsize=29852 CPUtime=1198.66
/proc/7652/stat : 7652 (LySATi) R 7649 7649 7220 0 -1 4194304 7154 0 0 0 119856 10 0 0 25 0 1 0 1160722367 30568448 7139 1992294400 134512640 135226915 4294956208 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 1 0 0
/proc/7652/statm: 7463 7139 81 174 0 7286 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 35208

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.41
CPU time (s): 1200.11
CPU user time (s): 1199.95
CPU system time (s): 0.158975
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 35208

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

runsolver used 1.22781 second user time and 3.15152 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-04 23:30:05
IDJOB=1559242
IDBENCH=70873
IDSOLVER=511
FILE ID=node58/1559242-1238880605
PBS_JOBID= 9085962
Free space on /tmp= 66560 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=2054635484

node58.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1736640 kB
Buffers:         33588 kB
Cached:         216752 kB
SwapCached:      10236 kB
Active:          36016 kB
Inactive:       226084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736640 kB
SwapTotal:     4192956 kB
SwapFree:      4172412 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          17436 kB
Slab:            42704 kB
Committed_AS:  2933340 kB
PageTables:       1764 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= 66552 MiB
End job on node58 at 2009-04-04 23:50:08