Trace number 1773243

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 478.916 479.171

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.744
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data

0.00/0.00	c Parsing...
0.39/0.44	c ==============================================================================
0.39/0.44	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.44	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.44	c ==============================================================================
0.39/0.44	c |         0 |  542252  1554258 |  162675       0        0     nan |  0.000 % |
3.78/3.85	c |         0 |  518020  1616108 |      --       0       --      -- |     --   | -24095/63495
3.78/3.85	c ==============================================================================
3.78/3.85	c Result  :   #vars: 32773   #clauses: 518020   #literals: 1616108
3.78/3.85	c CPU time:   3.76843 s
3.78/3.85	c ==============================================================================
4.49/4.50	c lySAT 0.1
4.49/4.50	c minisat core +  additionnal features
4.49/4.50	c ============================[ Problem Statistics ]=============================
4.49/4.50	c |                                                                             |
4.49/4.50	c |  Number of variables:  32773                                                |
4.49/4.50	c |  Number of clauses:    518020                                               |
4.49/4.86	c |  Parsing time:         0.30         s                                       |
478.82/479.14	c restarts              : 10149
478.82/479.14	c conflicts             : 983909         (2075 /sec)
478.82/479.14	c decisions             : 21373715       (1.70 % random) (45072 /sec)
478.82/479.14	c euip                  : 51116       
478.82/479.14	c propagations          : 585631738      (1234958 /sec)
478.82/479.14	c conflict literals     : 38821223       (40.59 % deleted)
478.82/479.14	c Memory used           : 79.96 MB
478.82/479.14	c CPU time              : 474.212 s
478.82/479.14	c 
478.82/479.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-1773243-1241233673/watcher-1773243-1241233673 -o /tmp/evaluation-result-1773243-1241233673/solver-1773243-1241233673 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773243-1241233673.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.98 0.99 3/64 27782
/proc/meminfo: memFree=1127160/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (lysat.sh) R 27780 27782 27687 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151400607 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27782/statm: 1339 234 194 169 0 50 0
[pid=27783] ppid=27782 vsize=956 CPUtime=0
/proc/27783/stat : 27783 (SatElite) R 27782 27782 27687 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 151400607 978944 123 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27783/statm: 239 124 51 127 0 109 0

[startup+0.0258201 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27782
/proc/meminfo: memFree=1127160/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151400607 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 235 195 169 0 50 0
[pid=27783] ppid=27782 vsize=3052 CPUtime=0.02
/proc/27783/stat : 27783 (SatElite) R 27782 27782 27687 0 -1 4194304 643 0 0 0 2 0 0 0 18 0 1 0 151400607 3125248 627 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27783/statm: 763 627 51 127 0 633 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8408

[startup+0.101831 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27782
/proc/meminfo: memFree=1127160/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151400607 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 235 195 169 0 50 0
[pid=27783] ppid=27782 vsize=9500 CPUtime=0.09
/proc/27783/stat : 27783 (SatElite) R 27782 27782 27687 0 -1 4194304 2126 0 0 0 9 0 0 0 19 0 1 0 151400607 9728000 2110 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27783/statm: 2375 2111 51 127 0 2245 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14856

[startup+0.301867 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27782
/proc/meminfo: memFree=1127160/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151400607 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 235 195 169 0 50 0
[pid=27783] ppid=27782 vsize=26864 CPUtime=0.29
/proc/27783/stat : 27783 (SatElite) R 27782 27782 27687 0 -1 4194304 5942 0 0 0 25 4 0 0 21 0 1 0 151400607 27508736 5926 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27783/statm: 6716 5927 51 127 0 6586 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32220

[startup+0.701936 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27782
/proc/meminfo: memFree=1127160/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151400607 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 235 195 169 0 50 0
[pid=27783] ppid=27782 vsize=50968 CPUtime=0.69
/proc/27783/stat : 27783 (SatElite) R 27782 27782 27687 0 -1 4194304 11880 0 0 0 63 6 0 0 25 0 1 0 151400607 52191232 10685 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/27783/statm: 12742 10685 68 127 0 12612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56324

[startup+1.50108 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27784
/proc/meminfo: memFree=1081064/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151400607 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 235 195 169 0 50 0
[pid=27783] ppid=27782 vsize=54772 CPUtime=1.49
/proc/27783/stat : 27783 (SatElite) R 27782 27782 27687 0 -1 4194304 12754 0 0 0 142 7 0 0 25 0 1 0 151400607 56086528 11559 1992294400 134512640 135034092 4294956112 18446744073709551615 134566588 0 0 4096 3 0 0 0 17 0 0 0
/proc/27783/statm: 13693 11559 68 127 0 13563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60128

[startup+3.10136 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27784
/proc/meminfo: memFree=1079464/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151400607 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 235 195 169 0 50 0
[pid=27783] ppid=27782 vsize=62016 CPUtime=3.08
/proc/27783/stat : 27783 (SatElite) R 27782 27782 27687 0 -1 4194304 13998 0 0 0 301 7 0 0 25 0 1 0 151400607 63504384 12711 1992294400 134512640 135034092 4294956112 18446744073709551615 134541238 0 0 4096 3 0 0 0 17 0 0 0
/proc/27783/statm: 15504 12711 68 127 0 15374 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67372

[startup+6.30192 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1083560/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=33376 CPUtime=1.78
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 7913 0 0 0 173 5 0 0 25 0 1 0 151401058 34177024 7898 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 8344 7898 81 174 0 8167 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38732

[startup+12.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1080744/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=36456 CPUtime=8.17
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 8664 0 0 0 811 6 0 0 25 0 1 0 151401058 37330944 8649 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 9114 8649 81 174 0 8937 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41812

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1077544/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=39664 CPUtime=20.97
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 9436 0 0 0 2090 7 0 0 25 0 1 0 151401058 40615936 9421 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 9916 9421 81 174 0 9739 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45020

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1072040/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=45612 CPUtime=46.54
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 10903 0 0 0 4645 9 0 0 25 0 1 0 151401058 46706688 10888 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 11403 10888 81 174 0 11226 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 50968

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1064744/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=52644 CPUtime=97.72
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 12650 0 0 0 9761 11 0 0 25 0 1 0 151401058 53907456 12635 1992294400 134512640 135226915 4294956224 18446744073709551615 134538857 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 13161 12635 81 174 0 12984 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 58000

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1060328/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=56932 CPUtime=157.69
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 13731 0 0 0 15757 12 0 0 25 0 1 0 151401058 58298368 13716 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 14233 13716 81 174 0 14056 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 62288

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1058344/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=59180 CPUtime=217.66
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 14241 0 0 0 21754 12 0 0 25 0 1 0 151401058 60600320 14226 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 14795 14226 81 174 0 14618 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 64536

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1038504/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=79252 CPUtime=277.62
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19219 0 0 0 27746 16 0 0 25 0 1 0 151401058 81154048 19204 1992294400 134512640 135226915 4294956224 18446744073709551615 134527823 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 19813 19204 81 174 0 19636 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 84608

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1037096/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=80828 CPUtime=337.6
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19570 0 0 0 33743 17 0 0 25 0 1 0 151401058 82767872 19555 1992294400 134512640 135226915 4294956224 18446744073709551615 134537380 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20207 19555 81 174 0 20030 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 86184

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1036904/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=81044 CPUtime=397.57
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19616 0 0 0 39740 17 0 0 25 0 1 0 151401058 82989056 19601 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20261 19601 81 174 0 20084 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 86400

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1036456/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=81584 CPUtime=457.54
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19730 0 0 0 45737 17 0 0 25 0 1 0 151401058 83542016 19715 1992294400 134512640 135226915 4294956224 18446744073709551615 134527826 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20396 19715 81 174 0 20219 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 86940

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

[startup+467.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1036392/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=81728 CPUtime=462.34
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19751 0 0 0 46217 17 0 0 25 0 1 0 151401058 83689472 19736 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20432 19736 81 174 0 20255 0
Current children cumulated CPU time (s) 466.83
Current children cumulated vsize (KiB) 87084

[startup+473.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1036264/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=81728 CPUtime=468.73
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19760 0 0 0 46856 17 0 0 25 0 1 0 151401058 83689472 19745 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20432 19745 81 174 0 20255 0
Current children cumulated CPU time (s) 473.22
Current children cumulated vsize (KiB) 87084

[startup+476.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1036264/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=81728 CPUtime=471.93
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19761 0 0 0 47176 17 0 0 25 0 1 0 151401058 83689472 19746 1992294400 134512640 135226915 4294956224 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20432 19746 81 174 0 20255 0
Current children cumulated CPU time (s) 476.42
Current children cumulated vsize (KiB) 87084

[startup+478.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1036264/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=81872 CPUtime=473.53
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19792 0 0 0 47336 17 0 0 25 0 1 0 151401058 83836928 19777 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20468 19777 81 174 0 20291 0
Current children cumulated CPU time (s) 478.02
Current children cumulated vsize (KiB) 87228

[startup+478.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1036136/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=81872 CPUtime=473.93
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19792 0 0 0 47376 17 0 0 25 0 1 0 151401058 83836928 19777 1992294400 134512640 135226915 4294956224 18446744073709551615 134527475 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20468 19777 81 174 0 20291 0
Current children cumulated CPU time (s) 478.42
Current children cumulated vsize (KiB) 87228

[startup+479.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27785
/proc/meminfo: memFree=1036136/2055920 swapFree=4181908/4192956
[pid=27782] ppid=27780 vsize=5356 CPUtime=4.49
/proc/27782/stat : 27782 (lysat.sh) S 27780 27782 27687 0 -1 4194304 310 15112 0 0 0 0 438 11 16 0 1 0 151400607 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 1339 237 195 169 0 50 0
[pid=27785] ppid=27782 vsize=81872 CPUtime=474.33
/proc/27785/stat : 27785 (LySATi) R 27782 27782 27687 0 -1 4194304 19792 0 0 0 47416 17 0 0 25 0 1 0 151401058 83836928 19777 1992294400 134512640 135226915 4294956224 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/27785/statm: 20468 19777 81 174 0 20291 0
Current children cumulated CPU time (s) 478.82
Current children cumulated vsize (KiB) 87228

Child status: 20
Real time (s): 479.171
CPU time (s): 478.916
CPU user time (s): 478.594
CPU system time (s): 0.321951
CPU usage (%): 99.9469
Max. virtual memory (cumulated for all children) (KiB): 87228

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

runsolver used 0.398939 second user time and 1.35079 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-02 05:07:53
IDJOB=1773243
IDBENCH=20577
IDSOLVER=609
FILE ID=node18/1773243-1241233673
PBS_JOBID= 9224822
Free space on /tmp= 66344 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773243-1241233673/watcher-1773243-1241233673 -o /tmp/evaluation-result-1773243-1241233673/solver-1773243-1241233673 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773243-1241233673.cnf i

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

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED=1088302493

node18.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.280
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.280
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:       1127704 kB
Buffers:         75136 kB
Cached:         745100 kB
SwapCached:       4876 kB
Active:         136016 kB
Inactive:       692052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1127704 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:           12428 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            86272 kB
Committed_AS:   718696 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= 66340 MiB
End job on node18 at 2009-05-02 05:15:53