Trace number 1774533

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 67.3228 67.3731

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 benchmark33.8968
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.29/1.35	c ==============================================================================
1.29/1.35	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.35	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.35	c ==============================================================================
1.29/1.36	c |         0 | 1351997  3702185 |  405599       0        0     nan |  0.000 % |
46.86/46.93	c |         0 |  261620  1836831 |      --       0       --      -- |     --   | -768849/-961225
46.86/46.93	c ==============================================================================
46.86/46.93	c Result  :   #vars: 5958   #clauses: 261620   #literals: 1836831
46.86/46.93	c CPU time:   46.5299 s
46.86/46.93	c ==============================================================================
47.65/47.74	c lySAT 0.1
47.65/47.74	c minisat core +  additionnal features
47.65/47.74	c ============================[ Problem Statistics ]=============================
47.65/47.74	c |                                                                             |
47.65/47.74	c |  Number of variables:  5958                                                 |
47.65/47.74	c |  Number of clauses:    261620                                               |
47.69/47.97	c |  Parsing time:         0.21         s                                       |
67.23/67.34	c restarts              : 299
67.23/67.34	c conflicts             : 86941          (4446 /sec)
67.23/67.34	c decisions             : 207695         (18.76 % random) (10622 /sec)
67.23/67.34	c euip                  : 4566        
67.23/67.34	c propagations          : 4796732        (245319 /sec)
67.23/67.34	c conflict literals     : 1237699        (15.76 % deleted)
67.23/67.34	c Memory used           : 29.74 MB
67.23/67.34	c CPU time              : 19.553 s
67.23/67.34	c 
67.23/67.35	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-1774533-1241243110/watcher-1774533-1241243110 -o /tmp/evaluation-result-1774533-1241243110/solver-1774533-1241243110 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774533-1241243110.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25027
/proc/meminfo: memFree=1372376/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=1268 CPUtime=0
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 221 0 0 0 0 0 0 0 18 0 1 0 152344655 1298432 205 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 317 206 51 127 0 187 0

[startup+0.103564 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25027
/proc/meminfo: memFree=1372376/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=10812 CPUtime=0.09
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 2365 0 0 0 7 2 0 0 18 0 1 0 152344655 11071488 2349 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 2703 2349 51 127 0 2573 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16168

[startup+0.202575 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25027
/proc/meminfo: memFree=1372376/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=20664 CPUtime=0.19
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 4488 0 0 0 16 3 0 0 18 0 1 0 152344655 21159936 4472 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 5166 4472 52 127 0 5036 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26020

[startup+0.302589 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25027
/proc/meminfo: memFree=1372376/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=27628 CPUtime=0.28
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 6404 0 0 0 24 4 0 0 20 0 1 0 152344655 28291072 6388 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 6907 6389 52 127 0 6777 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32984

[startup+0.702641 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25027
/proc/meminfo: memFree=1372376/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=71732 CPUtime=0.69
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 14910 0 0 0 59 10 0 0 23 0 1 0 152344655 73453568 14894 1992294400 134512640 135034092 4294956112 18446744073709551615 134691003 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 17933 14894 52 127 0 17803 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77088

[startup+1.50275 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 25029
/proc/meminfo: memFree=1278216/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=158596 CPUtime=1.49
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 31929 0 0 0 129 20 0 0 25 0 1 0 152344655 162402304 31913 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 39649 31913 64 127 0 39519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163952

[startup+3.10096 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 25029
/proc/meminfo: memFree=1244040/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=159108 CPUtime=3.08
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 32033 0 0 0 288 20 0 0 25 0 1 0 152344655 162926592 32017 1992294400 134512640 135034092 4294956112 18446744073709551615 134547541 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 39777 32017 64 127 0 39647 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 164464

[startup+6.30138 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 25029
/proc/meminfo: memFree=1231112/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=172436 CPUtime=6.29
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 37990 0 0 0 601 28 0 0 25 0 1 0 152344655 176574464 34594 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 43109 34594 68 127 0 42979 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177792

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 25029
/proc/meminfo: memFree=1188816/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=200384 CPUtime=12.68
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 45257 0 0 0 1234 34 0 0 25 0 1 0 152344655 205193216 41520 1992294400 134512640 135034092 4294956112 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 50096 41520 68 127 0 49966 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 205740

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 25029
/proc/meminfo: memFree=1188368/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=0
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152344655 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25027/statm: 1339 235 195 169 0 50 0
[pid=25028] ppid=25027 vsize=200896 CPUtime=25.48
/proc/25028/stat : 25028 (SatElite) R 25027 25027 24990 0 -1 4194304 45429 0 0 0 2513 35 0 0 25 0 1 0 152344655 205717504 41692 1992294400 134512640 135034092 4294956112 18446744073709551615 134571893 0 0 4096 3 0 0 0 17 1 0 0
/proc/25028/statm: 50224 41692 68 127 0 50094 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 206252

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1319120/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=26616 CPUtime=3.34
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 6475 0 0 0 332 2 0 0 25 0 1 0 152349429 27254784 6460 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 6654 6460 81 174 0 6477 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 31972

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

[startup+51.2023 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1319120/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=26616 CPUtime=3.44
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 6479 0 0 0 342 2 0 0 25 0 1 0 152349429 27254784 6464 1992294400 134512640 135226915 4294956224 18446744073709551615 134536806 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 6654 6464 81 174 0 6477 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 31972

[startup+57.6011 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1317072/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=28604 CPUtime=9.84
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 6941 0 0 0 981 3 0 0 25 0 1 0 152349429 29290496 6926 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 7151 6926 81 174 0 6974 0
Current children cumulated CPU time (s) 57.53
Current children cumulated vsize (KiB) 33960

[startup+64.002 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1315856/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=29868 CPUtime=16.24
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 7254 0 0 0 1621 3 0 0 25 0 1 0 152349429 30584832 7239 1992294400 134512640 135226915 4294956224 18446744073709551615 134536842 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 7467 7239 81 174 0 7290 0
Current children cumulated CPU time (s) 63.93
Current children cumulated vsize (KiB) 35224

[startup+65.6012 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1315728/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=30156 CPUtime=17.83
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 7326 0 0 0 1780 3 0 0 25 0 1 0 152349429 30879744 7311 1992294400 134512640 135226915 4294956224 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 7539 7311 81 174 0 7362 0
Current children cumulated CPU time (s) 65.52
Current children cumulated vsize (KiB) 35512

[startup+66.4013 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1315472/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=30308 CPUtime=18.63
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 7347 0 0 0 1860 3 0 0 25 0 1 0 152349429 31035392 7332 1992294400 134512640 135226915 4294956224 18446744073709551615 134544484 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 7577 7332 81 174 0 7400 0
Current children cumulated CPU time (s) 66.32
Current children cumulated vsize (KiB) 35664

[startup+66.8014 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1315472/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=30452 CPUtime=19.04
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 7384 0 0 0 1900 4 0 0 25 0 1 0 152349429 31182848 7369 1992294400 134512640 135226915 4294956224 18446744073709551615 134543632 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 7613 7369 81 174 0 7436 0
Current children cumulated CPU time (s) 66.73
Current children cumulated vsize (KiB) 35808

[startup+67.2054 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1315280/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=30452 CPUtime=19.45
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 7387 0 0 0 1941 4 0 0 25 0 1 0 152349429 31182848 7372 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 7613 7372 81 174 0 7436 0
Current children cumulated CPU time (s) 67.14
Current children cumulated vsize (KiB) 35808

[startup+67.3014 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25030
/proc/meminfo: memFree=1315280/2055920 swapFree=4181364/4192956
[pid=25027] ppid=25025 vsize=5356 CPUtime=47.69
/proc/25027/stat : 25027 (lysat.sh) S 25025 25027 24990 0 -1 4194304 310 50374 0 0 0 0 4725 44 16 0 1 0 152344655 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25027/statm: 1339 237 195 169 0 50 0
[pid=25030] ppid=25027 vsize=30452 CPUtime=19.54
/proc/25030/stat : 25030 (LySATi) R 25027 25027 24990 0 -1 4194304 7393 0 0 0 1950 4 0 0 25 0 1 0 152349429 31182848 7378 1992294400 134512640 135226915 4294956224 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 1 0 0
/proc/25030/statm: 7613 7378 81 174 0 7436 0
Current children cumulated CPU time (s) 67.23
Current children cumulated vsize (KiB) 35808

Child status: 20
Real time (s): 67.3731
CPU time (s): 67.3228
CPU user time (s): 66.8118
CPU system time (s): 0.510922
CPU usage (%): 99.9253
Max. virtual memory (cumulated for all children) (KiB): 222084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.8118
system time used= 0.510922
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= 39
involuntary context switches= 209

runsolver used 0.069989 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-02 07:45:12
IDJOB=1774533
IDBENCH=70957
IDSOLVER=609
FILE ID=node13/1774533-1241243110
PBS_JOBID= 9224863
Free space on /tmp= 66420 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-1774533-1241243110/watcher-1774533-1241243110 -o /tmp/evaluation-result-1774533-1241243110/solver-1774533-1241243110 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774533-1241243110.cnf i

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=776579107

node13.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.227
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.227
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:       1372856 kB
Buffers:         67644 kB
Cached:         513368 kB
SwapCached:       5352 kB
Active:          63216 kB
Inactive:       525484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1372856 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           34912 kB
Writeback:           0 kB
Mapped:          13392 kB
Slab:            80364 kB
Committed_AS:   623324 kB
PageTables:       1460 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= 66416 MiB
End job on node13 at 2009-05-02 07:46:19