Trace number 1563611

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 151.192 152.394

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.18/1.26	c ==============================================================================
1.18/1.26	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.26	c ==============================================================================
1.18/1.26	c |         0 | 1351997  3702185 |  405599       0        0     nan |  0.000 % |
44.86/45.26	c |         0 |  261620  1836831 |      --       0       --      -- |     --   | -768849/-961225
44.86/45.26	c ==============================================================================
44.86/45.26	c Result  :   #vars: 5958   #clauses: 261620   #literals: 1836831
44.86/45.26	c CPU time:   44.5462 s
44.86/45.26	c ==============================================================================
45.66/46.01	This is MiniSat 2.0 beta
45.66/46.01	WARNING: for repeatability, setting FPU to use double precision
45.66/46.01	============================[ Problem Statistics ]=============================
45.66/46.01	|                                                                             |
45.66/46.01	|  Number of variables:  5958                                                 |
45.66/46.01	|  Number of clauses:    261620                                               |
45.67/46.25	|  Parsing time:         0.21         s                                       |
151.08/152.36	restarts              : 18
151.08/152.36	conflicts             : 204616         (1942 /sec)
151.08/152.36	decisions             : 310367         (1.86 % random) (2946 /sec)
151.08/152.36	propagations          : 13125011       (124573 /sec)
151.08/152.36	conflict literals     : 3756125        (28.05 % deleted)
151.08/152.36	Memory used           : 42.89 MB
151.08/152.36	CPU time              : 105.36 s
151.08/152.36	
151.08/152.36	UNSATISFIABLE
151.08/152.37	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-1563611-1238788020/watcher-1563611-1238788020 -o /tmp/evaluation-result-1563611-1238788020/solver-1563611-1238788020 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1563611-1238788020.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: 1.17 1.09 1.03 3/64 787
/proc/meminfo: memFree=1651160/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) R 785 787 426 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/787/statm: 1339 234 194 169 0 50 0
[pid=788] ppid=787 vsize=840 CPUtime=0
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 1151467881 860160 120 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/788/statm: 210 122 51 127 0 80 0

[startup+0.0522401 s]
/proc/loadavg: 1.17 1.09 1.03 3/64 787
/proc/meminfo: memFree=1651160/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=6216 CPUtime=0.03
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 1306 0 0 0 3 0 0 0 19 0 1 0 1151467881 6365184 1290 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/788/statm: 1554 1291 51 127 0 1424 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11572

[startup+0.102245 s]
/proc/loadavg: 1.17 1.09 1.03 3/64 787
/proc/meminfo: memFree=1651160/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=11720 CPUtime=0.09
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 2497 0 0 0 8 1 0 0 19 0 1 0 1151467881 12001280 2481 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/788/statm: 2930 2484 51 127 0 2800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17076

[startup+0.302278 s]
/proc/loadavg: 1.17 1.09 1.03 3/64 787
/proc/meminfo: memFree=1651160/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=29080 CPUtime=0.29
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 6826 0 0 0 24 5 0 0 21 0 1 0 1151467881 29777920 6810 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/788/statm: 7270 6811 52 127 0 7140 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34436

[startup+0.701315 s]
/proc/loadavg: 1.17 1.09 1.03 3/64 787
/proc/meminfo: memFree=1651160/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=74636 CPUtime=0.69
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 15987 0 0 0 59 10 0 0 25 0 1 0 1151467881 76427264 15971 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/788/statm: 18659 15971 52 127 0 18529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79992

[startup+1.50141 s]
/proc/loadavg: 1.17 1.09 1.03 2/66 789
/proc/meminfo: memFree=1559432/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=158596 CPUtime=1.49
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 31938 0 0 0 130 19 0 0 25 0 1 0 1151467881 162402304 31922 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/788/statm: 39649 31922 64 127 0 39519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163952

[startup+3.10161 s]
/proc/loadavg: 1.17 1.09 1.03 2/66 789
/proc/meminfo: memFree=1522824/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=159108 CPUtime=3.03
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 32039 0 0 0 283 20 0 0 25 0 1 0 1151467881 162926592 32023 1992294400 134512640 135034092 4294956096 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 1 0 0
/proc/788/statm: 39777 32023 64 127 0 39647 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 164464

[startup+6.30198 s]
/proc/loadavg: 1.31 1.12 1.04 2/66 789
/proc/meminfo: memFree=1509384/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=171372 CPUtime=6.01
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 37682 0 0 0 574 27 0 0 25 0 1 0 1151467881 175484928 34286 1992294400 134512640 135034092 4294956096 18446744073709551615 134529229 0 0 4096 3 0 0 0 17 1 0 0
/proc/788/statm: 42843 34286 68 127 0 42713 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 176728

[startup+12.7016 s]
/proc/loadavg: 1.53 1.17 1.06 4/66 789
/proc/meminfo: memFree=1466192/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=200384 CPUtime=12.39
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 45254 0 0 0 1203 36 0 0 25 0 1 0 1151467881 205193216 41517 1992294400 134512640 135034092 4294956096 18446744073709551615 134540736 0 0 4096 3 0 0 0 17 1 0 0
/proc/788/statm: 50096 41517 68 127 0 49966 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 205740

[startup+25.5022 s]
/proc/loadavg: 1.48 1.17 1.06 2/66 789
/proc/meminfo: memFree=1466896/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=0
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467881 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/787/statm: 1339 235 195 169 0 50 0
[pid=788] ppid=787 vsize=200896 CPUtime=25.18
/proc/788/stat : 788 (SatElite) R 787 787 426 0 -1 4194304 45433 0 0 0 2482 36 0 0 25 0 1 0 1151467881 205717504 41696 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/788/statm: 50224 41696 68 127 0 50094 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 206252

[startup+51.1022 s]
/proc/loadavg: 1.31 1.16 1.06 2/66 790
/proc/meminfo: memFree=1601040/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=22656 CPUtime=4.7
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 5517 0 0 0 465 5 0 0 25 0 1 0 1151472482 23199744 5502 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/790/statm: 5664 5502 77 171 0 5491 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 28012

[startup+102.302 s]
/proc/loadavg: 1.21 1.16 1.06 2/66 790
/proc/meminfo: memFree=1589072/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=35244 CPUtime=55.43
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 8598 0 0 0 5533 10 0 0 25 0 1 0 1151472482 36089856 8583 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 8811 8583 77 171 0 8638 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 40600

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

[startup+107.106 s]
/proc/loadavg: 1.19 1.16 1.06 2/66 790
/proc/meminfo: memFree=1587984/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=36364 CPUtime=60.23
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 8852 0 0 0 6013 10 0 0 25 0 1 0 1151472482 37236736 8837 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 9091 8837 77 171 0 8918 0
Current children cumulated CPU time (s) 105.9
Current children cumulated vsize (KiB) 41720

[startup+132.702 s]
/proc/loadavg: 1.13 1.14 1.06 2/66 790
/proc/meminfo: memFree=1583120/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=41468 CPUtime=85.81
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 10087 0 0 0 8570 11 0 0 25 0 1 0 1151472482 42463232 10056 1992294400 134512640 135214827 4294956208 18446744073709551615 134539043 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 10367 10056 77 171 0 10194 0
Current children cumulated CPU time (s) 131.48
Current children cumulated vsize (KiB) 46824

[startup+145.502 s]
/proc/loadavg: 1.10 1.14 1.06 2/66 790
/proc/meminfo: memFree=1580752/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=43916 CPUtime=98.62
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 10677 0 0 0 9850 12 0 0 25 0 1 0 1151472482 44969984 10630 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 10979 10630 77 171 0 10806 0
Current children cumulated CPU time (s) 144.29
Current children cumulated vsize (KiB) 49272

[startup+148.702 s]
/proc/loadavg: 1.10 1.14 1.06 2/66 790
/proc/meminfo: memFree=1580688/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=43916 CPUtime=101.81
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 10690 0 0 0 10169 12 0 0 25 0 1 0 1151472482 44969984 10643 1992294400 134512640 135214827 4294956208 18446744073709551615 134715104 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 10979 10643 77 171 0 10806 0
Current children cumulated CPU time (s) 147.48
Current children cumulated vsize (KiB) 49272

[startup+150.302 s]
/proc/loadavg: 1.09 1.13 1.06 2/66 790
/proc/meminfo: memFree=1580688/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=43916 CPUtime=103.41
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 10690 0 0 0 10329 12 0 0 25 0 1 0 1151472482 44969984 10643 1992294400 134512640 135214827 4294956208 18446744073709551615 134530912 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 10979 10643 77 171 0 10806 0
Current children cumulated CPU time (s) 149.08
Current children cumulated vsize (KiB) 49272

[startup+151.106 s]
/proc/loadavg: 1.09 1.13 1.06 2/66 790
/proc/meminfo: memFree=1580688/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=43916 CPUtime=104.22
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 10690 0 0 0 10410 12 0 0 25 0 1 0 1151472482 44969984 10643 1992294400 134512640 135214827 4294956208 18446744073709551615 134530642 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 10979 10643 77 171 0 10806 0
Current children cumulated CPU time (s) 149.89
Current children cumulated vsize (KiB) 49272

[startup+151.901 s]
/proc/loadavg: 1.09 1.13 1.06 2/66 790
/proc/meminfo: memFree=1580688/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=43916 CPUtime=105.01
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 10690 0 0 0 10489 12 0 0 25 0 1 0 1151472482 44969984 10643 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 10979 10643 77 171 0 10806 0
Current children cumulated CPU time (s) 150.68
Current children cumulated vsize (KiB) 49272

[startup+152.301 s]
/proc/loadavg: 1.09 1.13 1.06 2/66 790
/proc/meminfo: memFree=1580688/2055920 swapFree=4175700/4192956
[pid=787] ppid=785 vsize=5356 CPUtime=45.67
/proc/787/stat : 787 (lysat.sh) S 785 787 426 0 -1 4194304 310 50374 0 0 0 0 4523 44 16 0 1 0 1151467881 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/787/statm: 1339 237 195 169 0 50 0
[pid=790] ppid=787 vsize=43916 CPUtime=105.41
/proc/790/stat : 790 (LySATc) R 787 787 426 0 -1 4194304 10690 0 0 0 10529 12 0 0 25 0 1 0 1151472482 44969984 10643 1992294400 134512640 135214827 4294956208 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 0 0 0
/proc/790/statm: 10979 10643 77 171 0 10806 0
Current children cumulated CPU time (s) 151.08
Current children cumulated vsize (KiB) 49272

Child status: 20
Real time (s): 152.394
CPU time (s): 151.192
CPU user time (s): 150.596
CPU system time (s): 0.595909
CPU usage (%): 99.2112
Max. virtual memory (cumulated for all children) (KiB): 222084

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

runsolver used 0.600908 second user time and 1.66475 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-03 21:47:02
IDJOB=1563611
IDBENCH=70957
IDSOLVER=512
FILE ID=node28/1563611-1238788020
PBS_JOBID= 9085581
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=393265285

node28.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.212
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.212
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:       1651640 kB
Buffers:         37812 kB
Cached:         220040 kB
SwapCached:      10476 kB
Active:         148652 kB
Inactive:       194480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651640 kB
SwapTotal:     4192956 kB
SwapFree:      4175700 kB
Dirty:           34836 kB
Writeback:           0 kB
Mapped:          17880 kB
Slab:            46952 kB
Committed_AS:  3179936 kB
PageTables:       1428 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= 66320 MiB
End job on node28 at 2009-04-03 21:49:34