Trace number 1774849

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 4080.57 4082.07

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3542.12
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.59/1.63	c ==============================================================================
1.59/1.63	c |           |     ORIGINAL     |              LEARNT              |          |
1.59/1.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.59/1.63	c ==============================================================================
1.59/1.63	c |         0 | 1360580  3295883 |  408174       0        0     nan |  0.000 % |
8.47/8.52	c |         0 |  942285  2636352 |      --       0       --      -- |     --   | -116200/27697
8.47/8.52	c ==============================================================================
8.47/8.52	c Result  :   #vars: 138309   #clauses: 942285   #literals: 2636352
8.47/8.52	c CPU time:   8.12576 s
8.47/8.52	c ==============================================================================
9.67/9.70	c Rsat version 3.02
10.46/10.53	c Base unit clause learned: 0
4080.19/4081.75	c CNF stats: (138309 vars, 942285 clauses)
4080.19/4081.75	c Decisions: 4372108
4080.19/4081.75	c Conflicts: 689917
4080.19/4081.75	c Restarts: 369
4080.19/4081.75	c Avg lpc: 265.04
4080.19/4081.75	c Max decision level: 6879
4080.19/4081.75	c KB reduction: 2 (596826 clauses removed)
4080.19/4081.75	c Final decision lit size:6 (0.00 %)
4080.19/4081.75	c Final stack/save sizes: 1383(1.00 %)/11064(8.00 %)
4080.19/4081.75	c Final cdc size: 5532 (4.00 %)
4080.19/4081.75	c ***********************************************
4080.19/4081.75	c Conflicts with bac: 38972/689917 (5.65 %)
4080.19/4081.75	c Avg bac size: 123.89
4080.19/4081.75	c Avg bac bt depth: 35.34 vs 4.47 (normal)
4080.39/4081.98	c Running time: 4069.62932 seconds
4080.49/4082.04	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-1774849-1241339358/watcher-1774849-1241339358 -o /tmp/evaluation-result-1774849-1241339358/solver-1774849-1241339358 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774849-1241339358.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: 1.04 1.04 1.00 3/64 7915
/proc/meminfo: memFree=1330296/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=0
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161970082 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7915/statm: 1339 239 199 169 0 50 0
[pid=7916] ppid=7915 vsize=2936 CPUtime=0
/proc/7916/stat : 7916 (SatElite) R 7915 7915 7811 0 -1 4194304 546 0 0 0 0 0 0 0 18 0 1 0 161970082 3006464 529 1992294400 4194304 4959918 548682068688 18446744073709551615 4237641 0 0 4096 3 0 0 0 17 1 0 0
/proc/7916/statm: 734 532 64 186 0 544 0

[startup+0.034076 s]
/proc/loadavg: 1.04 1.04 1.00 3/64 7915
/proc/meminfo: memFree=1330296/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=0
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161970082 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7915/statm: 1339 239 199 169 0 50 0
[pid=7916] ppid=7915 vsize=16124 CPUtime=0.02
/proc/7916/stat : 7916 (SatElite) R 7915 7915 7811 0 -1 4194304 2717 0 0 0 1 1 0 0 18 0 1 0 161970082 16510976 2668 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 1 0 0
/proc/7916/statm: 4031 2670 64 186 0 3841 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21480

[startup+0.101086 s]
/proc/loadavg: 1.04 1.04 1.00 3/64 7915
/proc/meminfo: memFree=1330296/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=0
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161970082 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7915/statm: 1339 239 199 169 0 50 0
[pid=7916] ppid=7915 vsize=35560 CPUtime=0.08
/proc/7916/stat : 7916 (SatElite) R 7915 7915 7811 0 -1 4194304 7524 0 0 0 5 3 0 0 18 0 1 0 161970082 36413440 7475 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/7916/statm: 8890 7477 64 186 0 8700 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40916

[startup+0.301122 s]
/proc/loadavg: 1.04 1.04 1.00 3/64 7915
/proc/meminfo: memFree=1330296/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=0
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161970082 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7915/statm: 1339 239 199 169 0 50 0
[pid=7916] ppid=7915 vsize=79536 CPUtime=0.29
/proc/7916/stat : 7916 (SatElite) R 7915 7915 7811 0 -1 4194304 18046 0 0 0 21 8 0 0 19 0 1 0 161970082 81444864 17997 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/7916/statm: 19884 17998 64 186 0 19694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84892

[startup+0.701194 s]
/proc/loadavg: 1.04 1.04 1.00 3/64 7915
/proc/meminfo: memFree=1330296/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=0
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161970082 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7915/statm: 1339 239 199 169 0 50 0
[pid=7916] ppid=7915 vsize=117820 CPUtime=0.69
/proc/7916/stat : 7916 (SatElite) R 7915 7915 7811 0 -1 4194304 27398 0 0 0 55 14 0 0 23 0 1 0 161970082 120647680 27349 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/7916/statm: 29455 27350 64 186 0 29265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123176

[startup+1.50134 s]
/proc/loadavg: 1.04 1.04 1.00 2/66 7917
/proc/meminfo: memFree=1189992/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=0
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161970082 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7915/statm: 1339 239 199 169 0 50 0
[pid=7916] ppid=7915 vsize=211612 CPUtime=1.49
/proc/7916/stat : 7916 (SatElite) R 7915 7915 7811 0 -1 4194304 51292 0 0 0 122 27 0 0 25 0 1 0 161970082 216690688 51243 1992294400 4194304 4959918 548682068688 18446744073709551615 4232896 0 0 4096 3 0 0 0 17 1 0 0
/proc/7916/statm: 52903 51243 66 186 0 52713 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 216968

[startup+3.10264 s]
/proc/loadavg: 1.04 1.04 1.00 2/66 7917
/proc/meminfo: memFree=1117480/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=0
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161970082 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7915/statm: 1339 239 199 169 0 50 0
[pid=7916] ppid=7915 vsize=242140 CPUtime=3.08
/proc/7916/stat : 7916 (SatElite) R 7915 7915 7811 0 -1 4194304 60712 0 0 0 276 32 0 0 25 0 1 0 161970082 247951360 57766 1992294400 4194304 4959918 548682068688 18446744073709551615 4270128 0 0 4096 3 0 0 0 17 0 0 0
/proc/7916/statm: 60535 57766 92 186 0 60345 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 247496

[startup+6.30122 s]
/proc/loadavg: 1.04 1.04 1.00 2/66 7917
/proc/meminfo: memFree=1076264/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=0
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161970082 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7915/statm: 1339 239 199 169 0 50 0
[pid=7916] ppid=7915 vsize=247208 CPUtime=6.27
/proc/7916/stat : 7916 (SatElite) R 7915 7915 7811 0 -1 4194304 65212 0 0 0 591 36 0 0 25 0 1 0 161970082 253140992 59032 1992294400 4194304 4959918 548682068688 18446744073709551615 4270043 0 0 4096 3 0 0 0 17 1 0 0
/proc/7916/statm: 61802 59032 92 186 0 61612 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 252564

[startup+12.7014 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 7918
/proc/meminfo: memFree=1221928/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=84100 CPUtime=2.98
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 21312 0 0 0 288 10 0 0 25 0 1 0 161971053 86118400 20044 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 21025 20044 116 309 0 20712 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 89456

[startup+25.5017 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 7918
/proc/meminfo: memFree=1222056/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=84400 CPUtime=15.78
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 21394 0 0 0 1568 10 0 0 25 0 1 0 161971053 86425600 20121 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 21100 20121 116 309 0 20787 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 89756

[startup+51.1014 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 7918
/proc/meminfo: memFree=1220392/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=85828 CPUtime=41.37
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 21837 0 0 0 4127 10 0 0 25 0 1 0 161971053 87887872 20551 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 21457 20551 118 309 0 21144 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 91184

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 7918
/proc/meminfo: memFree=1216360/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=89968 CPUtime=92.55
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 22956 0 0 0 9245 10 0 0 25 0 1 0 161971053 92127232 21581 1992294400 4194304 5460562 548682068800 18446744073709551615 4201923 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 22492 21581 118 309 0 22179 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 95324

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 7918
/proc/meminfo: memFree=1207976/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=98716 CPUtime=152.52
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 25354 0 0 0 15240 12 0 0 25 0 1 0 161971053 101085184 23689 1992294400 4194304 5460562 548682068800 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 24679 23689 118 309 0 24366 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 104072

[startup+222.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7918
/proc/meminfo: memFree=1195240/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=111108 CPUtime=212.51
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 28507 0 0 0 21236 15 0 0 25 0 1 0 161971053 113774592 26840 1992294400 4194304 5460562 548682068800 18446744073709551615 4227686 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 27777 26840 118 309 0 27464 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 116464

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7918
/proc/meminfo: memFree=1180776/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=126420 CPUtime=272.48
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 32407 0 0 0 27229 19 0 0 25 0 1 0 161971053 129454080 30482 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 31605 30482 118 309 0 31292 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 131776

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7918
/proc/meminfo: memFree=1165800/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=141144 CPUtime=332.46
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 36133 0 0 0 33224 22 0 0 25 0 1 0 161971053 144531456 34200 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 35286 34200 118 309 0 34973 0
Current children cumulated CPU time (s) 342.14

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


[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=820008/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=3691.25
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 128684 0 0 0 369013 112 0 0 25 0 1 0 161971053 499798016 120386 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120386 119 309 0 121708 0
Current children cumulated CPU time (s) 3700.93
Current children cumulated vsize (KiB) 493440

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=820072/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=3751.22
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 128684 0 0 0 375010 112 0 0 25 0 1 0 161971053 499798016 120386 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120386 119 309 0 121708 0
Current children cumulated CPU time (s) 3760.9
Current children cumulated vsize (KiB) 493440

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819944/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=3811.2
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 128705 0 0 0 381008 112 0 0 25 0 1 0 161971053 499798016 120407 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120407 119 309 0 121708 0
Current children cumulated CPU time (s) 3820.88
Current children cumulated vsize (KiB) 493440

[startup+3882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819880/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=3871.17
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 128721 0 0 0 387005 112 0 0 25 0 1 0 161971053 499798016 120423 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120423 119 309 0 121708 0
Current children cumulated CPU time (s) 3880.85
Current children cumulated vsize (KiB) 493440

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819752/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=3931.16
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 128751 0 0 0 393003 113 0 0 25 0 1 0 161971053 499798016 120453 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120453 119 309 0 121708 0
Current children cumulated CPU time (s) 3940.84
Current children cumulated vsize (KiB) 493440

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819176/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=3991.14
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 132908 0 0 0 398999 115 0 0 25 0 1 0 161971053 499798016 120546 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120546 119 309 0 121708 0
Current children cumulated CPU time (s) 4000.82
Current children cumulated vsize (KiB) 493440

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819176/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=4051.12
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 132908 0 0 0 404997 115 0 0 25 0 1 0 161971053 499798016 120546 1992294400 4194304 5460562 548682068800 18446744073709551615 4201926 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120546 119 309 0 121708 0
Current children cumulated CPU time (s) 4060.8
Current children cumulated vsize (KiB) 493440

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

[startup+4070.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819176/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=4059.11
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 132908 0 0 0 405796 115 0 0 25 0 1 0 161971053 499798016 120546 1992294400 4194304 5460562 548682068800 18446744073709551615 4795192 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120546 119 309 0 121708 0
Current children cumulated CPU time (s) 4068.79
Current children cumulated vsize (KiB) 493440

[startup+4076.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819176/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=4065.51
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 132908 0 0 0 406436 115 0 0 25 0 1 0 161971053 499798016 120546 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120546 119 309 0 121708 0
Current children cumulated CPU time (s) 4075.19
Current children cumulated vsize (KiB) 493440

[startup+4079.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819176/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=4068.71
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 132908 0 0 0 406756 115 0 0 25 0 1 0 161971053 499798016 120546 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120546 119 309 0 121708 0
Current children cumulated CPU time (s) 4078.39
Current children cumulated vsize (KiB) 493440

[startup+4080.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819176/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=4069.51
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 132908 0 0 0 406836 115 0 0 25 0 1 0 161971053 499798016 120546 1992294400 4194304 5460562 548682068800 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120546 119 309 0 121708 0
Current children cumulated CPU time (s) 4079.19
Current children cumulated vsize (KiB) 493440

[startup+4081.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819176/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=488084 CPUtime=4070.31
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 132908 0 0 0 406916 115 0 0 25 0 1 0 161971053 499798016 120546 1992294400 4194304 5460562 548682068800 18446744073709551615 4795408 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 122021 120546 119 309 0 121708 0
Current children cumulated CPU time (s) 4079.99
Current children cumulated vsize (KiB) 493440

[startup+4081.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=819176/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=478464 CPUtime=4070.71
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194304 132909 0 0 0 406956 115 0 0 25 0 1 0 161971053 489947136 118451 1992294400 4194304 5460562 548682068800 18446744073709551615 4786302 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 119616 118451 119 309 0 119303 0
Current children cumulated CPU time (s) 4080.39
Current children cumulated vsize (KiB) 483820

[startup+4082 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7926
/proc/meminfo: memFree=1025064/2055920 swapFree=4180844/4192956
[pid=7915] ppid=7913 vsize=5356 CPUtime=9.68
/proc/7915/stat : 7915 (rsat.sh) S 7913 7915 7811 0 -1 4194304 312 69540 0 0 0 0 916 52 16 0 1 0 161970082 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7915/statm: 1339 241 199 169 0 50 0
[pid=7918] ppid=7915 vsize=0 CPUtime=4070.81
/proc/7918/stat : 7918 (rsat) R 7915 7915 7811 0 -1 4194308 132912 0 0 0 406962 119 0 0 25 0 1 0 161971053 0 0 1992294400 0 0 0 0 0 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7918/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4080.49
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 4082.07
CPU time (s): 4080.57
CPU user time (s): 4078.8
CPU system time (s): 1.77673
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 509824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4078.79
system time used= 1.77673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202919
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= 39
involuntary context switches= 9212

runsolver used 4.85726 second user time and 9.90549 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-03 10:29:20
IDJOB=1774849
IDBENCH=71037
IDSOLVER=615
FILE ID=node2/1774849-1241339358
PBS_JOBID= 9225460
Free space on /tmp= 66336 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774849-1241339358/watcher-1774849-1241339358 -o /tmp/evaluation-result-1774849-1241339358/solver-1774849-1241339358 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774849-1241339358.cnf HOME

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1881203208

node2.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.265
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.265
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:       1330776 kB
Buffers:         76832 kB
Cached:         540872 kB
SwapCached:       5924 kB
Active:         122628 kB
Inactive:       503456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1330776 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:           31816 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            85060 kB
Committed_AS:   904220 kB
PageTables:       1476 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= 66332 MiB
End job on node2 at 2009-05-03 11:37:22