Trace number 1722753

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_16_UNKNOWN.cnf
MD5SUM85279cb74dedd2e1c7356e22d8e98939
Bench CategoryAPPLICATION (applications 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 variables3366
Number of clauses362797
Sum of the clauses size1083511
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25314
Number of clauses of size 3357452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.19/0.25	c ==============================================================================
0.19/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.25	c ==============================================================================
0.19/0.25	c |         0 |  362797  1083511 |  108839       0        0     nan |  0.000 % |
5.28/5.31	c |         0 |  361512  1585361 |      --       0       --      -- |     --   | -1285/501850
5.28/5.31	c ==============================================================================
5.28/5.31	c Result  :   #vars: 2152   #clauses: 361512   #literals: 1585361
5.28/5.31	c CPU time:   5.22421 s
5.28/5.31	c ==============================================================================
5.88/5.90	This is MiniSat 2.0 beta
5.88/5.90	WARNING: for repeatability, setting FPU to use double precision
5.88/5.90	============================[ Problem Statistics ]=============================
5.88/5.90	|                                                                             |
5.88/5.90	|  Number of variables:  2152                                                 |
5.88/5.90	|  Number of clauses:    361512                                               |
5.88/6.09	|  Parsing time:         0.17         s                                       |

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-1722753-1240678909/watcher-1722753-1240678909 -o /tmp/evaluation-result-1722753-1240678909/solver-1722753-1240678909 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722753-1240678909.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.91 1.84 1.45 3/64 17957
/proc/meminfo: memFree=1698296/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=0
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95923951 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17957/statm: 1339 235 195 169 0 50 0
[pid=17958] ppid=17957 vsize=1692 CPUtime=0
/proc/17958/stat : 17958 (SatElite) R 17957 17957 17853 0 -1 4194304 317 0 0 0 0 0 0 0 18 0 1 0 95923951 1732608 301 1992294400 134512640 135034092 4294956096 18446744073709551615 134543390 0 0 4096 3 0 0 0 17 1 0 0
/proc/17958/statm: 423 301 51 127 0 293 0

[startup+0.0397929 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 17957
/proc/meminfo: memFree=1698296/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=0
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95923951 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17957/statm: 1339 235 195 169 0 50 0
[pid=17958] ppid=17957 vsize=3984 CPUtime=0.03
/proc/17958/stat : 17958 (SatElite) R 17957 17957 17853 0 -1 4194304 888 0 0 0 3 0 0 0 18 0 1 0 95923951 4079616 872 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17958/statm: 996 874 51 127 0 866 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9340

[startup+0.101802 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 17957
/proc/meminfo: memFree=1698296/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=0
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95923951 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17957/statm: 1339 235 195 169 0 50 0
[pid=17958] ppid=17957 vsize=8844 CPUtime=0.09
/proc/17958/stat : 17958 (SatElite) R 17957 17957 17853 0 -1 4194304 2028 0 0 0 8 1 0 0 18 0 1 0 95923951 9056256 2012 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17958/statm: 2211 2013 51 127 0 2081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14200

[startup+0.301833 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 17957
/proc/meminfo: memFree=1698296/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=0
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95923951 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17957/statm: 1339 235 195 169 0 50 0
[pid=17958] ppid=17957 vsize=25856 CPUtime=0.29
/proc/17958/stat : 17958 (SatElite) R 17957 17957 17853 0 -1 4194304 6187 0 0 0 25 4 0 0 19 0 1 0 95923951 26476544 6171 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/17958/statm: 6464 6171 68 127 0 6334 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31212

[startup+0.701897 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 17957
/proc/meminfo: memFree=1698296/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=0
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95923951 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17957/statm: 1339 235 195 169 0 50 0
[pid=17958] ppid=17957 vsize=29564 CPUtime=0.69
/proc/17958/stat : 17958 (SatElite) R 17957 17957 17853 0 -1 4194304 7104 0 0 0 64 5 0 0 23 0 1 0 95923951 30273536 7088 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/17958/statm: 7391 7088 68 127 0 7261 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34920

[startup+1.50303 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 17959
/proc/meminfo: memFree=1667368/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=0
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95923951 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17957/statm: 1339 235 195 169 0 50 0
[pid=17958] ppid=17957 vsize=37368 CPUtime=1.49
/proc/17958/stat : 17958 (SatElite) R 17957 17957 17853 0 -1 4194304 8629 0 0 0 142 7 0 0 25 0 1 0 95923951 38264832 8613 1992294400 134512640 135034092 4294956096 18446744073709551615 134569561 0 0 4096 3 0 0 0 17 1 0 0
/proc/17958/statm: 9342 8613 68 127 0 9212 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42724

[startup+3.10129 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 17959
/proc/meminfo: memFree=1660712/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=0
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95923951 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17957/statm: 1339 235 195 169 0 50 0
[pid=17958] ppid=17957 vsize=39136 CPUtime=3.08
/proc/17958/stat : 17958 (SatElite) R 17957 17957 17853 0 -1 4194304 8972 0 0 0 301 7 0 0 25 0 1 0 95923951 40075264 8956 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/17958/statm: 9784 8956 68 127 0 9654 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44492

[startup+6.3028 s]
/proc/loadavg: 1.84 1.83 1.45 2/66 17959
/proc/meminfo: memFree=1662120/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 5356

[startup+12.7018 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 17960
/proc/meminfo: memFree=1664296/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=26296 CPUtime=6.78
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 6363 0 0 0 674 4 0 0 25 0 1 0 95924541 26927104 6348 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 6574 6348 77 171 0 6401 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 31652

[startup+25.5019 s]
/proc/loadavg: 1.60 1.77 1.44 2/66 17960
/proc/meminfo: memFree=1653608/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=36144 CPUtime=19.58
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 8844 0 0 0 1952 6 0 0 25 0 1 0 95924541 37011456 8829 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 9036 8830 77 171 0 8863 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41500

[startup+51.1019 s]
/proc/loadavg: 1.40 1.71 1.43 2/66 17960
/proc/meminfo: memFree=1633384/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=56864 CPUtime=45.16
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 13974 0 0 0 4505 11 0 0 25 0 1 0 95924541 58228736 13959 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 14216 13959 77 171 0 14043 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 62220

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.40 2/66 17960
/proc/meminfo: memFree=1603688/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=86144 CPUtime=96.34
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 21255 0 0 0 9617 17 0 0 25 0 1 0 95924541 88211456 21240 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 21536 21240 77 171 0 21363 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 91500

[startup+162.302 s]
/proc/loadavg: 1.06 1.49 1.37 2/66 17960
/proc/meminfo: memFree=1584296/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=105916 CPUtime=156.32
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 26143 0 0 0 15610 22 0 0 25 0 1 0 95924541 108457984 26128 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 26479 26128 77 171 0 26306 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 111272

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 17960
/proc/meminfo: memFree=1569320/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=120464 CPUtime=216.3
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 29815 0 0 0 21606 24 0 0 25 0 1 0 95924541 123355136 29800 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 30116 29800 77 171 0 29943 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 125820

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.33 2/66 17960
/proc/meminfo: memFree=1555496/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=134604 CPUtime=276.28
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 33277 0 0 0 27599 29 0 0 25 0 1 0 95924541 137834496 33262 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 33651 33262 77 171 0 33478 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 139960

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 17960
/proc/meminfo: memFree=1542760/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=147284 CPUtime=336.26
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 36419 0 0 0 33595 31 0 0 25 0 1 0 95924541 150818816 36404 1992294400 134512640 135214827 4294956208 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 36821 36404 77 171 0 36648 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 152640


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

/proc/17960/statm: 49407 48973 77 171 0 49234 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 202984

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 17960
/proc/meminfo: memFree=1475752/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=214556 CPUtime=636.18
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 53089 0 0 0 63570 48 0 0 25 0 1 0 95924541 219705344 53074 1992294400 134512640 135214827 4294956208 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 53639 53074 77 171 0 53466 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 219912

[startup+702.303 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 17960
/proc/meminfo: memFree=1465320/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=225076 CPUtime=696.16
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 55713 0 0 0 69565 51 0 0 25 0 1 0 95924541 230477824 55698 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 56269 55698 77 171 0 56096 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 230432

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 17960
/proc/meminfo: memFree=1457256/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=232988 CPUtime=756.14
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 57692 0 0 0 75560 54 0 0 25 0 1 0 95924541 238579712 57677 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 58247 57677 77 171 0 58074 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 238344

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 17960
/proc/meminfo: memFree=1450856/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=239520 CPUtime=816.12
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 59314 0 0 0 81557 55 0 0 25 0 1 0 95924541 245268480 59299 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 59880 59299 77 171 0 59707 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 244876

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 17960
/proc/meminfo: memFree=1442856/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=247380 CPUtime=876.1
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 61276 0 0 0 87553 57 0 0 25 0 1 0 95924541 253317120 61261 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 61845 61261 77 171 0 61672 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 252736

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 17960
/proc/meminfo: memFree=1429736/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=260628 CPUtime=936.07
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 64598 0 0 0 93547 60 0 0 25 0 1 0 95924541 266883072 64583 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 65157 64583 77 171 0 64984 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 265984

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 17960
/proc/meminfo: memFree=1419240/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=270900 CPUtime=996.06
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 67160 0 0 0 99542 64 0 0 25 0 1 0 95924541 277401600 67145 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 67725 67145 77 171 0 67552 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 276256

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 17960
/proc/meminfo: memFree=1410344/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=279956 CPUtime=1056.04
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 69401 0 0 0 105538 66 0 0 25 0 1 0 95924541 286674944 69386 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 69989 69386 77 171 0 69816 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 285312

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 17960
/proc/meminfo: memFree=1397160/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=293212 CPUtime=1116.02
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 72680 0 0 0 111533 69 0 0 25 0 1 0 95924541 300249088 72665 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 73303 72665 77 171 0 73130 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 298568

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17960
/proc/meminfo: memFree=1384552/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=306580 CPUtime=1176
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 75853 0 0 0 117528 72 0 0 25 0 1 0 95924541 313937920 75838 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 76645 75838 77 171 0 76472 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 311936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17960
/proc/meminfo: memFree=1380200/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=310792 CPUtime=1194.2
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 76888 0 0 0 119347 73 0 0 25 0 1 0 95924541 318251008 76873 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 77698 76873 77 171 0 77525 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 316148

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17960
/proc/meminfo: memFree=1380200/2055920 swapFree=4181132/4192956
[pid=17957] ppid=17955 vsize=5356 CPUtime=5.88
/proc/17957/stat : 17957 (lysat.sh) S 17955 17957 17853 0 -1 4194304 310 8976 0 0 0 0 576 12 16 0 1 0 95923951 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17957/statm: 1339 237 195 169 0 50 0
[pid=17960] ppid=17957 vsize=310792 CPUtime=1194.2
/proc/17960/stat : 17960 (LySATc) R 17957 17957 17853 0 -1 4194304 76888 0 0 0 119347 73 0 0 25 0 1 0 95924541 318251008 76873 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 77698 76873 77 171 0 77525 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 316148

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17957 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=769122
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 5.8931
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.23
CPU system time (s): 0.85
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 316148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.76912
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= 9286
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= 6
involuntary context switches= 28

runsolver used 1.45678 second user time and 2.91756 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-25 19:01:50
IDJOB=1722753
IDBENCH=71096
IDSOLVER=512
FILE ID=node26/1722753-1240678909
PBS_JOBID= 9186662
Free space on /tmp= 66028 MiB

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

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

MD5SUM BENCH= 85279cb74dedd2e1c7356e22d8e98939
RANDOM SEED=235900691

node26.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.261
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.261
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:       1698776 kB
Buffers:         46400 kB
Cached:         239492 kB
SwapCached:       5760 kB
Active:          97200 kB
Inactive:       196920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698776 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            8224 kB
Writeback:           0 kB
Mapped:          13524 kB
Slab:            49192 kB
Committed_AS:   302040 kB
PageTables:       1368 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= 66016 MiB
End job on node26 at 2009-04-25 19:21:52