Trace number 1824960

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 4589.47 4590.98

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-gensys-icl100.sat05-3226.reshuffled-07.cnf
MD5SUM63ebbe5da415dad3af97436d64747f33
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1178.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1130
Number of clauses18089
Sum of the clauses size86030
Maximum clause length13
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 21085
Number of clauses of size 38672
Number of clauses of size 4224
Number of clauses of size 5266
Number of clauses of size over 57814

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   17480    82062 |    5243       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   13665    68249 |      --       0       --      -- |     --   | -322/-1645
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 1081   #clauses: 13665   #literals: 68249
0.00/0.07	c CPU time:   0.068989 s
0.00/0.07	c ==============================================================================
0.09/0.10	This is MiniSat 2.0 beta
0.09/0.10	WARNING: for repeatability, setting FPU to use double precision
0.09/0.10	============================[ Problem Statistics ]=============================
0.09/0.10	|                                                                             |
0.09/0.10	|  Number of variables:  1081                                                 |
0.09/0.10	|  Number of clauses:    13665                                                |
0.09/0.11	|  Parsing time:         0.01         s                                       |
4589.37/4590.97	restarts              : 27
4589.37/4590.97	conflicts             : 9515547        (2073 /sec)
4589.37/4590.97	decisions             : 12195161       (1.87 % random) (2657 /sec)
4589.37/4590.97	propagations          : 572919753      (124842 /sec)
4589.37/4590.97	conflict literals     : 309241026      (40.50 % deleted)
4589.37/4590.97	Memory used           : 20.96 MB
4589.37/4590.97	CPU time              : 4589.17 s
4589.37/4590.97	
4589.37/4590.97	UNSATISFIABLE
4589.37/4590.97	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-1824960-1242474911/watcher-1824960-1242474911 -o /tmp/evaluation-result-1824960-1242474911/solver-1824960-1242474911 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824960-1242474911.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.93 3/64 932
/proc/meminfo: memFree=1116904/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275523899 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/932/statm: 1339 235 195 169 0 50 0
[pid=933] ppid=932 vsize=1088 CPUtime=0
/proc/933/stat : 933 (SatElite) R 932 932 822 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 275523900 1114112 161 1992294400 134512640 135034092 4294956128 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/933/statm: 272 162 51 127 0 142 0

[startup+0.0923961 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 932
/proc/meminfo: memFree=1116904/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275523899 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/932/statm: 1339 235 195 169 0 50 0
[pid=933] ppid=932 vsize=2372 CPUtime=0.08
/proc/933/stat : 933 (SatElite) R 932 932 822 0 -1 4194304 538 0 0 0 8 0 0 0 18 0 1 0 275523900 2428928 506 1992294400 134512640 135034092 4294956128 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/933/statm: 593 506 69 127 0 463 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7728

[startup+0.101397 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 932
/proc/meminfo: memFree=1116904/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275523899 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/932/statm: 1339 235 195 169 0 50 0
[pid=933] ppid=932 vsize=2372 CPUtime=0.09
/proc/933/stat : 933 (SatElite) R 932 932 822 0 -1 4194304 538 0 0 0 9 0 0 0 18 0 1 0 275523900 2428928 506 1992294400 134512640 135034092 4294956128 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/933/statm: 593 506 69 127 0 463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7728

[startup+0.301429 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 932
/proc/meminfo: memFree=1116904/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.701488 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 932
/proc/meminfo: memFree=1116904/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+1.5016 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1113752/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=4172 CPUtime=1.38
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 759 0 0 0 138 0 0 0 25 0 1 0 275523910 4272128 744 1992294400 134512640 135214827 4294956224 18446744073709551615 134529479 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 1043 744 77 171 0 870 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9528

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1113240/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=4568 CPUtime=2.98
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 868 0 0 0 298 0 0 0 25 0 1 0 275523910 4677632 853 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 1142 853 77 171 0 969 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9924

[startup+6.30129 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1112296/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=5360 CPUtime=6.18
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 1057 0 0 0 617 1 0 0 25 0 1 0 275523910 5488640 1042 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 1340 1042 77 171 0 1167 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10716

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1111784/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=5892 CPUtime=12.58
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 1201 0 0 0 1257 1 0 0 25 0 1 0 275523910 6033408 1186 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 1473 1186 77 171 0 1300 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11248

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1110632/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=7008 CPUtime=25.37
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 1452 0 0 0 2536 1 0 0 25 0 1 0 275523910 7176192 1437 1992294400 134512640 135214827 4294956224 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 1752 1437 77 171 0 1579 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12364

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1110440/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=7292 CPUtime=50.96
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 1549 0 0 0 5095 1 0 0 25 0 1 0 275523910 7467008 1534 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 1823 1534 77 171 0 1650 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12648

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1108968/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=8800 CPUtime=102.16
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 1893 0 0 0 10214 2 0 0 25 0 1 0 275523910 9011200 1878 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 2200 1878 77 171 0 2027 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 14156

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1108328/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=9404 CPUtime=162.13
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 2038 0 0 0 16211 2 0 0 25 0 1 0 275523910 9629696 2023 1992294400 134512640 135214827 4294956224 18446744073709551615 134529669 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 2351 2023 77 171 0 2178 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 14760

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1107560/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=10084 CPUtime=222.11
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 2208 0 0 0 22209 2 0 0 25 0 1 0 275523910 10326016 2193 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 2521 2193 77 171 0 2348 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 15440

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1106536/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=11152 CPUtime=282.1
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 2451 0 0 0 28207 3 0 0 25 0 1 0 275523910 11419648 2436 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 2788 2436 77 171 0 2615 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 16508

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 935
/proc/meminfo: memFree=1105768/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=11820 CPUtime=342.07
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 2639 0 0 0 34204 3 0 0 25 0 1 0 275523910 12103680 2624 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 2955 2624 77 171 0 2782 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 17176

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 941
/proc/meminfo: memFree=1105576/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09

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


[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 949
/proc/meminfo: memFree=1096680/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21176 CPUtime=4240.8
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4884 0 0 0 424062 18 0 0 25 0 1 0 275523910 21684224 4869 1992294400 134512640 135214827 4294956224 18446744073709551615 134535624 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5294 4869 77 171 0 5121 0
Current children cumulated CPU time (s) 4240.89
Current children cumulated vsize (KiB) 26532

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 949
/proc/meminfo: memFree=1096616/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21320 CPUtime=4300.77
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4898 0 0 0 430059 18 0 0 25 0 1 0 275523910 21831680 4883 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5330 4883 77 171 0 5157 0
Current children cumulated CPU time (s) 4300.86
Current children cumulated vsize (KiB) 26676

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 949
/proc/meminfo: memFree=1096488/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21320 CPUtime=4360.75
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4915 0 0 0 436057 18 0 0 25 0 1 0 275523910 21831680 4900 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5330 4900 77 171 0 5157 0
Current children cumulated CPU time (s) 4360.84
Current children cumulated vsize (KiB) 26676

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 949
/proc/meminfo: memFree=1096488/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21320 CPUtime=4420.74
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4918 0 0 0 442055 19 0 0 25 0 1 0 275523910 21831680 4903 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5330 4903 77 171 0 5157 0
Current children cumulated CPU time (s) 4420.83
Current children cumulated vsize (KiB) 26676

[startup+4482.3 s]
/proc/loadavg: 1.05 1.01 0.95 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21320 CPUtime=4480.72
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4919 0 0 0 448053 19 0 0 25 0 1 0 275523910 21831680 4904 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5330 4904 77 171 0 5157 0
Current children cumulated CPU time (s) 4480.81
Current children cumulated vsize (KiB) 26676

[startup+4542.3 s]
/proc/loadavg: 1.06 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096488/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21320 CPUtime=4540.7
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4919 0 0 0 454051 19 0 0 25 0 1 0 275523910 21831680 4904 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5330 4904 77 171 0 5157 0
Current children cumulated CPU time (s) 4540.79
Current children cumulated vsize (KiB) 26676

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

[startup+4556.7 s]
/proc/loadavg: 1.05 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21320 CPUtime=4555.09
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4919 0 0 0 455490 19 0 0 25 0 1 0 275523910 21831680 4904 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5330 4904 77 171 0 5157 0
Current children cumulated CPU time (s) 4555.18
Current children cumulated vsize (KiB) 26676

[startup+4569.5 s]
/proc/loadavg: 1.04 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21460 CPUtime=4567.89
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4939 0 0 0 456770 19 0 0 25 0 1 0 275523910 21975040 4924 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5365 4924 77 171 0 5192 0
Current children cumulated CPU time (s) 4567.98
Current children cumulated vsize (KiB) 26816

[startup+4582.3 s]
/proc/loadavg: 1.03 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21460 CPUtime=4580.68
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4940 0 0 0 458049 19 0 0 25 0 1 0 275523910 21975040 4925 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5365 4925 77 171 0 5192 0
Current children cumulated CPU time (s) 4580.77
Current children cumulated vsize (KiB) 26816

[startup+4585.5 s]
/proc/loadavg: 1.03 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21460 CPUtime=4583.88
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4940 0 0 0 458369 19 0 0 25 0 1 0 275523910 21975040 4925 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5365 4925 77 171 0 5192 0
Current children cumulated CPU time (s) 4583.97
Current children cumulated vsize (KiB) 26816

[startup+4588.7 s]
/proc/loadavg: 1.03 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21460 CPUtime=4587.08
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4940 0 0 0 458689 19 0 0 25 0 1 0 275523910 21975040 4925 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5365 4925 77 171 0 5192 0
Current children cumulated CPU time (s) 4587.17
Current children cumulated vsize (KiB) 26816

[startup+4590.31 s]
/proc/loadavg: 1.03 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21460 CPUtime=4588.68
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4940 0 0 0 458849 19 0 0 25 0 1 0 275523910 21975040 4925 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5365 4925 77 171 0 5192 0
Current children cumulated CPU time (s) 4588.77
Current children cumulated vsize (KiB) 26816

[startup+4590.7 s]
/proc/loadavg: 1.03 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21460 CPUtime=4589.08
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4940 0 0 0 458889 19 0 0 25 0 1 0 275523910 21975040 4925 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5365 4925 77 171 0 5192 0
Current children cumulated CPU time (s) 4589.17
Current children cumulated vsize (KiB) 26816

[startup+4590.9 s]
/proc/loadavg: 1.03 1.02 0.96 2/66 949
/proc/meminfo: memFree=1096424/2055920 swapFree=4180476/4192956
[pid=932] ppid=930 vsize=5356 CPUtime=0.09
/proc/932/stat : 932 (lysat.sh) S 930 932 822 0 -1 4194304 310 541 0 0 0 0 9 0 16 0 1 0 275523899 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/932/statm: 1339 237 195 169 0 50 0
[pid=935] ppid=932 vsize=21460 CPUtime=4589.28
/proc/935/stat : 935 (LySATc) R 932 932 822 0 -1 4194304 4940 0 0 0 458909 19 0 0 25 0 1 0 275523910 21975040 4925 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 1 0 0
/proc/935/statm: 5365 4925 77 171 0 5192 0
Current children cumulated CPU time (s) 4589.37
Current children cumulated vsize (KiB) 26816

Child status: 20
Real time (s): 4590.98
CPU time (s): 4589.47
CPU user time (s): 4589.26
CPU system time (s): 0.209968
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 26816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4589.26
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5955
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= 40
involuntary context switches= 7382

runsolver used 5.2782 second user time and 11.4143 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-16 13:55:11
IDJOB=1824960
IDBENCH=24646
IDSOLVER=667
FILE ID=node30/1824960-1242474911
PBS_JOBID= 9306804
Free space on /tmp= 66248 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-gensys-icl100.sat05-3226.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824960-1242474911/watcher-1824960-1242474911 -o /tmp/evaluation-result-1824960-1242474911/solver-1824960-1242474911 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824960-1242474911.cnf c

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

MD5SUM BENCH= 63ebbe5da415dad3af97436d64747f33
RANDOM SEED=1898397344

node30.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:       1117448 kB
Buffers:         91208 kB
Cached:         748500 kB
SwapCached:       6280 kB
Active:          80460 kB
Inactive:       767684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1117448 kB
SwapTotal:     4192956 kB
SwapFree:      4180476 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          14112 kB
Slab:            76436 kB
Committed_AS:  1099064 kB
PageTables:       1356 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= 66244 MiB
End job on node30 at 2009-05-16 15:11:42