Trace number 1723003

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.04 1200.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
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 variables1584
Number of clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
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.01/0.07	c ==============================================================================
0.01/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.07	c ==============================================================================
0.01/0.07	c |         0 |  100116   297952 |   30034       0        0     nan |  0.000 % |
0.89/0.96	c |         0 |   99290   430382 |      --       0       --      -- |     --   | -826/132430
0.89/0.96	c ==============================================================================
0.89/0.96	c Result  :   #vars: 958   #clauses: 99290   #literals: 430382
0.89/0.96	c CPU time:   0.949855 s
0.89/0.96	c ==============================================================================
1.10/1.12	This is MiniSat 2.0 beta
1.10/1.12	WARNING: for repeatability, setting FPU to use double precision
1.10/1.12	============================[ Problem Statistics ]=============================
1.10/1.12	|                                                                             |
1.10/1.12	|  Number of variables:  958                                                  |
1.10/1.12	|  Number of clauses:    99290                                                |
1.10/1.17	|  Parsing time:         0.05         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-1723003-1240681978/watcher-1723003-1240681978 -o /tmp/evaluation-result-1723003-1240681978/solver-1723003-1240681978 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723003-1240681978.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.99 1.85 1.45 3/64 26006
/proc/meminfo: memFree=1775512/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=0
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96231660 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26006/statm: 1339 235 195 169 0 50 0
[pid=26007] ppid=26006 vsize=1256 CPUtime=0
/proc/26007/stat : 26007 (SatElite) R 26006 26006 25911 0 -1 4194304 222 0 0 0 0 0 0 0 18 0 1 0 96231661 1286144 206 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/26007/statm: 314 207 50 127 0 184 0

[startup+0.0262759 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 26006
/proc/meminfo: memFree=1775512/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=0
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96231660 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26006/statm: 1339 235 195 169 0 50 0
[pid=26007] ppid=26006 vsize=2812 CPUtime=0.01
/proc/26007/stat : 26007 (SatElite) R 26006 26006 25911 0 -1 4194304 585 0 0 0 1 0 0 0 18 0 1 0 96231661 2879488 569 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/26007/statm: 703 570 50 127 0 573 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8168

[startup+0.101289 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 26006
/proc/meminfo: memFree=1775512/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=0
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96231660 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26006/statm: 1339 235 195 169 0 50 0
[pid=26007] ppid=26006 vsize=8084 CPUtime=0.09
/proc/26007/stat : 26007 (SatElite) R 26006 26006 25911 0 -1 4194304 1930 0 0 0 9 0 0 0 18 0 1 0 96231661 8278016 1914 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26007/statm: 2021 1914 68 127 0 1891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13440

[startup+0.301326 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 26006
/proc/meminfo: memFree=1775512/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=0
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96231660 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26006/statm: 1339 235 195 169 0 50 0
[pid=26007] ppid=26006 vsize=9820 CPUtime=0.29
/proc/26007/stat : 26007 (SatElite) R 26006 26006 25911 0 -1 4194304 2355 0 0 0 28 1 0 0 19 0 1 0 96231661 10055680 2339 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26007/statm: 2455 2339 68 127 0 2325 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15176

[startup+0.7014 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 26006
/proc/meminfo: memFree=1775512/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=0
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96231660 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26006/statm: 1339 235 195 169 0 50 0
[pid=26007] ppid=26006 vsize=11940 CPUtime=0.69
/proc/26007/stat : 26007 (SatElite) R 26006 26006 25911 0 -1 4194304 2693 0 0 0 68 1 0 0 22 0 1 0 96231661 12226560 2672 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/26007/statm: 2985 2672 68 127 0 2855 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17296

[startup+1.50156 s]
/proc/loadavg: 1.99 1.85 1.45 2/66 26008
/proc/meminfo: memFree=1764552/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 5356

[startup+3.10184 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 26009
/proc/meminfo: memFree=1765576/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=8612 CPUtime=1.96
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 2021 0 0 0 195 1 0 0 25 0 1 0 96231773 8818688 2006 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 2153 2006 78 171 0 1980 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13968

[startup+6.30243 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 26009
/proc/meminfo: memFree=1763016/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=10744 CPUtime=5.16
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 2540 0 0 0 514 2 0 0 25 0 1 0 96231773 11001856 2525 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 2686 2525 78 171 0 2513 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16100

[startup+12.7016 s]
/proc/loadavg: 1.77 1.81 1.44 2/66 26009
/proc/meminfo: memFree=1760136/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=13252 CPUtime=11.56
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 3180 0 0 0 1153 3 0 0 25 0 1 0 96231773 13570048 3165 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 3313 3165 78 171 0 3140 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18608

[startup+25.502 s]
/proc/loadavg: 1.65 1.78 1.44 2/66 26009
/proc/meminfo: memFree=1756552/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=16724 CPUtime=24.35
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 4041 0 0 0 2431 4 0 0 25 0 1 0 96231773 17125376 4026 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 4181 4026 78 171 0 4008 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22080

[startup+51.1017 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 26009
/proc/meminfo: memFree=1750856/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=22728 CPUtime=49.94
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 5511 0 0 0 4988 6 0 0 25 0 1 0 96231773 23273472 5496 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 5682 5496 78 171 0 5509 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 28084

[startup+102.305 s]
/proc/loadavg: 1.17 1.59 1.40 2/66 26009
/proc/meminfo: memFree=1740872/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=32624 CPUtime=101.13
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 7973 0 0 0 10103 10 0 0 25 0 1 0 96231773 33406976 7958 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 8156 7958 78 171 0 7983 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 37980

[startup+162.301 s]
/proc/loadavg: 1.07 1.49 1.37 2/66 26009
/proc/meminfo: memFree=1732616/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=41092 CPUtime=161.1
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 10010 0 0 0 16098 12 0 0 25 0 1 0 96231773 42078208 9995 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 10273 9995 78 171 0 10100 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 46448

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 26009
/proc/meminfo: memFree=1726280/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=47408 CPUtime=221.08
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 11590 0 0 0 22094 14 0 0 25 0 1 0 96231773 48545792 11575 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 11852 11575 78 171 0 11679 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 52764

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.32 2/66 26009
/proc/meminfo: memFree=1720200/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=53848 CPUtime=281.06
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 13110 0 0 0 28090 16 0 0 25 0 1 0 96231773 55140352 13095 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 13462 13095 78 171 0 13289 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 59204

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 26009
/proc/meminfo: memFree=1718856/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=55104 CPUtime=341.03
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 13419 0 0 0 34087 16 0 0 25 0 1 0 96231773 56426496 13404 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 13776 13404 78 171 0 13603 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 60460


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

/proc/26009/statm: 15190 14686 78 171 0 15017 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 66116

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 26015
/proc/meminfo: memFree=1708232/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=65892 CPUtime=640.93
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 16012 0 0 0 64074 19 0 0 25 0 1 0 96231773 67473408 15989 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 16473 15989 78 171 0 16300 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 71248

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 26015
/proc/meminfo: memFree=1707208/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=66952 CPUtime=700.91
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 16280 0 0 0 70071 20 0 0 25 0 1 0 96231773 68558848 16257 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 16738 16257 78 171 0 16565 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 72308

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 26015
/proc/meminfo: memFree=1707144/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=66952 CPUtime=760.89
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 16280 0 0 0 76069 20 0 0 25 0 1 0 96231773 68558848 16257 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 16738 16257 78 171 0 16565 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 72308

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 26015
/proc/meminfo: memFree=1707144/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=66952 CPUtime=820.86
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 16283 0 0 0 82066 20 0 0 25 0 1 0 96231773 68558848 16260 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 16738 16260 78 171 0 16565 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 72308

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 26015
/proc/meminfo: memFree=1707080/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=66952 CPUtime=880.84
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 16283 0 0 0 88064 20 0 0 25 0 1 0 96231773 68558848 16260 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 16738 16260 78 171 0 16565 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 72308

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 26015
/proc/meminfo: memFree=1707080/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=66952 CPUtime=940.82
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 16290 0 0 0 94062 20 0 0 25 0 1 0 96231773 68558848 16267 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 16738 16267 78 171 0 16565 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 72308

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 26015
/proc/meminfo: memFree=1707016/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=66952 CPUtime=1000.8
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 16297 0 0 0 100059 21 0 0 25 0 1 0 96231773 68558848 16274 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 16738 16274 78 171 0 16565 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 72308

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 26015
/proc/meminfo: memFree=1705032/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=68944 CPUtime=1060.77
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 16787 0 0 0 106056 21 0 0 25 0 1 0 96231773 70598656 16764 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 17236 16764 78 171 0 17063 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 74300

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 26015
/proc/meminfo: memFree=1701512/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=72516 CPUtime=1120.76
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 17656 0 0 0 112053 23 0 0 25 0 1 0 96231773 74256384 17633 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 18129 17633 78 171 0 17956 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 77872

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 26015
/proc/meminfo: memFree=1701512/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=72516 CPUtime=1180.74
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 17658 0 0 0 118051 23 0 0 25 0 1 0 96231773 74256384 17635 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 18129 17635 78 171 0 17956 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 77872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 26015
/proc/meminfo: memFree=1701448/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=72516 CPUtime=1198.93
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 17659 0 0 0 119870 23 0 0 25 0 1 0 96231773 74256384 17636 1992294400 134512640 135214827 4294956208 18446744073709551615 134538970 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 18129 17636 78 171 0 17956 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 77872

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 26015
/proc/meminfo: memFree=1701448/2055920 swapFree=4181852/4192956
[pid=26006] ppid=26004 vsize=5356 CPUtime=1.11
/proc/26006/stat : 26006 (lysat.sh) S 26004 26006 25911 0 -1 4194304 310 2698 0 0 0 0 109 2 16 0 1 0 96231660 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26006/statm: 1339 237 195 169 0 50 0
[pid=26009] ppid=26006 vsize=72516 CPUtime=1198.93
/proc/26009/stat : 26009 (LySATc) R 26006 26006 25911 0 -1 4194304 17659 0 0 0 119870 23 0 0 25 0 1 0 96231773 74256384 17636 1992294400 134512640 135214827 4294956208 18446744073709551615 134538970 0 0 4096 3 0 0 0 17 1 0 0
/proc/26009/statm: 18129 17636 78 171 0 17956 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 77872

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26006 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=98832
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 1.12383
# while last known CPU time is 1200.04
#
# 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.04
CPU user time (s): 1199.79
CPU system time (s): 0.25
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 77872

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

runsolver used 1.38179 second user time and 2.96255 second system time

The end

Launcher Data

Begin job on node7 at 2009-04-25 19:52:58
IDJOB=1723003
IDBENCH=71101
IDSOLVER=512
FILE ID=node7/1723003-1240681978
PBS_JOBID= 9186707
Free space on /tmp= 66200 MiB

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

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

MD5SUM BENCH= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED=297345010

node7.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.256
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.256
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:       1775992 kB
Buffers:         28476 kB
Cached:         182808 kB
SwapCached:       4616 kB
Active:          79660 kB
Inactive:       139112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775992 kB
SwapTotal:     4192956 kB
SwapFree:      4181852 kB
Dirty:            3704 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            47148 kB
Committed_AS:   665228 kB
PageTables:       1444 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= 66192 MiB
End job on node7 at 2009-04-25 20:13:01