Trace number 1582407

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/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
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 variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.59/1.64	c ==============================================================================
1.59/1.64	c |           |     ORIGINAL     |              LEARNT              |          |
1.59/1.64	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.59/1.64	c ==============================================================================
1.59/1.64	c |         0 | 1373915  3337034 |  412174       0        0     nan |  0.000 % |
9.18/9.28	c |         0 |  959954  2694138 |      --       0       --      -- |     --   | -111844/44415
9.18/9.28	c ==============================================================================
9.18/9.28	c Result  :   #vars: 137915   #clauses: 959954   #literals: 2694138
9.18/9.28	c CPU time:   8.96564 s
9.18/9.28	c ==============================================================================
10.58/10.60	This is MiniSat 2.0 beta
10.58/10.60	WARNING: for repeatability, setting FPU to use double precision
10.58/10.60	============================[ Problem Statistics ]=============================
10.58/10.60	|                                                                             |
10.58/10.60	|  Number of variables:  137915                                               |
10.58/10.60	|  Number of clauses:    959954                                               |
11.17/11.23	|  Parsing time:         0.56         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-1582407-1238939413/watcher-1582407-1238939413 -o /tmp/evaluation-result-1582407-1238939413/solver-1582407-1238939413 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1582407-1238939413.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: 0.92 0.98 0.99 3/72 14672
/proc/meminfo: memFree=1725992/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1166602614 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 1339 235 195 169 0 50 0
[pid=14673] ppid=14672 vsize=2352 CPUtime=0
/proc/14673/stat : 14673 (SatElite) R 14672 14672 14543 0 -1 4194304 463 0 0 0 0 0 0 0 18 0 1 0 1166602614 2408448 448 1992294400 134512640 135034092 4294956112 18446744073709551615 134544963 0 0 4096 3 0 0 0 17 1 0 0
/proc/14673/statm: 588 451 50 127 0 458 0

[startup+0.105006 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 14672
/proc/meminfo: memFree=1725992/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1166602614 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 1339 235 195 169 0 50 0
[pid=14673] ppid=14672 vsize=27788 CPUtime=0.09
/proc/14673/stat : 14673 (SatElite) R 14672 14672 14543 0 -1 4194304 6011 0 0 0 7 2 0 0 18 0 1 0 1166602614 28454912 5827 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14673/statm: 6947 5828 50 127 0 6817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33144

[startup+0.202022 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 14672
/proc/meminfo: memFree=1725992/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1166602614 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 1339 235 195 169 0 50 0
[pid=14673] ppid=14672 vsize=38192 CPUtime=0.19
/proc/14673/stat : 14673 (SatElite) R 14672 14672 14543 0 -1 4194304 8542 0 0 0 15 4 0 0 19 0 1 0 1166602614 39108608 8358 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14673/statm: 9548 8358 50 127 0 9418 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43548

[startup+0.30104 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 14672
/proc/meminfo: memFree=1725992/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1166602614 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 1339 235 195 169 0 50 0
[pid=14673] ppid=14672 vsize=48224 CPUtime=0.29
/proc/14673/stat : 14673 (SatElite) R 14672 14672 14543 0 -1 4194304 11147 0 0 0 23 6 0 0 19 0 1 0 1166602614 49381376 10963 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14673/statm: 12056 10964 50 127 0 11926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53580

[startup+0.701112 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 14672
/proc/meminfo: memFree=1725992/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1166602614 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 1339 235 195 169 0 50 0
[pid=14673] ppid=14672 vsize=68588 CPUtime=0.69
/proc/14673/stat : 14673 (SatElite) R 14672 14672 14543 0 -1 4194304 15863 0 0 0 60 9 0 0 23 0 1 0 1166602614 70234112 15680 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14673/statm: 17147 15680 50 127 0 17017 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73944

[startup+1.50226 s]
/proc/loadavg: 1.01 1.00 1.00 2/74 14674
/proc/meminfo: memFree=1638360/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1166602614 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 1339 235 195 169 0 50 0
[pid=14673] ppid=14672 vsize=118936 CPUtime=1.49
/proc/14673/stat : 14673 (SatElite) R 14672 14672 14543 0 -1 4194304 29037 0 0 0 131 18 0 0 25 0 1 0 1166602614 121790464 28853 1992294400 134512640 135034092 4294956112 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14673/statm: 29734 28853 51 127 0 29604 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124292

[startup+3.10155 s]
/proc/loadavg: 1.01 1.00 1.00 2/74 14674
/proc/meminfo: memFree=1600856/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1166602614 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 1339 235 195 169 0 50 0
[pid=14673] ppid=14672 vsize=147176 CPUtime=3.09
/proc/14673/stat : 14673 (SatElite) R 14672 14672 14543 0 -1 4194304 38479 0 0 0 286 23 0 0 25 0 1 0 1166602614 150708224 34953 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/14673/statm: 36794 34953 68 127 0 36664 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152532

[startup+6.30213 s]
/proc/loadavg: 1.01 1.00 1.00 2/74 14674
/proc/meminfo: memFree=1568664/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1166602614 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14672/statm: 1339 235 195 169 0 50 0
[pid=14673] ppid=14672 vsize=150676 CPUtime=6.29
/proc/14673/stat : 14673 (SatElite) R 14672 14672 14543 0 -1 4194304 42653 0 0 0 602 27 0 0 25 0 1 0 1166602614 154292224 35872 1992294400 134512640 135034092 4294956112 18446744073709551615 134583276 0 0 4096 3 0 0 0 17 1 0 0
/proc/14673/statm: 37669 35872 68 127 0 37539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 156032

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1647328/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=51508 CPUtime=2.07
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 12592 0 0 0 200 7 0 0 25 0 1 0 1166603674 52744192 12552 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 12877 12552 77 171 0 12704 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 56864

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1644384/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=54584 CPUtime=14.87
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 13339 0 0 0 1479 8 0 0 25 0 1 0 1166603674 55894016 13299 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 13646 13299 77 171 0 13473 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 59940

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1634208/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=65164 CPUtime=40.47
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 15980 0 0 0 4036 11 0 0 25 0 1 0 1166603674 66727936 15940 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 16291 15940 77 171 0 16118 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 70520

[startup+102.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1614752/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=84156 CPUtime=91.65
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 20733 0 0 0 9150 15 0 0 25 0 1 0 1166603674 86175744 20693 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 21039 20693 77 171 0 20866 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 89512

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1595424/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=103724 CPUtime=151.62
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 25638 0 0 0 15142 20 0 0 25 0 1 0 1166603674 106213376 25598 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 25931 25598 77 171 0 25758 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 109080

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1576864/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=121940 CPUtime=211.61
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 30181 0 0 0 21137 24 0 0 25 0 1 0 1166603674 124866560 30141 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 30485 30141 77 171 0 30312 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 127296

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1558944/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=140048 CPUtime=271.58
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 34710 0 0 0 27129 29 0 0 25 0 1 0 1166603674 143409152 34670 1992294400 134512640 135214827 4294956224 18446744073709551615 134538214 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 35012 34670 77 171 0 34839 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 145404

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1539424/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=159332 CPUtime=331.56
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 39517 0 0 0 33123 33 0 0 25 0 1 0 1166603674 163155968 39477 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 39833 39477 77 171 0 39660 0

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

/proc/14675/statm: 54625 54277 77 171 0 54452 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 223856

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1460000/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=238748 CPUtime=571.48
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 59319 0 0 0 57093 55 0 0 25 0 1 0 1166603674 244477952 59279 1992294400 134512640 135214827 4294956224 18446744073709551615 134537241 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 59687 59279 77 171 0 59514 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 244104

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14675
/proc/meminfo: memFree=1442656/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=256216 CPUtime=631.46
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 63689 0 0 0 63087 59 0 0 25 0 1 0 1166603674 262365184 63649 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 64054 63649 77 171 0 63881 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 261572

[startup+702.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/74 14681
/proc/meminfo: memFree=1424792/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=273460 CPUtime=691.43
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 68035 0 0 0 69081 62 0 0 25 0 1 0 1166603674 280023040 67995 1992294400 134512640 135214827 4294956224 18446744073709551615 134527344 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 68365 67995 77 171 0 68192 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 278816

[startup+762.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/74 14681
/proc/meminfo: memFree=1421912/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=276368 CPUtime=751.4
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 68749 0 0 0 75078 62 0 0 25 0 1 0 1166603674 283000832 68709 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 69092 68709 77 171 0 68919 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 281724

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14681
/proc/meminfo: memFree=1401112/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=297344 CPUtime=811.38
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 74000 0 0 0 81071 67 0 0 25 0 1 0 1166603674 304480256 73960 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 74336 73960 77 171 0 74163 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 302700

[startup+882.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14681
/proc/meminfo: memFree=1383192/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=314944 CPUtime=871.36
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 78406 0 0 0 87065 71 0 0 25 0 1 0 1166603674 322502656 78366 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 78736 78366 77 171 0 78563 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 320300

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14681
/proc/meminfo: memFree=1366040/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=332320 CPUtime=931.34
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 82735 0 0 0 93059 75 0 0 25 0 1 0 1166603674 340295680 82695 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 83080 82695 77 171 0 82907 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 337676

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14681
/proc/meminfo: memFree=1343712/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=354284 CPUtime=991.32
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 88262 0 0 0 99053 79 0 0 25 0 1 0 1166603674 362786816 88222 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 88571 88222 77 171 0 88398 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 359640

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14681
/proc/meminfo: memFree=1323872/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=374148 CPUtime=1051.3
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 93221 0 0 0 105046 84 0 0 25 0 1 0 1166603674 383127552 93181 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 93537 93181 77 171 0 93364 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 379504

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14681
/proc/meminfo: memFree=1303392/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=394860 CPUtime=1111.27
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 98319 0 0 0 111038 89 0 0 25 0 1 0 1166603674 404336640 98279 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 98715 98279 77 171 0 98542 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 400216

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14681
/proc/meminfo: memFree=1286624/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=411804 CPUtime=1171.26
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 102542 0 0 0 117032 94 0 0 25 0 1 0 1166603674 421687296 102502 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 102951 102502 77 171 0 102778 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 417160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 14681
/proc/meminfo: memFree=1281248/2055920 swapFree=4174684/4192956
[pid=14672] ppid=14670 vsize=5356 CPUtime=10.59
/proc/14672/stat : 14672 (lysat.sh) S 14670 14672 14543 0 -1 4194304 310 48042 0 0 0 0 1018 41 16 0 1 0 1166602614 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 237 195 169 0 50 0
[pid=14675] ppid=14672 vsize=416828 CPUtime=1189.45
/proc/14675/stat : 14675 (LySATc) R 14672 14672 14543 0 -1 4194304 103819 0 0 0 118850 95 0 0 25 0 1 0 1166603674 426831872 103779 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/14675/statm: 104207 103779 77 171 0 104034 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 422184

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14672 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=184451
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=413937
# CPU time returned by wait4() is 10.5984
# 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): 1198.68
CPU system time (s): 1.36
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 422184

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

runsolver used 1.19982 second user time and 3.17752 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-05 15:50:15
IDJOB=1582407
IDBENCH=71055
IDSOLVER=512
FILE ID=node67/1582407-1238939413
PBS_JOBID= 9101483
Free space on /tmp= 66536 MiB

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

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1909174055

node67.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.265
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.265
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:       1726536 kB
Buffers:         15856 kB
Cached:         232428 kB
SwapCached:       9640 kB
Active:          61952 kB
Inactive:       197400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726536 kB
SwapTotal:     4192956 kB
SwapFree:      4174684 kB
Dirty:           28488 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            55220 kB
Committed_AS:  3689216 kB
PageTables:       2052 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= 66508 MiB
End job on node67 at 2009-04-05 16:10:17