Trace number 1825025

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 2005.24 2005.77

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
MD5SUMbe0552b4894b69c578ebcc0b17dda689
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.967
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses69990
Sum of the clauses size140820
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269960
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Parsing...
0.01/0.04	c ==============================================================================
0.01/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.04	c ==============================================================================
0.01/0.04	c |         0 |   69990   140820 |   20996       0        0     nan |  0.000 % |
1.09/1.15	c |         0 |   69090   217938 |      --       0       --      -- |     --   | -900/77118
1.09/1.15	c ==============================================================================
1.09/1.15	c Result  :   #vars: 870   #clauses: 69090   #literals: 217938
1.09/1.15	c CPU time:   1.14383 s
1.09/1.15	c ==============================================================================
1.18/1.23	This is MiniSat 2.0 beta
1.18/1.23	WARNING: for repeatability, setting FPU to use double precision
1.18/1.23	============================[ Problem Statistics ]=============================
1.18/1.23	|                                                                             |
1.18/1.24	|  Number of variables:  870                                                  |
1.18/1.24	|  Number of clauses:    69090                                                |
1.18/1.27	|  Parsing time:         0.03         s                                       |
2005.16/2005.74	restarts              : 21
2005.16/2005.74	conflicts             : 863760         (431 /sec)
2005.16/2005.74	decisions             : 1090622        (1.20 % random) (544 /sec)
2005.16/2005.74	propagations          : 69303349       (34587 /sec)
2005.16/2005.74	conflict literals     : 89524419       (27.75 % deleted)
2005.16/2005.74	Memory used           : 84.13 MB
2005.16/2005.74	CPU time              : 2003.74 s
2005.16/2005.74	
2005.16/2005.74	UNSATISFIABLE
2005.16/2005.75	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1825025-1242490515/watcher-1825025-1242490515 -o /tmp/evaluation-result-1825025-1242490515/solver-1825025-1242490515 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1825025-1242490515.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.98 3/64 29227
/proc/meminfo: memFree=1822160/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277084774 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29227/statm: 1339 235 195 169 0 50 0
[pid=29228] ppid=29227 vsize=1228 CPUtime=0
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29136 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 277084775 1257472 189 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 307 189 51 127 0 177 0

[startup+0.0213459 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 29227
/proc/meminfo: memFree=1822160/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277084774 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29227/statm: 1339 235 195 169 0 50 0
[pid=29228] ppid=29227 vsize=1992 CPUtime=0.01
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29136 0 -1 4194304 428 0 0 0 1 0 0 0 18 0 1 0 277084775 2039808 412 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 498 412 51 127 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7348

[startup+0.101355 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 29227
/proc/meminfo: memFree=1822160/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277084774 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29227/statm: 1339 235 195 169 0 50 0
[pid=29228] ppid=29227 vsize=6792 CPUtime=0.09
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29136 0 -1 4194304 1383 0 0 0 9 0 0 0 18 0 1 0 277084775 6955008 1367 1992294400 134512640 135034092 4294956112 18446744073709551615 134584331 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 1698 1367 68 127 0 1568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12148

[startup+0.301375 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 29227
/proc/meminfo: memFree=1822160/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277084774 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29227/statm: 1339 235 195 169 0 50 0
[pid=29228] ppid=29227 vsize=7560 CPUtime=0.29
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29136 0 -1 4194304 1516 0 0 0 29 0 0 0 19 0 1 0 277084775 7741440 1500 1992294400 134512640 135034092 4294956112 18446744073709551615 134563219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 1890 1500 68 127 0 1760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12916

[startup+0.701418 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 29227
/proc/meminfo: memFree=1822160/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277084774 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29227/statm: 1339 235 195 169 0 50 0
[pid=29228] ppid=29227 vsize=7560 CPUtime=0.69
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29136 0 -1 4194304 1516 0 0 0 69 0 0 0 23 0 1 0 277084775 7741440 1500 1992294400 134512640 135034092 4294956112 18446744073709551615 134569244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 1890 1500 68 127 0 1760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12916

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29229
/proc/meminfo: memFree=1816064/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 5356

[startup+3.10268 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1814336/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=8220 CPUtime=1.85
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 1932 0 0 0 184 1 0 0 25 0 1 0 277084898 8417280 1917 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 2055 1917 77 171 0 1882 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13576

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1810944/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=10916 CPUtime=5.05
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 2599 0 0 0 503 2 0 0 25 0 1 0 277084898 11177984 2584 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 2729 2584 77 171 0 2556 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16272

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1804672/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=17068 CPUtime=11.45
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 4119 0 0 0 1142 3 0 0 25 0 1 0 277084898 17477632 4104 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 4267 4104 77 171 0 4094 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22424

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1797504/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=23888 CPUtime=24.24
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 5831 0 0 0 2420 4 0 0 25 0 1 0 277084898 24461312 5816 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 5972 5816 77 171 0 5799 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 29244

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1789056/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=32380 CPUtime=49.84
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 7927 0 0 0 4978 6 0 0 25 0 1 0 277084898 33157120 7912 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 8095 7912 77 171 0 7922 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37736

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1783168/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=38328 CPUtime=101.03
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 9387 0 0 0 10095 8 0 0 25 0 1 0 277084898 39247872 9372 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 9582 9372 77 171 0 9409 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43684

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1773312/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=48236 CPUtime=161
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 11835 0 0 0 16091 9 0 0 25 0 1 0 277084898 49393664 11820 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 12059 11820 77 171 0 11886 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 53592

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1773248/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=48236 CPUtime=221
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 11836 0 0 0 22090 10 0 0 25 0 1 0 277084898 49393664 11821 1992294400 134512640 135214827 4294956224 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 12059 11821 77 171 0 11886 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53592

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1769408/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=52332 CPUtime=280.98
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 12837 0 0 0 28087 11 0 0 25 0 1 0 277084898 53587968 12822 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 13083 12822 77 171 0 12910 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 57688

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29230
/proc/meminfo: memFree=1761216/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=60448 CPUtime=340.96
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 14840 0 0 0 34083 13 0 0 25 0 1 0 277084898 61898752 14825 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 15112 14825 77 171 0 14939 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 65804

[startup+402.302 s]

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


[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1739200/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=82312 CPUtime=1660.62
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 20152 0 0 0 166040 22 0 0 25 0 1 0 277084898 84287488 20137 1992294400 134512640 135214827 4294956224 18446744073709551615 134527328 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 20578 20137 77 171 0 20405 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 87668

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1739072/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=82472 CPUtime=1720.6
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 20177 0 0 0 172038 22 0 0 25 0 1 0 277084898 84451328 20162 1992294400 134512640 135214827 4294956224 18446744073709551615 134529284 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 20618 20162 77 171 0 20445 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 87828

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1738496/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=83132 CPUtime=1780.59
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 20324 0 0 0 178037 22 0 0 25 0 1 0 277084898 85127168 20309 1992294400 134512640 135214827 4294956224 18446744073709551615 134529352 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 20783 20309 77 171 0 20610 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 88488

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1738048/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=83780 CPUtime=1840.57
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 20460 0 0 0 184035 22 0 0 25 0 1 0 277084898 85790720 20445 1992294400 134512640 135214827 4294956224 18446744073709551615 134527318 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 20945 20445 77 171 0 20772 0
Current children cumulated CPU time (s) 1841.8
Current children cumulated vsize (KiB) 89136

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1737664/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=84124 CPUtime=1900.56
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 20548 0 0 0 190033 23 0 0 25 0 1 0 277084898 86142976 20533 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21031 20533 77 171 0 20858 0
Current children cumulated CPU time (s) 1901.79
Current children cumulated vsize (KiB) 89480

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735808/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=85968 CPUtime=1960.54
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21003 0 0 0 196031 23 0 0 25 0 1 0 277084898 88031232 20988 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21492 20988 77 171 0 21319 0
Current children cumulated CPU time (s) 1961.77
Current children cumulated vsize (KiB) 91324

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

[startup+1971.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735808/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=85968 CPUtime=1969.34
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21003 0 0 0 196911 23 0 0 25 0 1 0 277084898 88031232 20988 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21492 20988 77 171 0 21319 0
Current children cumulated CPU time (s) 1970.57
Current children cumulated vsize (KiB) 91324

[startup+1983.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735744/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=85968 CPUtime=1982.13
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21016 0 0 0 198190 23 0 0 25 0 1 0 277084898 88031232 21001 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21492 21001 77 171 0 21319 0
Current children cumulated CPU time (s) 1983.36
Current children cumulated vsize (KiB) 91324

[startup+1996.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735744/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=86148 CPUtime=1994.93
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21032 0 0 0 199470 23 0 0 25 0 1 0 277084898 88215552 21017 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21537 21017 77 171 0 21364 0
Current children cumulated CPU time (s) 1996.16
Current children cumulated vsize (KiB) 91504

[startup+1999.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735680/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=86148 CPUtime=1998.13
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21032 0 0 0 199790 23 0 0 25 0 1 0 277084898 88215552 21017 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21537 21017 77 171 0 21364 0
Current children cumulated CPU time (s) 1999.36
Current children cumulated vsize (KiB) 91504

[startup+2003.11 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735680/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=86148 CPUtime=2001.33
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21032 0 0 0 200110 23 0 0 25 0 1 0 277084898 88215552 21017 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21537 21017 77 171 0 21364 0
Current children cumulated CPU time (s) 2002.56
Current children cumulated vsize (KiB) 91504

[startup+2004.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735680/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=86148 CPUtime=2002.93
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21032 0 0 0 200270 23 0 0 25 0 1 0 277084898 88215552 21017 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21537 21017 77 171 0 21364 0
Current children cumulated CPU time (s) 2004.16
Current children cumulated vsize (KiB) 91504

[startup+2005.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735680/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=86148 CPUtime=2003.73
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21032 0 0 0 200350 23 0 0 25 0 1 0 277084898 88215552 21017 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21537 21017 77 171 0 21364 0
Current children cumulated CPU time (s) 2004.96
Current children cumulated vsize (KiB) 91504

[startup+2005.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 29232
/proc/meminfo: memFree=1735680/2055920 swapFree=4138092/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.23
/proc/29227/stat : 29227 (lysat.sh) S 29225 29227 29136 0 -1 4194304 310 1520 0 0 0 0 122 1 16 0 1 0 277084774 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 237 195 169 0 50 0
[pid=29230] ppid=29227 vsize=86148 CPUtime=2003.93
/proc/29230/stat : 29230 (LySATc) R 29227 29227 29136 0 -1 4194304 21032 0 0 0 200370 23 0 0 25 0 1 0 277084898 88215552 21017 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29230/statm: 21537 21017 77 171 0 21364 0
Current children cumulated CPU time (s) 2005.16
Current children cumulated vsize (KiB) 91504

Child status: 20
Real time (s): 2005.77
CPU time (s): 2005.24
CPU user time (s): 2004.97
CPU system time (s): 0.269958
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 91504

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

runsolver used 2.50362 second user time and 4.78627 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-16 18:15:15
IDJOB=1825025
IDBENCH=24749
IDSOLVER=667
FILE ID=node19/1825025-1242490515
PBS_JOBID= 9306860
Free space on /tmp= 66100 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825025-1242490515/watcher-1825025-1242490515 -o /tmp/evaluation-result-1825025-1242490515/solver-1825025-1242490515 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1825025-1242490515.cnf c

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

MD5SUM BENCH= be0552b4894b69c578ebcc0b17dda689
RANDOM SEED=426528441

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:       1822640 kB
Buffers:         34428 kB
Cached:         104736 kB
SwapCached:      49264 kB
Active:          97980 kB
Inactive:        91852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822640 kB
SwapTotal:     4192956 kB
SwapFree:      4138092 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            29376 kB
Committed_AS:  1002904 kB
PageTables:       1452 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= 66100 MiB
End job on node19 at 2009-05-16 18:48:41