Trace number 1775353

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 1772.3 1772.96

General information on the benchmark

Namevelev-vliw-uns-4.0-9C1.cnf
MD5SUM0c9a15d0f561e9d1bb438b04ae3c31af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark324.398
Satisfiable
(Un)Satisfiability was proved
Number of variables96177
Number of clauses1814189
Sum of the clauses size5280501
Maximum clause length2216
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21178665
Number of clauses of size 3560157
Number of clauses of size 45491
Number of clauses of size 54739
Number of clauses of size over 565136

Solver Data

0.00/0.00	c Parsing...
1.39/1.44	c ==============================================================================
1.39/1.44	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.44	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.44	c ==============================================================================
1.39/1.44	c |         0 | 1814188  5280500 |  544256       0        0     nan |  0.000 % |
12.98/13.09	c |         0 | 1789068  5451065 |      --       0       --      -- |     --   | -25093/170622
12.98/13.09	c ==============================================================================
12.98/13.09	c Result  :   #vars: 84942   #clauses: 1789068   #literals: 5451065
12.98/13.09	c CPU time:   12.7891 s
12.98/13.09	c ==============================================================================
15.17/15.29	c lySAT 0.1
15.17/15.29	c minisat core +  additionnal features
15.17/15.29	c ============================[ Problem Statistics ]=============================
15.17/15.29	c |                                                                             |
15.17/15.29	c |  Number of variables:  84942                                                |
15.17/15.29	c |  Number of clauses:    1789068                                              |
16.27/16.38	c |  Parsing time:         0.96         s                                       |
1772.23/1772.90	c restarts              : 19347
1772.23/1772.90	c conflicts             : 1451191        (826 /sec)
1772.23/1772.90	c decisions             : 43037935       (1.21 % random) (24500 /sec)
1772.23/1772.90	c euip                  : 107444      
1772.23/1772.90	c propagations          : 2141278909     (1218961 /sec)
1772.23/1772.90	c conflict literals     : 63194996       (39.30 % deleted)
1772.23/1772.90	c Memory used           : 170.61 MB
1772.23/1772.90	c CPU time              : 1756.64 s
1772.23/1772.90	c 
1772.23/1772.93	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-1775353-1241248053/watcher-1775353-1241248053 -o /tmp/evaluation-result-1775353-1241248053/solver-1775353-1241248053 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1775353-1241248053.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.78 0.95 0.98 3/64 21521
/proc/meminfo: memFree=1639240/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) R 21519 21521 21454 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 254195329695 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21521/statm: 1339 234 194 169 0 50 0
[pid=21522] ppid=21521 vsize=956 CPUtime=0
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 152838194 978944 128 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21522/statm: 239 129 51 127 0 109 0

[startup+0.0086381 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 21521
/proc/meminfo: memFree=1639240/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21521/statm: 1339 235 195 169 0 50 0
[pid=21522] ppid=21521 vsize=1236 CPUtime=0
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 228 0 0 0 0 0 0 0 18 0 1 0 152838194 1265664 212 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21522/statm: 309 213 51 127 0 179 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6592

[startup+0.101642 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 21521
/proc/meminfo: memFree=1639240/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21521/statm: 1339 235 195 169 0 50 0
[pid=21522] ppid=21521 vsize=9492 CPUtime=0.08
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 2140 0 0 0 8 0 0 0 19 0 1 0 152838194 9719808 2124 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21522/statm: 2373 2126 51 127 0 2243 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14848

[startup+0.301656 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 21521
/proc/meminfo: memFree=1639240/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21521/statm: 1339 235 195 169 0 50 0
[pid=21522] ppid=21521 vsize=27104 CPUtime=0.28
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 6031 0 0 0 25 3 0 0 21 0 1 0 152838194 27754496 6015 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21522/statm: 6776 6015 51 127 0 6646 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32460

[startup+0.701684 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 21521
/proc/meminfo: memFree=1639240/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21521/statm: 1339 235 195 169 0 50 0
[pid=21522] ppid=21521 vsize=58380 CPUtime=0.69
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 13142 0 0 0 60 9 0 0 25 0 1 0 152838194 59781120 13126 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21522/statm: 14595 13127 51 127 0 14465 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63736

[startup+1.50175 s]
/proc/loadavg: 0.80 0.95 0.98 2/66 21523
/proc/meminfo: memFree=1565560/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21521/statm: 1339 235 195 169 0 50 0
[pid=21522] ppid=21521 vsize=126188 CPUtime=1.49
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 32322 0 0 0 128 21 0 0 25 0 1 0 152838194 129216512 29767 1992294400 134512640 135034092 4294956112 18446744073709551615 134561806 0 0 4096 3 0 0 0 17 1 0 0
/proc/21522/statm: 31547 29767 67 127 0 31417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131544

[startup+3.10186 s]
/proc/loadavg: 0.80 0.95 0.98 2/66 21523
/proc/meminfo: memFree=1506168/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21521/statm: 1339 235 195 169 0 50 0
[pid=21522] ppid=21521 vsize=148440 CPUtime=3.09
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 36431 0 0 0 285 24 0 0 25 0 1 0 152838194 152002560 33688 1992294400 134512640 135034092 4294956112 18446744073709551615 134574642 0 0 4096 3 0 0 0 17 0 0 0
/proc/21522/statm: 37110 33688 68 127 0 36980 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153796

[startup+6.30109 s]
/proc/loadavg: 0.80 0.95 0.98 2/66 21523
/proc/meminfo: memFree=1490296/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21521/statm: 1339 235 195 169 0 50 0
[pid=21522] ppid=21521 vsize=172228 CPUtime=6.28
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 39786 0 0 0 602 26 0 0 25 0 1 0 152838194 176361472 36780 1992294400 134512640 135034092 4294956112 18446744073709551615 134582713 0 0 4096 3 0 0 0 17 0 0 0
/proc/21522/statm: 43057 36780 68 127 0 42927 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177584

[startup+12.7016 s]
/proc/loadavg: 0.83 0.95 0.98 2/66 21523
/proc/meminfo: memFree=1502200/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=0
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152838194 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21521/statm: 1339 235 195 169 0 50 0
[pid=21522] ppid=21521 vsize=166772 CPUtime=12.67
/proc/21522/stat : 21522 (SatElite) R 21521 21521 21454 0 -1 4194304 43221 0 0 0 1240 27 0 0 25 0 1 0 152838194 170774528 36845 1992294400 134512640 135034092 4294956112 18446744073709551615 134569520 0 0 4096 3 0 0 0 17 0 0 0
/proc/21522/statm: 41693 36845 68 127 0 41563 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 172128

[startup+25.5015 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 21524
/proc/meminfo: memFree=1496184/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=107748 CPUtime=10.19
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 25922 0 0 0 1005 14 0 0 25 0 1 0 152839724 110333952 25907 1992294400 134512640 135226915 4294956224 18446744073709551615 134543498 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 26937 25907 81 174 0 26760 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 113104

[startup+51.1014 s]
/proc/loadavg: 0.90 0.96 0.98 2/66 21524
/proc/meminfo: memFree=1492856/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=111132 CPUtime=35.77
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 26761 0 0 0 3563 14 0 0 25 0 1 0 152839724 113799168 26746 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 27783 26746 81 174 0 27606 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 116488

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 21524
/proc/meminfo: memFree=1489720/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=114224 CPUtime=86.93
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 27543 0 0 0 8678 15 0 0 25 0 1 0 152839724 116965376 27528 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 28556 27528 81 174 0 28379 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 119580

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/66 21524
/proc/meminfo: memFree=1484984/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=119336 CPUtime=146.9
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 28817 0 0 0 14674 16 0 0 25 0 1 0 152839724 122200064 28802 1992294400 134512640 135226915 4294956224 18446744073709551615 134539624 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 29834 28802 81 174 0 29657 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 124692

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21524
/proc/meminfo: memFree=1481976/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=122156 CPUtime=206.88
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 29504 0 0 0 20671 17 0 0 25 0 1 0 152839724 125087744 29489 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 30539 29489 81 174 0 30362 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 127512

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21524
/proc/meminfo: memFree=1481464/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=122692 CPUtime=266.87
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 29639 0 0 0 26669 18 0 0 25 0 1 0 152839724 125636608 29624 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 30673 29624 81 174 0 30496 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 128048

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21524
/proc/meminfo: memFree=1475960/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=128476 CPUtime=326.84
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 31039 0 0 0 32664 20 0 0 25 0 1 0 152839724 131559424 31024 1992294400 134512640 135226915 4294956224 18446744073709551615 134549218 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 32119 31024 81 174 0 31942 0
Current children cumulated CPU time (s) 342.11

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


[startup+1422.31 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 21524
/proc/meminfo: memFree=1431224/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=173512 CPUtime=1406.48
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42150 0 0 0 140616 32 0 0 25 0 1 0 152839724 177676288 42135 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43378 42135 81 174 0 43201 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 178868

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1431160/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=173584 CPUtime=1466.46
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42171 0 0 0 146614 32 0 0 25 0 1 0 152839724 177750016 42156 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43396 42156 81 174 0 43219 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 178940

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1431032/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=173872 CPUtime=1526.44
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42204 0 0 0 152612 32 0 0 25 0 1 0 152839724 178044928 42189 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43468 42189 81 174 0 43291 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 179228

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430776/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=173980 CPUtime=1586.42
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42264 0 0 0 158610 32 0 0 25 0 1 0 152839724 178155520 42249 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43495 42249 81 174 0 43318 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 179336

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430584/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174460 CPUtime=1646.4
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42329 0 0 0 164608 32 0 0 25 0 1 0 152839724 178647040 42314 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43615 42314 81 174 0 43438 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 179816

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430456/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1706.38
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 170606 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 180056

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

[startup+1740.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430456/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1724.77
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 172445 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134527710 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1740.04
Current children cumulated vsize (KiB) 180056

[startup+1753.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430456/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1737.57
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 173725 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134537372 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1752.84
Current children cumulated vsize (KiB) 180056

[startup+1766.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430456/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1750.36
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 175004 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1765.63
Current children cumulated vsize (KiB) 180056

[startup+1769.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430456/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1753.56
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 175324 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134536696 0 0 4096 3 0 0 0 17 1 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1768.83
Current children cumulated vsize (KiB) 180056

[startup+1771.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430392/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1755.16
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 175484 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134536755 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1770.43
Current children cumulated vsize (KiB) 180056

[startup+1771.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430392/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1755.96
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 175564 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1771.23
Current children cumulated vsize (KiB) 180056

[startup+1772.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430392/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1756.76
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 175644 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1772.03
Current children cumulated vsize (KiB) 180056

[startup+1772.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21524
/proc/meminfo: memFree=1430392/2055920 swapFree=4165120/4192956
[pid=21521] ppid=21519 vsize=5356 CPUtime=15.27
/proc/21521/stat : 21521 (lysat.sh) S 21519 21521 21454 0 -1 4194304 310 46065 0 0 0 0 1485 42 16 0 1 0 152838194 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21521/statm: 1339 237 195 169 0 50 0
[pid=21524] ppid=21521 vsize=174700 CPUtime=1756.96
/proc/21524/stat : 21524 (LySATi) R 21521 21521 21454 0 -1 4194304 42343 0 0 0 175664 32 0 0 25 0 1 0 152839724 178892800 42328 1992294400 134512640 135226915 4294956224 18446744073709551615 134547756 0 0 4096 3 0 0 0 17 0 0 0
/proc/21524/statm: 43675 42328 81 174 0 43498 0
Current children cumulated CPU time (s) 1772.23
Current children cumulated vsize (KiB) 180056

Child status: 20
Real time (s): 1772.96
CPU time (s): 1772.3
CPU user time (s): 1771.5
CPU system time (s): 0.803877
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 180056

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

runsolver used 1.46278 second user time and 4.99124 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-02 09:07:35
IDJOB=1775353
IDBENCH=71736
IDSOLVER=609
FILE ID=node34/1775353-1241248053
PBS_JOBID= 9224893
Free space on /tmp= 66464 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE06/velev-vliw-uns-4.0-9C1.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775353-1241248053/watcher-1775353-1241248053 -o /tmp/evaluation-result-1775353-1241248053/solver-1775353-1241248053 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1775353-1241248053.cnf i

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

MD5SUM BENCH= 0c9a15d0f561e9d1bb438b04ae3c31af
RANDOM SEED=1365953521

node34.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.214
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.214
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:       1639720 kB
Buffers:         66272 kB
Cached:         263976 kB
SwapCached:      21584 kB
Active:          69164 kB
Inactive:       284868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639720 kB
SwapTotal:     4192956 kB
SwapFree:      4165120 kB
Dirty:           38232 kB
Writeback:           0 kB
Mapped:          13412 kB
Slab:            48208 kB
Committed_AS:   702084 kB
PageTables:       1380 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= 66460 MiB
End job on node34 at 2009-05-02 09:37:09