Trace number 1774483

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 1550.83 1551.27

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark619.192
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

0.00/0.00	c Parsing...
1.29/1.35	c ==============================================================================
1.29/1.35	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.35	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.35	c ==============================================================================
1.29/1.35	c |         0 | 1356467  3708070 |  406940       0        0     nan |  0.000 % |
44.38/44.47	c |         0 |  255997  1816599 |      --       0       --      -- |     --   | -768336/-956869
44.38/44.47	c ==============================================================================
44.38/44.47	c Result  :   #vars: 4925   #clauses: 255997   #literals: 1816599
44.38/44.47	c CPU time:   44.0503 s
44.38/44.47	c ==============================================================================
45.18/45.28	c lySAT 0.1
45.18/45.28	c minisat core +  additionnal features
45.18/45.28	c ============================[ Problem Statistics ]=============================
45.18/45.28	c |                                                                             |
45.18/45.28	c |  Number of variables:  4925                                                 |
45.18/45.28	c |  Number of clauses:    255997                                               |
45.25/45.51	c |  Parsing time:         0.20         s                                       |
1550.74/1551.22	c restarts              : 3556
1550.74/1551.22	c conflicts             : 4396545        (2921 /sec)
1550.74/1551.22	c decisions             : 6933646        (1.90 % random) (4607 /sec)
1550.74/1551.22	c euip                  : 200517      
1550.74/1551.22	c propagations          : 238407109      (158391 /sec)
1550.74/1551.22	c conflict literals     : 75653865       (12.15 % deleted)
1550.74/1551.22	c Memory used           : 153.30 MB
1550.74/1551.22	c CPU time              : 1505.18 s
1550.74/1551.22	c 
1550.74/1551.24	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-1774483-1241242857/watcher-1774483-1241242857 -o /tmp/evaluation-result-1774483-1241242857/solver-1774483-1241242857 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774483-1241242857.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.99 0.97 0.99 3/64 23539
/proc/meminfo: memFree=1128832/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=1220 CPUtime=0
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 152319431 1249280 201 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 305 201 51 127 0 175 0

[startup+0.0114411 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23539
/proc/meminfo: memFree=1128832/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=1396 CPUtime=0
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 152319431 1429504 261 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 349 262 51 127 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6752

[startup+0.101449 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23539
/proc/meminfo: memFree=1128832/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=8868 CPUtime=0.09
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 2113 0 0 0 8 1 0 0 18 0 1 0 152319431 9080832 2097 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 2217 2097 52 127 0 2087 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14224

[startup+0.301466 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23539
/proc/meminfo: memFree=1128832/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=27600 CPUtime=0.29
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 6303 0 0 0 25 4 0 0 19 0 1 0 152319431 28262400 6287 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 6900 6288 52 127 0 6770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32956

[startup+0.701503 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23539
/proc/meminfo: memFree=1128832/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=71552 CPUtime=0.68
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 14991 0 0 0 59 9 0 0 23 0 1 0 152319431 73269248 14975 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 17888 14976 52 127 0 17758 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 76908

[startup+1.50158 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23541
/proc/meminfo: memFree=1042544/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=159208 CPUtime=1.49
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 32253 0 0 0 128 21 0 0 25 0 1 0 152319431 163028992 32215 1992294400 134512640 135034092 4294956112 18446744073709551615 134530154 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 39802 32215 64 127 0 39672 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 164564

[startup+3.10172 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23541
/proc/meminfo: memFree=999280/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=159720 CPUtime=3.09
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 32360 0 0 0 288 21 0 0 25 0 1 0 152319431 163553280 32322 1992294400 134512640 135034092 4294956112 18446744073709551615 134540947 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 39930 32322 64 127 0 39800 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165076

[startup+6.30202 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 23541
/proc/meminfo: memFree=987248/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=177596 CPUtime=6.29
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 38685 0 0 0 600 29 0 0 25 0 1 0 152319431 181858304 35119 1992294400 134512640 135034092 4294956112 18446744073709551615 134671842 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 44399 35119 68 127 0 44269 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 182952

[startup+12.7016 s]
/proc/loadavg: 1.15 1.00 1.00 2/66 23541
/proc/meminfo: memFree=943536/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=204288 CPUtime=12.68
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 45775 0 0 0 1232 36 0 0 25 0 1 0 152319431 209190912 41864 1992294400 134512640 135034092 4294956112 18446744073709551615 134569520 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 51072 41864 68 127 0 50942 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 209644

[startup+25.5018 s]
/proc/loadavg: 1.11 1.00 1.00 2/66 23541
/proc/meminfo: memFree=943536/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152319430 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 235 195 169 0 50 0
[pid=23540] ppid=23539 vsize=204544 CPUtime=25.48
/proc/23540/stat : 23540 (SatElite) R 23539 23539 23050 0 -1 4194304 45864 0 0 0 2511 37 0 0 25 0 1 0 152319431 209453056 41953 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 51136 41953 68 127 0 51006 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 209900

[startup+51.1012 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 23542
/proc/meminfo: memFree=1072112/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=29748 CPUtime=5.8
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 7246 0 0 0 577 3 0 0 25 0 1 0 152323958 30461952 7231 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 7437 7231 81 174 0 7260 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 35104

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 23542
/proc/meminfo: memFree=1060784/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=41192 CPUtime=56.98
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 10056 0 0 0 5694 4 0 0 25 0 1 0 152323958 42180608 10041 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 10298 10041 81 174 0 10121 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 46548

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 23542
/proc/meminfo: memFree=1049840/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=52384 CPUtime=116.97
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 12785 0 0 0 11690 7 0 0 25 0 1 0 152323958 53641216 12770 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 13096 12770 81 174 0 12919 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 57740

[startup+222.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 23542
/proc/meminfo: memFree=1044400/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=57752 CPUtime=176.95
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 14150 0 0 0 17688 7 0 0 25 0 1 0 152323958 59138048 14135 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 14438 14135 81 174 0 14261 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 63108

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 23542
/proc/meminfo: memFree=1039280/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=63108 CPUtime=236.93
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 15428 0 0 0 23685 8 0 0 25 0 1 0 152323958 64622592 15413 1992294400 134512640 135226915 4294956224 18446744073709551615 134543632 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 15777 15413 81 174 0 15600 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 68464

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23542
/proc/meminfo: memFree=1032880/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=69528 CPUtime=296.92
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 17020 0 0 0 29682 10 0 0 25 0 1 0 152323958 71196672 17005 1992294400 134512640 135226915 4294956224 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 17382 17005 81 174 0 17205 0
Current children cumulated CPU time (s) 342.17

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


[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23542
/proc/meminfo: memFree=970352/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=133024 CPUtime=1076.7
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 32599 0 0 0 107644 26 0 0 25 0 1 0 152323958 136216576 32584 1992294400 134512640 135226915 4294956224 18446744073709551615 134537045 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 33256 32584 81 174 0 33079 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 138380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23542
/proc/meminfo: memFree=970352/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=133024 CPUtime=1136.69
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 32601 0 0 0 113643 26 0 0 25 0 1 0 152323958 136216576 32586 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 33256 32586 81 174 0 33079 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 138380

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=970160/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=133220 CPUtime=1196.67
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 32630 0 0 0 119640 27 0 0 25 0 1 0 152323958 136417280 32615 1992294400 134512640 135226915 4294956224 18446744073709551615 134546363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 33305 32615 81 174 0 33128 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 138576

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=969392/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=134120 CPUtime=1256.66
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 32830 0 0 0 125639 27 0 0 25 0 1 0 152323958 137338880 32815 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 33530 32815 81 174 0 33353 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 139476

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=967920/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=135808 CPUtime=1316.64
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 33231 0 0 0 131637 27 0 0 25 0 1 0 152323958 139067392 33216 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 33952 33216 81 174 0 33775 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 141164

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=957680/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=147356 CPUtime=1376.63
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 35752 0 0 0 137633 30 0 0 25 0 1 0 152323958 150892544 35737 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 36839 35737 81 174 0 36662 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 152712

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=949616/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=155612 CPUtime=1436.6
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 37774 0 0 0 143628 32 0 0 25 0 1 0 152323958 159346688 37759 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 38903 37759 81 174 0 38726 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 160968

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=948656/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=156640 CPUtime=1496.59
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 37991 0 0 0 149626 33 0 0 25 0 1 0 152323958 160399360 37976 1992294400 134512640 135226915 4294956224 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 39160 37976 81 174 0 38983 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 161996

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

[startup+1545.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=948656/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=156640 CPUtime=1499.79
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 37991 0 0 0 149946 33 0 0 25 0 1 0 152323958 160399360 37976 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 39160 37976 81 174 0 38983 0
Current children cumulated CPU time (s) 1545.04
Current children cumulated vsize (KiB) 161996

[startup+1548.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=948400/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=156976 CPUtime=1502.99
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 38057 0 0 0 150266 33 0 0 25 0 1 0 152323958 160743424 38042 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 39244 38042 81 174 0 39067 0
Current children cumulated CPU time (s) 1548.24
Current children cumulated vsize (KiB) 162332

[startup+1550.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=948400/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=156976 CPUtime=1504.59
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 38060 0 0 0 150426 33 0 0 25 0 1 0 152323958 160743424 38045 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 39244 38045 81 174 0 39067 0
Current children cumulated CPU time (s) 1549.84
Current children cumulated vsize (KiB) 162332

[startup+1550.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=948400/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=156976 CPUtime=1504.99
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 38060 0 0 0 150466 33 0 0 25 0 1 0 152323958 160743424 38045 1992294400 134512640 135226915 4294956224 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 39244 38045 81 174 0 39067 0
Current children cumulated CPU time (s) 1550.24
Current children cumulated vsize (KiB) 162332

[startup+1551.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=948400/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=156976 CPUtime=1505.39
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 38064 0 0 0 150506 33 0 0 25 0 1 0 152323958 160743424 38049 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 39244 38049 81 174 0 39067 0
Current children cumulated CPU time (s) 1550.64
Current children cumulated vsize (KiB) 162332

[startup+1551.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23548
/proc/meminfo: memFree=948400/2055920 swapFree=4181256/4192956
[pid=23539] ppid=23537 vsize=5356 CPUtime=45.25
/proc/23539/stat : 23539 (lysat.sh) S 23537 23539 23050 0 -1 4194304 310 53703 0 0 0 0 4478 47 16 0 1 0 152319430 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23539/statm: 1339 237 195 169 0 50 0
[pid=23542] ppid=23539 vsize=156976 CPUtime=1505.49
/proc/23542/stat : 23542 (LySATi) R 23539 23539 23050 0 -1 4194304 38065 0 0 0 150516 33 0 0 25 0 1 0 152323958 160743424 38050 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/23542/statm: 39244 38050 81 174 0 39067 0
Current children cumulated CPU time (s) 1550.74
Current children cumulated vsize (KiB) 162332

Child status: 20
Real time (s): 1551.27
CPU time (s): 1550.83
CPU user time (s): 1549.97
CPU system time (s): 0.858869
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 234796

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

runsolver used 1.85572 second user time and 3.75343 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-02 07:40:59
IDJOB=1774483
IDBENCH=70951
IDSOLVER=609
FILE ID=node14/1774483-1241242857
PBS_JOBID= 9224858
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=316039228

node14.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.256
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	: 5931.00
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.256
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:       1129248 kB
Buffers:         82072 kB
Cached:         738812 kB
SwapCached:       5520 kB
Active:          87212 kB
Inactive:       741628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1129248 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:           35128 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            83764 kB
Committed_AS:   632244 kB
PageTables:       1456 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= 66516 MiB
End job on node14 at 2009-05-02 08:06:51