Trace number 1733353

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.07 1200.61

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

Solver Data

0.00/0.00	c Parsing...
0.09/0.11	c ==============================================================================
0.09/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.11	c ==============================================================================
0.09/0.11	c |         0 |  118234   692122 |   35470       0        0     nan |  0.000 % |
2.89/2.96	c |         0 |   53231   292821 |      --       0       --      -- |     --   | -9003/-18501
2.89/2.96	c ==============================================================================
2.89/2.96	c Result  :   #vars: 362   #clauses: 53231   #literals: 292821
2.89/2.96	c CPU time:   2.93155 s
2.89/2.96	c ==============================================================================
2.98/3.06	This is MiniSat 2.0 beta
2.98/3.06	WARNING: for repeatability, setting FPU to use double precision
2.98/3.06	============================[ Problem Statistics ]=============================
2.98/3.06	|                                                                             |
2.98/3.06	|  Number of variables:  362                                                  |
2.98/3.06	|  Number of clauses:    53231                                                |
3.04/3.10	|  Parsing time:         0.03         s                                       |
1200.03/1200.61	HOME/lysat.sh: line 55: 28902 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-1733353-1240787440/watcher-1733353-1240787440 -o /tmp/evaluation-result-1733353-1240787440/solver-1733353-1240787440 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1733353-1240787440.cnf c 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 28899
/proc/meminfo: memFree=1469688/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=0
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106777245 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 235 195 169 0 50 0
[pid=28900] ppid=28899 vsize=832 CPUtime=0
/proc/28900/stat : 28900 (SatElite) R 28899 28899 28644 0 -1 4194304 125 0 0 0 0 0 0 0 19 0 1 0 106777245 851968 109 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28900/statm: 208 110 50 127 0 78 0

[startup+0.022862 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 28899
/proc/meminfo: memFree=1469688/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=0
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106777245 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 235 195 169 0 50 0
[pid=28900] ppid=28899 vsize=2124 CPUtime=0.01
/proc/28900/stat : 28900 (SatElite) R 28899 28899 28644 0 -1 4194304 441 0 0 0 1 0 0 0 19 0 1 0 106777245 2174976 425 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28900/statm: 531 425 50 127 0 401 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7480

[startup+0.102871 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 28899
/proc/meminfo: memFree=1469688/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=0
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106777245 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 235 195 169 0 50 0
[pid=28900] ppid=28899 vsize=7968 CPUtime=0.09
/proc/28900/stat : 28900 (SatElite) R 28899 28899 28644 0 -1 4194304 1877 0 0 0 8 1 0 0 19 0 1 0 106777245 8159232 1861 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28900/statm: 1992 1862 50 127 0 1862 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13324

[startup+0.302892 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 28899
/proc/meminfo: memFree=1469688/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=0
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106777245 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 235 195 169 0 50 0
[pid=28900] ppid=28899 vsize=11240 CPUtime=0.29
/proc/28900/stat : 28900 (SatElite) R 28899 28899 28644 0 -1 4194304 2721 0 0 0 28 1 0 0 21 0 1 0 106777245 11509760 2690 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/28900/statm: 2810 2690 64 127 0 2680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16596

[startup+0.702935 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 28899
/proc/meminfo: memFree=1469688/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=0
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106777245 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 235 195 169 0 50 0
[pid=28900] ppid=28899 vsize=11404 CPUtime=0.69
/proc/28900/stat : 28900 (SatElite) R 28899 28899 28644 0 -1 4194304 2736 0 0 0 68 1 0 0 25 0 1 0 106777245 11677696 2705 1992294400 134512640 135034092 4294956096 18446744073709551615 134540787 0 0 4096 3 0 0 0 17 0 0 0
/proc/28900/statm: 2851 2705 64 127 0 2721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16760

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 28901
/proc/meminfo: memFree=1458728/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=0
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106777245 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 235 195 169 0 50 0
[pid=28900] ppid=28899 vsize=12228 CPUtime=1.49
/proc/28900/stat : 28900 (SatElite) R 28899 28899 28644 0 -1 4194304 2836 0 0 0 148 1 0 0 25 0 1 0 106777245 12521472 2805 1992294400 134512640 135034092 4294956096 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 0 0 0
/proc/28900/statm: 3057 2805 64 127 0 2927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17584

[startup+3.1012 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 28901
/proc/meminfo: memFree=1456808/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 5356

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 28902
/proc/meminfo: memFree=1461992/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=6740 CPUtime=3.23
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 1577 0 0 0 322 1 0 0 25 0 1 0 106777551 6901760 1562 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 1685 1562 77 171 0 1512 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12096

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 28902
/proc/meminfo: memFree=1459560/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=9196 CPUtime=9.61
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 2161 0 0 0 960 1 0 0 25 0 1 0 106777551 9416704 2146 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 2299 2146 77 171 0 2126 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 14552

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 28902
/proc/meminfo: memFree=1456552/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=12072 CPUtime=22.41
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 2882 0 0 0 2239 2 0 0 25 0 1 0 106777551 12361728 2867 1992294400 134512640 135214827 4294956208 18446744073709551615 134537504 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 3018 2867 77 171 0 2845 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 17428

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 28902
/proc/meminfo: memFree=1455016/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=13684 CPUtime=47.99
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 3278 0 0 0 4797 2 0 0 25 0 1 0 106777551 14012416 3263 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 3421 3263 77 171 0 3248 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 19040

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 28902
/proc/meminfo: memFree=1452648/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=16060 CPUtime=99.17
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 3848 0 0 0 9914 3 0 0 25 0 1 0 106777551 16445440 3833 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 4015 3833 77 171 0 3842 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 21416

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 28902
/proc/meminfo: memFree=1451240/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=17472 CPUtime=159.14
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 4197 0 0 0 15911 3 0 0 25 0 1 0 106777551 17891328 4182 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 4368 4182 77 171 0 4195 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 22828

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 28902
/proc/meminfo: memFree=1449384/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=19464 CPUtime=219.12
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 4656 0 0 0 21908 4 0 0 25 0 1 0 106777551 19931136 4641 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 4866 4641 77 171 0 4693 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 24820

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 28902
/proc/meminfo: memFree=1448168/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=20736 CPUtime=279.09
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 4954 0 0 0 27905 4 0 0 25 0 1 0 106777551 21233664 4939 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 5184 4939 77 171 0 5011 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 26092

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 28902
/proc/meminfo: memFree=1447656/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=21264 CPUtime=339.06
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 5086 0 0 0 33902 4 0 0 25 0 1 0 106777551 21774336 5071 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 5316 5071 77 171 0 5143 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 26620


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

[pid=28902] ppid=28899 vsize=22056 CPUtime=459.02
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 5293 0 0 0 45897 5 0 0 25 0 1 0 106777551 22585344 5278 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 5514 5278 77 171 0 5341 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 27412

[startup+522.303 s]
/proc/loadavg: 1.06 1.01 1.04 2/66 28902
/proc/meminfo: memFree=1445928/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=22968 CPUtime=518.99
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 5518 0 0 0 51894 5 0 0 25 0 1 0 106777551 23519232 5503 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 5742 5503 77 171 0 5569 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 28324

[startup+582.302 s]
/proc/loadavg: 1.02 1.01 1.04 2/66 28902
/proc/meminfo: memFree=1445928/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=23108 CPUtime=578.96
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 5524 0 0 0 57891 5 0 0 25 0 1 0 106777551 23662592 5509 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 5777 5509 77 171 0 5604 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 28464

[startup+642.303 s]
/proc/loadavg: 1.04 1.02 1.04 2/66 28902
/proc/meminfo: memFree=1445736/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=23188 CPUtime=638.94
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 5562 0 0 0 63889 5 0 0 25 0 1 0 106777551 23744512 5547 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 5797 5547 77 171 0 5624 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 28544

[startup+702.302 s]
/proc/loadavg: 1.05 1.03 1.04 2/66 28902
/proc/meminfo: memFree=1444968/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=24024 CPUtime=698.91
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 5744 0 0 0 69886 5 0 0 25 0 1 0 106777551 24600576 5729 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6006 5729 77 171 0 5833 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 29380

[startup+762.307 s]
/proc/loadavg: 1.05 1.03 1.04 2/66 28902
/proc/meminfo: memFree=1444648/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=24268 CPUtime=758.89
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 5818 0 0 0 75884 5 0 0 25 0 1 0 106777551 24850432 5803 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6067 5803 77 171 0 5894 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 29624

[startup+822.302 s]
/proc/loadavg: 1.13 1.05 1.04 2/66 28902
/proc/meminfo: memFree=1443560/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=25488 CPUtime=818.85
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 6111 0 0 0 81880 5 0 0 25 0 1 0 106777551 26099712 6096 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6372 6096 77 171 0 6199 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 30844

[startup+882.303 s]
/proc/loadavg: 1.17 1.07 1.05 2/66 28902
/proc/meminfo: memFree=1443304/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=25836 CPUtime=878.83
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 6171 0 0 0 87878 5 0 0 25 0 1 0 106777551 26456064 6156 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6459 6156 77 171 0 6286 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 31192

[startup+942.301 s]
/proc/loadavg: 1.18 1.09 1.05 2/66 28902
/proc/meminfo: memFree=1442920/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=26296 CPUtime=938.79
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 6274 0 0 0 93874 5 0 0 25 0 1 0 106777551 26927104 6259 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6574 6259 77 171 0 6401 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 31652

[startup+1002.3 s]
/proc/loadavg: 1.13 1.09 1.05 2/66 28902
/proc/meminfo: memFree=1442792/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=26460 CPUtime=998.77
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 6310 0 0 0 99872 5 0 0 25 0 1 0 106777551 27095040 6295 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6615 6295 77 171 0 6442 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 31816

[startup+1062.3 s]
/proc/loadavg: 1.04 1.07 1.05 2/66 28902
/proc/meminfo: memFree=1442344/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=26868 CPUtime=1058.75
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 6417 0 0 0 105869 6 0 0 25 0 1 0 106777551 27512832 6402 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6717 6402 77 171 0 6544 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 32224

[startup+1122.3 s]
/proc/loadavg: 1.01 1.05 1.04 2/66 28902
/proc/meminfo: memFree=1442088/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=27112 CPUtime=1118.72
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 6464 0 0 0 111866 6 0 0 25 0 1 0 106777551 27762688 6449 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6778 6449 77 171 0 6605 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 32468

[startup+1182.3 s]
/proc/loadavg: 1.00 1.04 1.03 2/66 28902
/proc/meminfo: memFree=1442088/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=27112 CPUtime=1178.7
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 6465 0 0 0 117864 6 0 0 25 0 1 0 106777551 27762688 6450 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6778 6450 77 171 0 6605 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 32468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.04 1.03 2/66 28902
/proc/meminfo: memFree=1441832/2055920 swapFree=4181324/4192956
[pid=28899] ppid=28897 vsize=5356 CPUtime=3.04
/proc/28899/stat : 28899 (lysat.sh) S 28897 28899 28644 0 -1 4194304 310 3817 0 0 0 0 302 2 19 0 1 0 106777245 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28899/statm: 1339 237 195 169 0 50 0
[pid=28902] ppid=28899 vsize=27476 CPUtime=1196.99
/proc/28902/stat : 28902 (LySATc) R 28899 28899 28644 0 -1 4194304 6532 0 0 0 119693 6 0 0 25 0 1 0 106777551 28135424 6517 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28902/statm: 6869 6517 77 171 0 6696 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 32832

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.61
CPU time (s): 1200.07
CPU user time (s): 1199.97
CPU system time (s): 0.100984
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 32832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10671
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= 17
involuntary context switches= 4055

runsolver used 1.03384 second user time and 3.34349 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-27 01:10:40
IDJOB=1733353
IDBENCH=71139
IDSOLVER=512
FILE ID=node19/1733353-1240787440
PBS_JOBID= 9187293
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=2001670635

node19.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.236
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.236
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:       1470168 kB
Buffers:         74424 kB
Cached:         430076 kB
SwapCached:       5500 kB
Active:         233292 kB
Inactive:       279176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470168 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            5408 kB
Writeback:           0 kB
Mapped:          13552 kB
Slab:            59220 kB
Committed_AS:   404016 kB
PageTables:       1452 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= 66304 MiB
End job on node19 at 2009-04-27 01:30:42