Trace number 1824985

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 2707.42 2708.21

General information on the benchmark

Namecrafted/Hard/contest03/others/
999999000001nw.sat05-447.reshuffled-07.cnf
MD5SUM8bbab1b2b788407ca952856a1e2edded
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark979.4
Satisfiable
(Un)Satisfiability was proved
Number of variables4667
Number of clauses18492
Sum of the clauses size55356
Maximum clause length3
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 20
Number of clauses of size 318432
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.01/0.02	c ==============================================================================
0.01/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.02	c ==============================================================================
0.01/0.02	c |         0 |   18366    55030 |    5509       0        0     nan |  0.000 % |
0.09/0.12	c |         0 |   16563    50859 |      --       0       --      -- |     --   | -1702/-3816
0.09/0.12	c ==============================================================================
0.09/0.12	c Result  :   #vars: 3834   #clauses: 16563   #literals: 50859
0.09/0.12	c CPU time:   0.114982 s
0.09/0.12	c ==============================================================================
0.09/0.14	This is MiniSat 2.0 beta
0.09/0.14	WARNING: for repeatability, setting FPU to use double precision
0.09/0.14	============================[ Problem Statistics ]=============================
0.09/0.14	|                                                                             |
0.09/0.14	|  Number of variables:  3834                                                 |
0.09/0.14	|  Number of clauses:    16563                                                |
0.09/0.15	|  Parsing time:         0.01         s                                       |
2707.29/2708.19	restarts              : 24
2707.29/2708.19	conflicts             : 2574398        (951 /sec)
2707.29/2708.19	decisions             : 3168068        (1.10 % random) (1170 /sec)
2707.29/2708.19	propagations          : 1471168928     (543438 /sec)
2707.29/2708.19	conflict literals     : 202903967      (41.02 % deleted)
2707.29/2708.19	Memory used           : 27.67 MB
2707.29/2708.19	CPU time              : 2707.15 s
2707.29/2708.19	
2707.29/2708.19	UNSATISFIABLE
2707.29/2708.20	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-1824985-1242478243/watcher-1824985-1242478243 -o /tmp/evaluation-result-1824985-1242478243/solver-1824985-1242478243 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824985-1242478243.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 3022
/proc/meminfo: memFree=1659128/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275857495 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3022/statm: 1339 235 195 169 0 50 0
[pid=3023] ppid=3022 vsize=1172 CPUtime=0
/proc/3023/stat : 3023 (SatElite) R 3022 3022 2870 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 275857495 1200128 173 1992294400 134512640 135034092 4294956112 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 1 0 0
/proc/3023/statm: 293 175 50 127 0 163 0

[startup+0.0201239 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 3022
/proc/meminfo: memFree=1659128/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275857495 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3022/statm: 1339 235 195 169 0 50 0
[pid=3023] ppid=3022 vsize=2516 CPUtime=0.01
/proc/3023/stat : 3023 (SatElite) R 3022 3022 2870 0 -1 4194304 502 0 0 0 1 0 0 0 18 0 1 0 275857495 2576384 486 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/3023/statm: 629 486 51 127 0 499 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7872

[startup+0.102133 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 3022
/proc/meminfo: memFree=1659128/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275857495 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3022/statm: 1339 235 195 169 0 50 0
[pid=3023] ppid=3022 vsize=3944 CPUtime=0.09
/proc/3023/stat : 3023 (SatElite) R 3022 3022 2870 0 -1 4194304 913 0 0 0 9 0 0 0 18 0 1 0 275857495 4038656 829 1992294400 134512640 135034092 4294956112 18446744073709551615 134566194 0 0 4096 3 0 0 0 17 1 0 0
/proc/3023/statm: 986 829 68 127 0 856 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9300

[startup+0.302157 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 3022
/proc/meminfo: memFree=1659128/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+0.702201 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 3022
/proc/meminfo: memFree=1659128/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+1.50129 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1656616/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=3428 CPUtime=1.34
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 570 0 0 0 134 0 0 0 25 0 1 0 275857510 3510272 555 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 857 555 77 171 0 684 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8784

[startup+3.10146 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1656168/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=3976 CPUtime=2.94
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 718 0 0 0 294 0 0 0 25 0 1 0 275857510 4071424 703 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 994 703 77 171 0 821 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9332

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1655016/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=4904 CPUtime=6.14
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 950 0 0 0 614 0 0 0 25 0 1 0 275857510 5021696 935 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 1226 935 77 171 0 1053 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10260

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1654056/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=5564 CPUtime=12.54
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 1095 0 0 0 1253 1 0 0 25 0 1 0 275857510 5697536 1080 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 1391 1080 77 171 0 1218 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10920

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1653096/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=6620 CPUtime=25.34
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 1376 0 0 0 2533 1 0 0 25 0 1 0 275857510 6778880 1361 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 1655 1361 77 171 0 1482 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11976

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1650792/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=8864 CPUtime=50.92
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 1915 0 0 0 5091 1 0 0 25 0 1 0 275857510 9076736 1900 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 2216 1900 77 171 0 2043 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14220

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1649256/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=10448 CPUtime=102.11
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 2313 0 0 0 10209 2 0 0 25 0 1 0 275857510 10698752 2298 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 2612 2298 77 171 0 2439 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15804

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1647400/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=12196 CPUtime=162.09
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 2754 0 0 0 16206 3 0 0 25 0 1 0 275857510 12488704 2739 1992294400 134512640 135214827 4294956224 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 3049 2739 77 171 0 2876 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 17552

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1646248/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=13384 CPUtime=222.08
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 3035 0 0 0 22204 4 0 0 25 0 1 0 275857510 13705216 3020 1992294400 134512640 135214827 4294956224 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 3346 3020 77 171 0 3173 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18740

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1646184/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=13384 CPUtime=282.06
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 3037 0 0 0 28202 4 0 0 25 0 1 0 275857510 13705216 3022 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 3346 3022 77 171 0 3173 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 18740

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1646120/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=13384 CPUtime=342.04
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 3038 0 0 0 34200 4 0 0 25 0 1 0 275857510 13705216 3023 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 3346 3023 77 171 0 3173 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 18740

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3025
/proc/meminfo: memFree=1645800/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13

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

/proc/3025/statm: 6570 6246 77 171 0 6397 0
Current children cumulated CPU time (s) 2321.61
Current children cumulated vsize (KiB) 31636

[startup+2382.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630696/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28128 CPUtime=2381.45
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6735 0 0 0 238134 11 0 0 25 0 1 0 275857510 28803072 6720 1992294400 134512640 135214827 4294956224 18446744073709551615 134529485 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7032 6720 77 171 0 6859 0
Current children cumulated CPU time (s) 2381.58
Current children cumulated vsize (KiB) 33484

[startup+2442.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630376/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28392 CPUtime=2441.44
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 244133 11 0 0 25 0 1 0 275857510 29073408 6788 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7098 6788 77 171 0 6925 0
Current children cumulated CPU time (s) 2441.57
Current children cumulated vsize (KiB) 33748

[startup+2502.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630376/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28392 CPUtime=2501.42
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 250131 11 0 0 25 0 1 0 275857510 29073408 6788 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7098 6788 77 171 0 6925 0
Current children cumulated CPU time (s) 2501.55
Current children cumulated vsize (KiB) 33748

[startup+2562.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630376/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28392 CPUtime=2561.4
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 256129 11 0 0 25 0 1 0 275857510 29073408 6788 1992294400 134512640 135214827 4294956224 18446744073709551615 134527645 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7098 6788 77 171 0 6925 0
Current children cumulated CPU time (s) 2561.53
Current children cumulated vsize (KiB) 33748

[startup+2622.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630312/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28392 CPUtime=2621.39
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 262128 11 0 0 25 0 1 0 275857510 29073408 6788 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7098 6788 77 171 0 6925 0
Current children cumulated CPU time (s) 2621.52
Current children cumulated vsize (KiB) 33748

[startup+2682.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630440/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28328 CPUtime=2681.37
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 268126 11 0 0 25 0 1 0 275857510 29007872 6787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7082 6787 77 171 0 6909 0
Current children cumulated CPU time (s) 2681.5
Current children cumulated vsize (KiB) 33684

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

[startup+2687.9 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630440/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28328 CPUtime=2686.97
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 268686 11 0 0 25 0 1 0 275857510 29007872 6787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7082 6787 77 171 0 6909 0
Current children cumulated CPU time (s) 2687.1
Current children cumulated vsize (KiB) 33684

[startup+2700.7 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630440/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28328 CPUtime=2699.76
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 269965 11 0 0 25 0 1 0 275857510 29007872 6787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7082 6787 77 171 0 6909 0
Current children cumulated CPU time (s) 2699.89
Current children cumulated vsize (KiB) 33684

[startup+2703.9 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630440/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28328 CPUtime=2702.96
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 270285 11 0 0 25 0 1 0 275857510 29007872 6787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529434 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7082 6787 77 171 0 6909 0
Current children cumulated CPU time (s) 2703.09
Current children cumulated vsize (KiB) 33684

[startup+2705.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630440/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28328 CPUtime=2704.56
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 270445 11 0 0 25 0 1 0 275857510 29007872 6787 1992294400 134512640 135214827 4294956224 18446744073709551615 134536857 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7082 6787 77 171 0 6909 0
Current children cumulated CPU time (s) 2704.69
Current children cumulated vsize (KiB) 33684

[startup+2707.11 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630376/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28328 CPUtime=2706.16
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 270605 11 0 0 25 0 1 0 275857510 29007872 6787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7082 6787 77 171 0 6909 0
Current children cumulated CPU time (s) 2706.29
Current children cumulated vsize (KiB) 33684

[startup+2707.9 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630376/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28328 CPUtime=2706.96
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 270685 11 0 0 25 0 1 0 275857510 29007872 6787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7082 6787 77 171 0 6909 0
Current children cumulated CPU time (s) 2707.09
Current children cumulated vsize (KiB) 33684

[startup+2708.1 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630376/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5356 CPUtime=0.13
/proc/3022/stat : 3022 (lysat.sh) S 3020 3022 2870 0 -1 4194304 310 933 0 0 0 0 13 0 16 0 1 0 275857495 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 237 195 169 0 50 0
[pid=3025] ppid=3022 vsize=28328 CPUtime=2707.16
/proc/3025/stat : 3025 (LySATc) R 3022 3022 2870 0 -1 4194304 6803 0 0 0 270705 11 0 0 25 0 1 0 275857510 29007872 6787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 1 0 0
/proc/3025/statm: 7082 6787 77 171 0 6909 0
Current children cumulated CPU time (s) 2707.29
Current children cumulated vsize (KiB) 33684

[startup+2708.21 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 3031
/proc/meminfo: memFree=1630376/2055920 swapFree=4175944/4192956
[pid=3022] ppid=3020 vsize=5360 CPUtime=2707.4
/proc/3022/stat : 3022 (lysat.sh) R 3020 3022 2870 0 -1 4194304 316 7745 0 0 0 0 270728 12 18 0 1 0 275857495 5488640 239 1992294400 4194304 4889804 548682068816 18446744073709551615 221236658537 0 0 4100 65536 0 0 0 17 0 0 0
/proc/3022/statm: 1340 239 196 169 0 51 0
Current children cumulated CPU time (s) 2707.4
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 2708.21
CPU time (s): 2707.42
CPU user time (s): 2707.29
CPU system time (s): 0.134979
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 33748

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

runsolver used 3.22151 second user time and 6.49201 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-16 14:50:43
IDJOB=1824985
IDBENCH=24694
IDSOLVER=667
FILE ID=node21/1824985-1242478243
PBS_JOBID= 9306813
Free space on /tmp= 66040 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest03/others/999999000001nw.sat05-447.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824985-1242478243/watcher-1824985-1242478243 -o /tmp/evaluation-result-1824985-1242478243/solver-1824985-1242478243 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824985-1242478243.cnf c

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

MD5SUM BENCH= 8bbab1b2b788407ca952856a1e2edded
RANDOM SEED=388311653

node21.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.233
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.233
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:       1659608 kB
Buffers:         33916 kB
Cached:         306468 kB
SwapCached:      11244 kB
Active:          95720 kB
Inactive:       257372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659608 kB
SwapTotal:     4192956 kB
SwapFree:      4175944 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          15000 kB
Slab:            29284 kB
Committed_AS:  1059932 kB
PageTables:       1384 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= 66036 MiB
End job on node21 at 2009-05-16 15:35:52