Trace number 1774553

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 6466.41 6469.64

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1510.73
Satisfiable
(Un)Satisfiability was proved
Number of variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

Solver Data

0.00/0.00	c Parsing...
2.38/2.41	c ==============================================================================
2.38/2.41	c |           |     ORIGINAL     |              LEARNT              |          |
2.38/2.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.38/2.41	c ==============================================================================
2.38/2.41	c |         0 | 2445459  6687382 |  733637       0        0     nan |  0.000 % |
78.25/78.31	c |         0 |  459462  3264797 |      --       0       --      -- |     --   | -1360719/-1657359
78.25/78.32	c ==============================================================================
78.25/78.32	c Result  :   #vars: 7950   #clauses: 459462   #literals: 3264797
78.25/78.32	c CPU time:   77.6132 s
78.25/78.32	c ==============================================================================
79.55/79.68	c lySAT 0.1
79.55/79.68	c minisat core +  additionnal features
79.55/79.68	c ============================[ Problem Statistics ]=============================
79.55/79.68	c |                                                                             |
79.55/79.68	c |  Number of variables:  7950                                                 |
79.55/79.68	c |  Number of clauses:    459462                                               |
79.63/80.12	c |  Parsing time:         0.37         s                                       |
6466.24/6469.53	c restarts              : 7695
6466.24/6469.53	c conflicts             : 10707189       (1677 /sec)
6466.24/6469.53	c decisions             : 17712288       (1.70 % random) (2774 /sec)
6466.24/6469.53	c euip                  : 500515      
6466.24/6469.53	c propagations          : 847423541      (132708 /sec)
6466.24/6469.53	c conflict literals     : 217749121      (12.02 % deleted)
6466.24/6469.53	c Memory used           : 417.82 MB
6466.24/6469.53	c CPU time              : 6385.65 s
6466.24/6469.53	c 
6466.35/6469.60	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-1774553-1241243179/watcher-1774553-1241243179 -o /tmp/evaluation-result-1774553-1241243179/solver-1774553-1241243179 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774553-1241243179.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.97 0.98 0.99 3/64 25057
/proc/meminfo: memFree=1333264/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=840 CPUtime=0
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 138 0 0 0 0 0 0 0 19 0 1 0 152351779 860160 122 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 210 123 51 127 0 80 0

[startup+0.038592 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 25057
/proc/meminfo: memFree=1333264/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=4240 CPUtime=0.03
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 949 0 0 0 3 0 0 0 19 0 1 0 152351779 4341760 933 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 1060 934 51 127 0 930 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9596

[startup+0.101599 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 25057
/proc/meminfo: memFree=1333264/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=11272 CPUtime=0.09
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 2330 0 0 0 8 1 0 0 19 0 1 0 152351779 11542528 2314 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 2818 2315 52 127 0 2688 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16628

[startup+0.301625 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 25057
/proc/meminfo: memFree=1333264/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=28148 CPUtime=0.29
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 6345 0 0 0 25 4 0 0 21 0 1 0 152351779 28823552 6329 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 7037 6330 52 127 0 6907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33504

[startup+0.701677 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 25057
/proc/meminfo: memFree=1333264/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=74368 CPUtime=0.69
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 15451 0 0 0 60 9 0 0 25 0 1 0 152351779 76152832 15435 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 18592 15436 52 127 0 18462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79724

[startup+1.50179 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25059
/proc/meminfo: memFree=1243840/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=150280 CPUtime=1.49
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 32997 0 0 0 125 24 0 0 25 0 1 0 152351779 153886720 32981 1992294400 134512640 135034092 4294956112 18446744073709551615 134522797 0 0 4096 3 0 0 0 17 1 0 0
/proc/25058/statm: 37570 32981 52 127 0 37440 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 155636

[startup+3.102 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 25059
/proc/meminfo: memFree=1148544/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=251520 CPUtime=3.08
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 58029 0 0 0 270 38 0 0 25 0 1 0 152351779 257556480 57992 1992294400 134512640 135034092 4294956112 18446744073709551615 134561008 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 62880 57992 64 127 0 62750 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 256876

[startup+6.30141 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 25059
/proc/meminfo: memFree=1100992/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=252544 CPUtime=6.28
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 58249 0 0 0 590 38 0 0 25 0 1 0 152351779 258605056 58212 1992294400 134512640 135034092 4294956112 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 63136 58212 64 127 0 63006 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 257900

[startup+12.7013 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 25059
/proc/meminfo: memFree=1060424/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=282908 CPUtime=12.68
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 71102 0 0 0 1216 52 0 0 25 0 1 0 152351779 289697792 64787 1992294400 134512640 135034092 4294956112 18446744073709551615 134569595 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 70727 64787 68 127 0 70597 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 288264

[startup+25.5019 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 25059
/proc/meminfo: memFree=1001160/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=324592 CPUtime=25.47
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 82235 0 0 0 2485 62 0 0 25 0 1 0 152351779 332382208 75344 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 81148 75344 68 127 0 81018 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 329948

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25059
/proc/meminfo: memFree=1000584/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=0
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152351779 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 235 195 169 0 50 0
[pid=25058] ppid=25057 vsize=325104 CPUtime=51.06
/proc/25058/stat : 25058 (SatElite) R 25057 25057 24990 0 -1 4194304 82459 0 0 0 5044 62 0 0 25 0 1 0 152351779 332906496 75568 1992294400 134512640 135034092 4294956112 18446744073709551615 134540707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25058/statm: 81276 75568 68 127 0 81146 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 330460

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25060
/proc/meminfo: memFree=1229640/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=53996 CPUtime=22.6
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 13335 0 0 0 2251 9 0 0 25 0 1 0 152359748 55291904 13320 1992294400 134512640 135226915 4294956224 18446744073709551615 134536928 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 13499 13320 81 174 0 13322 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 59352

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25060
/proc/meminfo: memFree=1220360/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=63664 CPUtime=82.56
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 15677 0 0 0 8245 11 0 0 25 0 1 0 152359748 65191936 15662 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 15916 15662 81 174 0 15739 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 69020

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25060
/proc/meminfo: memFree=1214920/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=69116 CPUtime=142.54
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 17033 0 0 0 14241 13 0 0 25 0 1 0 152359748 70774784 17018 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 17279 17018 81 174 0 17102 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 74472

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25060
/proc/meminfo: memFree=1205256/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=78740 CPUtime=202.52
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 19443 0 0 0 20237 15 0 0 25 0 1 0 152359748 80629760 19428 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 19685 19428 81 174 0 19508 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 84096

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25060
/proc/meminfo: memFree=1195920/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=88600 CPUtime=262.49
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 21804 0 0 0 26232 17 0 0 25 0 1 0 152359748 90726400 21789 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 22150 21789 81 174 0 21973 0
Current children cumulated CPU time (s) 342.12

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


[startup+6042.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=902992/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=389820 CPUtime=5959.63
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 94597 0 0 0 595869 94 0 0 25 0 1 0 152359748 399175680 94582 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 97455 94582 81 174 0 97278 0
Current children cumulated CPU time (s) 6039.26
Current children cumulated vsize (KiB) 395176

[startup+6102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=897936/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=395180 CPUtime=6019.58
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 95856 0 0 0 601863 95 0 0 25 0 1 0 152359748 404664320 95841 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 98795 95841 81 174 0 98618 0
Current children cumulated CPU time (s) 6099.21
Current children cumulated vsize (KiB) 400536

[startup+6162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=892176/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=401184 CPUtime=6079.55
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 97292 0 0 0 607859 96 0 0 25 0 1 0 152359748 410812416 97277 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 100296 97277 81 174 0 100119 0
Current children cumulated CPU time (s) 6159.18
Current children cumulated vsize (KiB) 406540

[startup+6222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=885776/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=407736 CPUtime=6139.53
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 98923 0 0 0 613855 98 0 0 25 0 1 0 152359748 417521664 98908 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 101934 98908 81 174 0 101757 0
Current children cumulated CPU time (s) 6219.16
Current children cumulated vsize (KiB) 413092

[startup+6282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=880400/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=413224 CPUtime=6199.5
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 100222 0 0 0 619851 99 0 0 25 0 1 0 152359748 423141376 100207 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 103306 100207 81 174 0 103129 0
Current children cumulated CPU time (s) 6279.13
Current children cumulated vsize (KiB) 418580

[startup+6342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=874512/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=419588 CPUtime=6259.47
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 101729 0 0 0 625847 100 0 0 25 0 1 0 152359748 429658112 101714 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 104897 101714 81 174 0 104720 0
Current children cumulated CPU time (s) 6339.1
Current children cumulated vsize (KiB) 424944

[startup+6402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=867536/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=426536 CPUtime=6319.45
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 103444 0 0 0 631844 101 0 0 25 0 1 0 152359748 436772864 103429 1992294400 134512640 135226915 4294956224 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 106634 103429 81 174 0 106457 0
Current children cumulated CPU time (s) 6399.08
Current children cumulated vsize (KiB) 431892

[startup+6462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=866192/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=427848 CPUtime=6379.42
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 103764 0 0 0 637841 101 0 0 25 0 1 0 152359748 438116352 103749 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 106962 103749 81 174 0 106785 0
Current children cumulated CPU time (s) 6459.05
Current children cumulated vsize (KiB) 433204

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

[startup+6463.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=866192/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=427848 CPUtime=6381.02
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 103765 0 0 0 638001 101 0 0 25 0 1 0 152359748 438116352 103750 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 106962 103750 81 174 0 106785 0
Current children cumulated CPU time (s) 6460.65
Current children cumulated vsize (KiB) 433204

[startup+6467.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=866192/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=427848 CPUtime=6384.22
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 103766 0 0 0 638321 101 0 0 25 0 1 0 152359748 438116352 103751 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 106962 103751 81 174 0 106785 0
Current children cumulated CPU time (s) 6463.85
Current children cumulated vsize (KiB) 433204

[startup+6468.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=866192/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=427848 CPUtime=6385.81
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 103766 0 0 0 638480 101 0 0 25 0 1 0 152359748 438116352 103751 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 106962 103751 81 174 0 106785 0
Current children cumulated CPU time (s) 6465.44
Current children cumulated vsize (KiB) 433204

[startup+6469.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=866192/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=427848 CPUtime=6386.22
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 103766 0 0 0 638521 101 0 0 25 0 1 0 152359748 438116352 103751 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 106962 103751 81 174 0 106785 0
Current children cumulated CPU time (s) 6465.85
Current children cumulated vsize (KiB) 433204

[startup+6469.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=866192/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=427848 CPUtime=6386.61
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194304 103766 0 0 0 638560 101 0 0 25 0 1 0 152359748 438116352 103751 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 106962 103751 81 174 0 106785 0
Current children cumulated CPU time (s) 6466.24
Current children cumulated vsize (KiB) 433204

[startup+6469.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25074
/proc/meminfo: memFree=866192/2055920 swapFree=4181364/4192956
[pid=25057] ppid=25055 vsize=5356 CPUtime=79.63
/proc/25057/stat : 25057 (lysat.sh) S 25055 25057 24990 0 -1 4194304 310 91363 0 0 0 0 7885 78 19 0 1 0 152351779 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25057/statm: 1339 237 195 169 0 50 0
[pid=25060] ppid=25057 vsize=0 CPUtime=6386.72
/proc/25060/stat : 25060 (LySATi) R 25057 25057 24990 0 -1 4194308 103773 0 0 0 638564 108 0 0 25 0 1 0 152359748 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/25060/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6466.35
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 6469.64
CPU time (s): 6466.41
CPU user time (s): 6464.51
CPU system time (s): 1.90371
CPU usage (%): 99.9501
Max. virtual memory (cumulated for all children) (KiB): 433204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6464.51
system time used= 1.90371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195601
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= 38
involuntary context switches= 16751

runsolver used 5.43917 second user time and 18.0922 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-02 07:46:23
IDJOB=1774553
IDBENCH=70959
IDSOLVER=609
FILE ID=node13/1774553-1241243179
PBS_JOBID= 9224863
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED=455409389

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:       1333744 kB
Buffers:         67812 kB
Cached:         551416 kB
SwapCached:       5352 kB
Active:          92404 kB
Inactive:       534624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333744 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           63840 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            81052 kB
Committed_AS:   624384 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= 66388 MiB
End job on node13 at 2009-05-02 09:34:13