Trace number 1581574

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 i/2009-03-20? (TO) 1200.02 1200.71

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark923.365
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.12	c ==============================================================================
1.09/1.12	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.12	c ==============================================================================
1.09/1.12	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
6.49/6.60	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
6.58/6.60	c ==============================================================================
6.58/6.60	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
6.58/6.60	c CPU time:   6.36503 s
6.58/6.60	c ==============================================================================
7.38/7.44	c lySAT 0.1
7.38/7.44	c minisat core +  additionnal features
7.38/7.44	c ============================[ Problem Statistics ]=============================
7.38/7.44	c |                                                                             |
7.38/7.45	c |  Number of variables:  101783                                               |
7.38/7.45	c |  Number of clauses:    656617                                               |
7.86/7.90	c |  Parsing time:         0.41         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-1581574-1238930542/watcher-1581574-1238930542 -o /tmp/evaluation-result-1581574-1238930542/solver-1581574-1238930542 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1581574-1238930542.cnf i 

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/81 14822
/proc/meminfo: memFree=1355816/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=0
/proc/14822/stat : 14822 (lysat.sh) R 14820 14822 14785 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 769949344 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 270187162271 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14822/statm: 1339 234 194 169 0 50 0
[pid=14823] ppid=14822 vsize=1712 CPUtime=0
/proc/14823/stat : 14823 (SatElite) R 14822 14822 14785 0 -1 4194304 341 0 0 0 0 0 0 0 18 0 1 0 769949344 1753088 325 1992294400 134512640 135034092 4294956112 18446744073709551615 134695081 0 0 4096 3 0 0 0 17 0 0 0
/proc/14823/statm: 588 329 50 127 0 458 0

[startup+0.0110789 s]
/proc/loadavg: 0.85 0.97 0.99 3/81 14822
/proc/meminfo: memFree=1355816/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=0
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 769949344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 235 195 169 0 50 0
[pid=14823] ppid=14822 vsize=3888 CPUtime=0
/proc/14823/stat : 14823 (SatElite) R 14822 14822 14785 0 -1 4194304 737 0 0 0 0 0 0 0 19 0 1 0 769949344 3981312 721 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/14823/statm: 972 723 50 127 0 842 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9244

[startup+0.102105 s]
/proc/loadavg: 0.85 0.97 0.99 3/81 14822
/proc/meminfo: memFree=1355816/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=0
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 769949344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 235 195 169 0 50 0
[pid=14823] ppid=14822 vsize=29892 CPUtime=0.09
/proc/14823/stat : 14823 (SatElite) R 14822 14822 14785 0 -1 4194304 5400 0 0 0 6 3 0 0 19 0 1 0 769949344 30609408 5216 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14823/statm: 7473 5217 50 127 0 7343 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35248

[startup+0.301135 s]
/proc/loadavg: 0.85 0.97 0.99 3/81 14822
/proc/meminfo: memFree=1355816/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=0
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 769949344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 235 195 169 0 50 0
[pid=14823] ppid=14822 vsize=47664 CPUtime=0.29
/proc/14823/stat : 14823 (SatElite) R 14822 14822 14785 0 -1 4194304 9707 0 0 0 24 5 0 0 21 0 1 0 769949344 48807936 9523 1992294400 134512640 135034092 4294956112 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/14823/statm: 11916 9523 50 127 0 11786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53020

[startup+0.701212 s]
/proc/loadavg: 0.85 0.97 0.99 3/81 14822
/proc/meminfo: memFree=1355816/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=0
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 769949344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 235 195 169 0 50 0
[pid=14823] ppid=14822 vsize=69512 CPUtime=0.69
/proc/14823/stat : 14823 (SatElite) R 14822 14822 14785 0 -1 4194304 15142 0 0 0 59 10 0 0 25 0 1 0 769949344 71180288 14958 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14823/statm: 17378 14958 51 127 0 17248 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74868

[startup+1.50137 s]
/proc/loadavg: 0.85 0.97 0.99 2/83 14824
/proc/meminfo: memFree=1270232/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=0
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 769949344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 235 195 169 0 50 0
[pid=14823] ppid=14822 vsize=111236 CPUtime=1.48
/proc/14823/stat : 14823 (SatElite) R 14822 14822 14785 0 -1 4194304 24956 0 0 0 134 14 0 0 25 0 1 0 769949344 113905664 24674 1992294400 134512640 135034092 4294956112 18446744073709551615 134694833 0 0 4096 3 0 0 0 17 0 0 0
/proc/14823/statm: 27809 24674 67 127 0 27679 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 116592

[startup+3.10168 s]
/proc/loadavg: 0.85 0.97 0.99 2/83 14824
/proc/meminfo: memFree=1249816/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=0
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 769949344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 235 195 169 0 50 0
[pid=14823] ppid=14822 vsize=116268 CPUtime=3.09
/proc/14823/stat : 14823 (SatElite) R 14822 14822 14785 0 -1 4194304 29401 0 0 0 291 18 0 0 25 0 1 0 769949344 119058432 26585 1992294400 134512640 135034092 4294956112 18446744073709551615 134566265 0 0 4096 3 0 0 0 17 0 0 0
/proc/14823/statm: 29067 26585 68 127 0 28937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121624

[startup+6.3013 s]
/proc/loadavg: 0.86 0.97 0.99 2/83 14824
/proc/meminfo: memFree=1242456/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=0
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 769949344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 235 195 169 0 50 0
[pid=14823] ppid=14822 vsize=116440 CPUtime=6.28
/proc/14823/stat : 14823 (SatElite) R 14822 14822 14785 0 -1 4194304 34464 0 0 0 606 22 0 0 25 0 1 0 769949344 119234560 26801 1992294400 134512640 135034092 4294956112 18446744073709551615 134566242 0 0 4096 3 0 0 0 17 0 0 0
/proc/14823/statm: 29110 26801 68 127 0 28980 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121796

[startup+12.7015 s]
/proc/loadavg: 0.95 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1292000/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=45976 CPUtime=5.24
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 11011 0 0 0 519 5 0 0 25 0 1 0 769950088 47079424 10994 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 11494 10994 81 174 0 11317 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 51332

[startup+25.503 s]
/proc/loadavg: 0.96 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1290592/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=47688 CPUtime=18.04
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 11460 0 0 0 1799 5 0 0 25 0 1 0 769950088 48832512 11443 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 11922 11443 81 174 0 11745 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53044

[startup+51.102 s]
/proc/loadavg: 0.97 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1286688/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=51624 CPUtime=43.62
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 12416 0 0 0 4355 7 0 0 25 0 1 0 769950088 52862976 12399 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 12906 12399 81 174 0 12729 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 56980

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1280992/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=57360 CPUtime=94.8
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 13866 0 0 0 9471 9 0 0 25 0 1 0 769950088 58736640 13849 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 14340 13849 81 174 0 14163 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 62716

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1276512/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=61788 CPUtime=154.76
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 14974 0 0 0 15465 11 0 0 25 0 1 0 769950088 63270912 14957 1992294400 134512640 135226915 4294956224 18446744073709551615 134526341 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 15447 14957 81 174 0 15270 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 67144

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1273632/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=64720 CPUtime=214.73
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 15690 0 0 0 21461 12 0 0 25 0 1 0 769950088 66273280 15673 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 16180 15673 81 174 0 16003 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 70076

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1273184/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=65116 CPUtime=274.7
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 15806 0 0 0 27458 12 0 0 25 0 1 0 769950088 66678784 15789 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 16279 15789 81 174 0 16102 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 70472

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1272992/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=65448 CPUtime=334.67
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 15851 0 0 0 33455 12 0 0 25 0 1 0 769950088 67018752 15834 1992294400 134512640 135226915 4294956224 18446744073709551615 134538508 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 16362 15834 81 174 0 16185 0

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

/proc/14825/statm: 17180 16654 81 174 0 17003 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 74076

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1264736/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=73728 CPUtime=634.5
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 17919 0 0 0 63436 14 0 0 25 0 1 0 769950088 75497472 17902 1992294400 134512640 135226915 4294956224 18446744073709551615 134538831 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 18432 17902 81 174 0 18255 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 79084

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1264544/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=73872 CPUtime=694.47
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 17939 0 0 0 69433 14 0 0 25 0 1 0 769950088 75644928 17922 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 18468 17922 81 174 0 18291 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 79228

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1264160/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=74332 CPUtime=754.44
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 18043 0 0 0 75429 15 0 0 25 0 1 0 769950088 76115968 18026 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 18583 18026 81 174 0 18406 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 79688

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1261152/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=77516 CPUtime=814.4
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 18842 0 0 0 81425 15 0 0 25 0 1 0 769950088 79376384 18825 1992294400 134512640 135226915 4294956224 18446744073709551615 134537389 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 19379 18825 81 174 0 19202 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 82872

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1260960/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=77516 CPUtime=874.37
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 18842 0 0 0 87422 15 0 0 25 0 1 0 769950088 79376384 18825 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 19379 18825 81 174 0 19202 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 82872

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1260896/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=77516 CPUtime=934.34
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 18855 0 0 0 93418 16 0 0 25 0 1 0 769950088 79376384 18838 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 19379 18838 81 174 0 19202 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 82872

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1259168/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=79336 CPUtime=994.31
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 19302 0 0 0 99415 16 0 0 25 0 1 0 769950088 81240064 19285 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 19834 19285 81 174 0 19657 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 84692

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1256032/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=82408 CPUtime=1054.28
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 20062 0 0 0 105411 17 0 0 25 0 1 0 769950088 84385792 20045 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 20602 20045 81 174 0 20425 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 87764

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1255968/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=82408 CPUtime=1114.24
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 20062 0 0 0 111407 17 0 0 25 0 1 0 769950088 84385792 20045 1992294400 134512640 135226915 4294956224 18446744073709551615 134536866 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 20602 20045 81 174 0 20425 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 87764

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1255968/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=82596 CPUtime=1174.21
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 20080 0 0 0 117404 17 0 0 25 0 1 0 769950088 84578304 20063 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 20649 20063 81 174 0 20472 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 87952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1255904/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=82596 CPUtime=1192.6
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 20081 0 0 0 119243 17 0 0 25 0 1 0 769950088 84578304 20064 1992294400 134512640 135226915 4294956224 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 20649 20064 81 174 0 20472 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 87952

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/83 14825
/proc/meminfo: memFree=1255904/2055920 swapFree=4174556/4192956
[pid=14822] ppid=14820 vsize=5356 CPUtime=7.42
/proc/14822/stat : 14822 (lysat.sh) S 14820 14822 14785 0 -1 4194304 310 36489 0 0 0 0 712 30 16 0 1 0 769949344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14822/statm: 1339 237 195 169 0 50 0
[pid=14825] ppid=14822 vsize=82596 CPUtime=1192.6
/proc/14825/stat : 14825 (LySATi) R 14822 14822 14785 0 -1 4194304 20081 0 0 0 119243 17 0 0 25 0 1 0 769950088 84578304 20064 1992294400 134512640 135226915 4294956224 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 0 0 0
/proc/14825/statm: 20649 20064 81 174 0 20472 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 87952

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14822 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=130915
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=301954
# CPU time returned by wait4() is 7.43287
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.71
CPU time (s): 1200.02
CPU user time (s): 1199.55
CPU system time (s): 0.47
CPU usage (%): 99.9423
Max. virtual memory (cumulated for all children) (KiB): 132280

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

runsolver used 1.48977 second user time and 3.97939 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-05 13:22:23
IDJOB=1581574
IDBENCH=71039
IDSOLVER=511
FILE ID=node88/1581574-1238930542
PBS_JOBID= 9101469
Free space on /tmp= 66516 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581574-1238930542/watcher-1581574-1238930542 -o /tmp/evaluation-result-1581574-1238930542/solver-1581574-1238930542 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1581574-1238930542.cnf i

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=881618211

node88.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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1356296 kB
Buffers:         67552 kB
Cached:         541988 kB
SwapCached:       7356 kB
Active:         259764 kB
Inactive:       358732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356296 kB
SwapTotal:     4192956 kB
SwapFree:      4174556 kB
Dirty:           20804 kB
Writeback:           0 kB
Mapped:          14644 kB
Slab:            65312 kB
Committed_AS:  2116776 kB
PageTables:       2664 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= 66492 MiB
End job on node88 at 2009-04-05 13:42:26