Trace number 1718293

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-20UNSAT 579.582 579.756

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.10.unsat.cnf
MD5SUMb1a6497b6934405ef70bfcc51fa85893
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark362.542
Satisfiable
(Un)Satisfiability was proved
Number of variables1111
Number of clauses3756
Sum of the clauses size9786
Maximum clause length19
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21603
Number of clauses of size 32090
Number of clauses of size 430
Number of clauses of size 518
Number of clauses of size over 512

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3753     9783 |    1125       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    3159     9446 |      --       0       --      -- |     --   | -556/-258
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 759   #clauses: 3159   #literals: 9446
0.00/0.02	c CPU time:   0.016997 s
0.00/0.02	c ==============================================================================
0.00/0.03	This is MiniSat 2.0 beta
0.00/0.03	WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	============================[ Problem Statistics ]=============================
0.00/0.03	|                                                                             |
0.00/0.03	|  Number of variables:  759                                                  |
0.00/0.03	|  Number of clauses:    3159                                                 |
0.00/0.03	|  Parsing time:         0.00         s                                       |
579.51/579.74	restarts              : 25
579.51/579.74	conflicts             : 4122303        (7113 /sec)
579.51/579.74	decisions             : 5103113        (1.17 % random) (8806 /sec)
579.51/579.75	propagations          : 570533441      (984492 /sec)
579.51/579.75	conflict literals     : 149990280      (36.39 % deleted)
579.51/579.75	Memory used           : 6.29 MB
579.51/579.75	CPU time              : 579.521 s
579.51/579.75	
579.51/579.75	UNSATISFIABLE
579.51/579.75	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1718293-1240635290/watcher-1718293-1240635290 -o /tmp/evaluation-result-1718293-1240635290/solver-1718293-1240635290 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1718293-1240635290.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.91 0.95 0.99 3/64 18630
/proc/meminfo: memFree=1725384/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91556844 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 235 195 169 0 50 0
[pid=18631] ppid=18630 vsize=692 CPUtime=0
/proc/18631/stat : 18631 (SatElite) R 18630 18630 18563 0 -1 4194304 94 0 0 0 0 0 0 0 20 0 1 0 91556844 708608 78 1992294400 134512640 135034092 4294956112 18446744073709551615 134544739 0 0 4096 3 0 0 0 17 1 0 0
/proc/18631/statm: 173 78 52 127 0 43 0

[startup+0.07851 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 18630
/proc/meminfo: memFree=1725384/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.101508 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 18630
/proc/meminfo: memFree=1725384/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.301528 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 18630
/proc/meminfo: memFree=1725384/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.701568 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 18630
/proc/meminfo: memFree=1725384/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+1.50165 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 18633
/proc/meminfo: memFree=1724088/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=2816 CPUtime=1.46
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 364 0 0 0 146 0 0 0 25 0 1 0 91556847 2883584 349 1992294400 134512640 135214827 4294956224 18446744073709551615 134538190 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 704 349 77 171 0 531 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8172

[startup+3.10181 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 18633
/proc/meminfo: memFree=1723704/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=2816 CPUtime=3.06
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 377 0 0 0 306 0 0 0 25 0 1 0 91556847 2883584 362 1992294400 134512640 135214827 4294956224 18446744073709551615 134527468 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 704 362 77 171 0 531 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8172

[startup+6.30214 s]
/proc/loadavg: 0.92 0.95 0.99 2/66 18633
/proc/meminfo: memFree=1723448/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=3088 CPUtime=6.26
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 446 0 0 0 626 0 0 0 25 0 1 0 91556847 3162112 431 1992294400 134512640 135214827 4294956224 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 772 431 77 171 0 599 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8444

[startup+12.7018 s]
/proc/loadavg: 0.93 0.96 0.99 2/66 18633
/proc/meminfo: memFree=1723000/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=3484 CPUtime=12.66
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 524 0 0 0 1266 0 0 0 25 0 1 0 91556847 3567616 509 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 871 509 77 171 0 698 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8840

[startup+25.5011 s]
/proc/loadavg: 0.94 0.96 0.99 2/66 18633
/proc/meminfo: memFree=1722616/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=4004 CPUtime=25.45
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 645 0 0 0 2545 0 0 0 25 0 1 0 91556847 4100096 630 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1001 630 77 171 0 828 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9360

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.99 2/66 18633
/proc/meminfo: memFree=1722168/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=4340 CPUtime=51.04
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 743 0 0 0 5104 0 0 0 25 0 1 0 91556847 4444160 728 1992294400 134512640 135214827 4294956224 18446744073709551615 134536841 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1085 728 77 171 0 912 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9696

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.99 2/66 18633
/proc/meminfo: memFree=1721656/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=4732 CPUtime=102.24
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 857 0 0 0 10223 1 0 0 25 0 1 0 91556847 4845568 842 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1183 842 77 171 0 1010 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10088

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18633
/proc/meminfo: memFree=1721080/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=5388 CPUtime=162.21
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 997 0 0 0 16220 1 0 0 25 0 1 0 91556847 5517312 982 1992294400 134512640 135214827 4294956224 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1347 982 77 171 0 1174 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 10744

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18633
/proc/meminfo: memFree=1720568/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=5916 CPUtime=222.2
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1123 0 0 0 22219 1 0 0 25 0 1 0 91556847 6057984 1108 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1479 1108 77 171 0 1306 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 11272

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18633
/proc/meminfo: memFree=1720184/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6176 CPUtime=282.18
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1207 0 0 0 28217 1 0 0 25 0 1 0 91556847 6324224 1192 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1544 1192 77 171 0 1371 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 11532

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18633
/proc/meminfo: memFree=1719992/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6308 CPUtime=342.16
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1243 0 0 0 34215 1 0 0 25 0 1 0 91556847 6459392 1228 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1577 1228 77 171 0 1404 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 11664

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719736/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6308 CPUtime=402.14
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1243 0 0 0 40212 2 0 0 25 0 1 0 91556847 6459392 1228 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1577 1228 77 171 0 1404 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 11664

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6308 CPUtime=462.12
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1243 0 0 0 46210 2 0 0 25 0 1 0 91556847 6459392 1228 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1577 1228 77 171 0 1404 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 11664

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6308 CPUtime=522.11
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1244 0 0 0 52209 2 0 0 25 0 1 0 91556847 6459392 1229 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1577 1229 77 171 0 1404 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 11664

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

[startup+537.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6440 CPUtime=537.3
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1264 0 0 0 53728 2 0 0 25 0 1 0 91556847 6594560 1249 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1610 1249 77 171 0 1437 0
Current children cumulated CPU time (s) 537.32
Current children cumulated vsize (KiB) 11796

[startup+563.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6440 CPUtime=562.9
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1264 0 0 0 56288 2 0 0 25 0 1 0 91556847 6594560 1249 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1610 1249 77 171 0 1437 0
Current children cumulated CPU time (s) 562.92
Current children cumulated vsize (KiB) 11796

[startup+569.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6440 CPUtime=569.29
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1264 0 0 0 56927 2 0 0 25 0 1 0 91556847 6594560 1249 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1610 1249 77 171 0 1437 0
Current children cumulated CPU time (s) 569.31
Current children cumulated vsize (KiB) 11796

[startup+575.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6440 CPUtime=575.69
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1264 0 0 0 57567 2 0 0 25 0 1 0 91556847 6594560 1249 1992294400 134512640 135214827 4294956224 18446744073709551615 134537037 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1610 1249 77 171 0 1437 0
Current children cumulated CPU time (s) 575.71
Current children cumulated vsize (KiB) 11796

[startup+577.505 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6440 CPUtime=577.29
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1264 0 0 0 57727 2 0 0 25 0 1 0 91556847 6594560 1249 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1610 1249 77 171 0 1437 0
Current children cumulated CPU time (s) 577.31
Current children cumulated vsize (KiB) 11796

[startup+579.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6440 CPUtime=578.89
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1264 0 0 0 57887 2 0 0 25 0 1 0 91556847 6594560 1249 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1610 1249 77 171 0 1437 0
Current children cumulated CPU time (s) 578.91
Current children cumulated vsize (KiB) 11796

[startup+579.503 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6440 CPUtime=579.29
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1264 0 0 0 57927 2 0 0 25 0 1 0 91556847 6594560 1249 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1610 1249 77 171 0 1437 0
Current children cumulated CPU time (s) 579.31
Current children cumulated vsize (KiB) 11796

[startup+579.706 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18639
/proc/meminfo: memFree=1719800/2055920 swapFree=4180784/4192956
[pid=18630] ppid=18628 vsize=5356 CPUtime=0.02
/proc/18630/stat : 18630 (lysat.sh) S 18628 18630 18563 0 -1 4194304 310 266 0 0 0 0 2 0 18 0 1 0 91556844 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18630/statm: 1339 237 195 169 0 50 0
[pid=18633] ppid=18630 vsize=6440 CPUtime=579.49
/proc/18633/stat : 18633 (LySATc) R 18630 18630 18563 0 -1 4194304 1264 0 0 0 57947 2 0 0 25 0 1 0 91556847 6594560 1249 1992294400 134512640 135214827 4294956224 18446744073709551615 134536865 0 0 4096 3 0 0 0 17 1 0 0
/proc/18633/statm: 1610 1249 77 171 0 1437 0
Current children cumulated CPU time (s) 579.51
Current children cumulated vsize (KiB) 11796

Child status: 20
Real time (s): 579.756
CPU time (s): 579.582
CPU user time (s): 579.544
CPU system time (s): 0.037994
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 11796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 579.544
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2004
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= 39
involuntary context switches= 1372

runsolver used 0.676897 second user time and 1.3248 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-25 06:54:50
IDJOB=1718293
IDBENCH=20474
IDSOLVER=512
FILE ID=node45/1718293-1240635290
PBS_JOBID= 9186418
Free space on /tmp= 66336 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.10.unsat.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718293-1240635290/watcher-1718293-1240635290 -o /tmp/evaluation-result-1718293-1240635290/solver-1718293-1240635290 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1718293-1240635290.cnf c

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

MD5SUM BENCH= b1a6497b6934405ef70bfcc51fa85893
RANDOM SEED=209278321

node45.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.231
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.231
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:       1725928 kB
Buffers:         45948 kB
Cached:         220648 kB
SwapCached:       6628 kB
Active:          92512 kB
Inactive:       183060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725928 kB
SwapTotal:     4192956 kB
SwapFree:      4180784 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            40516 kB
Committed_AS:   342116 kB
PageTables:       1376 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= 66336 MiB
End job on node45 at 2009-04-25 07:04:29