Trace number 1772733

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 1125.85 1126.36

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-17-u.cnf
MD5SUM83ece6745238c422c7e68e5a07fc7f73
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark410.228
Satisfiable
(Un)Satisfiability was proved
Number of variables183464
Number of clauses855717
Sum of the clauses size1974802
Maximum clause length10
Minimum clause length1
Number of clauses of size 115316
Number of clauses of size 2664917
Number of clauses of size 3141084
Number of clauses of size 43820
Number of clauses of size 515280
Number of clauses of size over 515300

Solver Data

0.00/0.00	c Parsing...
0.69/0.74	c ==============================================================================
0.69/0.74	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.74	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.74	c ==============================================================================
0.69/0.74	c |         0 |  840401  1959486 |  252120       0        0     nan |  0.000 % |
5.88/5.91	c |         0 |  357793   957950 |      --       0       --      -- |     --   | -306964/-605014
5.88/5.91	c ==============================================================================
5.88/5.91	c Result  :   #vars: 59617   #clauses: 357793   #literals: 957950
5.88/5.91	c CPU time:   5.71013 s
5.88/5.91	c ==============================================================================
6.28/6.38	c lySAT 0.1
6.28/6.38	c minisat core +  additionnal features
6.28/6.38	c ============================[ Problem Statistics ]=============================
6.28/6.38	c |                                                                             |
6.28/6.38	c |  Number of variables:  59617                                                |
6.28/6.38	c |  Number of clauses:    357793                                               |
6.57/6.63	c |  Parsing time:         0.21         s                                       |
1125.77/1126.33	c restarts              : 1054
1125.77/1126.33	c conflicts             : 1200479        (1073 /sec)
1125.77/1126.33	c decisions             : 1578762        (2.32 % random) (1410 /sec)
1125.77/1126.33	c euip                  : 27626       
1125.77/1126.33	c propagations          : 1215751039     (1086160 /sec)
1125.77/1126.33	c conflict literals     : 30124351       (38.93 % deleted)
1125.77/1126.33	c Memory used           : 67.94 MB
1125.77/1126.33	c CPU time              : 1119.31 s
1125.77/1126.33	c 
1125.77/1126.34	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-1772733-1241227028/watcher-1772733-1241227028 -o /tmp/evaluation-result-1772733-1241227028/solver-1772733-1241227028 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1772733-1241227028.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.93 0.97 0.99 3/64 22274
/proc/meminfo: memFree=1234232/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=0
/proc/22274/stat : 22274 (lysat.sh) R 22272 22274 22237 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 150736651 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 215418989215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22274/statm: 1339 234 194 169 0 50 0
[pid=22275] ppid=22274 vsize=1140 CPUtime=0
/proc/22275/stat : 22275 (SatElite) R 22274 22274 22237 0 -1 4194304 206 0 0 0 0 0 0 0 18 0 1 0 150736651 1167360 190 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22275/statm: 285 192 50 127 0 155 0

[startup+0.040828 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 22274
/proc/meminfo: memFree=1234232/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=0
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150736651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22274/statm: 1339 235 195 169 0 50 0
[pid=22275] ppid=22274 vsize=7104 CPUtime=0.03
/proc/22275/stat : 22275 (SatElite) R 22274 22274 22237 0 -1 4194304 1498 0 0 0 3 0 0 0 19 0 1 0 150736651 7274496 1482 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22275/statm: 1776 1483 50 127 0 1646 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12460

[startup+0.101833 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 22274
/proc/meminfo: memFree=1234232/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=0
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150736651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22274/statm: 1339 235 195 169 0 50 0
[pid=22275] ppid=22274 vsize=21740 CPUtime=0.09
/proc/22275/stat : 22275 (SatElite) R 22274 22274 22237 0 -1 4194304 4655 0 0 0 8 1 0 0 19 0 1 0 150736651 22261760 4639 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22275/statm: 5435 4640 50 127 0 5305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27096

[startup+0.301856 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 22274
/proc/meminfo: memFree=1234232/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=0
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150736651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22274/statm: 1339 235 195 169 0 50 0
[pid=22275] ppid=22274 vsize=53784 CPUtime=0.29
/proc/22275/stat : 22275 (SatElite) R 22274 22274 22237 0 -1 4194304 11010 0 0 0 24 5 0 0 21 0 1 0 150736651 55074816 10995 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22275/statm: 13446 10996 50 127 0 13316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59140

[startup+0.7019 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 22274
/proc/meminfo: memFree=1234232/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=0
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150736651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22274/statm: 1339 235 195 169 0 50 0
[pid=22275] ppid=22274 vsize=83952 CPUtime=0.69
/proc/22275/stat : 22275 (SatElite) R 22274 22274 22237 0 -1 4194304 18917 0 0 0 61 8 0 0 25 0 1 0 150736651 85966848 18901 1992294400 134512640 135034092 4294956112 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 0 0 0
/proc/22275/statm: 20988 18901 51 127 0 20858 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89308

[startup+1.50199 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 22276
/proc/meminfo: memFree=1153192/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=0
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150736651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22274/statm: 1339 235 195 169 0 50 0
[pid=22275] ppid=22274 vsize=99688 CPUtime=1.49
/proc/22275/stat : 22275 (SatElite) R 22274 22274 22237 0 -1 4194304 23570 0 0 0 138 11 0 0 25 0 1 0 150736651 102080512 21770 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22275/statm: 24922 21770 68 127 0 24792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105044

[startup+3.10117 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 22276
/proc/meminfo: memFree=1141160/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=0
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150736651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22274/statm: 1339 235 195 169 0 50 0
[pid=22275] ppid=22274 vsize=110216 CPUtime=3.09
/proc/22275/stat : 22275 (SatElite) R 22274 22274 22237 0 -1 4194304 26493 0 0 0 297 12 0 0 25 0 1 0 150736651 112861184 24206 1992294400 134512640 135034092 4294956112 18446744073709551615 134582951 0 0 4096 3 0 0 0 17 0 0 0
/proc/22275/statm: 27554 24206 68 127 0 27424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115572

[startup+6.30252 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 22276
/proc/meminfo: memFree=1138288/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=0
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150736651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22274/statm: 1339 235 195 169 0 50 0
[pid=22275] ppid=22274 vsize=106572 CPUtime=6.28
/proc/22275/stat : 22275 (SatElite) R 22274 22274 22237 0 -1 4194304 36889 0 0 0 607 21 0 0 25 0 1 0 150736651 109129728 23040 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22275/statm: 26643 23040 68 127 0 26513 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111928

[startup+12.7012 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1197552/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=25848 CPUtime=6.3
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 6185 0 0 0 627 3 0 0 25 0 1 0 150737289 26468352 6170 1992294400 134512640 135226915 4294956224 18446744073709551615 134538682 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 6462 6170 81 174 0 6285 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 31204

[startup+25.5017 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1197680/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=26120 CPUtime=19.1
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 6259 0 0 0 1906 4 0 0 25 0 1 0 150737289 26746880 6244 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 6530 6244 81 174 0 6353 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 31476

[startup+51.1015 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1196656/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=27308 CPUtime=44.68
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 6527 0 0 0 4464 4 0 0 25 0 1 0 150737289 27963392 6512 1992294400 134512640 135226915 4294956224 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 6827 6512 81 174 0 6650 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32664

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1194672/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=29376 CPUtime=95.86
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 7018 0 0 0 9582 4 0 0 25 0 1 0 150737289 30081024 7003 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 7344 7003 81 174 0 7167 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 34732

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1192048/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=32144 CPUtime=155.83
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 7674 0 0 0 15578 5 0 0 25 0 1 0 150737289 32915456 7659 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 8036 7659 81 174 0 7859 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 37500

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1189744/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=34552 CPUtime=215.8
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 8245 0 0 0 21575 5 0 0 25 0 1 0 150737289 35381248 8230 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 8638 8230 81 174 0 8461 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 39908

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1188144/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=36340 CPUtime=275.78
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 8642 0 0 0 27572 6 0 0 25 0 1 0 150737289 37212160 8627 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 9085 8627 81 174 0 8908 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 41696

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1184944/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=39848 CPUtime=335.75
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 9462 0 0 0 33569 6 0 0 25 0 1 0 150737289 40804352 9436 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 9962 9436 81 174 0 9785 0
Current children cumulated CPU time (s) 342.11

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


[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1171376/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=54352 CPUtime=635.62
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 12849 0 0 0 63553 9 0 0 25 0 1 0 150737289 55656448 12823 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 13588 12823 81 174 0 13411 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 59708

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1168368/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=57716 CPUtime=695.59
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 13610 0 0 0 69548 11 0 0 25 0 1 0 150737289 59101184 13584 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 14429 13584 81 174 0 14252 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 63072

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1162928/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=63460 CPUtime=755.57
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 14947 0 0 0 75544 13 0 0 25 0 1 0 150737289 64983040 14921 1992294400 134512640 135226915 4294956224 18446744073709551615 134539457 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 15865 14921 81 174 0 15688 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 68816

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1162928/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=63460 CPUtime=815.55
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 14950 0 0 0 81542 13 0 0 25 0 1 0 150737289 64983040 14924 1992294400 134512640 135226915 4294956224 18446744073709551615 134543817 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 15865 14924 81 174 0 15688 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 68816

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1162160/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=64452 CPUtime=875.51
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 15139 0 0 0 87538 13 0 0 25 0 1 0 150737289 65998848 15113 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 16113 15113 81 174 0 15936 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 69808

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1160560/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=66320 CPUtime=935.49
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 15535 0 0 0 93536 13 0 0 25 0 1 0 150737289 67911680 15509 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 16580 15509 81 174 0 16403 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 71676

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1157552/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=69436 CPUtime=995.46
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 16283 0 0 0 99532 14 0 0 25 0 1 0 150737289 71102464 16257 1992294400 134512640 135226915 4294956224 18446744073709551615 134536755 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 17359 16257 81 174 0 17182 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 74792

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1157488/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=69564 CPUtime=1055.43
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 16294 0 0 0 105529 14 0 0 25 0 1 0 150737289 71233536 16268 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 17391 16268 81 174 0 17214 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 74920

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1157424/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=69564 CPUtime=1115.41
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 16301 0 0 0 111527 14 0 0 25 0 1 0 150737289 71233536 16275 1992294400 134512640 135226915 4294956224 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 17391 16275 81 174 0 17214 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 74920

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

[startup+1123.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1157424/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=69564 CPUtime=1116.21
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 16301 0 0 0 111607 14 0 0 25 0 1 0 150737289 71233536 16275 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 17391 16275 81 174 0 17214 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 74920

[startup+1124.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1157424/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=69564 CPUtime=1117.81
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 16301 0 0 0 111767 14 0 0 25 0 1 0 150737289 71233536 16275 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 17391 16275 81 174 0 17214 0
Current children cumulated CPU time (s) 1124.17
Current children cumulated vsize (KiB) 74920

[startup+1125.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1157424/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=69564 CPUtime=1118.61
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 16301 0 0 0 111847 14 0 0 25 0 1 0 150737289 71233536 16275 1992294400 134512640 135226915 4294956224 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 17391 16275 81 174 0 17214 0
Current children cumulated CPU time (s) 1124.97
Current children cumulated vsize (KiB) 74920

[startup+1125.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1157424/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=69564 CPUtime=1119.01
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 16301 0 0 0 111887 14 0 0 25 0 1 0 150737289 71233536 16275 1992294400 134512640 135226915 4294956224 18446744073709551615 134525873 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 17391 16275 81 174 0 17214 0
Current children cumulated CPU time (s) 1125.37
Current children cumulated vsize (KiB) 74920

[startup+1126.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22277
/proc/meminfo: memFree=1157424/2055920 swapFree=4192812/4192956
[pid=22274] ppid=22272 vsize=5356 CPUtime=6.36
/proc/22274/stat : 22274 (lysat.sh) S 22272 22274 22237 0 -1 4194304 310 36892 0 0 0 0 614 22 16 0 1 0 150736651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22274/statm: 1339 237 195 169 0 50 0
[pid=22277] ppid=22274 vsize=69564 CPUtime=1119.41
/proc/22277/stat : 22277 (LySATi) R 22274 22274 22237 0 -1 4194304 16301 0 0 0 111927 14 0 0 25 0 1 0 150737289 71233536 16275 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/22277/statm: 17391 16275 81 174 0 17214 0
Current children cumulated CPU time (s) 1125.77
Current children cumulated vsize (KiB) 74920

Child status: 20
Real time (s): 1126.36
CPU time (s): 1125.85
CPU user time (s): 1125.46
CPU system time (s): 0.395939
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 121196

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

runsolver used 0.822874 second user time and 3.2825 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-02 03:17:09
IDJOB=1772733
IDBENCH=20379
IDSOLVER=609
FILE ID=node9/1772733-1241227028
PBS_JOBID= 9224797
Free space on /tmp= 66528 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-17-u.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772733-1241227028/watcher-1772733-1241227028 -o /tmp/evaluation-result-1772733-1241227028/solver-1772733-1241227028 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1772733-1241227028.cnf i

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

MD5SUM BENCH= 83ece6745238c422c7e68e5a07fc7f73
RANDOM SEED=1930976526

node9.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.240
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.240
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:       1234776 kB
Buffers:         84724 kB
Cached:         622408 kB
SwapCached:          0 kB
Active:          61168 kB
Inactive:       659772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1234776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17564 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:            86276 kB
Committed_AS:   651736 kB
PageTables:       1388 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= 66524 MiB
End job on node9 at 2009-05-02 03:35:56