Trace number 1773703

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 3982.15 3983.78

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl032.cnf
MD5SUM5bb6e70c95bda454f634cd586084908b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark991.95
Satisfiable
(Un)Satisfiability was proved
Number of variables18607
Number of clauses55724
Sum of the clauses size130020
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237148
Number of clauses of size 318574
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   55722   130018 |   16716       0        0     nan |  0.000 % |
0.29/0.39	c |         0 |   34365   106362 |      --       0       --      -- |     --   | -21355/-23651
0.29/0.39	c ==============================================================================
0.29/0.39	c Result  :   #vars: 6781   #clauses: 34365   #literals: 106362
0.29/0.39	c CPU time:   0.370943 s
0.29/0.39	c ==============================================================================
0.39/0.43	c lySAT 0.1
0.39/0.43	c minisat core +  additionnal features
0.39/0.43	c ============================[ Problem Statistics ]=============================
0.39/0.43	c |                                                                             |
0.39/0.43	c |  Number of variables:  6781                                                 |
0.39/0.43	c |  Number of clauses:    34365                                                |
0.39/0.46	c |  Parsing time:         0.02         s                                       |
3982.06/3983.74	c restarts              : 1751
3982.06/3983.74	c conflicts             : 2201371        (553 /sec)
3982.06/3983.74	c decisions             : 3157290        (1.63 % random) (793 /sec)
3982.06/3983.74	c euip                  : 58625       
3982.06/3983.74	c propagations          : 1241673496     (311882 /sec)
3982.06/3983.74	c conflict literals     : 124551508      (68.80 % deleted)
3982.06/3983.74	c Memory used           : 146.32 MB
3982.06/3983.74	c CPU time              : 3981.23 s
3982.06/3983.74	c 
3982.06/3983.77	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-1773703-1241236165/watcher-1773703-1241236165 -o /tmp/evaluation-result-1773703-1241236165/solver-1773703-1241236165 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773703-1241236165.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.98 0.98 0.99 3/64 26824
/proc/meminfo: memFree=1242160/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151649483 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 235 195 169 0 50 0
[pid=26825] ppid=26824 vsize=964 CPUtime=0
/proc/26825/stat : 26825 (SatElite) R 26824 26824 26757 0 -1 4194304 153 0 0 0 0 0 0 0 19 0 1 0 151649483 987136 137 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26825/statm: 241 139 50 127 0 111 0

[startup+0.08313 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 26824
/proc/meminfo: memFree=1242160/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151649483 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 235 195 169 0 50 0
[pid=26825] ppid=26824 vsize=9756 CPUtime=0.07
/proc/26825/stat : 26825 (SatElite) R 26824 26824 26757 0 -1 4194304 2185 0 0 0 7 0 0 0 19 0 1 0 151649483 9990144 2022 1992294400 134512640 135034092 4294956112 18446744073709551615 134540680 0 0 4096 3 0 0 0 17 0 0 0
/proc/26825/statm: 2439 2022 68 127 0 2309 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15112

[startup+0.101132 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 26824
/proc/meminfo: memFree=1242160/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151649483 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 235 195 169 0 50 0
[pid=26825] ppid=26824 vsize=9756 CPUtime=0.09
/proc/26825/stat : 26825 (SatElite) R 26824 26824 26757 0 -1 4194304 2201 0 0 0 8 1 0 0 19 0 1 0 151649483 9990144 2038 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/26825/statm: 2439 2038 68 127 0 2309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15112

[startup+0.301162 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 26824
/proc/meminfo: memFree=1242160/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151649483 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 235 195 169 0 50 0
[pid=26825] ppid=26824 vsize=11220 CPUtime=0.29
/proc/26825/stat : 26825 (SatElite) R 26824 26824 26757 0 -1 4194304 2552 0 0 0 28 1 0 0 21 0 1 0 151649483 11489280 2389 1992294400 134512640 135034092 4294956112 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/26825/statm: 2805 2389 68 127 0 2675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16576

[startup+0.70123 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 26824
/proc/meminfo: memFree=1242160/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 5356

[startup+1.50234 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1236256/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=5120 CPUtime=1.05
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 1068 0 0 0 105 0 0 0 25 0 1 0 151649527 5242880 1053 1992294400 134512640 135226915 4294956224 18446744073709551615 134735455 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 1280 1053 82 174 0 1103 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10476

[startup+3.10159 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1235488/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=6172 CPUtime=2.65
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 1314 0 0 0 265 0 0 0 25 0 1 0 151649527 6320128 1299 1992294400 134512640 135226915 4294956224 18446744073709551615 134540403 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 1543 1299 82 174 0 1366 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11528

[startup+6.30107 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1233952/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=7080 CPUtime=5.85
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 1535 0 0 0 584 1 0 0 25 0 1 0 151649527 7249920 1520 1992294400 134512640 135226915 4294956224 18446744073709551615 134537065 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 1770 1520 82 174 0 1593 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12436

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1232304/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=8820 CPUtime=12.25
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 1976 0 0 0 1224 1 0 0 25 0 1 0 151649527 9031680 1961 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 2205 1961 82 174 0 2028 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14176

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1228912/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=12164 CPUtime=25.04
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 2816 0 0 0 2502 2 0 0 25 0 1 0 151649527 12455936 2801 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 3041 2801 82 174 0 2864 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17520

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1224432/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=16848 CPUtime=50.62
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 3955 0 0 0 5059 3 0 0 25 0 1 0 151649527 17252352 3940 1992294400 134512640 135226915 4294956224 18446744073709551615 134537272 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 4212 3940 82 174 0 4035 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22204

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1213808/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=27352 CPUtime=101.81
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 6569 0 0 0 10175 6 0 0 25 0 1 0 151649527 28008448 6554 1992294400 134512640 135226915 4294956224 18446744073709551615 134536803 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 6838 6554 82 174 0 6661 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 32708

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1208752/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=32516 CPUtime=161.78
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 7836 0 0 0 16171 7 0 0 25 0 1 0 151649527 33296384 7821 1992294400 134512640 135226915 4294956224 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 8129 7821 82 174 0 7952 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 37872

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1202544/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=38732 CPUtime=221.77
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 9376 0 0 0 22167 10 0 0 25 0 1 0 151649527 39661568 9361 1992294400 134512640 135226915 4294956224 18446744073709551615 134541006 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 9683 9361 82 174 0 9506 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 44088

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1202288/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=39188 CPUtime=281.74
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 9504 0 0 0 28164 10 0 0 25 0 1 0 151649527 40128512 9489 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 9797 9489 82 174 0 9620 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 44544

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26827
/proc/meminfo: memFree=1192752/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=48640 CPUtime=341.72
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 11821 0 0 0 34159 13 0 0 25 0 1 0 151649527 49807360 11806 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 12160 11806 82 174 0 11983 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 53996

[startup+402.302 s]

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


[startup+3582.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26835
/proc/meminfo: memFree=1099056/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=146344 CPUtime=3580.44
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 35135 0 0 0 358000 44 0 0 25 0 1 0 151649527 149856256 35120 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 36586 35120 82 174 0 36409 0
Current children cumulated CPU time (s) 3580.87
Current children cumulated vsize (KiB) 151700

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1098800/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=146664 CPUtime=3640.4
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 35215 0 0 0 363996 44 0 0 25 0 1 0 151649527 150183936 35200 1992294400 134512640 135226915 4294956224 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 36666 35200 82 174 0 36489 0
Current children cumulated CPU time (s) 3640.83
Current children cumulated vsize (KiB) 152020

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1098608/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=146824 CPUtime=3700.37
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 35259 0 0 0 369993 44 0 0 25 0 1 0 151649527 150347776 35244 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 36706 35244 82 174 0 36529 0
Current children cumulated CPU time (s) 3700.8
Current children cumulated vsize (KiB) 152180

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1098544/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=146824 CPUtime=3760.34
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 35272 0 0 0 375990 44 0 0 25 0 1 0 151649527 150347776 35257 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 36706 35257 82 174 0 36529 0
Current children cumulated CPU time (s) 3760.77
Current children cumulated vsize (KiB) 152180

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1098224/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=147064 CPUtime=3820.3
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 35359 0 0 0 381986 44 0 0 25 0 1 0 151649527 150593536 35344 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 36766 35344 82 174 0 36589 0
Current children cumulated CPU time (s) 3820.73
Current children cumulated vsize (KiB) 152420

[startup+3882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1097392/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=148220 CPUtime=3880.28
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 35678 0 0 0 387983 45 0 0 25 0 1 0 151649527 151777280 35663 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37055 35663 82 174 0 36878 0
Current children cumulated CPU time (s) 3880.71
Current children cumulated vsize (KiB) 153576

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1095792/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=149496 CPUtime=3940.25
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 35958 0 0 0 393980 45 0 0 25 0 1 0 151649527 153083904 35943 1992294400 134512640 135226915 4294956224 18446744073709551615 134526905 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37374 35943 82 174 0 37197 0
Current children cumulated CPU time (s) 3940.68
Current children cumulated vsize (KiB) 154852

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

[startup+3967.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1095600/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=149640 CPUtime=3965.83
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 36005 0 0 0 396538 45 0 0 25 0 1 0 151649527 153231360 35990 1992294400 134512640 135226915 4294956224 18446744073709551615 134539918 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37410 35990 82 174 0 37233 0
Current children cumulated CPU time (s) 3966.26
Current children cumulated vsize (KiB) 154996

[startup+3974.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1095600/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=149640 CPUtime=3972.24
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 36005 0 0 0 397179 45 0 0 25 0 1 0 151649527 153231360 35990 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37410 35990 82 174 0 37233 0
Current children cumulated CPU time (s) 3972.67
Current children cumulated vsize (KiB) 154996

[startup+3980.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1095536/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=149832 CPUtime=3978.63
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 36027 0 0 0 397818 45 0 0 25 0 1 0 151649527 153427968 36012 1992294400 134512640 135226915 4294956224 18446744073709551615 134538576 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37458 36012 82 174 0 37281 0
Current children cumulated CPU time (s) 3979.06
Current children cumulated vsize (KiB) 155188

[startup+3982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1095536/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=149832 CPUtime=3980.23
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 36028 0 0 0 397978 45 0 0 25 0 1 0 151649527 153427968 36013 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37458 36013 82 174 0 37281 0
Current children cumulated CPU time (s) 3980.66
Current children cumulated vsize (KiB) 155188

[startup+3983.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1095536/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=149832 CPUtime=3981.03
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 36028 0 0 0 398058 45 0 0 25 0 1 0 151649527 153427968 36013 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37458 36013 82 174 0 37281 0
Current children cumulated CPU time (s) 3981.46
Current children cumulated vsize (KiB) 155188

[startup+3983.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1095536/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=149832 CPUtime=3981.43
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 36028 0 0 0 398098 45 0 0 25 0 1 0 151649527 153427968 36013 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37458 36013 82 174 0 37281 0
Current children cumulated CPU time (s) 3981.86
Current children cumulated vsize (KiB) 155188

[startup+3983.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26835
/proc/meminfo: memFree=1095536/2055920 swapFree=4180164/4192956
[pid=26824] ppid=26822 vsize=5356 CPUtime=0.43
/proc/26824/stat : 26824 (lysat.sh) S 26822 26824 26757 0 -1 4194304 310 2723 0 0 0 0 41 2 18 0 1 0 151649483 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26824/statm: 1339 237 195 169 0 50 0
[pid=26827] ppid=26824 vsize=149832 CPUtime=3981.63
/proc/26827/stat : 26827 (LySATi) R 26824 26824 26757 0 -1 4194304 36028 0 0 0 398118 45 0 0 25 0 1 0 151649527 153427968 36013 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/26827/statm: 37458 36013 82 174 0 37281 0
Current children cumulated CPU time (s) 3982.06
Current children cumulated vsize (KiB) 155188

Child status: 20
Real time (s): 3983.78
CPU time (s): 3982.15
CPU user time (s): 3981.64
CPU system time (s): 0.506922
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 155188

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

runsolver used 3.45947 second user time and 11.0313 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-02 05:49:25
IDJOB=1773703
IDBENCH=70780
IDSOLVER=609
FILE ID=node25/1773703-1241236165
PBS_JOBID= 9224834
Free space on /tmp= 66500 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl032.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773703-1241236165/watcher-1773703-1241236165 -o /tmp/evaluation-result-1773703-1241236165/solver-1773703-1241236165 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773703-1241236165.cnf i

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

MD5SUM BENCH= 5bb6e70c95bda454f634cd586084908b
RANDOM SEED=1733981002

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1242640 kB
Buffers:         77112 kB
Cached:         659668 kB
SwapCached:       7752 kB
Active:          29196 kB
Inactive:       716704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242640 kB
SwapTotal:     4192956 kB
SwapFree:      4180164 kB
Dirty:            3028 kB
Writeback:           0 kB
Mapped:          13408 kB
Slab:            53400 kB
Committed_AS:   671308 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node25 at 2009-05-02 06:55:48