Trace number 1774869

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 409.419 409.585

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4979
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Parsing...
0.68/0.71	c ==============================================================================
0.68/0.71	c |           |     ORIGINAL     |              LEARNT              |          |
0.68/0.71	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.68/0.71	c ==============================================================================
0.68/0.71	c |         0 |  619932  1463622 |  185979       0        0     nan |  0.000 % |
3.49/3.58	c |         0 |  393355  1091119 |      --       0       --      -- |     --   | -54955/20412
3.49/3.58	c ==============================================================================
3.49/3.58	c Result  :   #vars: 65019   #clauses: 393355   #literals: 1091119
3.49/3.58	c CPU time:   3.41848 s
3.49/3.58	c ==============================================================================
3.99/4.03	c Rsat version 3.02
4.29/4.37	c Base unit clause learned: 0
409.23/409.45	c CNF stats: (65019 vars, 393355 clauses)
409.23/409.45	c Decisions: 980641
409.23/409.45	c Conflicts: 179991
409.23/409.45	c Restarts: 124
409.23/409.45	c Avg lpc: 177.73
409.23/409.45	c Max decision level: 1700
409.23/409.45	c KB reduction: 1 (112545 clauses removed)
409.23/409.45	c Final decision lit size:65019 (100.00 %)
409.23/409.45	c Final stack/save sizes: 1300(2.00 %)/5200(8.00 %)
409.23/409.45	c Final cdc size: 2600 (4.00 %)
409.23/409.45	c ***********************************************
409.23/409.45	c Conflicts with bac: 10291/179991 (5.72 %)
409.23/409.45	c Avg bac size: 74.63
409.23/409.45	c Avg bac bt depth: 30.56 vs 3.80 (normal)
409.33/409.55	c Running time: 405.03643 seconds
409.33/409.57	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-1774869-1241339466/watcher-1774869-1241339466 -o /tmp/evaluation-result-1774869-1241339466/solver-1774869-1241339466 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774869-1241339466.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.00 1.00 1.00 3/64 5105
/proc/meminfo: memFree=1117904/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=0
/proc/5105/stat : 5105 (rsat.sh) R 5103 5105 4785 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161980667 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632754335 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5105/statm: 1339 238 198 169 0 50 0
[pid=5106] ppid=5105 vsize=2168 CPUtime=0
/proc/5106/stat : 5106 (SatElite) R 5105 5105 4785 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 161980667 2220032 313 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/5106/statm: 542 317 64 186 0 352 0

[startup+0.0557081 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5105
/proc/meminfo: memFree=1117904/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=0
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161980667 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5105/statm: 1339 239 199 169 0 50 0
[pid=5106] ppid=5105 vsize=19248 CPUtime=0.04
/proc/5106/stat : 5106 (SatElite) R 5105 5105 4785 0 -1 4194304 4213 0 0 0 2 2 0 0 20 0 1 0 161980667 19709952 4164 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 0 0 0
/proc/5106/statm: 4812 4166 64 186 0 4622 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24604

[startup+0.101711 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5105
/proc/meminfo: memFree=1117904/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=0
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161980667 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5105/statm: 1339 239 199 169 0 50 0
[pid=5106] ppid=5105 vsize=30048 CPUtime=0.09
/proc/5106/stat : 5106 (SatElite) R 5105 5105 4785 0 -1 4194304 6855 0 0 0 6 3 0 0 20 0 1 0 161980667 30769152 6806 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/5106/statm: 7512 6809 64 186 0 7322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35404

[startup+0.301726 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5105
/proc/meminfo: memFree=1117904/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=0
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161980667 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5105/statm: 1339 239 199 169 0 50 0
[pid=5106] ppid=5105 vsize=57276 CPUtime=0.29
/proc/5106/stat : 5106 (SatElite) R 5105 5105 4785 0 -1 4194304 13348 0 0 0 23 6 0 0 21 0 1 0 161980667 58650624 13299 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/5106/statm: 14319 13300 64 186 0 14129 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62632

[startup+0.701767 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5105
/proc/meminfo: memFree=1117904/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=0
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161980667 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5105/statm: 1339 239 199 169 0 50 0
[pid=5106] ppid=5105 vsize=101264 CPUtime=0.68
/proc/5106/stat : 5106 (SatElite) R 5105 5105 4785 0 -1 4194304 24378 0 0 0 58 10 0 0 25 0 1 0 161980667 103694336 24329 1992294400 4194304 4959918 548682068688 18446744073709551615 4232856 0 0 4096 3 0 0 0 17 0 0 0
/proc/5106/statm: 25316 24329 66 186 0 25126 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 106620

[startup+1.50182 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 5107
/proc/meminfo: memFree=1010880/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=0
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161980667 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5105/statm: 1339 239 199 169 0 50 0
[pid=5106] ppid=5105 vsize=118320 CPUtime=1.49
/proc/5106/stat : 5106 (SatElite) R 5105 5105 4785 0 -1 4194304 28992 0 0 0 136 13 0 0 25 0 1 0 161980667 121159680 27457 1992294400 4194304 4959918 548682068688 18446744073709551615 4438105 0 0 4096 3 0 0 0 17 0 0 0
/proc/5106/statm: 29580 27457 92 186 0 29390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123676

[startup+3.10195 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 5107
/proc/meminfo: memFree=1003840/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=0
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161980667 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5105/statm: 1339 239 199 169 0 50 0
[pid=5106] ppid=5105 vsize=126464 CPUtime=3.09
/proc/5106/stat : 5106 (SatElite) R 5105 5105 4785 0 -1 4194304 31692 0 0 0 294 15 0 0 25 0 1 0 161980667 129499136 29533 1992294400 4194304 4959918 548682068688 18446744073709551615 4270083 0 0 4096 3 0 0 0 17 0 0 0
/proc/5106/statm: 31616 29533 92 186 0 31426 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131820

[startup+6.30121 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 5108
/proc/meminfo: memFree=1071168/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=38456 CPUtime=2.25
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 9432 0 0 0 221 4 0 0 25 0 1 0 161981071 39378944 8831 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 9614 8831 116 309 0 9301 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43812

[startup+12.7017 s]
/proc/loadavg: 1.14 1.03 1.01 2/66 5108
/proc/meminfo: memFree=1069504/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=40288 CPUtime=8.65
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 9894 0 0 0 860 5 0 0 25 0 1 0 161981071 41254912 9290 1992294400 4194304 5460562 548682068800 18446744073709551615 4227714 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 10072 9290 116 309 0 9759 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45644

[startup+25.5018 s]
/proc/loadavg: 1.12 1.03 1.01 2/66 5108
/proc/meminfo: memFree=1062912/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=46876 CPUtime=21.45
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 11535 0 0 0 2138 7 0 0 25 0 1 0 161981071 48001024 10929 1992294400 4194304 5460562 548682068800 18446744073709551615 4227009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 11719 10929 118 309 0 11406 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52232

[startup+51.1019 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 5108
/proc/meminfo: memFree=1051136/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=59016 CPUtime=47.03
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 14635 0 0 0 4694 9 0 0 25 0 1 0 161981071 60432384 13963 1992294400 4194304 5460562 548682068800 18446744073709551615 4226309 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 14754 13963 118 309 0 14441 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 64372

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 5108
/proc/meminfo: memFree=1029376/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=80476 CPUtime=98.22
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 20095 0 0 0 9807 15 0 0 25 0 1 0 161981071 82407424 19290 1992294400 4194304 5460562 548682068800 18446744073709551615 4225217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 20119 19290 118 309 0 19806 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 85832

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5108
/proc/meminfo: memFree=1006848/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=103604 CPUtime=158.19
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 25982 0 0 0 15800 19 0 0 25 0 1 0 161981071 106090496 24907 1992294400 4194304 5460562 548682068800 18446744073709551615 4225827 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 25901 24907 118 309 0 25588 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 108960

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5108
/proc/meminfo: memFree=990592/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=119524 CPUtime=218.17
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 30084 0 0 0 21794 23 0 0 25 0 1 0 161981071 122392576 29002 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 29881 29002 118 309 0 29568 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 124880

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=968704/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=141048 CPUtime=278.15
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 35562 0 0 0 27788 27 0 0 25 0 1 0 161981071 144433152 34474 1992294400 4194304 5460562 548682068800 18446744073709551615 4226252 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 35262 34474 118 309 0 34949 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 146404

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=953728/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=157476 CPUtime=338.13
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 41788 0 0 0 33782 31 0 0 25 0 1 0 161981071 161255424 38110 1992294400 4194304 5460562 548682068800 18446744073709551615 4225615 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 39369 38110 118 309 0 39056 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 162832

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=953728/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=157476 CPUtime=398.1
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 41788 0 0 0 39779 31 0 0 25 0 1 0 161981071 161255424 38110 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 39369 38110 118 309 0 39056 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 162832

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

[startup+403.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=953664/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=157476 CPUtime=398.9
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 41788 0 0 0 39859 31 0 0 25 0 1 0 161981071 161255424 38110 1992294400 4194304 5460562 548682068800 18446744073709551615 4198126 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 39369 38110 118 309 0 39056 0
Current children cumulated CPU time (s) 402.93
Current children cumulated vsize (KiB) 162832

[startup+406.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=953664/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=157476 CPUtime=402.1
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 41788 0 0 0 40179 31 0 0 25 0 1 0 161981071 161255424 38110 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 39369 38110 118 309 0 39056 0
Current children cumulated CPU time (s) 406.13
Current children cumulated vsize (KiB) 162832

[startup+407.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=953664/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=157476 CPUtime=403.7
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 41788 0 0 0 40339 31 0 0 25 0 1 0 161981071 161255424 38110 1992294400 4194304 5460562 548682068800 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 39369 38110 118 309 0 39056 0
Current children cumulated CPU time (s) 407.73
Current children cumulated vsize (KiB) 162832

[startup+408.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=953664/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=157476 CPUtime=404.5
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 41788 0 0 0 40419 31 0 0 25 0 1 0 161981071 161255424 38110 1992294400 4194304 5460562 548682068800 18446744073709551615 4225797 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 39369 38110 118 309 0 39056 0
Current children cumulated CPU time (s) 408.53
Current children cumulated vsize (KiB) 162832

[startup+409.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=953664/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=157476 CPUtime=404.9
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 41788 0 0 0 40459 31 0 0 25 0 1 0 161981071 161255424 38110 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 39369 38110 118 309 0 39056 0
Current children cumulated CPU time (s) 408.93
Current children cumulated vsize (KiB) 162832

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5108
/proc/meminfo: memFree=953664/2055920 swapFree=4191900/4192956
[pid=5105] ppid=5103 vsize=5356 CPUtime=4.03
/proc/5105/stat : 5105 (rsat.sh) S 5103 5105 4785 0 -1 4194304 312 32707 0 0 0 0 382 21 16 0 1 0 161980667 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5105/statm: 1339 241 199 169 0 50 0
[pid=5108] ppid=5105 vsize=152348 CPUtime=405.3
/proc/5108/stat : 5108 (rsat) R 5105 5105 4785 0 -1 4194304 41789 0 0 0 40499 31 0 0 25 0 1 0 161981071 156004352 37065 1992294400 4194304 5460562 548682068800 18446744073709551615 4791845 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5108/statm: 38087 37065 118 309 0 37774 0
Current children cumulated CPU time (s) 409.33
Current children cumulated vsize (KiB) 157704

Child status: 20
Real time (s): 409.585
CPU time (s): 409.419
CPU user time (s): 408.858
CPU system time (s): 0.560914
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 171040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.858
system time used= 0.560914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74966
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= 37
involuntary context switches= 1046

runsolver used 0.375942 second user time and 1.11983 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-03 10:31:07
IDJOB=1774869
IDBENCH=71042
IDSOLVER=615
FILE ID=node3/1774869-1241339466
PBS_JOBID= 9225461
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=697511748

node3.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.212
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.212
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:       1118448 kB
Buffers:         89496 kB
Cached:         729216 kB
SwapCached:        416 kB
Active:         146232 kB
Inactive:       686412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118448 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           16744 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            90912 kB
Committed_AS:   759236 kB
PageTables:       1384 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= 66336 MiB
End job on node3 at 2009-05-03 10:37:56