Trace number 1774539

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
Rsat 2009-03-22UNSAT 79.8079 79.8936

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.19/1.21	c ==============================================================================
1.19/1.21	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.21	c ==============================================================================
1.19/1.21	c |         0 | 1351997  3702185 |  405599       0        0     nan |  0.000 % |
44.45/44.57	c |         0 |  261620  1836831 |      --       0       --      -- |     --   | -768849/-961225
44.45/44.58	c ==============================================================================
44.45/44.58	c Result  :   #vars: 5958   #clauses: 261620   #literals: 1836831
44.45/44.58	c CPU time:   44.0443 s
44.45/44.58	c ==============================================================================
45.14/45.29	c Rsat version 3.02
45.23/45.54	c Base unit clause learned: 0
79.70/79.82	c CNF stats: (5958 vars, 261620 clauses)
79.70/79.82	c Decisions: 218187
79.70/79.82	c Conflicts: 126113
79.70/79.82	c Restarts: 6
79.70/79.82	c Avg lpc: 15.28
79.70/79.82	c Max decision level: 1235
79.70/79.82	c KB reduction: 1 (63772 clauses removed)
79.70/79.82	c Final decision lit size:5958 (100.00 %)
79.70/79.82	c Final stack/save sizes: 59(0.99 %)/118(1.98 %)
79.70/79.82	c Final cdc size: 200 (3.36 %)
79.70/79.82	c ***********************************************
79.70/79.82	c Conflicts with bac: 2134/126113 (1.69 %)
79.70/79.82	c Avg bac size: 9.49
79.70/79.82	c Avg bac bt depth: 11.78 vs 1.37 (normal)
79.70/79.86	c Running time: 34.46676 seconds
79.70/79.87	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-1774539-1241338357/watcher-1774539-1241338357 -o /tmp/evaluation-result-1774539-1241338357/solver-1774539-1241338357 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774539-1241338357.cnf HOME 

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.85 0.97 0.99 3/64 2721
/proc/meminfo: memFree=1378368/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) R 2719 2721 2684 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913214623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2721/statm: 1339 238 198 169 0 50 0
[pid=2722] ppid=2721 vsize=1384 CPUtime=0
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 161869835 1417216 177 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 346 178 65 186 0 156 0

[startup+0.0880439 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 2721
/proc/meminfo: memFree=1378368/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=18136 CPUtime=0.07
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 4053 0 0 0 6 1 0 0 19 0 1 0 161869835 18571264 4036 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 4534 4042 65 186 0 4344 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23492

[startup+0.101046 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 2721
/proc/meminfo: memFree=1378368/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=21008 CPUtime=0.09
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 4636 0 0 0 7 2 0 0 19 0 1 0 161869835 21512192 4619 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 5252 4620 65 186 0 5062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26364

[startup+0.301079 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 2721
/proc/meminfo: memFree=1378368/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=53736 CPUtime=0.29
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 12913 0 0 0 23 6 0 0 21 0 1 0 161869835 55025664 12896 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 13434 12897 66 186 0 13244 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59092

[startup+0.70115 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 2721
/proc/meminfo: memFree=1378368/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=132440 CPUtime=0.69
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 30285 0 0 0 53 16 0 0 25 0 1 0 161869835 135618560 30268 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 33110 30270 66 186 0 32920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 137796

[startup+1.50129 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 2723
/proc/meminfo: memFree=1205424/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=261460 CPUtime=1.48
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 55710 0 0 0 120 28 0 0 25 0 1 0 161869835 267735040 55601 1992294400 4194304 4959918 548682068688 18446744073709551615 4241670 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 65365 55601 86 186 0 65175 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 266816

[startup+3.10258 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 2723
/proc/meminfo: memFree=1155184/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=261972 CPUtime=3.09
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 55822 0 0 0 280 29 0 0 25 0 1 0 161869835 268259328 55713 1992294400 4194304 4959918 548682068688 18446744073709551615 4240829 0 0 4096 3 0 0 0 17 1 0 0
/proc/2722/statm: 65493 55713 86 186 0 65303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 267328

[startup+6.30113 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 2723
/proc/meminfo: memFree=1139376/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=277072 CPUtime=6.27
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 61865 0 0 0 589 38 0 0 25 0 1 0 161869835 283721728 58699 1992294400 4194304 4959918 548682068688 18446744073709551615 4269268 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 69268 58699 92 186 0 69078 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 282428

[startup+12.7013 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 2723
/proc/meminfo: memFree=1098096/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=308276 CPUtime=12.65
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 68874 0 0 0 1221 44 0 0 25 0 1 0 161869835 315674624 65708 1992294400 4194304 4959918 548682068688 18446744073709551615 4241749 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 77069 65708 92 186 0 76879 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 313632

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 2723
/proc/meminfo: memFree=1097456/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=0
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161869835 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2721/statm: 1339 239 199 169 0 50 0
[pid=2722] ppid=2721 vsize=308788 CPUtime=25.45
/proc/2722/stat : 2722 (SatElite) R 2721 2721 2684 0 -1 4194304 69062 0 0 0 2500 45 0 0 25 0 1 0 161869835 316198912 65896 1992294400 4194304 4959918 548682068688 18446744073709551615 4241699 0 0 4096 3 0 0 0 17 0 0 0
/proc/2722/statm: 77197 65896 92 186 0 77007 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 314144

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1316592/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=36320 CPUtime=5.79
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 8702 0 0 0 575 4 0 0 25 0 1 0 161874364 37191680 8597 1992294400 4194304 5460562 548682068800 18446744073709551615 4226032 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2724/statm: 9080 8597 116 309 0 8767 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 41676

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

[startup+63.9023 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1309808/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=43932 CPUtime=18.58
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 10732 0 0 0 1852 6 0 0 25 0 1 0 161874364 44986368 10239 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2724/statm: 10983 10239 116 309 0 10670 0
Current children cumulated CPU time (s) 63.81
Current children cumulated vsize (KiB) 49288

[startup+70.3013 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1307760/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=45540 CPUtime=24.99
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 12215 0 0 0 2492 7 0 0 25 0 1 0 161874364 46632960 10694 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2724/statm: 11385 10694 118 309 0 11072 0
Current children cumulated CPU time (s) 70.22
Current children cumulated vsize (KiB) 50896

[startup+76.7015 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1307760/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=45540 CPUtime=31.38
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 12266 0 0 0 3131 7 0 0 25 0 1 0 161874364 46632960 10745 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2724/statm: 11385 10745 118 309 0 11072 0
Current children cumulated CPU time (s) 76.61
Current children cumulated vsize (KiB) 50896

[startup+78.3018 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1307504/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=45924 CPUtime=32.97
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 12300 0 0 0 3290 7 0 0 25 0 1 0 161874364 47026176 10779 1992294400 4194304 5460562 548682068800 18446744073709551615 4211504 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2724/statm: 11481 10779 118 309 0 11168 0
Current children cumulated CPU time (s) 78.2
Current children cumulated vsize (KiB) 51280

[startup+79.1029 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1307504/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=45924 CPUtime=33.77
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 12301 0 0 0 3370 7 0 0 25 0 1 0 161874364 47026176 10780 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2724/statm: 11481 10780 118 309 0 11168 0
Current children cumulated CPU time (s) 79
Current children cumulated vsize (KiB) 51280

[startup+79.503 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1307504/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=45924 CPUtime=34.17
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 12301 0 0 0 3410 7 0 0 25 0 1 0 161874364 47026176 10780 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2724/statm: 11481 10780 118 309 0 11168 0
Current children cumulated CPU time (s) 79.4
Current children cumulated vsize (KiB) 51280

[startup+79.702 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1307504/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=45924 CPUtime=34.37
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 12301 0 0 0 3430 7 0 0 25 0 1 0 161874364 47026176 10780 1992294400 4194304 5460562 548682068800 18446744073709551615 4198139 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2724/statm: 11481 10780 118 309 0 11168 0
Current children cumulated CPU time (s) 79.6
Current children cumulated vsize (KiB) 51280

[startup+79.802 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 2724
/proc/meminfo: memFree=1307504/2055920 swapFree=4180136/4192956
[pid=2721] ppid=2719 vsize=5356 CPUtime=45.23
/proc/2721/stat : 2721 (rsat.sh) S 2719 2721 2684 0 -1 4194304 312 76173 0 0 0 0 4466 57 16 0 1 0 161869835 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2721/statm: 1339 241 199 169 0 50 0
[pid=2724] ppid=2721 vsize=45924 CPUtime=34.47
/proc/2724/stat : 2724 (rsat) R 2721 2721 2684 0 -1 4194304 12301 0 0 0 3440 7 0 0 25 0 1 0 161874364 47026176 10780 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2724/statm: 11481 10780 118 309 0 11168 0
Current children cumulated CPU time (s) 79.7
Current children cumulated vsize (KiB) 51280

Child status: 20
Real time (s): 79.8936
CPU time (s): 79.8079
CPU user time (s): 79.132
CPU system time (s): 0.675897
CPU usage (%): 99.8927
Max. virtual memory (cumulated for all children) (KiB): 334564

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

runsolver used 0.073988 second user time and 0.223965 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-03 10:12:39
IDJOB=1774539
IDBENCH=70957
IDSOLVER=615
FILE ID=node4/1774539-1241338357
PBS_JOBID= 9225468
Free space on /tmp= 66388 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774539-1241338357/watcher-1774539-1241338357 -o /tmp/evaluation-result-1774539-1241338357/solver-1774539-1241338357 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774539-1241338357.cnf HOME

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=2046712873

node4.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.265
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.265
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:       1378784 kB
Buffers:         77072 kB
Cached:         521092 kB
SwapCached:       7308 kB
Active:         143840 kB
Inactive:       463524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378784 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:           38720 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            55696 kB
Committed_AS:   864724 kB
PageTables:       1468 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= 66384 MiB
End job on node4 at 2009-05-03 10:13:59