Trace number 1774473

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 1530.38 1531.18

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark772.307
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

Solver Data

0.00/0.00	c Parsing...
1.19/1.25	c ==============================================================================
1.19/1.25	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.25	c ==============================================================================
1.19/1.25	c |         0 | 1328859  3634310 |  398657       0        0     nan |  0.000 % |
41.36/41.41	c |         0 |  253406  1804413 |      --       0       --      -- |     --   | -752995/-922075
41.36/41.41	c ==============================================================================
41.36/41.41	c Result  :   #vars: 4366   #clauses: 253406   #literals: 1804413
41.36/41.41	c CPU time:   41.0428 s
41.36/41.41	c ==============================================================================
42.06/42.15	c lySAT 0.1
42.06/42.15	c minisat core +  additionnal features
42.06/42.15	c ============================[ Problem Statistics ]=============================
42.06/42.15	c |                                                                             |
42.06/42.15	c |  Number of variables:  4366                                                 |
42.06/42.15	c |  Number of clauses:    253406                                               |
42.12/42.39	c |  Parsing time:         0.21         s                                       |
1530.29/1531.13	c restarts              : 3382
1530.29/1531.13	c conflicts             : 4495996        (3022 /sec)
1530.29/1531.13	c decisions             : 6850893        (1.82 % random) (4605 /sec)
1530.29/1531.13	c euip                  : 204056      
1530.29/1531.13	c propagations          : 240620049      (161721 /sec)
1530.29/1531.13	c conflict literals     : 77241025       (12.54 % deleted)
1530.29/1531.13	c Memory used           : 158.39 MB
1530.29/1531.13	c CPU time              : 1487.87 s
1530.29/1531.13	c 
1530.29/1531.15	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-1774473-1241242854/watcher-1774473-1241242854 -o /tmp/evaluation-result-1774473-1241242854/solver-1774473-1241242854 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774473-1241242854.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.93 0.98 0.99 3/64 29189
/proc/meminfo: memFree=1205680/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) R 29187 29189 29122 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29189/statm: 1339 234 194 169 0 50 0
[pid=29190] ppid=29189 vsize=824 CPUtime=0
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 152314114 843776 120 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 206 122 51 127 0 76 0

[startup+0.0580881 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29189
/proc/meminfo: memFree=1205680/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=6360 CPUtime=0.04
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 1375 0 0 0 4 0 0 0 19 0 1 0 152314114 6512640 1359 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 1590 1359 52 127 0 1460 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11716

[startup+0.101095 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29189
/proc/meminfo: memFree=1205680/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=9776 CPUtime=0.09
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 2221 0 0 0 8 1 0 0 19 0 1 0 152314114 10010624 2206 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 2444 2207 52 127 0 2314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15132

[startup+0.301133 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29189
/proc/meminfo: memFree=1205680/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=28788 CPUtime=0.29
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 6698 0 0 0 25 4 0 0 21 0 1 0 152314114 29478912 6682 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 7197 6683 52 127 0 7067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34144

[startup+0.701206 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29189
/proc/meminfo: memFree=1205680/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=74060 CPUtime=0.69
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 15925 0 0 0 60 9 0 0 25 0 1 0 152314114 75837440 15909 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 18515 15909 52 127 0 18385 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79416

[startup+1.50236 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29191
/proc/meminfo: memFree=1112928/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=156976 CPUtime=1.49
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 31394 0 0 0 131 18 0 0 25 0 1 0 152314114 160743424 31356 1992294400 134512640 135034092 4294956112 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 39244 31356 64 127 0 39114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162332

[startup+3.10166 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1079840/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=157488 CPUtime=3.09
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 31505 0 0 0 290 19 0 0 25 0 1 0 152314114 161267712 31467 1992294400 134512640 135034092 4294956112 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 39372 31467 64 127 0 39242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162844

[startup+6.30226 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1064160/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=172520 CPUtime=6.28
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 38230 0 0 0 603 25 0 0 25 0 1 0 152314114 176660480 34750 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 43130 34750 68 127 0 43000 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177876

[startup+12.7015 s]
/proc/loadavg: 1.16 1.03 1.01 2/66 29191
/proc/meminfo: memFree=1024752/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=196400 CPUtime=12.68
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 44635 0 0 0 1236 32 0 0 25 0 1 0 152314114 201113600 40855 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 49100 40855 68 127 0 48970 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 201756

[startup+25.5019 s]
/proc/loadavg: 1.14 1.03 1.01 2/66 29191
/proc/meminfo: memFree=1024624/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=0
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152314113 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29189/statm: 1339 235 195 169 0 50 0
[pid=29190] ppid=29189 vsize=196656 CPUtime=25.48
/proc/29190/stat : 29190 (SatElite) R 29189 29189 29122 0 -1 4194304 44751 0 0 0 2516 32 0 0 25 0 1 0 152314114 201375744 40971 1992294400 134512640 135034092 4294956112 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 0 0 0
/proc/29190/statm: 49164 40971 68 127 0 49034 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 202012

[startup+51.1017 s]
/proc/loadavg: 1.09 1.03 1.01 2/66 29192
/proc/meminfo: memFree=1147824/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=31032 CPUtime=8.93
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 7563 0 0 0 889 4 0 0 25 0 1 0 152318329 31776768 7548 1992294400 134512640 135226915 4294956224 18446744073709551615 134537012 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 7758 7548 81 174 0 7581 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 36388

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 29192
/proc/meminfo: memFree=1136176/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=43080 CPUtime=60.11
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 10468 0 0 0 6005 6 0 0 25 0 1 0 152318329 44113920 10453 1992294400 134512640 135226915 4294956224 18446744073709551615 134536696 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 10770 10453 81 174 0 10593 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 48436

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29192
/proc/meminfo: memFree=1126256/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=53000 CPUtime=120.06
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 12941 0 0 0 11998 8 0 0 25 0 1 0 152318329 54272000 12926 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 13250 12926 81 174 0 13073 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 58356

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 29192
/proc/meminfo: memFree=1120944/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=58200 CPUtime=180.03
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 14268 0 0 0 17994 9 0 0 25 0 1 0 152318329 59596800 14253 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 14550 14253 81 174 0 14373 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 63556

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29192
/proc/meminfo: memFree=1114544/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=65108 CPUtime=240
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 15883 0 0 0 23990 10 0 0 25 0 1 0 152318329 66670592 15868 1992294400 134512640 135226915 4294956224 18446744073709551615 134527640 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 16277 15868 81 174 0 16100 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 70464

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29192
/proc/meminfo: memFree=1107312/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=72312 CPUtime=299.98
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 17686 0 0 0 29985 13 0 0 25 0 1 0 152318329 74047488 17671 1992294400 134512640 135226915 4294956224 18446744073709551615 134538519 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 18078 17671 81 174 0 17901 0
Current children cumulated CPU time (s) 342.1

################
# More data... #
################


[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29192
/proc/meminfo: memFree=1038256/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=143888 CPUtime=1139.55
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 34897 0 0 0 113926 29 0 0 25 0 1 0 152318329 147341312 34882 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 35972 34882 81 174 0 35795 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 149244

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1037872/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=143888 CPUtime=1199.52
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 34916 0 0 0 119922 30 0 0 25 0 1 0 152318329 147341312 34901 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 35972 34901 81 174 0 35795 0
Current children cumulated CPU time (s) 1241.64
Current children cumulated vsize (KiB) 149244

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1037872/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=143888 CPUtime=1259.48
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 34944 0 0 0 125918 30 0 0 25 0 1 0 152318329 147341312 34929 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 35972 34929 81 174 0 35795 0
Current children cumulated CPU time (s) 1301.6
Current children cumulated vsize (KiB) 149244

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1037232/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=144544 CPUtime=1319.45
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 35124 0 0 0 131915 30 0 0 25 0 1 0 152318329 148013056 35109 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 36136 35109 81 174 0 35959 0
Current children cumulated CPU time (s) 1361.57
Current children cumulated vsize (KiB) 149900

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1033648/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=148532 CPUtime=1379.43
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 36027 0 0 0 137912 31 0 0 25 0 1 0 152318329 152096768 36012 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 37133 36012 81 174 0 36956 0
Current children cumulated CPU time (s) 1421.55
Current children cumulated vsize (KiB) 153888

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1023728/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=158832 CPUtime=1439.39
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 38566 0 0 0 143906 33 0 0 25 0 1 0 152318329 162643968 38551 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 39708 38551 81 174 0 39531 0
Current children cumulated CPU time (s) 1481.51
Current children cumulated vsize (KiB) 164188

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

[startup+1484.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1023408/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=159204 CPUtime=1441.79
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 38656 0 0 0 144146 33 0 0 25 0 1 0 152318329 163024896 38641 1992294400 134512640 135226915 4294956224 18446744073709551615 134536966 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 39801 38641 81 174 0 39624 0
Current children cumulated CPU time (s) 1483.91
Current children cumulated vsize (KiB) 164560

[startup+1510.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1020272/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=162192 CPUtime=1467.38
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 39389 0 0 0 146705 33 0 0 25 0 1 0 152318329 166084608 39374 1992294400 134512640 135226915 4294956224 18446744073709551615 134730472 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 40548 39374 81 174 0 40371 0
Current children cumulated CPU time (s) 1509.5
Current children cumulated vsize (KiB) 167548

[startup+1523.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1020272/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=162192 CPUtime=1480.17
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 39389 0 0 0 147984 33 0 0 25 0 1 0 152318329 166084608 39374 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 40548 39374 81 174 0 40371 0
Current children cumulated CPU time (s) 1522.29
Current children cumulated vsize (KiB) 167548

[startup+1526.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1020272/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=162192 CPUtime=1483.36
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 39390 0 0 0 148303 33 0 0 25 0 1 0 152318329 166084608 39375 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 40548 39375 81 174 0 40371 0
Current children cumulated CPU time (s) 1525.48
Current children cumulated vsize (KiB) 167548

[startup+1529.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1020272/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=162192 CPUtime=1486.56
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 39390 0 0 0 148623 33 0 0 25 0 1 0 152318329 166084608 39375 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 40548 39375 81 174 0 40371 0
Current children cumulated CPU time (s) 1528.68
Current children cumulated vsize (KiB) 167548

[startup+1530.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1020272/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=162192 CPUtime=1487.36
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 39390 0 0 0 148703 33 0 0 25 0 1 0 152318329 166084608 39375 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 40548 39375 81 174 0 40371 0
Current children cumulated CPU time (s) 1529.48
Current children cumulated vsize (KiB) 167548

[startup+1530.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1020272/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=162192 CPUtime=1487.76
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 39390 0 0 0 148743 33 0 0 25 0 1 0 152318329 166084608 39375 1992294400 134512640 135226915 4294956224 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 40548 39375 81 174 0 40371 0
Current children cumulated CPU time (s) 1529.88
Current children cumulated vsize (KiB) 167548

[startup+1531.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29198
/proc/meminfo: memFree=1020272/2055920 swapFree=4181168/4192956
[pid=29189] ppid=29187 vsize=5356 CPUtime=42.12
/proc/29189/stat : 29189 (lysat.sh) S 29187 29189 29122 0 -1 4194304 310 49513 0 0 0 0 4172 40 16 0 1 0 152314113 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29189/statm: 1339 237 195 169 0 50 0
[pid=29192] ppid=29189 vsize=162192 CPUtime=1488.17
/proc/29192/stat : 29192 (LySATi) R 29189 29189 29122 0 -1 4194304 39390 0 0 0 148784 33 0 0 25 0 1 0 152318329 166084608 39375 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/29192/statm: 40548 39375 81 174 0 40371 0
Current children cumulated CPU time (s) 1530.29
Current children cumulated vsize (KiB) 167548

Child status: 20
Real time (s): 1531.18
CPU time (s): 1530.38
CPU user time (s): 1529.59
CPU system time (s): 0.78688
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 226372

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

runsolver used 1.37979 second user time and 4.20036 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-02 07:40:55
IDJOB=1774473
IDBENCH=70950
IDSOLVER=609
FILE ID=node37/1774473-1241242854
PBS_JOBID= 9224860
Free space on /tmp= 66516 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r2-noholes.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774473-1241242854/watcher-1774473-1241242854 -o /tmp/evaluation-result-1774473-1241242854/solver-1774473-1241242854 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774473-1241242854.cnf i

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

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=1561723220

node37.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.259
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.259
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:       1206160 kB
Buffers:         72948 kB
Cached:         682160 kB
SwapCached:       5608 kB
Active:          85488 kB
Inactive:       677536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1206160 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:           34812 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            72872 kB
Committed_AS:   801936 kB
PageTables:       1372 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= 66512 MiB
End job on node37 at 2009-05-02 08:06:27