Trace number 1581939

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 259.224 259.335

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark165.672
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.89/0.90	c ==============================================================================
0.89/0.90	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.90	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.90	c ==============================================================================
0.89/0.90	c |         0 |  812032  1943653 |  243609       0        0     nan |  0.000 % |
5.49/5.58	c |         0 |  546568  1525554 |      --       0       --      -- |     --   | -74547/15789
5.49/5.59	c ==============================================================================
5.49/5.59	c Result  :   #vars: 85693   #clauses: 546568   #literals: 1525554
5.49/5.59	c CPU time:   5.41018 s
5.49/5.59	c ==============================================================================
6.18/6.27	This is MiniSat 2.0 beta
6.18/6.27	WARNING: for repeatability, setting FPU to use double precision
6.18/6.27	============================[ Problem Statistics ]=============================
6.18/6.27	|                                                                             |
6.18/6.27	|  Number of variables:  85693                                                |
6.18/6.27	|  Number of clauses:    546568                                               |
6.58/6.63	|  Parsing time:         0.31         s                                       |
259.17/259.30	restarts              : 16
259.17/259.30	conflicts             : 90871          (360 /sec)
259.17/259.30	decisions             : 587365         (1.29 % random) (2324 /sec)
259.17/259.30	propagations          : 293414733      (1160988 /sec)
259.17/259.30	conflict literals     : 14299084       (38.13 % deleted)
259.17/259.30	Memory used           : 81.75 MB
259.17/259.30	CPU time              : 252.729 s
259.17/259.30	
259.17/259.30	UNSATISFIABLE
259.17/259.32	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-1581939-1238934541/watcher-1581939-1238934541 -o /tmp/evaluation-result-1581939-1238934541/solver-1581939-1238934541 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1581939-1238934541.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/68 2377
/proc/meminfo: memFree=1655160/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=0
/proc/2377/stat : 2377 (lysat.sh) R 2375 2377 2155 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1166115878 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 217051622047 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2377/statm: 1339 234 194 169 0 50 0
[pid=2378] ppid=2377 vsize=1560 CPUtime=0
/proc/2378/stat : 2378 (SatElite) R 2377 2377 2155 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 1166115878 1597440 277 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/2378/statm: 390 279 50 127 0 260 0

[startup+0.0239331 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 2377
/proc/meminfo: memFree=1655160/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=0
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166115878 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2377/statm: 1339 235 195 169 0 50 0
[pid=2378] ppid=2377 vsize=7060 CPUtime=0.01
/proc/2378/stat : 2378 (SatElite) R 2377 2377 2155 0 -1 4194304 1689 0 0 0 1 0 0 0 19 0 1 0 1166115878 7229440 1633 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/2378/statm: 1765 1635 50 127 0 1635 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12416

[startup+0.10194 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 2377
/proc/meminfo: memFree=1655160/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=0
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166115878 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2377/statm: 1339 235 195 169 0 50 0
[pid=2378] ppid=2377 vsize=30944 CPUtime=0.09
/proc/2378/stat : 2378 (SatElite) R 2377 2377 2155 0 -1 4194304 4903 0 0 0 8 1 0 0 19 0 1 0 1166115878 31686656 4783 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/2378/statm: 7736 4784 50 127 0 7606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36300

[startup+0.301962 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 2377
/proc/meminfo: memFree=1655160/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=0
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166115878 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2377/statm: 1339 235 195 169 0 50 0
[pid=2378] ppid=2377 vsize=47132 CPUtime=0.29
/proc/2378/stat : 2378 (SatElite) R 2377 2377 2155 0 -1 4194304 8803 0 0 0 25 4 0 0 21 0 1 0 1166115878 48263168 8683 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/2378/statm: 11783 8684 50 127 0 11653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52488

[startup+0.702007 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 2377
/proc/meminfo: memFree=1655160/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=0
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166115878 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2377/statm: 1339 235 195 169 0 50 0
[pid=2378] ppid=2377 vsize=71924 CPUtime=0.69
/proc/2378/stat : 2378 (SatElite) R 2377 2377 2155 0 -1 4194304 15498 0 0 0 61 8 0 0 25 0 1 0 1166115878 73650176 15378 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/2378/statm: 17981 15380 51 127 0 17851 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77280

[startup+1.50109 s]
/proc/loadavg: 0.92 0.98 0.99 2/70 2379
/proc/meminfo: memFree=1581672/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=0
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166115878 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2377/statm: 1339 235 195 169 0 50 0
[pid=2378] ppid=2377 vsize=95816 CPUtime=1.49
/proc/2378/stat : 2378 (SatElite) R 2377 2377 2155 0 -1 4194304 22617 0 0 0 137 12 0 0 25 0 1 0 1166115878 98115584 20497 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/2378/statm: 23954 20497 68 127 0 23824 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101172

[startup+3.10127 s]
/proc/loadavg: 0.92 0.98 0.99 2/70 2379
/proc/meminfo: memFree=1564136/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=0
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166115878 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2377/statm: 1339 235 195 169 0 50 0
[pid=2378] ppid=2377 vsize=110512 CPUtime=3.09
/proc/2378/stat : 2378 (SatElite) R 2377 2377 2155 0 -1 4194304 25815 0 0 0 294 15 0 0 25 0 1 0 1166115878 113164288 23256 1992294400 134512640 135034092 4294956096 18446744073709551615 134569464 0 0 4096 3 0 0 0 17 0 0 0
/proc/2378/statm: 27628 23256 68 127 0 27498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115868

[startup+6.30164 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 2379
/proc/meminfo: memFree=1561448/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 5356

[startup+12.7023 s]
/proc/loadavg: 1.09 1.02 1.01 2/70 2380
/proc/meminfo: memFree=1608744/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=32028 CPUtime=6.41
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 7614 0 0 0 636 5 0 0 25 0 1 0 1166116505 32796672 7589 1992294400 134512640 135214827 4294956208 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 8007 7589 77 171 0 7834 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37384

[startup+25.5018 s]
/proc/loadavg: 1.07 1.02 1.00 2/70 2380
/proc/meminfo: memFree=1604840/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=36156 CPUtime=19.2
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 8636 0 0 0 1914 6 0 0 25 0 1 0 1166116505 37023744 8611 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 9039 8611 77 171 0 8866 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41512

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 1.00 2/70 2380
/proc/meminfo: memFree=1595368/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=45560 CPUtime=44.79
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 10976 0 0 0 4471 8 0 0 25 0 1 0 1166116505 46653440 10951 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 11390 10951 77 171 0 11217 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50916

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/70 2380
/proc/meminfo: memFree=1580456/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=60424 CPUtime=95.98
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 14686 0 0 0 9585 13 0 0 25 0 1 0 1166116505 61874176 14661 1992294400 134512640 135214827 4294956208 18446744073709551615 134538970 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 15106 14661 77 171 0 14933 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 65780

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1568168/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=72828 CPUtime=155.94
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 17768 0 0 0 15578 16 0 0 25 0 1 0 1166116505 74575872 17743 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 18207 17743 77 171 0 18034 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 78184

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1562664/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=78128 CPUtime=215.93
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 19098 0 0 0 21575 18 0 0 25 0 1 0 1166116505 80003072 19073 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 19532 19073 77 171 0 19359 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 83484

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

[startup+230.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1562536/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=78260 CPUtime=223.92
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 19140 0 0 0 22374 18 0 0 25 0 1 0 1166116505 80138240 19115 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 19565 19115 77 171 0 19392 0
Current children cumulated CPU time (s) 230.18
Current children cumulated vsize (KiB) 83616

[startup+243.107 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1560104/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=80652 CPUtime=236.72
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 19743 0 0 0 23654 18 0 0 25 0 1 0 1166116505 82587648 19718 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 20163 19718 77 171 0 19990 0
Current children cumulated CPU time (s) 242.98
Current children cumulated vsize (KiB) 86008

[startup+249.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1559080/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=81840 CPUtime=243.11
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 20055 0 0 0 24292 19 0 0 25 0 1 0 1166116505 83804160 20030 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 20460 20030 77 171 0 20287 0
Current children cumulated CPU time (s) 249.37
Current children cumulated vsize (KiB) 87196

[startup+255.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1557672/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=83160 CPUtime=249.51
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 20375 0 0 0 24932 19 0 0 25 0 1 0 1166116505 85155840 20350 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 20790 20350 77 171 0 20617 0
Current children cumulated CPU time (s) 255.77
Current children cumulated vsize (KiB) 88516

[startup+257.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1557416/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=83292 CPUtime=251.11
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 20416 0 0 0 25092 19 0 0 25 0 1 0 1166116505 85291008 20391 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 20823 20391 77 171 0 20650 0
Current children cumulated CPU time (s) 257.37
Current children cumulated vsize (KiB) 88648

[startup+258.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1557416/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=83424 CPUtime=251.91
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 20436 0 0 0 25172 19 0 0 25 0 1 0 1166116505 85426176 20411 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 20856 20411 77 171 0 20683 0
Current children cumulated CPU time (s) 258.17
Current children cumulated vsize (KiB) 88780

[startup+259.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1557288/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=83556 CPUtime=252.71
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 20479 0 0 0 25252 19 0 0 25 0 1 0 1166116505 85561344 20454 1992294400 134512640 135214827 4294956208 18446744073709551615 134536819 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 20889 20454 77 171 0 20716 0
Current children cumulated CPU time (s) 258.97
Current children cumulated vsize (KiB) 88912

[startup+259.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2380
/proc/meminfo: memFree=1557288/2055920 swapFree=4176220/4192956
[pid=2377] ppid=2375 vsize=5356 CPUtime=6.26
/proc/2377/stat : 2377 (lysat.sh) S 2375 2377 2155 0 -1 4194304 310 29397 0 0 0 0 604 22 16 0 1 0 1166115878 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2377/statm: 1339 237 195 169 0 50 0
[pid=2380] ppid=2377 vsize=83704 CPUtime=252.91
/proc/2380/stat : 2380 (LySATc) R 2377 2377 2155 0 -1 4194304 20504 0 0 0 25272 19 0 0 25 0 1 0 1166116505 85712896 20479 1992294400 134512640 135214827 4294956208 18446744073709551615 134529665 0 0 4096 3 0 0 0 17 0 0 0
/proc/2380/statm: 20926 20479 77 171 0 20753 0
Current children cumulated CPU time (s) 259.17
Current children cumulated vsize (KiB) 89060

Child status: 20
Real time (s): 259.335
CPU time (s): 259.224
CPU user time (s): 258.779
CPU system time (s): 0.444932
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 116484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 258.779
system time used= 0.444932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50375
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= 37
involuntary context switches= 855

runsolver used 0.244962 second user time and 0.709892 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-05 14:29:02
IDJOB=1581939
IDBENCH=71046
IDSOLVER=512
FILE ID=node59/1581939-1238934541
PBS_JOBID= 9101459
Free space on /tmp= 66544 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581939-1238934541/watcher-1581939-1238934541 -o /tmp/evaluation-result-1581939-1238934541/solver-1581939-1238934541 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1581939-1238934541.cnf c

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=784881716

node59.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.209
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.209
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:       1655576 kB
Buffers:         30868 kB
Cached:         302076 kB
SwapCached:       9640 kB
Active:         113604 kB
Inactive:       230376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655576 kB
SwapTotal:     4192956 kB
SwapFree:      4176220 kB
Dirty:           17064 kB
Writeback:           0 kB
Mapped:          16732 kB
Slab:            41876 kB
Committed_AS:  3468984 kB
PageTables:       1720 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= 66544 MiB
End job on node59 at 2009-04-05 14:33:22