Trace number 1559502

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.481
Satisfiable
(Un)Satisfiability was proved
Number of variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
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 |   95911   226247 |   28773       0        0     nan |  0.000 % |
1.18/1.26	c |         0 |   59414   177649 |      --       0       --      -- |     --   | -36157/-47622
1.18/1.26	c ==============================================================================
1.18/1.26	c Result  :   #vars: 14275   #clauses: 59414   #literals: 177649
1.18/1.26	c CPU time:   1.22481 s
1.18/1.26	c ==============================================================================
1.28/1.34	c lySAT 0.1
1.28/1.34	c minisat core +  additionnal features
1.28/1.34	c ============================[ Problem Statistics ]=============================
1.28/1.34	c |                                                                             |
1.28/1.34	c |  Number of variables:  14275                                                |
1.28/1.34	c |  Number of clauses:    59414                                                |
1.28/1.38	c |  Parsing time:         0.04         s                                       |
1200.04/1200.71	HOME/lysat.sh: line 55: 19076 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-1559502-1238884408/watcher-1559502-1238884408 -o /tmp/evaluation-result-1559502-1238884408/solver-1559502-1238884408 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1559502-1238884408.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: 0.92 0.97 0.98 3/76 19073
/proc/meminfo: memFree=1851720/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=0
/proc/19073/stat : 19073 (lysat.sh) R 19071 19073 18972 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 1161101723 5484544 173 1992294400 4194304 4889804 548682068816 18446744073709551615 244276695777 0 0 4100 0 0 0 0 17 1 0 0
/proc/19073/statm: 1339 175 142 169 0 50 0

[startup+0.04323 s]
/proc/loadavg: 0.92 0.97 0.98 3/76 19073
/proc/meminfo: memFree=1851720/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=0
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1161101723 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10124 s]
/proc/loadavg: 0.92 0.97 0.98 3/76 19073
/proc/meminfo: memFree=1851720/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=0
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1161101723 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301276 s]
/proc/loadavg: 0.92 0.97 0.98 3/76 19073
/proc/meminfo: memFree=1851720/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=0
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1161101723 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701353 s]
/proc/loadavg: 0.92 0.97 0.98 3/76 19073
/proc/meminfo: memFree=1851720/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=0
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1161101723 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50152 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 19075
/proc/meminfo: memFree=1832696/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5356

[startup+3.10183 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1840248/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=7080 CPUtime=1.74
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 1621 0 0 0 174 0 0 0 25 0 1 0 1161101858 7249920 1606 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/19076/statm: 1770 1606 81 174 0 1593 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12436

[startup+6.30144 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1839928/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=7344 CPUtime=4.93
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 1683 0 0 0 493 0 0 0 25 0 1 0 1161101858 7520256 1668 1992294400 134512640 135226915 4294956224 18446744073709551615 134539213 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 1836 1668 81 174 0 1659 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12700

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1839608/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=7600 CPUtime=11.33
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 1759 0 0 0 1133 0 0 0 25 0 1 0 1161101858 7782400 1744 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 1900 1744 81 174 0 1723 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12956

[startup+25.5011 s]
/proc/loadavg: 0.95 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1839032/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=8352 CPUtime=24.12
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 1938 0 0 0 2412 0 0 0 25 0 1 0 1161101858 8552448 1923 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 2088 1923 81 174 0 1911 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 13708

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1838392/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=8992 CPUtime=49.69
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 2083 0 0 0 4969 0 0 0 25 0 1 0 1161101858 9207808 2068 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 2248 2068 81 174 0 2071 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 14348

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1836280/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=11012 CPUtime=100.87
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 2602 0 0 0 10086 1 0 0 25 0 1 0 1161101858 11276288 2587 1992294400 134512640 135226915 4294956224 18446744073709551615 134539925 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 2753 2587 81 174 0 2576 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 16368

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1833784/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=13528 CPUtime=160.84
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 3227 0 0 0 16082 2 0 0 25 0 1 0 1161101858 13852672 3212 1992294400 134512640 135226915 4294956224 18446744073709551615 134539400 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 3382 3212 81 174 0 3205 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 18884

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1832824/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=14504 CPUtime=220.81
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 3446 0 0 0 22079 2 0 0 25 0 1 0 1161101858 14852096 3431 1992294400 134512640 135226915 4294956224 18446744073709551615 134536866 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 3626 3431 81 174 0 3449 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 19860

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1831288/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=16104 CPUtime=280.79
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 3827 0 0 0 28076 3 0 0 25 0 1 0 1161101858 16490496 3812 1992294400 134512640 135226915 4294956224 18446744073709551615 134539837 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 4026 3812 81 174 0 3849 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 21460

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1830584/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=16820 CPUtime=340.75
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 4007 0 0 0 34072 3 0 0 25 0 1 0 1161101858 17223680 3992 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 4205 3992 81 174 0 4028 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 22176

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1828216/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=19140 CPUtime=400.73
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 4568 0 0 0 40069 4 0 0 25 0 1 0 1161101858 19599360 4553 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 4785 4553 81 174 0 4608 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 24496

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1828088/2055920 swapFree=4175228/4192956

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

[pid=19076] ppid=19073 vsize=19708 CPUtime=520.66
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 4689 0 0 0 52062 4 0 0 25 0 1 0 1161101858 20180992 4674 1992294400 134512640 135226915 4294956224 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 4927 4674 81 174 0 4750 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 25064

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1825784/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=21596 CPUtime=580.63
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 5162 0 0 0 58058 5 0 0 25 0 1 0 1161101858 22114304 5147 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 5399 5147 81 174 0 5222 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 26952

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1825720/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=21596 CPUtime=640.6
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 5163 0 0 0 64055 5 0 0 25 0 1 0 1161101858 22114304 5148 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 5399 5148 81 174 0 5222 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 26952

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19076
/proc/meminfo: memFree=1825592/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=21596 CPUtime=700.57
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 5188 0 0 0 70052 5 0 0 25 0 1 0 1161101858 22114304 5173 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 5399 5173 81 174 0 5222 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 26952

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1824176/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=22992 CPUtime=760.54
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 5485 0 0 0 76049 5 0 0 25 0 1 0 1161101858 23543808 5470 1992294400 134512640 135226915 4294956224 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 5748 5470 81 174 0 5571 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 28348

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1821368/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=26124 CPUtime=820.5
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 6260 0 0 0 82044 6 0 0 25 0 1 0 1161101858 26750976 6245 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 6531 6245 81 174 0 6354 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 31480

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1821048/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=26252 CPUtime=880.47
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 6310 0 0 0 88041 6 0 0 25 0 1 0 1161101858 26882048 6295 1992294400 134512640 135226915 4294956224 18446744073709551615 134539418 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 6563 6295 81 174 0 6386 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 31608

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1820920/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=26396 CPUtime=940.44
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 6327 0 0 0 94038 6 0 0 25 0 1 0 1161101858 27029504 6312 1992294400 134512640 135226915 4294956224 18446744073709551615 134544412 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 6599 6312 81 174 0 6422 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 31752

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1820792/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=26552 CPUtime=1000.4
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 6353 0 0 0 100034 6 0 0 25 0 1 0 1161101858 27189248 6338 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 6638 6338 81 174 0 6461 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 31908

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1819448/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=27924 CPUtime=1060.38
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 6708 0 0 0 106031 7 0 0 25 0 1 0 1161101858 28594176 6693 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 6981 6693 81 174 0 6804 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 33280

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1816760/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=30456 CPUtime=1120.35
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 7351 0 0 0 112027 8 0 0 25 0 1 0 1161101858 31186944 7336 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 7614 7336 81 174 0 7437 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 35812

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1816696/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=30456 CPUtime=1180.31
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 7351 0 0 0 118023 8 0 0 25 0 1 0 1161101858 31186944 7336 1992294400 134512640 135226915 4294956224 18446744073709551615 134538573 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 7614 7336 81 174 0 7437 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 35812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1816696/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=30456 CPUtime=1198.71
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 7351 0 0 0 119863 8 0 0 25 0 1 0 1161101858 31186944 7336 1992294400 134512640 135226915 4294956224 18446744073709551615 134537123 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 7614 7336 81 174 0 7437 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 35812

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 19078
/proc/meminfo: memFree=1816696/2055920 swapFree=4175228/4192956
[pid=19073] ppid=19071 vsize=5356 CPUtime=1.33
/proc/19073/stat : 19073 (lysat.sh) S 19071 19073 18972 0 -1 4194304 310 4086 0 0 0 0 130 3 19 0 1 0 1161101723 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19073/statm: 1339 237 195 169 0 50 0
[pid=19076] ppid=19073 vsize=30456 CPUtime=1198.71
/proc/19076/stat : 19076 (LySATi) R 19073 19073 18972 0 -1 4194304 7351 0 0 0 119863 8 0 0 25 0 1 0 1161101858 31186944 7336 1992294400 134512640 135226915 4294956224 18446744073709551615 134537123 0 0 4096 3 0 0 0 17 0 0 0
/proc/19076/statm: 7614 7336 81 174 0 7437 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 35812

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.06
CPU user time (s): 1199.94
CPU system time (s): 0.123981
CPU usage (%): 99.9458
Max. virtual memory (cumulated for all children) (KiB): 35812

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

runsolver used 1.38079 second user time and 3.09853 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-05 00:33:28
IDJOB=1559502
IDBENCH=70878
IDSOLVER=511
FILE ID=node63/1559502-1238884408
PBS_JOBID= 9086022
Free space on /tmp= 66556 MiB

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

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED=1275682266

node63.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.285
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.285
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:      2055920 kB
MemFree:       1852136 kB
Buffers:         25472 kB
Cached:         115920 kB
SwapCached:       7392 kB
Active:          16416 kB
Inactive:       133736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852136 kB
SwapTotal:     4192956 kB
SwapFree:      4175228 kB
Dirty:            3696 kB
Writeback:           0 kB
Mapped:          14416 kB
Slab:            38204 kB
Committed_AS:  3651872 kB
PageTables:       2312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node63 at 2009-04-05 00:53:30