Trace number 1563610

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 i/2009-03-20UNSAT 63.2224 63.2532

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.cnf
MD5SUMf135b1d0c8abb3603a01568e46f7396a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0141
Satisfiable
(Un)Satisfiability was proved
Number of variables270963
Number of clauses1601376
Sum of the clauses size4314698
Maximum clause length257
Minimum clause length1
Number of clauses of size 139870
Number of clauses of size 21147330
Number of clauses of size 3334113
Number of clauses of size 49978
Number of clauses of size 50
Number of clauses of size over 570085

Solver Data

0.00/0.00	c Parsing...
1.19/1.28	c ==============================================================================
1.19/1.28	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.28	c ==============================================================================
1.19/1.28	c |         0 | 1351997  3702185 |  405599       0        0     nan |  0.000 % |
43.97/44.09	c |         0 |  261620  1836831 |      --       0       --      -- |     --   | -768849/-961225
43.97/44.10	c ==============================================================================
43.97/44.10	c Result  :   #vars: 5958   #clauses: 261620   #literals: 1836831
43.97/44.10	c CPU time:   43.7453 s
43.97/44.10	c ==============================================================================
44.77/44.85	c lySAT 0.1
44.77/44.85	c minisat core +  additionnal features
44.77/44.85	c ============================[ Problem Statistics ]=============================
44.77/44.85	c |                                                                             |
44.77/44.85	c |  Number of variables:  5958                                                 |
44.77/44.85	c |  Number of clauses:    261620                                               |
44.96/45.10	c |  Parsing time:         0.21         s                                       |
63.14/63.22	c restarts              : 299
63.14/63.22	c conflicts             : 86941          (4745 /sec)
63.14/63.22	c decisions             : 207695         (18.76 % random) (11336 /sec)
63.14/63.22	c euip                  : 4566        
63.14/63.22	c propagations          : 4796732        (261799 /sec)
63.14/63.22	c conflict literals     : 1237699        (15.76 % deleted)
63.14/63.22	c Memory used           : 29.74 MB
63.14/63.22	c CPU time              : 18.3222 s
63.14/63.22	c 
63.14/63.23	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-1563610-1238788018/watcher-1563610-1238788018 -o /tmp/evaluation-result-1563610-1238788018/solver-1563610-1238788018 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1563610-1238788018.cnf i 

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: 1.00 1.00 1.00 3/80 16788
/proc/meminfo: memFree=1774576/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) R 16786 16788 16487 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 255372880543 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16788/statm: 1339 234 194 169 0 50 0
[pid=16789] ppid=16788 vsize=972 CPUtime=0
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 1151465927 995328 149 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 243 157 51 127 0 113 0

[startup+0.0914831 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 16788
/proc/meminfo: memFree=1774576/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=10416 CPUtime=0.07
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 2239 0 0 0 7 0 0 0 19 0 1 0 1151465927 10665984 2223 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 2604 2223 51 127 0 2474 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15772

[startup+0.102485 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 16788
/proc/meminfo: memFree=1774576/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=11720 CPUtime=0.09
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 2483 0 0 0 8 1 0 0 19 0 1 0 1151465927 12001280 2467 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 2930 2467 51 127 0 2800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17076

[startup+0.302504 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 16788
/proc/meminfo: memFree=1774576/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=28816 CPUtime=0.29
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 6758 0 0 0 26 3 0 0 21 0 1 0 1151465927 29507584 6742 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 7204 6743 52 127 0 7074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34172

[startup+0.701547 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 16788
/proc/meminfo: memFree=1774576/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=74240 CPUtime=0.69
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 15820 0 0 0 59 10 0 0 25 0 1 0 1151465927 76021760 15805 1992294400 134512640 135034092 4294956096 18446744073709551615 134545140 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 18560 15811 52 127 0 18430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79596

[startup+1.50163 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16790
/proc/meminfo: memFree=1683744/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=158596 CPUtime=1.49
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 31937 0 0 0 132 17 0 0 25 0 1 0 1151465927 162402304 31921 1992294400 134512640 135034092 4294956096 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 39649 31921 64 127 0 39519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163952

[startup+3.10179 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16790
/proc/meminfo: memFree=1646176/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=159108 CPUtime=3.09
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 32047 0 0 0 292 17 0 0 25 0 1 0 1151465927 162926592 32031 1992294400 134512640 135034092 4294956096 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 39777 32031 64 127 0 39647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164464

[startup+6.30113 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16790
/proc/meminfo: memFree=1631328/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=174812 CPUtime=6.29
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 38499 0 0 0 605 24 0 0 25 0 1 0 1151465927 179007488 35103 1992294400 134512640 135034092 4294956096 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 43703 35103 68 127 0 43573 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180168

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16790
/proc/meminfo: memFree=1590816/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=200384 CPUtime=12.68
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 45263 0 0 0 1238 30 0 0 25 0 1 0 1151465927 205193216 41526 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 50096 41526 68 127 0 49966 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 205740

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16790
/proc/meminfo: memFree=1590304/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=0
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151465926 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16788/statm: 1339 235 195 169 0 50 0
[pid=16789] ppid=16788 vsize=200896 CPUtime=25.48
/proc/16789/stat : 16789 (SatElite) R 16788 16788 16487 0 -1 4194304 45445 0 0 0 2518 30 0 0 25 0 1 0 1151465927 205717504 41708 1992294400 134512640 135034092 4294956096 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/16789/statm: 50224 41708 68 127 0 50094 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 206252

[startup+51.1028 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16791
/proc/meminfo: memFree=1719840/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=44.82
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 310 50374 0 0 0 0 4442 40 16 0 1 0 1151465926 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16788/statm: 1339 237 195 169 0 50 0
[pid=16791] ppid=16788 vsize=27584 CPUtime=6.23
/proc/16791/stat : 16791 (LySATi) R 16788 16788 16487 0 -1 4194304 6707 0 0 0 620 3 0 0 25 0 1 0 1151470412 28246016 6692 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16791/statm: 6896 6692 81 174 0 6719 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 32940

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

[startup+57.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16791
/proc/meminfo: memFree=1718240/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=44.82
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 310 50374 0 0 0 0 4442 40 16 0 1 0 1151465926 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16788/statm: 1339 237 195 169 0 50 0
[pid=16791] ppid=16788 vsize=29572 CPUtime=12.63
/proc/16791/stat : 16791 (LySATi) R 16788 16788 16487 0 -1 4194304 7166 0 0 0 1260 3 0 0 25 0 1 0 1151470412 30281728 7151 1992294400 134512640 135226915 4294956208 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 0 0 0
/proc/16791/statm: 7393 7151 81 174 0 7216 0
Current children cumulated CPU time (s) 57.45
Current children cumulated vsize (KiB) 34928

[startup+60.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16791
/proc/meminfo: memFree=1717664/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=44.82
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 310 50374 0 0 0 0 4442 40 16 0 1 0 1151465926 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16788/statm: 1339 237 195 169 0 50 0
[pid=16791] ppid=16788 vsize=30024 CPUtime=15.82
/proc/16791/stat : 16791 (LySATi) R 16788 16788 16487 0 -1 4194304 7280 0 0 0 1579 3 0 0 25 0 1 0 1151470412 30744576 7265 1992294400 134512640 135226915 4294956208 18446744073709551615 134544412 0 0 4096 3 0 0 0 17 0 0 0
/proc/16791/statm: 7506 7265 81 174 0 7329 0
Current children cumulated CPU time (s) 60.64
Current children cumulated vsize (KiB) 35380

[startup+62.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16791
/proc/meminfo: memFree=1717472/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=44.82
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 310 50374 0 0 0 0 4442 40 16 0 1 0 1151465926 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16788/statm: 1339 237 195 169 0 50 0
[pid=16791] ppid=16788 vsize=30308 CPUtime=17.42
/proc/16791/stat : 16791 (LySATi) R 16788 16788 16487 0 -1 4194304 7347 0 0 0 1739 3 0 0 25 0 1 0 1151470412 31035392 7332 1992294400 134512640 135226915 4294956208 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 0 0 0
/proc/16791/statm: 7577 7332 81 174 0 7400 0
Current children cumulated CPU time (s) 62.24
Current children cumulated vsize (KiB) 35664

[startup+62.707 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16791
/proc/meminfo: memFree=1717216/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=44.82
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 310 50374 0 0 0 0 4442 40 16 0 1 0 1151465926 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16788/statm: 1339 237 195 169 0 50 0
[pid=16791] ppid=16788 vsize=30452 CPUtime=17.83
/proc/16791/stat : 16791 (LySATi) R 16788 16788 16487 0 -1 4194304 7384 0 0 0 1780 3 0 0 25 0 1 0 1151470412 31182848 7369 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16791/statm: 7613 7369 81 174 0 7436 0
Current children cumulated CPU time (s) 62.65
Current children cumulated vsize (KiB) 35808

[startup+63.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16791
/proc/meminfo: memFree=1717216/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=44.82
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 310 50374 0 0 0 0 4442 40 16 0 1 0 1151465926 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16788/statm: 1339 237 195 169 0 50 0
[pid=16791] ppid=16788 vsize=30452 CPUtime=18.22
/proc/16791/stat : 16791 (LySATi) R 16788 16788 16487 0 -1 4194304 7387 0 0 0 1819 3 0 0 25 0 1 0 1151470412 31182848 7372 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/16791/statm: 7613 7372 81 174 0 7436 0
Current children cumulated CPU time (s) 63.04
Current children cumulated vsize (KiB) 35808

[startup+63.2011 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 16791
/proc/meminfo: memFree=1717216/2055912 swapFree=4170588/4192956
[pid=16788] ppid=16786 vsize=5356 CPUtime=44.82
/proc/16788/stat : 16788 (lysat.sh) S 16786 16788 16487 0 -1 4194304 310 50374 0 0 0 0 4442 40 16 0 1 0 1151465926 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16788/statm: 1339 237 195 169 0 50 0
[pid=16791] ppid=16788 vsize=30452 CPUtime=18.32
/proc/16791/stat : 16791 (LySATi) R 16788 16788 16487 0 -1 4194304 7393 0 0 0 1829 3 0 0 25 0 1 0 1151470412 31182848 7378 1992294400 134512640 135226915 4294956208 18446744073709551615 134548315 0 0 4096 3 0 0 0 17 0 0 0
/proc/16791/statm: 7613 7378 81 174 0 7436 0
Current children cumulated CPU time (s) 63.14
Current children cumulated vsize (KiB) 35808

Child status: 20
Real time (s): 63.2532
CPU time (s): 63.2224
CPU user time (s): 62.7485
CPU system time (s): 0.473927
CPU usage (%): 99.9513
Max. virtual memory (cumulated for all children) (KiB): 222084

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

runsolver used 0.086986 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-03 21:47:00
IDJOB=1563610
IDBENCH=70957
IDSOLVER=511
FILE ID=node78/1563610-1238788018
PBS_JOBID= 9085622
Free space on /tmp= 126820 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563610-1238788018/watcher-1563610-1238788018 -o /tmp/evaluation-result-1563610-1238788018/solver-1563610-1238788018 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1563610-1238788018.cnf i

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=1718235854

node78.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:      2055912 kB
MemFree:       1774992 kB
Buffers:         29812 kB
Cached:         174796 kB
SwapCached:       7620 kB
Active:         102128 kB
Inactive:       112648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1774992 kB
SwapTotal:     4192956 kB
SwapFree:      4170588 kB
Dirty:           34920 kB
Writeback:           0 kB
Mapped:          15876 kB
Slab:            50280 kB
Committed_AS:  2911680 kB
PageTables:       2556 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= 126816 MiB
End job on node78 at 2009-04-03 21:48:04