Trace number 1772869

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Rsat 2009-03-22UNSAT 1591.57 1592.24

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1122.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   28318    74883 |    8495       0        0     nan |  0.000 % |
0.19/0.20	c |         0 |   19862    62399 |      --       0       --      -- |     --   | -8325/-12062
0.19/0.20	c ==============================================================================
0.19/0.20	c Result  :   #vars: 3611   #clauses: 19862   #literals: 62399
0.19/0.20	c CPU time:   0.19097 s
0.19/0.20	c ==============================================================================
0.19/0.23	c Rsat version 3.02
0.19/0.24	c Base unit clause learned: 0
1591.51/1592.22	c CNF stats: (3611 vars, 19862 clauses)
1591.51/1592.22	c Decisions: 3075176
1591.51/1592.22	c Conflicts: 2209764
1591.51/1592.22	c Restarts: 14
1591.51/1592.22	c Avg lpc: 39.65
1591.51/1592.22	c Max decision level: 97
1591.51/1592.22	c KB reduction: 79 (2158477 clauses removed)
1591.51/1592.22	c Final decision lit size:3611 (100.00 %)
1591.51/1592.22	c Final stack/save sizes: 288(7.98 %)/1152(31.90 %)
1591.51/1592.22	c Final cdc size: 800 (22.15 %)
1591.51/1592.22	c ***********************************************
1591.51/1592.22	c Conflicts with bac: 49783/2209764 (2.25 %)
1591.51/1592.22	c Avg bac size: 20.17
1591.51/1592.22	c Avg bac bt depth: 5.33 vs 1.23 (normal)
1591.51/1592.23	c Running time: 1591.09212 seconds
1591.51/1592.23	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772869-1241329227/watcher-1772869-1241329227 -o /tmp/evaluation-result-1772869-1241329227/solver-1772869-1241329227 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772869-1241329227.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 5311
/proc/meminfo: memFree=1662996/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160955236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5310/statm: 1339 239 199 169 0 50 0
[pid=5311] ppid=5310 vsize=2300 CPUtime=0
/proc/5311/stat : 5311 (SatElite) R 5310 5310 5273 0 -1 4194304 430 0 0 0 0 0 0 0 18 0 1 0 160955236 2355200 413 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/5311/statm: 575 416 64 186 0 385 0

[startup+0.0552369 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 5311
/proc/meminfo: memFree=1662996/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160955236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5310/statm: 1339 239 199 169 0 50 0
[pid=5311] ppid=5310 vsize=7480 CPUtime=0.04
/proc/5311/stat : 5311 (SatElite) R 5310 5310 5273 0 -1 4194304 1760 0 0 0 3 1 0 0 18 0 1 0 160955236 7659520 1707 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/5311/statm: 1870 1707 91 186 0 1680 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12836

[startup+0.101243 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 5311
/proc/meminfo: memFree=1662996/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160955236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5310/statm: 1339 239 199 169 0 50 0
[pid=5311] ppid=5310 vsize=8208 CPUtime=0.09
/proc/5311/stat : 5311 (SatElite) R 5310 5310 5273 0 -1 4194304 1943 0 0 0 8 1 0 0 18 0 1 0 160955236 8404992 1890 1992294400 4194304 4959918 548682068688 18446744073709551615 4270189 0 0 4096 3 0 0 0 17 0 0 0
/proc/5311/statm: 2052 1890 91 186 0 1862 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13564

[startup+0.301272 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 5311
/proc/meminfo: memFree=1662996/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 5356

[startup+0.701319 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 5311
/proc/meminfo: memFree=1662996/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 5356

[startup+1.5014 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 5313
/proc/meminfo: memFree=1659148/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=5928 CPUtime=1.25
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 1029 0 0 0 125 0 0 0 25 0 1 0 160955259 6070272 1003 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 1482 1003 116 309 0 1169 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11284

[startup+3.10158 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 5313
/proc/meminfo: memFree=1658188/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=5980 CPUtime=2.85
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 1168 0 0 0 285 0 0 0 25 0 1 0 160955259 6123520 1042 1992294400 4194304 5460562 548682068800 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 1495 1042 118 309 0 1182 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11336

[startup+6.30194 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 5313
/proc/meminfo: memFree=1657804/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=6516 CPUtime=6.05
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 1467 0 0 0 605 0 0 0 25 0 1 0 160955259 6672384 1145 1992294400 4194304 5460562 548682068800 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 1629 1145 118 309 0 1316 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11872

[startup+12.7027 s]
/proc/loadavg: 0.87 0.95 0.98 2/66 5313
/proc/meminfo: memFree=1657492/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=6772 CPUtime=12.45
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 2087 0 0 0 1245 0 0 0 25 0 1 0 160955259 6934528 1217 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 1693 1217 118 309 0 1380 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12128

[startup+25.5011 s]
/proc/loadavg: 0.89 0.95 0.98 2/66 5313
/proc/meminfo: memFree=1656660/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=7700 CPUtime=25.25
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 3003 0 0 0 2524 1 0 0 25 0 1 0 160955259 7884800 1461 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 1925 1461 118 309 0 1612 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13056

[startup+51.102 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 5313
/proc/meminfo: memFree=1655508/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=8896 CPUtime=50.83
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 4739 0 0 0 5081 2 0 0 25 0 1 0 160955259 9109504 1718 1992294400 4194304 5460562 548682068800 18446744073709551615 4198087 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 2224 1718 118 309 0 1911 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14252

[startup+102.306 s]
/proc/loadavg: 0.97 0.96 0.98 2/66 5313
/proc/meminfo: memFree=1652820/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=11896 CPUtime=102.01
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 7729 0 0 0 10198 3 0 0 25 0 1 0 160955259 12181504 2468 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 2974 2468 118 309 0 2661 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17252

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5313
/proc/meminfo: memFree=1650964/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=13940 CPUtime=161.97
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 10927 0 0 0 16193 4 0 0 25 0 1 0 160955259 14274560 2908 1992294400 4194304 5460562 548682068800 18446744073709551615 4226220 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 3485 2908 118 309 0 3172 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19296

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5313
/proc/meminfo: memFree=1649428/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=15544 CPUtime=221.95
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 13694 0 0 0 22189 6 0 0 25 0 1 0 160955259 15917056 3275 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 3886 3275 118 309 0 3573 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 20900

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5313
/proc/meminfo: memFree=1647124/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=17780 CPUtime=281.93
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 15757 0 0 0 28186 7 0 0 25 0 1 0 160955259 18206720 3898 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 4445 3898 118 309 0 4132 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 23136

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5313
/proc/meminfo: memFree=1645268/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=19048 CPUtime=341.9
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 17563 0 0 0 34182 8 0 0 25 0 1 0 160955259 19505152 4264 1992294400 4194304 5460562 548682068800 18446744073709551615 4210633 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 4762 4264 118 309 0 4449 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 24404

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5313
/proc/meminfo: memFree=1644372/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22

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


[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629972/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=34176 CPUtime=1301.5
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 39959 0 0 0 130130 20 0 0 25 0 1 0 160955259 34996224 8062 1992294400 4194304 5460562 548682068800 18446744073709551615 4210633 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 8544 8062 118 309 0 8231 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 39532

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629972/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=34176 CPUtime=1361.48
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 39959 0 0 0 136128 20 0 0 25 0 1 0 160955259 34996224 8062 1992294400 4194304 5460562 548682068800 18446744073709551615 4198103 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 8544 8062 118 309 0 8231 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 39532

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629908/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=34176 CPUtime=1421.46
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 40979 0 0 0 142125 21 0 0 25 0 1 0 160955259 34996224 8090 1992294400 4194304 5460562 548682068800 18446744073709551615 4791061 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 8544 8090 118 309 0 8231 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 39532

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629652/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36980 CPUtime=1481.42
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 43644 0 0 0 148120 22 0 0 25 0 1 0 160955259 37867520 8189 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9245 8189 118 309 0 8932 0
Current children cumulated CPU time (s) 1481.64
Current children cumulated vsize (KiB) 42336

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629652/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36980 CPUtime=1541.4
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 43644 0 0 0 154118 22 0 0 25 0 1 0 160955259 37867520 8189 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9245 8189 118 309 0 8932 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 42336

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

[startup+1561.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629652/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36980 CPUtime=1560.59
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 43644 0 0 0 156037 22 0 0 25 0 1 0 160955259 37867520 8189 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9245 8189 118 309 0 8932 0
Current children cumulated CPU time (s) 1560.81
Current children cumulated vsize (KiB) 42336

[startup+1574.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629460/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36980 CPUtime=1573.39
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 43698 0 0 0 157317 22 0 0 25 0 1 0 160955259 37867520 8243 1992294400 4194304 5460562 548682068800 18446744073709551615 4206593 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9245 8243 118 309 0 8932 0
Current children cumulated CPU time (s) 1573.61
Current children cumulated vsize (KiB) 42336

[startup+1580.71 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629268/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36724 CPUtime=1579.79
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 45726 0 0 0 157956 23 0 0 25 0 1 0 160955259 37605376 8255 1992294400 4194304 5460562 548682068800 18446744073709551615 4211552 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9181 8255 118 309 0 8868 0
Current children cumulated CPU time (s) 1580.01
Current children cumulated vsize (KiB) 42080

[startup+1587.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629268/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36724 CPUtime=1586.19
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 45726 0 0 0 158596 23 0 0 25 0 1 0 160955259 37605376 8255 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9181 8255 118 309 0 8868 0
Current children cumulated CPU time (s) 1586.41
Current children cumulated vsize (KiB) 42080

[startup+1590.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629268/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36724 CPUtime=1589.39
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 45726 0 0 0 158916 23 0 0 25 0 1 0 160955259 37605376 8255 1992294400 4194304 5460562 548682068800 18446744073709551615 4226121 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9181 8255 118 309 0 8868 0
Current children cumulated CPU time (s) 1589.61
Current children cumulated vsize (KiB) 42080

[startup+1591.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629268/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36724 CPUtime=1590.19
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 45726 0 0 0 158996 23 0 0 25 0 1 0 160955259 37605376 8255 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9181 8255 118 309 0 8868 0
Current children cumulated CPU time (s) 1590.41
Current children cumulated vsize (KiB) 42080

[startup+1591.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629268/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36724 CPUtime=1590.99
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 45726 0 0 0 159076 23 0 0 25 0 1 0 160955259 37605376 8255 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9181 8255 118 309 0 8868 0
Current children cumulated CPU time (s) 1591.21
Current children cumulated vsize (KiB) 42080

[startup+1592.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629268/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36724 CPUtime=1591.19
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 45726 0 0 0 159096 23 0 0 25 0 1 0 160955259 37605376 8255 1992294400 4194304 5460562 548682068800 18446744073709551615 4211518 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9181 8255 118 309 0 8868 0
Current children cumulated CPU time (s) 1591.41
Current children cumulated vsize (KiB) 42080

[startup+1592.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5319
/proc/meminfo: memFree=1629268/2055920 swapFree=4181296/4192956
[pid=5310] ppid=5308 vsize=5356 CPUtime=0.22
/proc/5310/stat : 5310 (rsat.sh) S 5308 5310 5273 0 -1 4194304 312 2185 0 0 0 0 21 1 16 0 1 0 160955236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5310/statm: 1339 241 199 169 0 50 0
[pid=5313] ppid=5310 vsize=36724 CPUtime=1591.29
/proc/5313/stat : 5313 (rsat) R 5310 5310 5273 0 -1 4194304 45726 0 0 0 159106 23 0 0 25 0 1 0 160955259 37605376 8255 1992294400 4194304 5460562 548682068800 18446744073709551615 4786328 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5313/statm: 9181 8255 118 309 0 8868 0
Current children cumulated CPU time (s) 1591.51
Current children cumulated vsize (KiB) 42080

Child status: 20
Real time (s): 1592.24
CPU time (s): 1591.57
CPU user time (s): 1591.31
CPU system time (s): 0.265959
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 50288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1591.31
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48382
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= 40
involuntary context switches= 3781

runsolver used 1.56876 second user time and 4.23036 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-03 07:40:27
IDJOB=1772869
IDBENCH=20404
IDSOLVER=615
FILE ID=node35/1772869-1241329227
PBS_JOBID= 9225403
Free space on /tmp= 66556 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-27.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772869-1241329227/watcher-1772869-1241329227 -o /tmp/evaluation-result-1772869-1241329227/solver-1772869-1241329227 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1772869-1241329227.cnf HOME

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

MD5SUM BENCH= a948576641dd03cc33abaca38a6e7e4c
RANDOM SEED=2041141718

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
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.214
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:       1663676 kB
Buffers:         67180 kB
Cached:         233320 kB
SwapCached:       5500 kB
Active:          69500 kB
Inactive:       238808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663676 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:            6332 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            69940 kB
Committed_AS:   757252 kB
PageTables:       1396 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= 66548 MiB
End job on node35 at 2009-05-03 08:06:59