Trace number 355658

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-08? (TO) 10000.1 10002.8

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.00/0.03	c CPU time:   0.026995 s
0.00/0.03	c ==============================================================================
0.00/0.04	c Rsat version 2.00

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node57/watcher-355658-1176784082 -o ROOT/results/node57/solver-355658-1176784082 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355658-1176784082/rsat.sh /tmp/evaluation/355658-1176784082/instance-355658-1176784082.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.78 0.95 0.98 3/64 32726
/proc/meminfo: memFree=1838408/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 119544149 5480448 232 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32726/statm: 1338 232 195 169 0 49 0
[pid=32727] ppid=32726 vsize=956 CPUtime=0
/proc/32727/stat : 32727 (SatElite) R 32726 32726 32670 0 -1 4194304 144 0 0 0 0 0 0 0 20 0 1 0 119544149 978944 126 18446744073709551615 134512640 135038345 4294956736 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/32727/statm: 239 128 50 128 0 108 0

[startup+0.042879 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 32726
/proc/meminfo: memFree=1838408/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5352

[startup+0.101877 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 32726
/proc/meminfo: memFree=1838408/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5352

[startup+0.30189 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 32726
/proc/meminfo: memFree=1838408/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5352

[startup+0.701924 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 32726
/proc/meminfo: memFree=1838408/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5352

[startup+1.502 s]
/proc/loadavg: 0.78 0.95 0.98 2/66 32729
/proc/meminfo: memFree=1836400/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=2588 CPUtime=1.45
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 505 0 0 0 145 0 0 0 25 0 1 0 119544153 2650112 475 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134530136 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 647 475 86 211 0 433 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7940

[startup+3.10113 s]
/proc/loadavg: 0.78 0.95 0.98 2/66 32729
/proc/meminfo: memFree=1835568/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=3620 CPUtime=3.05
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 908 0 0 0 305 0 0 0 25 0 1 0 119544153 3706880 750 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522910 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 905 750 86 211 0 691 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8972

[startup+6.30141 s]
/proc/loadavg: 0.80 0.95 0.98 2/66 32729
/proc/meminfo: memFree=1833776/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=4912 CPUtime=6.25
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 1382 0 0 0 625 0 0 0 25 0 1 0 119544153 5029888 1028 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 1228 1028 86 211 0 1014 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10264

[startup+12.702 s]
/proc/loadavg: 0.81 0.95 0.98 2/66 32729
/proc/meminfo: memFree=1831792/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=6844 CPUtime=12.65
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 2072 0 0 0 1264 1 0 0 25 0 1 0 119544153 7008256 1522 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134525985 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 1711 1522 86 211 0 1497 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12196

[startup+25.5021 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 32729
/proc/meminfo: memFree=1829424/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=9416 CPUtime=25.45
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 3139 0 0 0 2543 2 0 0 25 0 1 0 119544153 9641984 2103 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 2354 2103 86 211 0 2140 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14768

[startup+51.1023 s]
/proc/loadavg: 0.90 0.96 0.98 2/66 32729
/proc/meminfo: memFree=1825712/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=12848 CPUtime=51.03
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 4462 0 0 0 5100 3 0 0 25 0 1 0 119544153 13156352 3038 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 3212 3038 86 211 0 2998 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18200

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 32729
/proc/meminfo: memFree=1820400/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=18692 CPUtime=102.23
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 6766 0 0 0 10218 5 0 0 25 0 1 0 119544153 19140608 4376 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 4673 4376 86 211 0 4459 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24044

[startup+162.303 s]
/proc/loadavg: 0.98 0.97 0.98 2/66 32729
/proc/meminfo: memFree=1818160/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=21044 CPUtime=162.21
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 7384 0 0 0 16216 5 0 0 25 0 1 0 119544153 21549056 4994 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 5261 4994 86 211 0 5047 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 26396

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 32729
/proc/meminfo: memFree=1811760/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=28508 CPUtime=222.2
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 9363 0 0 0 22213 7 0 0 25 0 1 0 119544153 29192192 6587 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522898 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 7127 6587 86 211 0 6913 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 33860

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 32729
/proc/meminfo: memFree=1811056/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=28892 CPUtime=282.19
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 11008 0 0 0 28211 8 0 0 25 0 1 0 119544153 29585408 6692 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 7223 6692 86 211 0 7009 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 34244

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 32729
/proc/meminfo: memFree=1811056/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=28892 CPUtime=342.17
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 11008 0 0 0 34209 8 0 0 25 0 1 0 119544153 29585408 6692 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522839 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 7223 6692 86 211 0 7009 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 34244

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 32729
/proc/meminfo: memFree=1809200/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=30820 CPUtime=402.16
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 11519 0 0 0 40207 9 0 0 25 0 1 0 119544153 31559680 7203 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134523268 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 7705 7203 86 211 0 7491 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 36172

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

/proc/32729/statm: 38031 35632 86 211 0 37817 0
Current children cumulated CPU time (s) 9339.74
Current children cumulated vsize (KiB) 157476

[startup+9402.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 859
/proc/meminfo: memFree=1690672/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=153044 CPUtime=9399.69
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 66805 0 0 0 939886 83 0 0 25 0 1 0 119544153 156717056 35884 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 38261 35884 86 211 0 38047 0
Current children cumulated CPU time (s) 9399.72
Current children cumulated vsize (KiB) 158396

[startup+9462.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/66 859
/proc/meminfo: memFree=1689776/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=153812 CPUtime=9459.68
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 67035 0 0 0 945884 84 0 0 25 0 1 0 119544153 157503488 36114 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 38453 36114 86 211 0 38239 0
Current children cumulated CPU time (s) 9459.71
Current children cumulated vsize (KiB) 159164

[startup+9522.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/66 859
/proc/meminfo: memFree=1688752/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=154836 CPUtime=9519.67
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 67313 0 0 0 951882 85 0 0 25 0 1 0 119544153 158552064 36392 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 38709 36392 86 211 0 38495 0
Current children cumulated CPU time (s) 9519.7
Current children cumulated vsize (KiB) 160188

[startup+9582.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 859
/proc/meminfo: memFree=1687728/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=155732 CPUtime=9579.65
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 67563 0 0 0 957880 85 0 0 25 0 1 0 119544153 159469568 36642 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 38933 36642 86 211 0 38719 0
Current children cumulated CPU time (s) 9579.68
Current children cumulated vsize (KiB) 161084

[startup+9642.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 859
/proc/meminfo: memFree=1686128/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=157792 CPUtime=9639.64
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 68163 0 0 0 963878 86 0 0 25 0 1 0 119544153 161579008 37048 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 39448 37048 86 211 0 39234 0
Current children cumulated CPU time (s) 9639.67
Current children cumulated vsize (KiB) 163144

[startup+9702.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 859
/proc/meminfo: memFree=1685040/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=158560 CPUtime=9699.62
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 68420 0 0 0 969876 86 0 0 25 0 1 0 119544153 162365440 37305 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 39640 37305 86 211 0 39426 0
Current children cumulated CPU time (s) 9699.65
Current children cumulated vsize (KiB) 163912

[startup+9762.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 859
/proc/meminfo: memFree=1683888/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=160100 CPUtime=9759.6
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 68873 0 0 0 975873 87 0 0 25 0 1 0 119544153 163942400 37596 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 40025 37596 86 211 0 39811 0
Current children cumulated CPU time (s) 9759.63
Current children cumulated vsize (KiB) 165452

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=1682864/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=160996 CPUtime=9819.6
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 69128 0 0 0 981872 88 0 0 25 0 1 0 119544153 164859904 37851 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 40249 37851 86 211 0 40035 0
Current children cumulated CPU time (s) 9819.63
Current children cumulated vsize (KiB) 166348

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=1681456/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=162172 CPUtime=9879.58
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 69478 0 0 0 987870 88 0 0 25 0 1 0 119544153 166064128 38201 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 40543 38201 86 211 0 40329 0
Current children cumulated CPU time (s) 9879.61
Current children cumulated vsize (KiB) 167524

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=1680304/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=163196 CPUtime=9939.56
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 69764 0 0 0 993867 89 0 0 25 0 1 0 119544153 167112704 38487 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 40799 38487 86 211 0 40585 0
Current children cumulated CPU time (s) 9939.59
Current children cumulated vsize (KiB) 168548

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=1678960/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=164616 CPUtime=9999.55
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 70164 0 0 0 999865 90 0 0 25 0 1 0 119544153 168566784 38822 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 41154 38822 86 211 0 40940 0
Current children cumulated CPU time (s) 9999.58
Current children cumulated vsize (KiB) 169968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=1678960/2055920 swapFree=4174176/4192956
[pid=32726] ppid=32724 vsize=5352 CPUtime=0.03
/proc/32726/stat : 32726 (rsat.sh) S 32724 32726 32670 0 -1 4194304 305 339 0 0 0 0 3 0 16 0 1 0 119544149 5480448 234 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32726/statm: 1338 234 195 169 0 49 0
[pid=32729] ppid=32726 vsize=164616 CPUtime=10000
/proc/32729/stat : 32729 (rsat) R 32726 32726 32670 0 -1 4194304 70169 0 0 0 999915 90 0 0 25 0 1 0 119544153 168566784 38827 18446744073709551615 134512640 135377749 4294956832 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32729/statm: 41154 38827 86 211 0 40940 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 169968

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32726 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=32994
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=6998
# CPU time returned by wait4() is 0.039992
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.8
CPU time (s): 10000.1
CPU user time (s): 9999.18
CPU system time (s): 0.9
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 169968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.032994
system time used= 0.006998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644
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= 16
involuntary context switches= 2

runsolver used 8.17276 second user time and 20.8608 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Tue Apr 17 04:28:02 UTC 2007

IDJOB= 355658
IDBENCH= 20468
IDSOLVER= 169
FILE ID= node57/355658-1176784082

PBS_JOBID= 4580852

Free space on /tmp= 66515 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= /tmp/evaluation/355658-1176784082/rsat.sh /tmp/evaluation/355658-1176784082/instance-355658-1176784082.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-355658-1176784082 -o ROOT/results/node57/solver-355658-1176784082 -C 10000 -W  -M  --output-limit 1,15  /tmp/evaluation/355658-1176784082/rsat.sh /tmp/evaluation/355658-1176784082/instance-355658-1176784082.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  8d6acb9f6b752ad76c024133f5175c69

RANDOM SEED= 929760757

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node57.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.239
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.239
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:       1838880 kB
Buffers:          8704 kB
Cached:         149124 kB
SwapCached:      13056 kB
Active:         123220 kB
Inactive:        53200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838880 kB
SwapTotal:     4192956 kB
SwapFree:      4174176 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:          15116 kB
Slab:            26732 kB
Committed_AS:   826792 kB
PageTables:       1408 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= 66515 MiB

End job on node57 on Tue Apr 17 07:14:47 UTC 2007