Trace number 355629

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, and are wall clock time (not CPU 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
Rsat 2007-02-08UNSAT 3622.15 3623.58

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-13-u.cnf
MD5SUMc10a1a201bfe26fc1d15892100d7fabd
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3104.62
Satisfiable
(Un)Satisfiability was proved
Number of variables180608
Number of clauses815261
Sum of the clauses size1862226
Maximum clause length10
Minimum clause length1
Number of clauses of size 115232
Number of clauses of size 2655753
Number of clauses of size 3110056
Number of clauses of size 43800
Number of clauses of size 515200
Number of clauses of size over 515220

Solver Data (download as text)

0.00/0.03	c Parsing...
0.75/0.81	c ==============================================================================
0.75/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.75/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.75/0.81	c ==============================================================================
0.75/0.81	c |         0 |  800029  1846994 |  240008       0        0     nan |  0.000 % |
5.95/6.08	c |         0 |  286487   742981 |      --       0       --      -- |     --   | -319559/-664723
5.95/6.09	c ==============================================================================
5.95/6.09	c Result  :   #vars: 49204   #clauses: 286487   #literals: 742981
5.95/6.09	c CPU time:   5.83711 s
5.95/6.09	c ==============================================================================
6.43/6.53	c Rsat version 2.00
3621.97/3623.48	c CNF stats: (49204 vars, 286487 clauses)
3621.97/3623.48	c Decisions: 1590529
3621.97/3623.48	c Conflicts: 1070293
3622.07/3623.55	c Time: -678.73730s
3622.07/3623.55	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node46/watcher-355629-1176874467 -o ROOT/results/node46/solver-355629-1176874467 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355629-1176874467/rsat.sh /tmp/evaluation/355629-1176874467/instance-355629-1176874467.cnf 

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): 0 seconds
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.79 0.94 0.97 3/78 11037
/proc/meminfo: memFree=1660696/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=0
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 42131101 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 232 195 169 0 49 0
[pid=11038] ppid=11037 vsize=684 CPUtime=0
/proc/11038/stat : 11038 (SatElite) D 11037 11037 10983 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 42131101 700416 44 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134699069 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/11038/statm: 171 44 36 128 0 40 0

[startup+0.020921 s]
/proc/loadavg: 0.79 0.94 0.97 3/78 11037
/proc/meminfo: memFree=1660696/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=0
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 42131101 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 232 195 169 0 49 0
[pid=11038] ppid=11037 vsize=684 CPUtime=0
/proc/11038/stat : 11038 (SatElite) D 11037 11037 10983 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 42131101 700416 44 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134699069 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/11038/statm: 171 44 36 128 0 40 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6036

[startup+0.101936 s]
/proc/loadavg: 0.79 0.94 0.97 3/78 11037
/proc/meminfo: memFree=1660696/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=0
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 42131101 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 232 195 169 0 49 0
[pid=11038] ppid=11037 vsize=12136 CPUtime=0.05
/proc/11038/stat : 11038 (SatElite) R 11037 11037 10983 0 -1 4194304 2550 0 0 0 4 1 0 0 18 0 1 0 42131101 12427264 2532 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134548283 0 0 4096 3 0 0 0 17 1 0 0
/proc/11038/statm: 3034 2534 49 128 0 2903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17488

[startup+0.301972 s]
/proc/loadavg: 0.79 0.94 0.97 3/78 11037
/proc/meminfo: memFree=1660696/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=0
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 42131101 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 232 195 169 0 49 0
[pid=11038] ppid=11037 vsize=47284 CPUtime=0.25
/proc/11038/stat : 11038 (SatElite) R 11037 11037 10983 0 -1 4194304 9287 0 0 0 20 5 0 0 20 0 1 0 42131101 48418816 9269 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134546489 0 0 4096 3 0 0 0 17 1 0 0
/proc/11038/statm: 11821 9269 49 128 0 11690 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 52636

[startup+0.701046 s]
/proc/loadavg: 0.79 0.94 0.97 3/78 11037
/proc/meminfo: memFree=1660696/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=0
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 42131101 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 232 195 169 0 49 0
[pid=11038] ppid=11037 vsize=75864 CPUtime=0.66
/proc/11038/stat : 11038 (SatElite) R 11037 11037 10983 0 -1 4194304 16767 0 0 0 56 10 0 0 24 0 1 0 42131101 77684736 16749 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/11038/statm: 18966 16750 50 128 0 18835 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 81216

[startup+1.50119 s]
/proc/loadavg: 0.79 0.94 0.97 2/80 11039
/proc/meminfo: memFree=1580424/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=0
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 42131101 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 232 195 169 0 49 0
[pid=11038] ppid=11037 vsize=95216 CPUtime=1.45
/proc/11038/stat : 11038 (SatElite) R 11037 11037 10983 0 -1 4194304 22704 0 0 0 132 13 0 0 25 0 1 0 42131101 97501184 20666 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/11038/statm: 23804 20666 69 128 0 23673 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 100568

[startup+3.10149 s]
/proc/loadavg: 0.79 0.94 0.97 2/80 11039
/proc/meminfo: memFree=1571656/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=0
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 42131101 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 232 195 169 0 49 0
[pid=11038] ppid=11037 vsize=99080 CPUtime=3.05
/proc/11038/stat : 11038 (SatElite) R 11037 11037 10983 0 -1 4194304 23730 0 0 0 291 14 0 0 25 0 1 0 42131101 101457920 21557 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134571439 0 0 4096 3 0 0 0 17 1 0 0
/proc/11038/statm: 24770 21557 69 128 0 24639 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 104432

[startup+6.30109 s]
/proc/loadavg: 0.81 0.94 0.97 2/80 11039
/proc/meminfo: memFree=1569160/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=0
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 42131101 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 232 195 169 0 49 0
[pid=11038] ppid=11037 vsize=99664 CPUtime=6.23
/proc/11038/stat : 11038 (SatElite) R 11037 11037 10983 0 -1 4194304 35932 0 0 0 601 22 0 0 24 0 1 0 42131101 102055936 21980 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134763714 0 0 4096 3 0 0 0 17 0 0 0
/proc/11038/statm: 24916 21980 69 128 0 24785 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 105016

[startup+12.7013 s]
/proc/loadavg: 0.82 0.94 0.97 2/80 11040
/proc/meminfo: memFree=1631176/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=20248 CPUtime=6.15
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 5105 0 0 0 613 2 0 0 25 0 1 0 42131754 20733952 4757 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134529231 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 5062 4757 86 211 0 4848 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 25600

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.97 2/80 11040
/proc/meminfo: memFree=1630024/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=21560 CPUtime=18.95
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 5454 0 0 0 1892 3 0 0 25 0 1 0 42131754 22077440 5090 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 5390 5090 86 211 0 5176 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 26912

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.97 2/80 11042
/proc/meminfo: memFree=1623816/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=28076 CPUtime=44.54
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 7046 0 0 0 4449 5 0 0 25 0 1 0 42131754 28749824 6681 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134526463 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 7019 6681 86 211 0 6805 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 33428

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.97 2/80 11042
/proc/meminfo: memFree=1611784/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=39908 CPUtime=95.72
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 10114 0 0 0 9563 9 0 0 25 0 1 0 42131754 40865792 9641 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134530112 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 9977 9641 86 211 0 9763 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 45260

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11042
/proc/meminfo: memFree=1598088/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=54292 CPUtime=155.7
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 13802 0 0 0 15556 14 0 0 25 0 1 0 42131754 55595008 13119 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 13573 13119 86 211 0 13359 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 59644

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11042
/proc/meminfo: memFree=1589256/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=62544 CPUtime=215.68
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 15965 0 0 0 21551 17 0 0 25 0 1 0 42131754 64045056 15256 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 15636 15256 86 211 0 15422 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 67896

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11042
/proc/meminfo: memFree=1587464/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=64160 CPUtime=275.66
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 17148 0 0 0 27548 18 0 0 25 0 1 0 42131754 65699840 15661 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134526486 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 16040 15661 86 211 0 15826 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 69512

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11042
/proc/meminfo: memFree=1587464/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=64160 CPUtime=335.64
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 17148 0 0 0 33546 18 0 0 25 0 1 0 42131754 65699840 15661 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 16040 15661 86 211 0 15826 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 69512

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


[startup+3282.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522632/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129980 CPUtime=3274.55
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43592 0 0 0 327393 62 0 0 25 0 1 0 42131754 133099520 31643 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32495 31643 86 211 0 32281 0
Current children cumulated CPU time (s) 3280.99
Current children cumulated vsize (KiB) 135332

[startup+3342.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522632/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129980 CPUtime=3334.52
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43592 0 0 0 333390 62 0 0 25 0 1 0 42131754 133099520 31643 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32495 31643 86 211 0 32281 0
Current children cumulated CPU time (s) 3340.96
Current children cumulated vsize (KiB) 135332

[startup+3402.31 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522632/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129980 CPUtime=3394.5
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43592 0 0 0 339388 62 0 0 25 0 1 0 42131754 133099520 31643 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134526412 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32495 31643 86 211 0 32281 0
Current children cumulated CPU time (s) 3400.94
Current children cumulated vsize (KiB) 135332

[startup+3462.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522568/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129980 CPUtime=3454.48
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43592 0 0 0 345385 63 0 0 25 0 1 0 42131754 133099520 31643 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32495 31643 86 211 0 32281 0
Current children cumulated CPU time (s) 3460.92
Current children cumulated vsize (KiB) 135332

[startup+3522.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522376/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=130240 CPUtime=3514.46
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43640 0 0 0 351383 63 0 0 25 0 1 0 42131754 133365760 31691 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32560 31691 86 211 0 32346 0
Current children cumulated CPU time (s) 3520.9
Current children cumulated vsize (KiB) 135592

[startup+3582.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522312/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=130240 CPUtime=3574.44
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43646 0 0 0 357380 64 0 0 25 0 1 0 42131754 133365760 31697 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32560 31697 86 211 0 32346 0
Current children cumulated CPU time (s) 3580.88
Current children cumulated vsize (KiB) 135592

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

[startup+3583.9 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522312/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=130240 CPUtime=3576.04
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43646 0 0 0 357540 64 0 0 25 0 1 0 42131754 133365760 31697 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32560 31697 86 211 0 32346 0
Current children cumulated CPU time (s) 3582.48
Current children cumulated vsize (KiB) 135592

[startup+3609.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522312/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=130240 CPUtime=3601.63
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43646 0 0 0 360099 64 0 0 25 0 1 0 42131754 133365760 31697 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522843 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32560 31697 86 211 0 32346 0
Current children cumulated CPU time (s) 3608.07
Current children cumulated vsize (KiB) 135592

[startup+3615.9 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522312/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129980 CPUtime=3608.03
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43646 0 0 0 360739 64 0 0 25 0 1 0 42131754 133099520 31661 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134530118 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32495 31661 86 211 0 32281 0
Current children cumulated CPU time (s) 3614.47
Current children cumulated vsize (KiB) 135332

[startup+3619.1 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522312/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129980 CPUtime=3611.23
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43646 0 0 0 361059 64 0 0 25 0 1 0 42131754 133099520 31661 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134983576 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32495 31661 86 211 0 32281 0
Current children cumulated CPU time (s) 3617.67
Current children cumulated vsize (KiB) 135332

[startup+3620.7 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522504/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129720 CPUtime=3612.83
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43646 0 0 0 361219 64 0 0 25 0 1 0 42131754 132833280 31607 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522439 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32430 31607 86 211 0 32216 0
Current children cumulated CPU time (s) 3619.27
Current children cumulated vsize (KiB) 135072

[startup+3622.31 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522504/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129720 CPUtime=3614.43
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43646 0 0 0 361379 64 0 0 25 0 1 0 42131754 132833280 31607 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32430 31607 86 211 0 32216 0
Current children cumulated CPU time (s) 3620.87
Current children cumulated vsize (KiB) 135072

[startup+3623.1 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522504/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129720 CPUtime=3615.23
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43646 0 0 0 361459 64 0 0 25 0 1 0 42131754 132833280 31607 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32430 31607 86 211 0 32216 0
Current children cumulated CPU time (s) 3621.67
Current children cumulated vsize (KiB) 135072

[startup+3623.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/80 11240
/proc/meminfo: memFree=1522504/2055920 swapFree=4162240/4192956
[pid=11037] ppid=11035 vsize=5352 CPUtime=6.44
/proc/11037/stat : 11037 (rsat.sh) S 11035 11037 10983 0 -1 4194304 305 35933 0 0 0 0 619 25 16 0 1 0 42131101 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11037/statm: 1338 234 195 169 0 49 0
[pid=11040] ppid=11037 vsize=129264 CPUtime=3615.63
/proc/11040/stat : 11040 (rsat) R 11037 11037 10983 0 -1 4194304 43647 0 0 0 361499 64 0 0 25 0 1 0 42131754 132366336 31493 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134979965 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11040/statm: 32316 31493 86 211 0 32102 0
Current children cumulated CPU time (s) 3622.07
Current children cumulated vsize (KiB) 134616

Child status: 20
Real time (s): 3623.58
CPU time (s): 3622.15
CPU user time (s): 3621.23
CPU system time (s): 0.926859
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 152940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3621.23
system time used= 0.926859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80045
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= 59
involuntary context switches= 28047

runsolver used 3.78842 second user time and 9.39857 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Wed Apr 18 05:34:41 UTC 2007

IDJOB= 355629
IDBENCH= 20380
IDSOLVER= 169
FILE ID= node46/355629-1176874467

PBS_JOBID= 4590324

Free space on /tmp= 66084 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/dated-10-13-u.cnf
COMMAND LINE= /tmp/evaluation/355629-1176874467/rsat.sh /tmp/evaluation/355629-1176874467/instance-355629-1176874467.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-355629-1176874467 -o ROOT/results/node46/solver-355629-1176874467 -C 10000 -W  -M  --output-limit 1,15  /tmp/evaluation/355629-1176874467/rsat.sh /tmp/evaluation/355629-1176874467/instance-355629-1176874467.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  c10a1a201bfe26fc1d15892100d7fabd

RANDOM SEED= 128585607

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

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

/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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
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:       1661168 kB
Buffers:         18032 kB
Cached:         219136 kB
SwapCached:       2260 kB
Active:         211392 kB
Inactive:       134368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661168 kB
SwapTotal:     4192956 kB
SwapFree:      4162240 kB
Dirty:           16212 kB
Writeback:           0 kB
Mapped:         117852 kB
Slab:            34388 kB
Committed_AS:  1900508 kB
PageTables:       1988 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= 66099 MiB

End job on node46 on Wed Apr 18 06:35:05 UTC 2007