Trace number 1824948

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 1881.23 1881.73

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark280.604
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data

0.00/0.00	c Parsing...
1.19/1.26	c ==============================================================================
1.19/1.26	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.26	c ==============================================================================
1.19/1.26	c |         0 | 1139180  2298131 |  341753       0        0     nan |  0.000 % |
6.98/7.04	c |         0 | 1104460  3153095 |      --       0       --      -- |     --   | -34720/854964
6.98/7.04	c ==============================================================================
6.98/7.04	c Result  :   #vars: 22503   #clauses: 1104460   #literals: 3153095
6.98/7.04	c CPU time:   6.82496 s
6.98/7.04	c ==============================================================================
8.38/8.44	This is MiniSat 2.0 beta
8.38/8.44	WARNING: for repeatability, setting FPU to use double precision
8.38/8.44	============================[ Problem Statistics ]=============================
8.38/8.44	|                                                                             |
8.38/8.44	|  Number of variables:  22503                                                |
8.38/8.44	|  Number of clauses:    1104460                                              |
9.26/9.35	|  Parsing time:         0.83         s                                       |
1881.07/1881.68	restarts              : 20
1881.07/1881.68	conflicts             : 485355         (259 /sec)
1881.07/1881.68	decisions             : 949664         (1.46 % random) (507 /sec)
1881.07/1881.68	propagations          : 531537929      (283894 /sec)
1881.07/1881.68	conflict literals     : 22328802       (68.09 % deleted)
1881.07/1881.68	Memory used           : 145.66 MB
1881.07/1881.68	CPU time              : 1872.31 s
1881.07/1881.68	
1881.07/1881.68	UNSATISFIABLE
1881.17/1881.71	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-1824948-1242473614/watcher-1824948-1242473614 -o /tmp/evaluation-result-1824948-1242473614/solver-1824948-1242473614 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824948-1242473614.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: 0.99 0.97 0.91 2/64 29063
/proc/meminfo: memFree=1843840/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=0
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 275394891 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 235 195 169 0 50 0
[pid=29064] ppid=29063 vsize=688 CPUtime=0
/proc/29064/stat : 29064 (SatElite) R 29063 29063 28925 0 -1 4194304 67 0 0 0 0 0 0 0 23 0 1 0 275394892 704512 51 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29064/statm: 173 58 47 127 0 43 0

[startup+0.088726 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29063
/proc/meminfo: memFree=1843840/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=0
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 275394891 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 235 195 169 0 50 0
[pid=29064] ppid=29063 vsize=8220 CPUtime=0.07
/proc/29064/stat : 29064 (SatElite) R 29063 29063 28925 0 -1 4194304 1813 0 0 0 7 0 0 0 23 0 1 0 275394892 8417280 1797 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29064/statm: 2055 1797 50 127 0 1925 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13576

[startup+0.101726 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29063
/proc/meminfo: memFree=1843840/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=0
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 275394891 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 235 195 169 0 50 0
[pid=29064] ppid=29063 vsize=8748 CPUtime=0.09
/proc/29064/stat : 29064 (SatElite) R 29063 29063 28925 0 -1 4194304 1960 0 0 0 8 1 0 0 23 0 1 0 275394892 8957952 1944 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29064/statm: 2187 1944 50 127 0 2057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14104

[startup+0.301748 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29063
/proc/meminfo: memFree=1843840/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=0
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 275394891 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 235 195 169 0 50 0
[pid=29064] ppid=29063 vsize=18468 CPUtime=0.28
/proc/29064/stat : 29064 (SatElite) R 29063 29063 28925 0 -1 4194304 4202 0 0 0 26 2 0 0 25 0 1 0 275394892 18911232 4186 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29064/statm: 4617 4187 50 127 0 4487 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23824

[startup+0.70179 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29063
/proc/meminfo: memFree=1843840/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=0
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 275394891 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 235 195 169 0 50 0
[pid=29064] ppid=29063 vsize=36620 CPUtime=0.69
/proc/29064/stat : 29064 (SatElite) R 29063 29063 28925 0 -1 4194304 8677 0 0 0 63 6 0 0 25 0 1 0 275394892 37498880 8661 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29064/statm: 9188 8662 50 127 0 9058 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41976

[startup+1.50188 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29065
/proc/meminfo: memFree=1795120/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=0
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 275394891 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 235 195 169 0 50 0
[pid=29064] ppid=29063 vsize=75728 CPUtime=1.49
/proc/29064/stat : 29064 (SatElite) R 29063 29063 28925 0 -1 4194304 16755 0 0 0 136 13 0 0 25 0 1 0 275394892 77545472 16689 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29064/statm: 18932 16690 68 127 0 18802 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81084

[startup+3.10105 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29065
/proc/meminfo: memFree=1764976/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=0
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 275394891 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 235 195 169 0 50 0
[pid=29064] ppid=29063 vsize=116404 CPUtime=3.09
/proc/29064/stat : 29064 (SatElite) R 29063 29063 28925 0 -1 4194304 23488 0 0 0 291 18 0 0 25 0 1 0 275394892 119197696 23422 1992294400 134512640 135034092 4294956112 18446744073709551615 134563318 0 0 4096 3 0 0 0 17 1 0 0
/proc/29064/statm: 29101 23422 68 127 0 28971 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121760

[startup+6.30139 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29065
/proc/meminfo: memFree=1747376/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=0
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 275394891 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 235 195 169 0 50 0
[pid=29064] ppid=29063 vsize=117876 CPUtime=6.28
/proc/29064/stat : 29064 (SatElite) R 29063 29063 28925 0 -1 4194304 23550 0 0 0 610 18 0 0 25 0 1 0 275394892 120705024 23484 1992294400 134512640 135034092 4294956112 18446744073709551615 134569582 0 0 4096 3 0 0 0 17 1 0 0
/proc/29064/statm: 29469 23484 68 127 0 29339 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 123232

[startup+12.7021 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29066
/proc/meminfo: memFree=1769904/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=52988 CPUtime=4.24
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 12625 0 0 0 417 7 0 0 25 0 1 0 275395736 54259712 12610 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 13247 12610 76 171 0 13074 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 58344

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29066
/proc/meminfo: memFree=1767792/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=55052 CPUtime=17.04
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 13116 0 0 0 1696 8 0 0 25 0 1 0 275395736 56373248 13101 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 13763 13101 76 171 0 13590 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60408

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29066
/proc/meminfo: memFree=1765872/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=57012 CPUtime=42.63
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 13618 0 0 0 4254 9 0 0 25 0 1 0 275395736 58380288 13603 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 14253 13603 76 171 0 14080 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 62368

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29066
/proc/meminfo: memFree=1761712/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=61228 CPUtime=93.82
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 14687 0 0 0 9373 9 0 0 25 0 1 0 275395736 62697472 14672 1992294400 134512640 135214827 4294956224 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 15307 14672 76 171 0 15134 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 66584

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29066
/proc/meminfo: memFree=1756784/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=66168 CPUtime=153.8
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 15910 0 0 0 15369 11 0 0 25 0 1 0 275395736 67756032 15895 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 16542 15895 76 171 0 16369 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 71524

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29066
/proc/meminfo: memFree=1752688/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=70412 CPUtime=213.78
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 16921 0 0 0 21366 12 0 0 25 0 1 0 275395736 72101888 16906 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 17603 16906 76 171 0 17430 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 75768

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29066
/proc/meminfo: memFree=1748400/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=74636 CPUtime=273.77
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 17989 0 0 0 27363 14 0 0 25 0 1 0 275395736 76427264 17974 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 18659 17974 76 171 0 18486 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 79992

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29066
/proc/meminfo: memFree=1744048/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=78868 CPUtime=333.75
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 19063 0 0 0 33359 16 0 0 25 0 1 0 275395736 80760832 19048 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 19717 19048 76 171 0 19544 0
Current children cumulated CPU time (s) 342.17

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


[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29068
/proc/meminfo: memFree=1680240/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=142528 CPUtime=1533.44
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 34831 0 0 0 153305 39 0 0 25 0 1 0 275395736 145948672 34816 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 35632 34816 76 171 0 35459 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 147884

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29068
/proc/meminfo: memFree=1677616/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=145060 CPUtime=1593.43
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 35488 0 0 0 159302 41 0 0 25 0 1 0 275395736 148541440 35473 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 36265 35473 76 171 0 36092 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 150416

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1676712/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=146044 CPUtime=1653.4
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 35694 0 0 0 165299 41 0 0 25 0 1 0 275395736 149549056 35679 1992294400 134512640 135214827 4294956224 18446744073709551615 134529523 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 36511 35679 76 171 0 36338 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 151400

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1676456/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=146256 CPUtime=1713.39
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 35748 0 0 0 171297 42 0 0 25 0 1 0 275395736 149766144 35733 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 36564 35733 76 171 0 36391 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 151612

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1676328/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=146256 CPUtime=1773.38
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 35760 0 0 0 177296 42 0 0 25 0 1 0 275395736 149766144 35745 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 36564 35745 76 171 0 36391 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 151612

[startup+1842.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1674728/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=147840 CPUtime=1833.35
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 36171 0 0 0 183293 42 0 0 25 0 1 0 275395736 151388160 36156 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 36960 36156 76 171 0 36787 0
Current children cumulated CPU time (s) 1841.77
Current children cumulated vsize (KiB) 153196

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

[startup+1843.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1674664/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=147840 CPUtime=1834.16
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 36177 0 0 0 183374 42 0 0 25 0 1 0 275395736 151388160 36162 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 36960 36162 76 171 0 36787 0
Current children cumulated CPU time (s) 1842.58
Current children cumulated vsize (KiB) 153196

[startup+1868.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1673768/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=148752 CPUtime=1859.75
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 36403 0 0 0 185932 43 0 0 25 0 1 0 275395736 152322048 36388 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 37188 36388 76 171 0 37015 0
Current children cumulated CPU time (s) 1868.17
Current children cumulated vsize (KiB) 154108

[startup+1875.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1673576/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=148884 CPUtime=1866.15
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 36447 0 0 0 186572 43 0 0 25 0 1 0 275395736 152457216 36432 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 37221 36432 76 171 0 37048 0
Current children cumulated CPU time (s) 1874.57
Current children cumulated vsize (KiB) 154240

[startup+1878.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1673448/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=149016 CPUtime=1869.35
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 36473 0 0 0 186892 43 0 0 25 0 1 0 275395736 152592384 36458 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 37254 36458 76 171 0 37081 0
Current children cumulated CPU time (s) 1877.77
Current children cumulated vsize (KiB) 154372

[startup+1879.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1673384/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=149148 CPUtime=1870.95
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 36492 0 0 0 187052 43 0 0 25 0 1 0 275395736 152727552 36477 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 37287 36477 76 171 0 37114 0
Current children cumulated CPU time (s) 1879.37
Current children cumulated vsize (KiB) 154504

[startup+1880.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1673384/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=149148 CPUtime=1871.75
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 36497 0 0 0 187132 43 0 0 25 0 1 0 275395736 152727552 36482 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 37287 36482 76 171 0 37114 0
Current children cumulated CPU time (s) 1880.17
Current children cumulated vsize (KiB) 154504

[startup+1881.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1673320/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=149148 CPUtime=1872.55
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194304 36502 0 0 0 187212 43 0 0 25 0 1 0 275395736 152727552 36487 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 37287 36487 76 171 0 37114 0
Current children cumulated CPU time (s) 1880.97
Current children cumulated vsize (KiB) 154504

[startup+1881.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 29074
/proc/meminfo: memFree=1673320/2055920 swapFree=4138092/4192956
[pid=29063] ppid=29061 vsize=5356 CPUtime=8.42
/proc/29063/stat : 29063 (lysat.sh) S 29061 29063 28925 0 -1 4194304 310 28074 0 0 0 0 813 29 16 0 1 0 275394891 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29063/statm: 1339 237 195 169 0 50 0
[pid=29066] ppid=29063 vsize=0 CPUtime=1872.75
/proc/29066/stat : 29066 (LySATc) R 29063 29063 28925 0 -1 4194308 36511 0 0 0 187231 44 0 0 25 0 1 0 275395736 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/29066/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1881.17
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 1881.73
CPU time (s): 1881.23
CPU user time (s): 1880.45
CPU system time (s): 0.774882
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 154504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1880.45
system time used= 0.774882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65050
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= 38
involuntary context switches= 3401

runsolver used 2.14267 second user time and 4.70528 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-16 13:33:36
IDJOB=1824948
IDBENCH=24632
IDSOLVER=667
FILE ID=node19/1824948-1242473614
PBS_JOBID= 9306815
Free space on /tmp= 66108 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824948-1242473614/watcher-1824948-1242473614 -o /tmp/evaluation-result-1824948-1242473614/solver-1824948-1242473614 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824948-1242473614.cnf c

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=388311653

node19.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.236
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.236
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:       1844320 kB
Buffers:         25916 kB
Cached:          91780 kB
SwapCached:      49244 kB
Active:          95680 kB
Inactive:        72704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844320 kB
SwapTotal:     4192956 kB
SwapFree:      4138092 kB
Dirty:           17992 kB
Writeback:           0 kB
Mapped:          13436 kB
Slab:            29188 kB
Committed_AS:  1000660 kB
PageTables:       1456 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= 66108 MiB
End job on node19 at 2009-05-16 14:04:58