Trace number 1715693

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 114.244 114.285

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.5733
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

Solver Data

0.00/0.00	c Parsing...
0.68/0.73	c ==============================================================================
0.68/0.73	c |           |     ORIGINAL     |              LEARNT              |          |
0.68/0.73	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.68/0.73	c ==============================================================================
0.68/0.73	c |         0 |  791609  1827554 |  237482       0        0     nan |  0.000 % |
5.68/5.72	c |         0 |  330007   875573 |      --       0       --      -- |     --   | -246452/-463289
5.68/5.72	c ==============================================================================
5.68/5.72	c Result  :   #vars: 58111   #clauses: 330007   #literals: 875573
5.68/5.72	c CPU time:   5.52116 s
5.68/5.72	c ==============================================================================
6.08/6.18	This is MiniSat 2.0 beta
6.08/6.18	WARNING: for repeatability, setting FPU to use double precision
6.08/6.18	============================[ Problem Statistics ]=============================
6.08/6.18	|                                                                             |
6.08/6.19	|  Number of variables:  58111                                                |
6.08/6.19	|  Number of clauses:    330007                                               |
6.17/6.38	|  Parsing time:         0.17         s                                       |
114.14/114.26	restarts              : 15
114.14/114.26	conflicts             : 67891          (629 /sec)
114.14/114.26	decisions             : 90461          (0.81 % random) (838 /sec)
114.14/114.26	propagations          : 107099294      (991636 /sec)
114.14/114.26	conflict literals     : 2460297        (49.78 % deleted)
114.14/114.26	Memory used           : 24.94 MB
114.14/114.26	CPU time              : 108.003 s
114.14/114.26	
114.14/114.26	UNSATISFIABLE
114.14/114.27	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-1715693-1240605904/watcher-1715693-1240605904 -o /tmp/evaluation-result-1715693-1240605904/solver-1715693-1240605904 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1715693-1240605904.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.93 0.42 0.15 3/64 18259
/proc/meminfo: memFree=1620560/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=0
/proc/18259/stat : 18259 (lysat.sh) R 18257 18259 18128 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 88624148 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18259/statm: 1339 234 194 169 0 50 0
[pid=18260] ppid=18259 vsize=688 CPUtime=0
/proc/18260/stat : 18260 (SatElite) R 18259 18259 18128 0 -1 4194304 69 0 0 0 0 0 0 0 20 0 1 0 88624149 704512 53 1992294400 134512640 135034092 4294956112 18446744073709551615 134787264 0 0 4096 3 0 0 0 17 1 0 0
/proc/18260/statm: 173 62 50 127 0 43 0

[startup+0.017841 s]
/proc/loadavg: 0.93 0.42 0.15 3/64 18259
/proc/meminfo: memFree=1620560/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=0
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 88624148 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 235 195 169 0 50 0
[pid=18260] ppid=18259 vsize=4392 CPUtime=0
/proc/18260/stat : 18260 (SatElite) R 18259 18259 18128 0 -1 4194304 841 0 0 0 0 0 0 0 21 0 1 0 88624149 4497408 825 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18260/statm: 1098 825 50 127 0 968 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9748

[startup+0.101851 s]
/proc/loadavg: 0.93 0.42 0.15 3/64 18259
/proc/meminfo: memFree=1620560/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=0
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 88624148 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 235 195 169 0 50 0
[pid=18260] ppid=18259 vsize=21248 CPUtime=0.08
/proc/18260/stat : 18260 (SatElite) R 18259 18259 18128 0 -1 4194304 4357 0 0 0 7 1 0 0 21 0 1 0 88624149 21757952 4341 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 1 0 0
/proc/18260/statm: 5312 4343 50 127 0 5182 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26604

[startup+0.301873 s]
/proc/loadavg: 0.93 0.42 0.15 3/64 18259
/proc/meminfo: memFree=1620560/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=0
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 88624148 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 235 195 169 0 50 0
[pid=18260] ppid=18259 vsize=51840 CPUtime=0.28
/proc/18260/stat : 18260 (SatElite) R 18259 18259 18128 0 -1 4194304 10423 0 0 0 24 4 0 0 22 0 1 0 88624149 53084160 10407 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18260/statm: 12960 10409 50 127 0 12830 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 57196

[startup+0.70192 s]
/proc/loadavg: 0.93 0.42 0.15 3/64 18259
/proc/meminfo: memFree=1620560/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=0
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 88624148 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 235 195 169 0 50 0
[pid=18260] ppid=18259 vsize=80964 CPUtime=0.68
/proc/18260/stat : 18260 (SatElite) R 18259 18259 18128 0 -1 4194304 17987 0 0 0 59 9 0 0 25 0 1 0 88624149 82907136 17971 1992294400 134512640 135034092 4294956112 18446744073709551615 134542635 0 0 4096 3 0 0 0 17 1 0 0
/proc/18260/statm: 20241 17971 51 127 0 20111 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86320

[startup+1.50201 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 18261
/proc/meminfo: memFree=1542400/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=0
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 88624148 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 235 195 169 0 50 0
[pid=18260] ppid=18259 vsize=95776 CPUtime=1.49
/proc/18260/stat : 18260 (SatElite) R 18259 18259 18128 0 -1 4194304 22395 0 0 0 135 14 0 0 25 0 1 0 88624149 98074624 20447 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18260/statm: 23944 20447 68 127 0 23814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101132

[startup+3.1012 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 18261
/proc/meminfo: memFree=1533120/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=0
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 88624148 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 235 195 169 0 50 0
[pid=18260] ppid=18259 vsize=104936 CPUtime=3.09
/proc/18260/stat : 18260 (SatElite) R 18259 18259 18128 0 -1 4194304 25063 0 0 0 294 15 0 0 25 0 1 0 88624149 107454464 22640 1992294400 134512640 135034092 4294956112 18446744073709551615 134580921 0 0 4096 3 0 0 0 17 1 0 0
/proc/18260/statm: 26234 22640 68 127 0 26104 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110292

[startup+6.30258 s]
/proc/loadavg: 0.94 0.43 0.16 2/66 18261
/proc/meminfo: memFree=1530368/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 5356

[startup+12.7013 s]
/proc/loadavg: 0.94 0.44 0.16 2/66 18262
/proc/meminfo: memFree=1590528/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=20144 CPUtime=6.5
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 4720 0 0 0 647 3 0 0 25 0 1 0 88624767 20627456 4691 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 5036 4691 76 171 0 4863 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25500

[startup+25.5018 s]
/proc/loadavg: 0.95 0.46 0.18 2/66 18262
/proc/meminfo: memFree=1590592/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=20280 CPUtime=19.3
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 4757 0 0 0 1927 3 0 0 25 0 1 0 88624767 20766720 4728 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 5070 4728 76 171 0 4897 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 25636

[startup+51.1018 s]
/proc/loadavg: 0.97 0.51 0.20 2/66 18262
/proc/meminfo: memFree=1589888/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=21136 CPUtime=44.89
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 4950 0 0 0 4486 3 0 0 25 0 1 0 88624767 21643264 4921 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 5284 4921 76 171 0 5111 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 26492

[startup+102.306 s]
/proc/loadavg: 0.98 0.58 0.24 2/66 18262
/proc/meminfo: memFree=1585600/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=25536 CPUtime=96.08
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 6032 0 0 0 9604 4 0 0 25 0 1 0 88624767 26148864 6003 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 6384 6003 76 171 0 6211 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 30892

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

[startup+108.701 s]
/proc/loadavg: 0.99 0.59 0.24 2/66 18262
/proc/meminfo: memFree=1585600/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=25536 CPUtime=102.47
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 6032 0 0 0 10243 4 0 0 25 0 1 0 88624767 26148864 6003 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 6384 6003 76 171 0 6211 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 30892

[startup+111.902 s]
/proc/loadavg: 0.99 0.59 0.24 2/66 18262
/proc/meminfo: memFree=1585600/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=25536 CPUtime=105.67
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 6032 0 0 0 10563 4 0 0 25 0 1 0 88624767 26148864 6003 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 6384 6003 76 171 0 6211 0
Current children cumulated CPU time (s) 111.84
Current children cumulated vsize (KiB) 30892

[startup+113.502 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 18262
/proc/meminfo: memFree=1585600/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=25536 CPUtime=107.27
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 6032 0 0 0 10723 4 0 0 25 0 1 0 88624767 26148864 6003 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 6384 6003 76 171 0 6211 0
Current children cumulated CPU time (s) 113.44
Current children cumulated vsize (KiB) 30892

[startup+113.901 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 18262
/proc/meminfo: memFree=1585600/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=25536 CPUtime=107.67
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 6032 0 0 0 10763 4 0 0 25 0 1 0 88624767 26148864 6003 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 6384 6003 76 171 0 6211 0
Current children cumulated CPU time (s) 113.84
Current children cumulated vsize (KiB) 30892

[startup+114.101 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 18262
/proc/meminfo: memFree=1585600/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=25536 CPUtime=107.87
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 6032 0 0 0 10783 4 0 0 25 0 1 0 88624767 26148864 6003 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 6384 6003 76 171 0 6211 0
Current children cumulated CPU time (s) 114.04
Current children cumulated vsize (KiB) 30892

[startup+114.201 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 18262
/proc/meminfo: memFree=1585600/2055920 swapFree=4192812/4192956
[pid=18259] ppid=18257 vsize=5356 CPUtime=6.17
/proc/18259/stat : 18259 (lysat.sh) S 18257 18259 18128 0 -1 4194304 310 34900 0 0 0 0 594 23 19 0 1 0 88624148 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18259/statm: 1339 237 195 169 0 50 0
[pid=18262] ppid=18259 vsize=25536 CPUtime=107.97
/proc/18262/stat : 18262 (LySATc) R 18259 18259 18128 0 -1 4194304 6032 0 0 0 10793 4 0 0 25 0 1 0 88624767 26148864 6003 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/18262/statm: 6384 6003 76 171 0 6211 0
Current children cumulated CPU time (s) 114.14
Current children cumulated vsize (KiB) 30892

Child status: 20
Real time (s): 114.285
CPU time (s): 114.244
CPU user time (s): 113.951
CPU system time (s): 0.292955
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 113508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.951
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 175

runsolver used 0.132979 second user time and 0.284956 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-24 22:45:05
IDJOB=1715693
IDBENCH=20347
IDSOLVER=512
FILE ID=node11/1715693-1240605904
PBS_JOBID= 9186303
Free space on /tmp= 66080 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715693-1240605904/watcher-1715693-1240605904 -o /tmp/evaluation-result-1715693-1240605904/solver-1715693-1240605904 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1715693-1240605904.cnf c

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

MD5SUM BENCH= 127968d7d14f3ab7655995f561e62ed8
RANDOM SEED=2143119058

node11.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:       1621040 kB
Buffers:         48788 kB
Cached:         305144 kB
SwapCached:        144 kB
Active:         127360 kB
Inactive:       240640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16308 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            52908 kB
Committed_AS:   282276 kB
PageTables:       1448 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= 66076 MiB
End job on node11 at 2009-04-24 22:46:59