Trace number 1723257

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 438.833 438.984

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.5152
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.68/0.74	c ==============================================================================
0.68/0.74	c |           |     ORIGINAL     |              LEARNT              |          |
0.68/0.74	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.68/0.74	c ==============================================================================
0.68/0.74	c |         0 |  705219  1645511 |  211565       0        0     nan |  0.000 % |
4.99/5.04	c |         0 |  302951  1188077 |      --       0       --      -- |     --   | -402266/-457429
4.99/5.04	c ==============================================================================
4.99/5.04	c Result  :   #vars: 39231   #clauses: 302951   #literals: 1188077
4.99/5.04	c CPU time:   4.76228 s
4.99/5.04	c ==============================================================================
5.49/5.59	This is MiniSat 2.0 beta
5.49/5.59	WARNING: for repeatability, setting FPU to use double precision
5.49/5.59	============================[ Problem Statistics ]=============================
5.49/5.59	|                                                                             |
5.49/5.59	|  Number of variables:  39231                                                |
5.49/5.59	|  Number of clauses:    302951                                               |
5.57/5.80	|  Parsing time:         0.19         s                                       |
438.73/438.93	restarts              : 20
438.73/438.93	conflicts             : 647929         (1497 /sec)
438.73/438.93	decisions             : 1876149        (1.63 % random) (4335 /sec)
438.73/438.93	propagations          : 114678260      (264956 /sec)
438.73/438.93	conflict literals     : 32145160       (20.25 % deleted)
438.73/438.93	Memory used           : 162.60 MB
438.73/438.93	CPU time              : 432.82 s
438.73/438.93	
438.73/438.93	UNSATISFIABLE
438.73/438.96	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-1723257-1240684493/watcher-1723257-1240684493 -o /tmp/evaluation-result-1723257-1240684493/solver-1723257-1240684493 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723257-1240684493.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18176
/proc/meminfo: memFree=1770568/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96481722 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18176/statm: 1339 235 195 169 0 50 0
[pid=18177] ppid=18176 vsize=1644 CPUtime=0
/proc/18177/stat : 18177 (SatElite) R 18176 18176 17871 0 -1 4194304 318 0 0 0 0 0 0 0 18 0 1 0 96481722 1683456 302 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18177/statm: 411 304 50 127 0 281 0

[startup+0.046214 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18176
/proc/meminfo: memFree=1770568/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96481722 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18176/statm: 1339 235 195 169 0 50 0
[pid=18177] ppid=18176 vsize=7676 CPUtime=0.03
/proc/18177/stat : 18177 (SatElite) R 18176 18176 17871 0 -1 4194304 1527 0 0 0 3 0 0 0 18 0 1 0 96481722 7860224 1511 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18177/statm: 1919 1511 50 127 0 1789 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13032

[startup+0.10122 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18176
/proc/meminfo: memFree=1770568/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96481722 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18176/statm: 1339 235 195 169 0 50 0
[pid=18177] ppid=18176 vsize=15452 CPUtime=0.08
/proc/18177/stat : 18177 (SatElite) R 18176 18176 17871 0 -1 4194304 3224 0 0 0 7 1 0 0 18 0 1 0 96481722 15822848 3208 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18177/statm: 3863 3208 50 127 0 3733 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20808

[startup+0.301244 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18176
/proc/meminfo: memFree=1770568/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96481722 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18176/statm: 1339 235 195 169 0 50 0
[pid=18177] ppid=18176 vsize=39784 CPUtime=0.29
/proc/18177/stat : 18177 (SatElite) R 18176 18176 17871 0 -1 4194304 9265 0 0 0 24 5 0 0 19 0 1 0 96481722 40738816 9249 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18177/statm: 9946 9250 50 127 0 9816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45140

[startup+0.701291 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18176
/proc/meminfo: memFree=1770568/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96481722 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18176/statm: 1339 235 195 169 0 50 0
[pid=18177] ppid=18176 vsize=91084 CPUtime=0.68
/proc/18177/stat : 18177 (SatElite) R 18176 18176 17871 0 -1 4194304 21776 0 0 0 56 12 0 0 23 0 1 0 96481722 93270016 21760 1992294400 134512640 135034092 4294956096 18446744073709551615 134542731 0 0 4096 3 0 0 0 17 1 0 0
/proc/18177/statm: 22771 21760 51 127 0 22641 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 96440

[startup+1.50138 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 18178
/proc/meminfo: memFree=1673528/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96481722 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18176/statm: 1339 235 195 169 0 50 0
[pid=18177] ppid=18176 vsize=104996 CPUtime=1.49
/proc/18177/stat : 18177 (SatElite) R 18176 18176 17871 0 -1 4194304 26477 0 0 0 133 16 0 0 25 0 1 0 96481722 107515904 24471 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18177/statm: 26249 24471 68 127 0 26119 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110352

[startup+3.10257 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 18178
/proc/meminfo: memFree=1660856/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96481722 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18176/statm: 1339 235 195 169 0 50 0
[pid=18177] ppid=18176 vsize=111928 CPUtime=3.09
/proc/18177/stat : 18177 (SatElite) R 18176 18176 17871 0 -1 4194304 28040 0 0 0 286 23 0 0 25 0 1 0 96481722 114614272 26034 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18177/statm: 27982 26034 68 127 0 27852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117284

[startup+6.30196 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 18178
/proc/meminfo: memFree=1638520/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 5356

[startup+12.7027 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 18179
/proc/meminfo: memFree=1716488/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=27792 CPUtime=7.1
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 6768 0 0 0 706 4 0 0 25 0 1 0 96482281 28459008 6737 1992294400 134512640 135214827 4294956208 18446744073709551615 134528457 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 6948 6737 77 171 0 6775 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33148

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 18179
/proc/meminfo: memFree=1698504/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=45484 CPUtime=19.89
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 11176 0 0 0 1981 8 0 0 25 0 1 0 96482281 46575616 11145 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 11371 11145 77 171 0 11198 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 50840

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 18179
/proc/meminfo: memFree=1679304/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=65128 CPUtime=45.46
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 16066 0 0 0 4534 12 0 0 25 0 1 0 96482281 66691072 16035 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 16282 16035 77 171 0 16109 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 70484

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 18179
/proc/meminfo: memFree=1642824/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=101660 CPUtime=96.65
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 25028 0 0 0 9644 21 0 0 25 0 1 0 96482281 104099840 24997 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 25415 24997 77 171 0 25242 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 107016

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18179
/proc/meminfo: memFree=1610120/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=134232 CPUtime=156.63
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 33232 0 0 0 15634 29 0 0 25 0 1 0 96482281 137453568 33201 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 33558 33201 77 171 0 33385 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 139588

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1596488/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=148804 CPUtime=216.62
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 36599 0 0 0 21629 33 0 0 25 0 1 0 96482281 152375296 36568 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 37201 36568 77 171 0 37028 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 154160

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1587272/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=157956 CPUtime=276.59
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 38852 0 0 0 27624 35 0 0 25 0 1 0 96482281 161746944 38821 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 39489 38821 77 171 0 39316 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 163312

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1579208/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=165900 CPUtime=336.58
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40844 0 0 0 33621 37 0 0 25 0 1 0 96482281 169881600 40805 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41475 40805 77 171 0 41302 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 171256

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1579080/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166020 CPUtime=396.56
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40868 0 0 0 39619 37 0 0 25 0 1 0 96482281 170004480 40829 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41505 40829 77 171 0 41332 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 171376

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

[startup+409.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1579016/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166140 CPUtime=403.76
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40887 0 0 0 40339 37 0 0 25 0 1 0 96482281 170127360 40848 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41535 40848 77 171 0 41362 0
Current children cumulated CPU time (s) 409.33
Current children cumulated vsize (KiB) 171496

[startup+422.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1578824/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166420 CPUtime=416.57
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40930 0 0 0 41619 38 0 0 25 0 1 0 96482281 170414080 40891 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41605 40891 77 171 0 41432 0
Current children cumulated CPU time (s) 422.14
Current children cumulated vsize (KiB) 171776

[startup+428.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1578760/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166420 CPUtime=422.96
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40943 0 0 0 42258 38 0 0 25 0 1 0 96482281 170414080 40904 1992294400 134512640 135214827 4294956208 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41605 40904 77 171 0 41432 0
Current children cumulated CPU time (s) 428.53
Current children cumulated vsize (KiB) 171776

[startup+435.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1578760/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166500 CPUtime=429.36
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40949 0 0 0 42898 38 0 0 25 0 1 0 96482281 170496000 40910 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41625 40910 77 171 0 41452 0
Current children cumulated CPU time (s) 434.93
Current children cumulated vsize (KiB) 171856

[startup+436.706 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1578696/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166500 CPUtime=430.96
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40963 0 0 0 43058 38 0 0 25 0 1 0 96482281 170496000 40924 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41625 40924 77 171 0 41452 0
Current children cumulated CPU time (s) 436.53
Current children cumulated vsize (KiB) 171856

[startup+438.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1578632/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166500 CPUtime=432.56
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40974 0 0 0 43218 38 0 0 25 0 1 0 96482281 170496000 40935 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41625 40935 77 171 0 41452 0
Current children cumulated CPU time (s) 438.13
Current children cumulated vsize (KiB) 171856

[startup+438.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1578632/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166500 CPUtime=432.96
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40974 0 0 0 43258 38 0 0 25 0 1 0 96482281 170496000 40935 1992294400 134512640 135214827 4294956208 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41625 40935 77 171 0 41452 0
Current children cumulated CPU time (s) 438.53
Current children cumulated vsize (KiB) 171856

[startup+438.907 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 18181
/proc/meminfo: memFree=1578632/2055920 swapFree=4180664/4192956
[pid=18176] ppid=18174 vsize=5356 CPUtime=5.57
/proc/18176/stat : 18176 (lysat.sh) S 18174 18176 17871 0 -1 4194304 310 31174 0 0 0 0 525 32 16 0 1 0 96481722 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 237 195 169 0 50 0
[pid=18179] ppid=18176 vsize=166500 CPUtime=433.16
/proc/18179/stat : 18179 (LySATc) R 18176 18176 17871 0 -1 4194304 40974 0 0 0 43278 38 0 0 25 0 1 0 96482281 170496000 40935 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18179/statm: 41625 40935 77 171 0 41452 0
Current children cumulated CPU time (s) 438.73
Current children cumulated vsize (KiB) 171856

Child status: 20
Real time (s): 438.984
CPU time (s): 438.833
CPU user time (s): 438.078
CPU system time (s): 0.754885
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 171856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.078
system time used= 0.754885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72622
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= 41
involuntary context switches= 909

runsolver used 0.380942 second user time and 1.22481 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-25 20:34:54
IDJOB=1723257
IDBENCH=71689
IDSOLVER=512
FILE ID=node73/1723257-1240684493
PBS_JOBID= 9186636
Free space on /tmp= 66304 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723257-1240684493/watcher-1723257-1240684493 -o /tmp/evaluation-result-1723257-1240684493/solver-1723257-1240684493 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1723257-1240684493.cnf c

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=1653288281

node73.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.214
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.214
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:       1771048 kB
Buffers:         30080 kB
Cached:         202808 kB
SwapCached:       5860 kB
Active:         120276 kB
Inactive:       120744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771048 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:           14712 kB
Writeback:           0 kB
Mapped:          13888 kB
Slab:            29912 kB
Committed_AS:   390872 kB
PageTables:       1396 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= 66300 MiB
End job on node73 at 2009-04-25 20:42:13