Trace number 355628

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 1815.91 1816.48

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-17-u.cnf
MD5SUM83ece6745238c422c7e68e5a07fc7f73
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1815.91
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 (download as text)

0.00/0.00	c Parsing...
0.78/0.82	c ==============================================================================
0.78/0.82	c |           |     ORIGINAL     |              LEARNT              |          |
0.78/0.82	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.78/0.82	c ==============================================================================
0.78/0.82	c |         0 |  840401  1959486 |  252120       0        0     nan |  0.000 % |
6.19/6.20	c |         0 |  357793   957950 |      --       0       --      -- |     --   | -306964/-605014
6.19/6.21	c ==============================================================================
6.19/6.21	c Result  :   #vars: 59617   #clauses: 357793   #literals: 957950
6.19/6.21	c CPU time:   5.97809 s
6.19/6.21	c ==============================================================================
6.66/6.76	c Rsat version 2.00
1815.82/1816.40	c CNF stats: (59617 vars, 357793 clauses)
1815.82/1816.40	c Decisions: 1203733
1815.82/1816.40	c Conflicts: 947530
1815.82/1816.45	c Time: 1809.43000s
1815.82/1816.45	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/node61/watcher-355628-1176873903 -o ROOT/results/node61/solver-355628-1176873903 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355628-1176873903/rsat.sh /tmp/evaluation/355628-1176873903/instance-355628-1176873903.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.74 0.98 1.09 3/64 14877
/proc/meminfo: memFree=1722816/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=0
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 99354003 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1338 232 195 169 0 49 0
[pid=14878] ppid=14877 vsize=1136 CPUtime=0
/proc/14878/stat : 14878 (SatElite) R 14877 14877 14823 0 -1 4194304 183 0 0 0 0 0 0 0 19 0 1 0 99354003 1163264 165 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134685036 0 0 4096 3 0 0 0 17 1 0 0
/proc/14878/statm: 284 167 49 128 0 153 0

[startup+0.0279449 s]
/proc/loadavg: 0.74 0.98 1.09 3/64 14877
/proc/meminfo: memFree=1722816/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=0
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 99354003 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1338 232 195 169 0 49 0
[pid=14878] ppid=14877 vsize=5528 CPUtime=0.01
/proc/14878/stat : 14878 (SatElite) R 14877 14877 14823 0 -1 4194304 1097 0 0 0 1 0 0 0 19 0 1 0 99354003 5660672 1079 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/14878/statm: 1382 1080 49 128 0 1251 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10880

[startup+0.10195 s]
/proc/loadavg: 0.74 0.98 1.09 3/64 14877
/proc/meminfo: memFree=1722816/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=0
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 99354003 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1338 232 195 169 0 49 0
[pid=14878] ppid=14877 vsize=20948 CPUtime=0.08
/proc/14878/stat : 14878 (SatElite) R 14877 14877 14823 0 -1 4194304 4263 0 0 0 6 2 0 0 19 0 1 0 99354003 21450752 4245 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14878/statm: 5237 4248 49 128 0 5106 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26300

[startup+0.30197 s]
/proc/loadavg: 0.74 0.98 1.09 3/64 14877
/proc/meminfo: memFree=1722816/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=0
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 99354003 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1338 232 195 169 0 49 0
[pid=14878] ppid=14877 vsize=49692 CPUtime=0.29
/proc/14878/stat : 14878 (SatElite) R 14877 14877 14823 0 -1 4194304 9952 0 0 0 23 6 0 0 20 0 1 0 99354003 50884608 9934 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/14878/statm: 12423 9935 49 128 0 12292 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55044

[startup+0.702008 s]
/proc/loadavg: 0.74 0.98 1.09 3/64 14877
/proc/meminfo: memFree=1722816/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=0
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 99354003 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1338 232 195 169 0 49 0
[pid=14878] ppid=14877 vsize=77616 CPUtime=0.69
/proc/14878/stat : 14878 (SatElite) R 14877 14877 14823 0 -1 4194304 17320 0 0 0 59 10 0 0 24 0 1 0 99354003 79478784 17302 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14878/statm: 19404 17304 50 128 0 19273 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82968

[startup+1.50108 s]
/proc/loadavg: 0.74 0.98 1.09 2/66 14879
/proc/meminfo: memFree=1637360/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=0
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 99354003 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1338 232 195 169 0 49 0
[pid=14878] ppid=14877 vsize=98896 CPUtime=1.49
/proc/14878/stat : 14878 (SatElite) R 14877 14877 14823 0 -1 4194304 23383 0 0 0 135 14 0 0 25 0 1 0 99354003 101269504 21580 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14878/statm: 24724 21580 69 128 0 24593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104248

[startup+3.10124 s]
/proc/loadavg: 0.74 0.98 1.09 2/66 14879
/proc/meminfo: memFree=1629936/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=0
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 99354003 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1338 232 195 169 0 49 0
[pid=14878] ppid=14877 vsize=102684 CPUtime=3.09
/proc/14878/stat : 14878 (SatElite) R 14877 14877 14823 0 -1 4194304 24515 0 0 0 294 15 0 0 25 0 1 0 99354003 105148416 22538 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134531525 0 0 4096 3 0 0 0 17 1 0 0
/proc/14878/statm: 25671 22538 69 128 0 25540 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108036

[startup+6.30154 s]
/proc/loadavg: 0.76 0.98 1.08 2/66 14879
/proc/meminfo: memFree=1620016/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=0
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 99354003 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1338 232 195 169 0 49 0
[pid=14878] ppid=14877 vsize=106576 CPUtime=6.27
/proc/14878/stat : 14878 (SatElite) R 14877 14877 14823 0 -1 4194304 36892 0 0 0 603 24 0 0 23 0 1 0 99354003 109133824 23041 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/14878/statm: 26644 23041 69 128 0 26513 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 111928

[startup+12.7012 s]
/proc/loadavg: 0.78 0.98 1.08 2/66 14880
/proc/meminfo: memFree=1702384/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=23800 CPUtime=5.92
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 6273 0 0 0 589 3 0 0 25 0 1 0 99354679 24371200 5611 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522414 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 5950 5611 86 211 0 5736 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 29152

[startup+25.5014 s]
/proc/loadavg: 0.83 0.98 1.08 2/66 14880
/proc/meminfo: memFree=1702448/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=24148 CPUtime=18.72
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 6369 0 0 0 1869 3 0 0 25 0 1 0 99354679 24727552 5670 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134989301 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 6037 5670 86 211 0 5823 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 29500

[startup+51.1018 s]
/proc/loadavg: 0.88 0.98 1.08 2/66 14880
/proc/meminfo: memFree=1702128/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=24832 CPUtime=44.28
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 6559 0 0 0 4425 3 0 0 25 0 1 0 99354679 25427968 5793 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 6208 5793 86 211 0 5994 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 30184

[startup+102.306 s]
/proc/loadavg: 0.95 0.98 1.08 2/66 14880
/proc/meminfo: memFree=1700848/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=26528 CPUtime=95.48
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 7143 0 0 0 9544 4 0 0 25 0 1 0 99354679 27164672 6145 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134523268 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 6632 6145 86 211 0 6418 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 31880

[startup+162.301 s]
/proc/loadavg: 0.98 0.98 1.07 2/66 14880
/proc/meminfo: memFree=1695152/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=31924 CPUtime=155.46
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 8632 0 0 0 15541 5 0 0 25 0 1 0 99354679 32690176 7586 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 7981 7586 86 211 0 7767 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 37276

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 14880
/proc/meminfo: memFree=1689712/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=38508 CPUtime=215.44
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 10404 0 0 0 21538 6 0 0 25 0 1 0 99354679 39432192 8906 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 9627 8906 86 211 0 9413 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 43860

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 14882
/proc/meminfo: memFree=1687088/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=40444 CPUtime=275.42
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 12618 0 0 0 27534 8 0 0 25 0 1 0 99354679 41414656 9489 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 10111 9489 86 211 0 9897 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 45796

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 14882
/proc/meminfo: memFree=1687152/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=40356 CPUtime=335.41
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 12618 0 0 0 33533 8 0 0 25 0 1 0 99354679 41324544 9467 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 10089 9467 86 211 0 9875 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 45708

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


[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669360/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=59452 CPUtime=1475.09
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24305 0 0 0 147491 18 0 0 25 0 1 0 99354679 60878848 13885 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134530036 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14863 13885 86 211 0 14649 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 64804

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669104/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=59968 CPUtime=1535.08
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24447 0 0 0 153490 18 0 0 25 0 1 0 99354679 61407232 13962 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134526466 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14992 13962 86 211 0 14778 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 65320

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1668976/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=59968 CPUtime=1595.06
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24462 0 0 0 159488 18 0 0 25 0 1 0 99354679 61407232 13977 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14992 13977 86 211 0 14778 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 65320

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1668656/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=60616 CPUtime=1655.04
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24600 0 0 0 165486 18 0 0 25 0 1 0 99354679 62070784 14050 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 15154 14050 86 211 0 14940 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 65968

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1668528/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=60356 CPUtime=1715.03
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24689 0 0 0 171484 19 0 0 25 0 1 0 99354679 61804544 14046 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522439 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 15089 14046 86 211 0 14875 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 65708

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669488/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=59056 CPUtime=1775.02
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 177483 19 0 0 25 0 1 0 99354679 60473344 13806 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522765 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14764 13806 86 211 0 14550 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 64408

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669680/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=58720 CPUtime=1784.62
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 178443 19 0 0 25 0 1 0 99354679 60129280 13743 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14680 13743 86 211 0 14466 0
Current children cumulated CPU time (s) 1791.34
Current children cumulated vsize (KiB) 64072

[startup+1804.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669680/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=58720 CPUtime=1797.41
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 179722 19 0 0 25 0 1 0 99354679 60129280 13743 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14680 13743 86 211 0 14466 0
Current children cumulated CPU time (s) 1804.13
Current children cumulated vsize (KiB) 64072

[startup+1811.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669680/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=58720 CPUtime=1803.81
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 180362 19 0 0 25 0 1 0 99354679 60129280 13743 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14680 13743 86 211 0 14466 0
Current children cumulated CPU time (s) 1810.53
Current children cumulated vsize (KiB) 64072

[startup+1814.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669680/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=58720 CPUtime=1807.01
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 180682 19 0 0 25 0 1 0 99354679 60129280 13743 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14680 13743 86 211 0 14466 0
Current children cumulated CPU time (s) 1813.73
Current children cumulated vsize (KiB) 64072

[startup+1815.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669680/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=58720 CPUtime=1807.81
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 180762 19 0 0 25 0 1 0 99354679 60129280 13743 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14680 13743 86 211 0 14466 0
Current children cumulated CPU time (s) 1814.53
Current children cumulated vsize (KiB) 64072

[startup+1815.9 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669680/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=58720 CPUtime=1808.61
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 180842 19 0 0 25 0 1 0 99354679 60129280 13743 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134518131 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14680 13743 86 211 0 14466 0
Current children cumulated CPU time (s) 1815.33
Current children cumulated vsize (KiB) 64072

[startup+1816.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669680/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=58700 CPUtime=1809
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 180881 19 0 0 25 0 1 0 99354679 60108800 13738 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134983576 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14675 13738 86 211 0 14461 0
Current children cumulated CPU time (s) 1815.72
Current children cumulated vsize (KiB) 64052

[startup+1816.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 14882
/proc/meminfo: memFree=1669680/2055920 swapFree=4183012/4192956
[pid=14877] ppid=14875 vsize=5352 CPUtime=6.72
/proc/14877/stat : 14877 (rsat.sh) S 14875 14877 14823 0 -1 4194304 305 36893 0 0 0 0 644 28 17 0 1 0 99354003 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14877/statm: 1338 234 195 169 0 49 0
[pid=14880] ppid=14877 vsize=58640 CPUtime=1809.1
/proc/14880/stat : 14880 (rsat) R 14877 14877 14823 0 -1 4194304 24733 0 0 0 180891 19 0 0 25 0 1 0 99354679 60047360 13723 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522414 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14880/statm: 14660 13723 86 211 0 14446 0
Current children cumulated CPU time (s) 1815.82
Current children cumulated vsize (KiB) 63992

Child status: 20
Real time (s): 1816.48
CPU time (s): 1815.91
CPU user time (s): 1815.41
CPU system time (s): 0.498924
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 121196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1815.41
system time used= 0.498924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62092
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= 60
involuntary context switches= 4577

runsolver used 1.76573 second user time and 3.88941 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Wed Apr 18 05:25:04 UTC 2007

IDJOB= 355628
IDBENCH= 20379
IDSOLVER= 169
FILE ID= node61/355628-1176873903

PBS_JOBID= 4590320

Free space on /tmp= 66473 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  83ece6745238c422c7e68e5a07fc7f73

RANDOM SEED= 845156734

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node61.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.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:       1723288 kB
Buffers:         11292 kB
Cached:         271520 kB
SwapCached:       3740 kB
Active:          81976 kB
Inactive:       211096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723288 kB
SwapTotal:     4192956 kB
SwapFree:      4183012 kB
Dirty:           17040 kB
Writeback:           0 kB
Mapped:          15220 kB
Slab:            25712 kB
Committed_AS:   785812 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= 66495 MiB

End job on node61 on Wed Apr 18 05:55:20 UTC 2007