Trace number 1553159

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 108.233 108.297

General information on the benchmark

NameAPPLICATIONS/bitverif/
minor/minor064.cnf
MD5SUM1a151a1e93387c74239b48070e3eed97
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.72543
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
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.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   42579    99351 |   12773       0        0     nan |  0.000 % |
0.58/0.67	c |         0 |   17622    82354 |      --       0       --      -- |     --   | -24915/-16896
0.58/0.67	c ==============================================================================
0.58/0.67	c Result  :   #vars: 1957   #clauses: 17622   #literals: 82354
0.58/0.67	c CPU time:   0.648901 s
0.58/0.67	c ==============================================================================
0.69/0.70	This is MiniSat 2.0 beta
0.69/0.70	WARNING: for repeatability, setting FPU to use double precision
0.69/0.70	============================[ Problem Statistics ]=============================
0.69/0.70	|                                                                             |
0.69/0.70	|  Number of variables:  1957                                                 |
0.69/0.70	|  Number of clauses:    17622                                                |
0.69/0.71	|  Parsing time:         0.01         s                                       |
108.12/108.28	restarts              : 20
108.12/108.28	conflicts             : 462861         (4307 /sec)
108.12/108.28	decisions             : 1024376        (1.74 % random) (9532 /sec)
108.12/108.28	propagations          : 46921651       (436592 /sec)
108.12/108.28	conflict literals     : 74451217       (21.26 % deleted)
108.12/108.28	Memory used           : 32.43 MB
108.12/108.28	CPU time              : 107.473 s
108.12/108.28	
108.12/108.28	UNSATISFIABLE
108.12/108.28	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-1553159-1238712020/watcher-1553159-1238712020 -o /tmp/evaluation-result-1553159-1238712020/solver-1553159-1238712020 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1553159-1238712020.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.99 1.02 1.29 3/65 16013
/proc/meminfo: memFree=1439256/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0
/proc/16013/stat : 16013 (lysat.sh) R 16011 16013 15855 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 497535858 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16013/statm: 1339 234 194 169 0 50 0
[pid=16014] ppid=16013 vsize=976 CPUtime=0
/proc/16014/stat : 16014 (SatElite) R 16013 16013 15855 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 0 497535859 999424 150 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16014/statm: 244 152 50 127 0 114 0

[startup+0.0572061 s]
/proc/loadavg: 0.99 1.02 1.29 3/65 16013
/proc/meminfo: memFree=1439256/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 497535858 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16013/statm: 1339 235 195 169 0 50 0
[pid=16014] ppid=16013 vsize=6800 CPUtime=0.04
/proc/16014/stat : 16014 (SatElite) R 16013 16013 15855 0 -1 4194304 1649 0 0 0 4 0 0 0 19 0 1 0 497535859 6963200 1549 1992294400 134512640 135034092 4294956112 18446744073709551615 134541116 0 0 4096 3 0 0 0 17 0 0 0
/proc/16014/statm: 1700 1549 68 127 0 1570 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12156

[startup+0.101211 s]
/proc/loadavg: 0.99 1.02 1.29 3/65 16013
/proc/meminfo: memFree=1439256/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 497535858 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16013/statm: 1339 235 195 169 0 50 0
[pid=16014] ppid=16013 vsize=6936 CPUtime=0.09
/proc/16014/stat : 16014 (SatElite) R 16013 16013 15855 0 -1 4194304 1677 0 0 0 9 0 0 0 19 0 1 0 497535859 7102464 1577 1992294400 134512640 135034092 4294956112 18446744073709551615 134566267 0 0 4096 3 0 0 0 17 0 0 0
/proc/16014/statm: 1734 1577 68 127 0 1604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12292

[startup+0.301232 s]
/proc/loadavg: 0.99 1.02 1.29 3/65 16013
/proc/meminfo: memFree=1439256/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 497535858 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16013/statm: 1339 235 195 169 0 50 0
[pid=16014] ppid=16013 vsize=7388 CPUtime=0.29
/proc/16014/stat : 16014 (SatElite) R 16013 16013 15855 0 -1 4194304 1774 0 0 0 28 1 0 0 21 0 1 0 497535859 7565312 1674 1992294400 134512640 135034092 4294956112 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/16014/statm: 1847 1674 68 127 0 1717 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12744

[startup+0.701278 s]
/proc/loadavg: 0.99 1.02 1.29 3/65 16013
/proc/meminfo: memFree=1439256/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 497535858 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16013/statm: 1339 235 195 169 0 50 0
[pid=16014] ppid=16013 vsize=8044 CPUtime=0.69
/proc/16014/stat : 16014 (SatElite) R 16013 16013 15855 0 -1 4194304 2050 0 0 0 67 2 0 0 25 0 1 0 497535859 8237056 1855 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/16014/statm: 2011 1855 69 127 0 1881 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13400

[startup+1.50137 s]
/proc/loadavg: 0.99 1.02 1.29 2/67 16016
/proc/meminfo: memFree=1432776/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=6300 CPUtime=0.78
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 1311 0 0 0 78 0 0 0 23 0 1 0 497535929 6451200 1296 1992294400 134512640 135214827 4294956224 18446744073709551615 134527593 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 1575 1296 78 171 0 1402 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11656

[startup+3.10155 s]
/proc/loadavg: 0.99 1.02 1.29 2/67 16016
/proc/meminfo: memFree=1429576/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=8808 CPUtime=2.38
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 1943 0 0 0 238 0 0 0 25 0 1 0 497535929 9019392 1928 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 2202 1928 78 171 0 2029 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14164

[startup+6.30191 s]
/proc/loadavg: 0.99 1.02 1.29 2/67 16016
/proc/meminfo: memFree=1425672/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=11252 CPUtime=5.58
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 2554 0 0 0 557 1 0 0 25 0 1 0 497535929 11522048 2539 1992294400 134512640 135214827 4294956224 18446744073709551615 134527376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 2813 2539 78 171 0 2640 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16608

[startup+12.7017 s]
/proc/loadavg: 0.99 1.02 1.29 2/67 16016
/proc/meminfo: memFree=1417232/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=20240 CPUtime=11.98
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 4784 0 0 0 1196 2 0 0 25 0 1 0 497535929 20725760 4769 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/16016/statm: 5060 4769 78 171 0 4887 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25596

[startup+25.5021 s]
/proc/loadavg: 0.99 1.01 1.28 2/67 16016
/proc/meminfo: memFree=1412880/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=24628 CPUtime=24.77
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 5882 0 0 0 2475 2 0 0 25 0 1 0 497535929 25219072 5867 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 6157 5867 78 171 0 5984 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29984

[startup+51.103 s]
/proc/loadavg: 0.99 1.01 1.27 2/67 16016
/proc/meminfo: memFree=1407184/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=30444 CPUtime=50.36
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 7327 0 0 0 5032 4 0 0 25 0 1 0 497535929 31174656 7312 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 7611 7312 78 171 0 7438 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 35800

[startup+102.307 s]
/proc/loadavg: 0.99 1.01 1.26 2/67 16016
/proc/meminfo: memFree=1403408/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=33208 CPUtime=101.54
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 8057 0 0 0 10150 4 0 0 25 0 1 0 497535929 34004992 8035 1992294400 134512640 135214827 4294956224 18446744073709551615 134536880 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 8302 8035 78 171 0 8129 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 38564

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

[startup+105.501 s]
/proc/loadavg: 0.99 1.01 1.26 2/67 16016
/proc/meminfo: memFree=1403408/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=33208 CPUtime=104.73
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 8057 0 0 0 10469 4 0 0 25 0 1 0 497535929 34004992 8035 1992294400 134512640 135214827 4294956224 18446744073709551615 134537084 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 8302 8035 78 171 0 8129 0
Current children cumulated CPU time (s) 105.42
Current children cumulated vsize (KiB) 38564

[startup+107.101 s]
/proc/loadavg: 0.99 1.01 1.26 2/67 16016
/proc/meminfo: memFree=1403408/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=33208 CPUtime=106.33
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 8060 0 0 0 10629 4 0 0 25 0 1 0 497535929 34004992 8038 1992294400 134512640 135214827 4294956224 18446744073709551615 134716174 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 8302 8038 78 171 0 8129 0
Current children cumulated CPU time (s) 107.02
Current children cumulated vsize (KiB) 38564

[startup+107.901 s]
/proc/loadavg: 0.99 1.01 1.26 2/67 16016
/proc/meminfo: memFree=1403408/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=33208 CPUtime=107.13
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 8060 0 0 0 10709 4 0 0 25 0 1 0 497535929 34004992 8038 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 8302 8038 78 171 0 8129 0
Current children cumulated CPU time (s) 107.82
Current children cumulated vsize (KiB) 38564

[startup+108.101 s]
/proc/loadavg: 0.99 1.01 1.26 2/67 16016
/proc/meminfo: memFree=1403408/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=33208 CPUtime=107.33
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 8060 0 0 0 10729 4 0 0 25 0 1 0 497535929 34004992 8038 1992294400 134512640 135214827 4294956224 18446744073709551615 134536838 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 8302 8038 78 171 0 8129 0
Current children cumulated CPU time (s) 108.02
Current children cumulated vsize (KiB) 38564

[startup+108.201 s]
/proc/loadavg: 0.99 1.01 1.26 2/67 16016
/proc/meminfo: memFree=1403408/2055920 swapFree=4178736/4192956
[pid=16013] ppid=16011 vsize=5356 CPUtime=0.69
/proc/16013/stat : 16013 (lysat.sh) S 16011 16013 15855 0 -1 4194304 310 2053 0 0 0 0 67 2 16 0 1 0 497535858 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16013/statm: 1339 237 195 169 0 50 0
[pid=16016] ppid=16013 vsize=33208 CPUtime=107.43
/proc/16016/stat : 16016 (LySATc) R 16013 16013 15855 0 -1 4194304 8060 0 0 0 10739 4 0 0 25 0 1 0 497535929 34004992 8038 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16016/statm: 8302 8038 78 171 0 8129 0
Current children cumulated CPU time (s) 108.12
Current children cumulated vsize (KiB) 38564

Child status: 20
Real time (s): 108.297
CPU time (s): 108.233
CPU user time (s): 108.153
CPU system time (s): 0.079987
CPU usage (%): 99.9406
Max. virtual memory (cumulated for all children) (KiB): 38708

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

runsolver used 0.091986 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-03 00:40:20
IDJOB=1553159
IDBENCH=70756
IDSOLVER=512
FILE ID=node32/1553159-1238712020
PBS_JOBID= 9085292
Free space on /tmp= 66452 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/minor/minor064.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553159-1238712020/watcher-1553159-1238712020 -o /tmp/evaluation-result-1553159-1238712020/solver-1553159-1238712020 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1553159-1238712020.cnf c

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

MD5SUM BENCH= 1a151a1e93387c74239b48070e3eed97
RANDOM SEED=2010527735

node32.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.234
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.234
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:       1439800 kB
Buffers:        101480 kB
Cached:         421236 kB
SwapCached:       7344 kB
Active:         271940 kB
Inactive:       259556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439800 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:            2892 kB
Writeback:           0 kB
Mapped:          14536 kB
Slab:            70444 kB
Committed_AS:  1820228 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node32 at 2009-04-03 00:42:08