Trace number 1733653

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod3_4vars_6gates.cnf
MD5SUMafeeef613d4caffff91375d49585d115
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark192.997
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of clauses33900
Sum of the clauses size195928
Maximum clause length19
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 2730
Number of clauses of size 31
Number of clauses of size 4893
Number of clauses of size 52499
Number of clauses of size over 529712

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   33835   195863 |   10150       0        0     nan |  0.000 % |
0.39/0.48	c |         0 |   12047    63854 |      --       0       --      -- |     --   | -3196/-8016
0.39/0.48	c ==============================================================================
0.39/0.48	c Result  :   #vars: 168   #clauses: 12047   #literals: 63854
0.39/0.48	c CPU time:   0.474927 s
0.39/0.48	c ==============================================================================
0.49/0.50	This is MiniSat 2.0 beta
0.49/0.50	WARNING: for repeatability, setting FPU to use double precision
0.49/0.50	============================[ Problem Statistics ]=============================
0.49/0.50	|                                                                             |
0.49/0.50	|  Number of variables:  168                                                  |
0.49/0.50	|  Number of clauses:    12047                                                |
0.49/0.51	|  Parsing time:         0.01         s                                       |
1200.02/1200.40	HOME/lysat.sh: line 55: 22325 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-1733653-1240791052/watcher-1733653-1240791052 -o /tmp/evaluation-result-1733653-1240791052/solver-1733653-1240791052 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1733653-1240791052.cnf c 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22322
/proc/meminfo: memFree=1786368/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107129577 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22322/statm: 1339 235 195 169 0 50 0
[pid=22323] ppid=22322 vsize=980 CPUtime=0
/proc/22323/stat : 22323 (SatElite) R 22322 22322 21574 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 107129577 1003520 163 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/22323/statm: 278 163 50 127 0 148 0

[startup+0.0717461 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22322
/proc/meminfo: memFree=1786368/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107129577 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22322/statm: 1339 235 195 169 0 50 0
[pid=22323] ppid=22322 vsize=3856 CPUtime=0.06
/proc/22323/stat : 22323 (SatElite) R 22322 22322 21574 0 -1 4194304 861 0 0 0 6 0 0 0 18 0 1 0 107129577 3948544 845 1992294400 134512640 135034092 4294956096 18446744073709551615 134540970 0 0 4096 3 0 0 0 17 1 0 0
/proc/22323/statm: 964 845 64 127 0 834 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9212

[startup+0.10275 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22322
/proc/meminfo: memFree=1786368/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107129577 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22322/statm: 1339 235 195 169 0 50 0
[pid=22323] ppid=22322 vsize=3856 CPUtime=0.09
/proc/22323/stat : 22323 (SatElite) R 22322 22322 21574 0 -1 4194304 862 0 0 0 9 0 0 0 18 0 1 0 107129577 3948544 846 1992294400 134512640 135034092 4294956096 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 1 0 0
/proc/22323/statm: 964 846 64 127 0 834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9212

[startup+0.301778 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22322
/proc/meminfo: memFree=1786368/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107129577 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22322/statm: 1339 235 195 169 0 50 0
[pid=22323] ppid=22322 vsize=4236 CPUtime=0.29
/proc/22323/stat : 22323 (SatElite) R 22322 22322 21574 0 -1 4194304 915 0 0 0 29 0 0 0 19 0 1 0 107129577 4337664 899 1992294400 134512640 135034092 4294956096 18446744073709551615 134540977 0 0 4096 3 0 0 0 17 1 0 0
/proc/22323/statm: 1059 899 64 127 0 929 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9592

[startup+0.701838 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22322
/proc/meminfo: memFree=1786368/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 5356

[startup+1.50295 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1783856/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=3476 CPUtime=0.98
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 586 0 0 0 98 0 0 0 25 0 1 0 107129627 3559424 571 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 869 571 77 171 0 696 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8832

[startup+3.10117 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1783472/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=3916 CPUtime=2.58
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 682 0 0 0 258 0 0 0 25 0 1 0 107129627 4009984 667 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 979 667 77 171 0 806 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9272

[startup+6.30163 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1782704/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=4316 CPUtime=5.78
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 789 0 0 0 578 0 0 0 25 0 1 0 107129627 4419584 774 1992294400 134512640 135214827 4294956208 18446744073709551615 134529460 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 1079 774 77 171 0 906 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9672

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1782128/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=4712 CPUtime=12.17
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 901 0 0 0 1217 0 0 0 25 0 1 0 107129627 4825088 886 1992294400 134512640 135214827 4294956208 18446744073709551615 134529469 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 1178 886 77 171 0 1005 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10068

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1781424/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=5564 CPUtime=24.97
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 1078 0 0 0 2497 0 0 0 25 0 1 0 107129627 5697536 1063 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 1391 1063 77 171 0 1218 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10920

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1780784/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=6116 CPUtime=50.57
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 1242 0 0 0 5056 1 0 0 25 0 1 0 107129627 6262784 1227 1992294400 134512640 135214827 4294956208 18446744073709551615 134537446 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 1529 1227 77 171 0 1356 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 11472

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1779824/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=7124 CPUtime=101.75
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 1483 0 0 0 10174 1 0 0 25 0 1 0 107129627 7294976 1468 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 1781 1468 77 171 0 1608 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 12480

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1778928/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=8220 CPUtime=161.73
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 1708 0 0 0 16172 1 0 0 25 0 1 0 107129627 8417280 1693 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2055 1693 77 171 0 1882 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 13576

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1778544/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=8500 CPUtime=221.71
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 1791 0 0 0 22170 1 0 0 25 0 1 0 107129627 8704000 1776 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2125 1776 77 171 0 1952 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 13856

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1778032/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=9096 CPUtime=281.7
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 1919 0 0 0 28168 2 0 0 25 0 1 0 107129627 9314304 1904 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2274 1904 77 171 0 2101 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 14452

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1777520/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=9616 CPUtime=341.68
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2032 0 0 0 34166 2 0 0 25 0 1 0 107129627 9846784 2017 1992294400 134512640 135214827 4294956208 18446744073709551615 134528123 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2404 2017 77 171 0 2231 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 14972


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

[pid=22325] ppid=22322 vsize=10424 CPUtime=461.64
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2223 0 0 0 46162 2 0 0 25 0 1 0 107129627 10674176 2208 1992294400 134512640 135214827 4294956208 18446744073709551615 134528512 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2606 2208 77 171 0 2433 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 15780

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1776624/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=10424 CPUtime=521.63
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2239 0 0 0 52160 3 0 0 25 0 1 0 107129627 10674176 2224 1992294400 134512640 135214827 4294956208 18446744073709551615 134538998 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2606 2224 77 171 0 2433 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 15780

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1776432/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=10568 CPUtime=581.61
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2275 0 0 0 58158 3 0 0 25 0 1 0 107129627 10821632 2260 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2642 2260 77 171 0 2469 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 15924

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1775984/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=10972 CPUtime=641.59
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2375 0 0 0 64156 3 0 0 25 0 1 0 107129627 11235328 2360 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2743 2360 77 171 0 2570 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 16328

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1775984/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=10972 CPUtime=701.57
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2376 0 0 0 70154 3 0 0 25 0 1 0 107129627 11235328 2361 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2743 2361 77 171 0 2570 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 16328

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1775728/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=11308 CPUtime=761.56
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2434 0 0 0 76153 3 0 0 25 0 1 0 107129627 11579392 2419 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2827 2419 77 171 0 2654 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 16664

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1775536/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=11308 CPUtime=821.54
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2466 0 0 0 82150 4 0 0 25 0 1 0 107129627 11579392 2451 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2827 2451 77 171 0 2654 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 16664

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1775536/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=11420 CPUtime=881.52
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2469 0 0 0 88148 4 0 0 25 0 1 0 107129627 11694080 2454 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2855 2454 77 171 0 2682 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 16776

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1775344/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=11452 CPUtime=941.5
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2500 0 0 0 94146 4 0 0 25 0 1 0 107129627 11726848 2485 1992294400 134512640 135214827 4294956208 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 2863 2485 77 171 0 2690 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 16808

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1774896/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=12060 CPUtime=1001.48
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2607 0 0 0 100144 4 0 0 25 0 1 0 107129627 12349440 2592 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 3015 2592 77 171 0 2842 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 17416

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1774768/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=12060 CPUtime=1061.46
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2640 0 0 0 106142 4 0 0 25 0 1 0 107129627 12349440 2625 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 3015 2625 77 171 0 2842 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 17416

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1774640/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=12060 CPUtime=1121.45
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2652 0 0 0 112140 5 0 0 25 0 1 0 107129627 12349440 2637 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 3015 2637 77 171 0 2842 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 17416

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1774512/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=12256 CPUtime=1181.43
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2688 0 0 0 118138 5 0 0 25 0 1 0 107129627 12550144 2673 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 3064 2673 77 171 0 2891 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 17612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22325
/proc/meminfo: memFree=1774448/2055920 swapFree=4180472/4192956
[pid=22322] ppid=22320 vsize=5356 CPUtime=0.49
/proc/22322/stat : 22322 (lysat.sh) S 22320 22322 21574 0 -1 4194304 310 1229 0 0 0 0 49 0 16 0 1 0 107129577 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22322/statm: 1339 237 195 169 0 50 0
[pid=22325] ppid=22322 vsize=12256 CPUtime=1199.53
/proc/22325/stat : 22325 (LySATc) R 22322 22322 21574 0 -1 4194304 2688 0 0 0 119948 5 0 0 25 0 1 0 107129627 12550144 2673 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/22325/statm: 3064 2673 77 171 0 2891 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 17612

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.05
CPU user time (s): 1199.99
CPU system time (s): 0.066989
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 17612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4259
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= 23
involuntary context switches= 3373

runsolver used 1.3378 second user time and 2.98955 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-27 02:10:52
IDJOB=1733653
IDBENCH=71145
IDSOLVER=512
FILE ID=node49/1733653-1240791052
PBS_JOBID= 9187266
Free space on /tmp= 66320 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3_4vars_6gates.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733653-1240791052/watcher-1733653-1240791052 -o /tmp/evaluation-result-1733653-1240791052/solver-1733653-1240791052 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1733653-1240791052.cnf c

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

MD5SUM BENCH= afeeef613d4caffff91375d49585d115
RANDOM SEED=281593488

node49.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.241
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.241
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:       1786912 kB
Buffers:         34612 kB
Cached:         169560 kB
SwapCached:       5336 kB
Active:          81360 kB
Inactive:       130728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786912 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            3044 kB
Writeback:           0 kB
Mapped:          13824 kB
Slab:            42876 kB
Committed_AS:   410704 kB
PageTables:       1384 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= 66316 MiB
End job on node49 at 2009-04-27 02:30:54