Trace number 1722553

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.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
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 variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.02/0.07	c ==============================================================================
0.02/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.07	c ==============================================================================
0.02/0.07	c |         0 |  118441   352559 |   35532       0        0     nan |  0.000 % |
0.79/0.82	c |         0 |  117566   500149 |      --       0       --      -- |     --   | -875/147590
0.79/0.82	c ==============================================================================
0.79/0.82	c Result  :   #vars: 1205   #clauses: 117566   #literals: 500149
0.79/0.82	c CPU time:   0.803877 s
0.79/0.82	c ==============================================================================
0.88/0.99	This is MiniSat 2.0 beta
0.88/0.99	WARNING: for repeatability, setting FPU to use double precision
0.88/0.99	============================[ Problem Statistics ]=============================
0.88/0.99	|                                                                             |
0.88/1.00	|  Number of variables:  1205                                                 |
0.88/1.00	|  Number of clauses:    117566                                               |
0.98/1.06	|  Parsing time:         0.06         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-1722553-1240676682/watcher-1722553-1240676682 -o /tmp/evaluation-result-1722553-1240676682/solver-1722553-1240676682 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722553-1240676682.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.06 1.04 1.01 3/64 16813
/proc/meminfo: memFree=1757520/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0
/proc/16813/stat : 16813 (lysat.sh) R 16811 16813 16422 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 95701218 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16813/statm: 1339 234 194 169 0 50 0
[pid=16814] ppid=16813 vsize=1000 CPUtime=0
/proc/16814/stat : 16814 (SatElite) R 16813 16813 16422 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 95701219 1024000 165 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16814/statm: 283 168 50 127 0 153 0

[startup+0.033766 s]
/proc/loadavg: 1.06 1.04 1.01 3/64 16813
/proc/meminfo: memFree=1757520/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95701218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16813/statm: 1339 235 195 169 0 50 0
[pid=16814] ppid=16813 vsize=3384 CPUtime=0.02
/proc/16814/stat : 16814 (SatElite) R 16813 16813 16422 0 -1 4194304 767 0 0 0 2 0 0 0 19 0 1 0 95701219 3465216 751 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16814/statm: 846 751 50 127 0 716 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8740

[startup+0.101776 s]
/proc/loadavg: 1.06 1.04 1.01 3/64 16813
/proc/meminfo: memFree=1757520/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95701218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16813/statm: 1339 235 195 169 0 50 0
[pid=16814] ppid=16813 vsize=9264 CPUtime=0.08
/proc/16814/stat : 16814 (SatElite) R 16813 16813 16422 0 -1 4194304 2241 0 0 0 8 0 0 0 19 0 1 0 95701219 9486336 2225 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16814/statm: 2316 2225 68 127 0 2186 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14620

[startup+0.301809 s]
/proc/loadavg: 1.06 1.04 1.01 3/64 16813
/proc/meminfo: memFree=1757520/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95701218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16813/statm: 1339 235 195 169 0 50 0
[pid=16814] ppid=16813 vsize=12600 CPUtime=0.29
/proc/16814/stat : 16814 (SatElite) R 16813 16813 16422 0 -1 4194304 2967 0 0 0 28 1 0 0 21 0 1 0 95701219 12902400 2951 1992294400 134512640 135034092 4294956096 18446744073709551615 134582951 0 0 4096 3 0 0 0 17 0 0 0
/proc/16814/statm: 3150 2951 68 127 0 3020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17956

[startup+0.701879 s]
/proc/loadavg: 1.06 1.04 1.01 3/64 16813
/proc/meminfo: memFree=1757520/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95701218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16813/statm: 1339 235 195 169 0 50 0
[pid=16814] ppid=16813 vsize=13776 CPUtime=0.69
/proc/16814/stat : 16814 (SatElite) R 16813 16813 16422 0 -1 4194304 3078 0 0 0 68 1 0 0 25 0 1 0 95701219 14106624 3062 1992294400 134512640 135034092 4294956096 18446744073709551615 134569271 0 0 4096 3 0 0 0 17 0 0 0
/proc/16814/statm: 3444 3062 68 127 0 3314 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19132

[startup+1.50202 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 16816
/proc/meminfo: memFree=1752952/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=8232 CPUtime=0.49
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 1929 0 0 0 49 0 0 0 22 0 1 0 95701318 8429568 1914 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/16816/statm: 2058 1914 78 171 0 1885 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13588

[startup+3.1013 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 16816
/proc/meminfo: memFree=1745592/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=10344 CPUtime=2.09
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 2474 0 0 0 208 1 0 0 25 0 1 0 95701318 10592256 2459 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 2586 2459 78 171 0 2413 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15700

[startup+6.30164 s]
/proc/loadavg: 1.13 1.06 1.01 2/66 16816
/proc/meminfo: memFree=1742712/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=12624 CPUtime=5.28
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 3042 0 0 0 526 2 0 0 25 0 1 0 95701318 12926976 3027 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 3156 3027 78 171 0 2983 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17980

[startup+12.7017 s]
/proc/loadavg: 1.12 1.06 1.01 2/66 16816
/proc/meminfo: memFree=1739008/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=16088 CPUtime=11.69
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 3881 0 0 0 1165 4 0 0 25 0 1 0 95701318 16474112 3866 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 4022 3866 78 171 0 3849 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21444

[startup+25.5019 s]
/proc/loadavg: 1.09 1.05 1.01 2/66 16816
/proc/meminfo: memFree=1731328/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=23788 CPUtime=24.48
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 5820 0 0 0 2442 6 0 0 25 0 1 0 95701318 24358912 5805 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 5947 5805 78 171 0 5774 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29144

[startup+51.1013 s]
/proc/loadavg: 1.06 1.05 1.01 2/66 16816
/proc/meminfo: memFree=1721088/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=33960 CPUtime=50.07
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 8338 0 0 0 4998 9 0 0 25 0 1 0 95701318 34775040 8323 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 8490 8323 78 171 0 8317 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 39316

[startup+102.305 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 16816
/proc/meminfo: memFree=1706496/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=48456 CPUtime=101.26
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 11936 0 0 0 10113 13 0 0 25 0 1 0 95701318 49618944 11921 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 12114 11921 78 171 0 11941 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 53812

[startup+162.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 16816
/proc/meminfo: memFree=1690304/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=64760 CPUtime=161.23
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 15998 0 0 0 16107 16 0 0 25 0 1 0 95701318 66314240 15983 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 16190 15983 78 171 0 16017 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 70116

[startup+222.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 16816
/proc/meminfo: memFree=1680704/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=74432 CPUtime=221.22
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 18366 0 0 0 22103 19 0 0 25 0 1 0 95701318 76218368 18351 1992294400 134512640 135214827 4294956208 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 18608 18351 78 171 0 18435 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 79788

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 16816
/proc/meminfo: memFree=1670656/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=84564 CPUtime=281.19
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 20892 0 0 0 28098 21 0 0 25 0 1 0 95701318 86593536 20877 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 21141 20877 78 171 0 20968 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 89920

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 16816
/proc/meminfo: memFree=1666816/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=88164 CPUtime=341.17
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 21809 0 0 0 34095 22 0 0 25 0 1 0 95701318 90279936 21794 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 22041 21794 78 171 0 21868 0

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

/proc/16816/statm: 22041 21804 78 171 0 21868 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 93520

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16816
/proc/meminfo: memFree=1657920/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=97320 CPUtime=641.07
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 23995 0 0 0 64082 25 0 0 25 0 1 0 95701318 99655680 23980 1992294400 134512640 135214827 4294956208 18446744073709551615 134529399 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 24330 23980 78 171 0 24157 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 102676

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16816
/proc/meminfo: memFree=1653504/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=101596 CPUtime=701.04
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25083 0 0 0 70078 26 0 0 25 0 1 0 95701318 104034304 25068 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25399 25068 78 171 0 25226 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 106952

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16816
/proc/meminfo: memFree=1653440/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=101596 CPUtime=761.03
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25092 0 0 0 76077 26 0 0 25 0 1 0 95701318 104034304 25077 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25399 25077 78 171 0 25226 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 106952

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16818
/proc/meminfo: memFree=1653248/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=101596 CPUtime=821
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25094 0 0 0 82074 26 0 0 25 0 1 0 95701318 104034304 25079 1992294400 134512640 135214827 4294956208 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25399 25079 78 171 0 25226 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 106952

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16818
/proc/meminfo: memFree=1653248/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=101596 CPUtime=880.99
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25098 0 0 0 88072 27 0 0 25 0 1 0 95701318 104034304 25083 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25399 25083 78 171 0 25226 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 106952

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16818
/proc/meminfo: memFree=1653248/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=101596 CPUtime=940.96
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25101 0 0 0 94069 27 0 0 25 0 1 0 95701318 104034304 25086 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25399 25086 78 171 0 25226 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 106952

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16818
/proc/meminfo: memFree=1653248/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=101596 CPUtime=1000.94
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25103 0 0 0 100067 27 0 0 25 0 1 0 95701318 104034304 25088 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25399 25088 78 171 0 25226 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 106952

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16818
/proc/meminfo: memFree=1653248/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=101596 CPUtime=1060.92
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25104 0 0 0 106065 27 0 0 25 0 1 0 95701318 104034304 25089 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25399 25089 78 171 0 25226 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 106952

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16818
/proc/meminfo: memFree=1653184/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=101596 CPUtime=1120.9
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25104 0 0 0 112063 27 0 0 25 0 1 0 95701318 104034304 25089 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25399 25089 78 171 0 25226 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 106952

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16818
/proc/meminfo: memFree=1652416/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=102388 CPUtime=1180.87
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25298 0 0 0 118060 27 0 0 25 0 1 0 95701318 104845312 25283 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25597 25283 78 171 0 25424 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 107744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16818
/proc/meminfo: memFree=1651328/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=103468 CPUtime=1199.07
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25552 0 0 0 119879 28 0 0 25 0 1 0 95701318 105951232 25537 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25867 25537 78 171 0 25694 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 108824

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.00 2/66 16818
/proc/meminfo: memFree=1651328/2055920 swapFree=4181396/4192956
[pid=16813] ppid=16811 vsize=5356 CPUtime=0.98
/proc/16813/stat : 16813 (lysat.sh) S 16811 16813 16422 0 -1 4194304 310 3083 0 0 0 0 96 2 16 0 1 0 95701218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16813/statm: 1339 237 195 169 0 50 0
[pid=16816] ppid=16813 vsize=103468 CPUtime=1199.07
/proc/16816/stat : 16816 (LySATc) R 16813 16813 16422 0 -1 4194304 25552 0 0 0 119879 28 0 0 25 0 1 0 95701318 105951232 25537 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/16816/statm: 25867 25537 78 171 0 25694 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 108824

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16813 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=967852
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=29995
# CPU time returned by wait4() is 0.997847
# while last known CPU time is 1200.05
#
# 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.05
CPU user time (s): 1199.75
CPU system time (s): 0.3
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 108824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.967852
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3393
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= 5
involuntary context switches= 4

runsolver used 1.39679 second user time and 2.97255 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 18:24:42
IDJOB=1722553
IDBENCH=71092
IDSOLVER=512
FILE ID=node25/1722553-1240676682
PBS_JOBID= 9186622
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED=1591467792

node25.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.259
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.259
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:       1758064 kB
Buffers:         25036 kB
Cached:         222776 kB
SwapCached:       5080 kB
Active:         158108 kB
Inactive:        97316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758064 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            4048 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            28580 kB
Committed_AS:   348932 kB
PageTables:       1460 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= 66372 MiB
End job on node25 at 2009-04-25 18:44:45