Trace number 1774669

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 5025.03 5026.31

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p0.cnf
MD5SUM5588dd996576f939b8ae497437078705
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1432.19
Satisfiable
(Un)Satisfiability was proved
Number of variables225296
Number of clauses1192799
Sum of the clauses size2872868
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2852883
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.39/1.40	c ==============================================================================
1.39/1.40	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.40	c ==============================================================================
1.39/1.40	c |         0 | 1180646  2859965 |  354193       0        0     nan |  0.000 % |
7.48/7.52	c |         0 |  824850  2310027 |      --       0       --      -- |     --   | -102154/25520
7.48/7.53	c ==============================================================================
7.48/7.53	c Result  :   #vars: 121563   #clauses: 824850   #literals: 2310027
7.48/7.53	c CPU time:   7.17391 s
7.48/7.53	c ==============================================================================
8.48/8.55	c Rsat version 3.02
9.17/9.24	c Base unit clause learned: 0
5024.70/5026.05	c CNF stats: (121563 vars, 824850 clauses)
5024.70/5026.05	c Decisions: 5468514
5024.70/5026.05	c Conflicts: 1094294
5024.70/5026.05	c Restarts: 509
5024.70/5026.05	c Avg lpc: 194.36
5024.70/5026.05	c Max decision level: 5967
5024.70/5026.05	c KB reduction: 3 (796044 clauses removed)
5024.70/5026.05	c Final decision lit size:5 (0.00 %)
5024.70/5026.05	c Final stack/save sizes: 1215(1.00 %)/9720(8.00 %)
5024.70/5026.05	c Final cdc size: 4860 (4.00 %)
5024.70/5026.05	c ***********************************************
5024.70/5026.05	c Conflicts with bac: 57862/1094294 (5.29 %)
5024.70/5026.05	c Avg bac size: 93.41
5024.70/5026.05	c Avg bac bt depth: 29.55 vs 3.53 (normal)
5024.90/5026.25	c Running time: 5015.48053 seconds
5024.90/5026.29	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-1774669-1241338741/watcher-1774669-1241338741 -o /tmp/evaluation-result-1774669-1241338741/solver-1774669-1241338741 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774669-1241338741.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.85 0.97 0.99 3/64 848
/proc/meminfo: memFree=1297432/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=0
/proc/848/stat : 848 (rsat.sh) R 846 848 811 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161901748 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653754527 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/848/statm: 1339 238 198 169 0 50 0
[pid=849] ppid=848 vsize=1656 CPUtime=0
/proc/849/stat : 849 (SatElite) R 848 848 811 0 -1 4194304 249 0 0 0 0 0 0 0 18 0 1 0 161901748 1695744 232 1992294400 4194304 4959918 548682068688 18446744073709551615 4438128 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 478 239 64 186 0 288 0

[startup+0.07805 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 848
/proc/meminfo: memFree=1297432/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=0
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901748 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/848/statm: 1339 239 199 169 0 50 0
[pid=849] ppid=848 vsize=32144 CPUtime=0.07
/proc/849/stat : 849 (SatElite) R 848 848 811 0 -1 4194304 5927 0 0 0 4 3 0 0 19 0 1 0 161901748 32915456 5878 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 8036 5880 65 186 0 7846 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 37500

[startup+0.10105 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 848
/proc/meminfo: memFree=1297432/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=0
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901748 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/848/statm: 1339 239 199 169 0 50 0
[pid=849] ppid=848 vsize=37144 CPUtime=0.08
/proc/849/stat : 849 (SatElite) R 848 848 811 0 -1 4194304 7160 0 0 0 5 3 0 0 19 0 1 0 161901748 38035456 7111 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 9286 7112 64 186 0 9096 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42500

[startup+0.301064 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 848
/proc/meminfo: memFree=1297432/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=0
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901748 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/848/statm: 1339 239 199 169 0 50 0
[pid=849] ppid=848 vsize=77556 CPUtime=0.28
/proc/849/stat : 849 (SatElite) R 848 848 811 0 -1 4194304 16775 0 0 0 21 7 0 0 20 0 1 0 161901748 79417344 16726 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 19389 16726 64 186 0 19199 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 82912

[startup+0.701091 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 848
/proc/meminfo: memFree=1297432/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=0
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901748 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/848/statm: 1339 239 199 169 0 50 0
[pid=849] ppid=848 vsize=118084 CPUtime=0.69
/proc/849/stat : 849 (SatElite) R 848 848 811 0 -1 4194304 26711 0 0 0 56 13 0 0 24 0 1 0 161901748 120918016 26662 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 29521 26664 64 186 0 29331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123440

[startup+1.50214 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 850
/proc/meminfo: memFree=1151648/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=0
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901748 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/848/statm: 1339 239 199 169 0 50 0
[pid=849] ppid=848 vsize=197728 CPUtime=1.48
/proc/849/stat : 849 (SatElite) R 848 848 811 0 -1 4194304 45653 0 0 0 126 22 0 0 25 0 1 0 161901748 202473472 45604 1992294400 4194304 4959918 548682068688 18446744073709551615 4241670 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 49432 45604 86 186 0 49242 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 203084

[startup+3.10125 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 850
/proc/meminfo: memFree=1105672/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=0
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901748 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/848/statm: 1339 239 199 169 0 50 0
[pid=849] ppid=848 vsize=222664 CPUtime=3.09
/proc/849/stat : 849 (SatElite) R 848 848 811 0 -1 4194304 53872 0 0 0 281 28 0 0 25 0 1 0 161901748 228007936 51366 1992294400 4194304 4959918 548682068688 18446744073709551615 4270230 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 55666 51366 92 186 0 55476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 228020

[startup+6.30147 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 850
/proc/meminfo: memFree=1084304/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=0
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901748 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/848/statm: 1339 239 199 169 0 50 0
[pid=849] ppid=848 vsize=241652 CPUtime=6.29
/proc/849/stat : 849 (SatElite) R 848 848 811 0 -1 4194304 60808 0 0 0 595 34 0 0 25 0 1 0 161901748 247451648 55487 1992294400 4194304 4959918 548682068688 18446744073709551615 4292078 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 60413 55487 92 186 0 60223 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 247008

[startup+12.7019 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 851
/proc/meminfo: memFree=1202640/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=74028 CPUtime=4.13
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 18814 0 0 0 406 7 0 0 25 0 1 0 161902603 75804672 17613 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 18507 17613 116 309 0 18194 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 79384

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 851
/proc/meminfo: memFree=1202320/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=74252 CPUtime=16.93
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 18945 0 0 0 1685 8 0 0 25 0 1 0 161902603 76034048 17740 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 18563 17740 116 309 0 18250 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 79608

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 851
/proc/meminfo: memFree=1203856/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=72728 CPUtime=42.5
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 18977 0 0 0 4242 8 0 0 25 0 1 0 161902603 74473472 17358 1992294400 4194304 5460562 548682068800 18446744073709551615 4204987 0 0 4096 1026 0 0 0 17 0 0 0
/proc/851/statm: 18182 17358 119 309 0 17869 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 78084

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 851
/proc/meminfo: memFree=1201936/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=74972 CPUtime=93.68
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 19611 0 0 0 9360 8 0 0 25 0 1 0 161902603 76771328 17878 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 18743 17878 119 309 0 18430 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 80328

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 851
/proc/meminfo: memFree=1187344/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=89704 CPUtime=153.67
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 23413 0 0 0 15355 12 0 0 25 0 1 0 161902603 91856896 21538 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 22426 21538 119 309 0 22113 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 95060

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 851
/proc/meminfo: memFree=1173200/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=104592 CPUtime=213.65
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 27201 0 0 0 21350 15 0 0 25 0 1 0 161902603 107102208 25068 1992294400 4194304 5460562 548682068800 18446744073709551615 4225629 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 26148 25068 119 309 0 25835 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 109948

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 851
/proc/meminfo: memFree=1158224/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=119256 CPUtime=273.64
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 30958 0 0 0 27344 20 0 0 25 0 1 0 161902603 122118144 28823 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 29814 28823 119 309 0 29501 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 124612

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 851
/proc/meminfo: memFree=1142544/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=134428 CPUtime=333.63
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 34829 0 0 0 33340 23 0 0 25 0 1 0 161902603 137654272 32690 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 33607 32690 119 309 0 33294 0
Current children cumulated CPU time (s) 342.17

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

/proc/851/statm: 91036 89197 119 309 0 90723 0
Current children cumulated CPU time (s) 4421.16
Current children cumulated vsize (KiB) 369500

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=915664/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=364144 CPUtime=4472.6
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 105545 0 0 0 447170 90 0 0 25 0 1 0 161902603 372883456 89197 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91036 89197 119 309 0 90723 0
Current children cumulated CPU time (s) 4481.14
Current children cumulated vsize (KiB) 369500

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=915664/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=364144 CPUtime=4532.58
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 105545 0 0 0 453168 90 0 0 25 0 1 0 161902603 372883456 89197 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91036 89197 119 309 0 90723 0
Current children cumulated CPU time (s) 4541.12
Current children cumulated vsize (KiB) 369500

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=915536/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=364144 CPUtime=4592.58
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 105585 0 0 0 459167 91 0 0 25 0 1 0 161902603 372883456 89237 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91036 89237 119 309 0 90723 0
Current children cumulated CPU time (s) 4601.12
Current children cumulated vsize (KiB) 369500

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=915472/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=364144 CPUtime=4652.56
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 105590 0 0 0 465165 91 0 0 25 0 1 0 161902603 372883456 89242 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91036 89242 119 309 0 90723 0
Current children cumulated CPU time (s) 4661.1
Current children cumulated vsize (KiB) 369500

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=915408/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=364144 CPUtime=4712.55
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 105590 0 0 0 471164 91 0 0 25 0 1 0 161902603 372883456 89242 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91036 89242 119 309 0 90723 0
Current children cumulated CPU time (s) 4721.09
Current children cumulated vsize (KiB) 369500

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 859
/proc/meminfo: memFree=914832/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=364512 CPUtime=4772.53
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 105749 0 0 0 477162 91 0 0 25 0 1 0 161902603 373260288 89401 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91128 89401 119 309 0 90815 0
Current children cumulated CPU time (s) 4781.07
Current children cumulated vsize (KiB) 369868

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 861
/proc/meminfo: memFree=914640/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=364768 CPUtime=4832.51
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 105784 0 0 0 483160 91 0 0 25 0 1 0 161902603 373522432 89436 1992294400 4194304 5460562 548682068800 18446744073709551615 4200097 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91192 89436 119 309 0 90879 0
Current children cumulated CPU time (s) 4841.05
Current children cumulated vsize (KiB) 370124

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 861
/proc/meminfo: memFree=914064/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=365536 CPUtime=4892.49
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 105921 0 0 0 489158 91 0 0 25 0 1 0 161902603 374308864 89573 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91384 89573 119 309 0 91071 0
Current children cumulated CPU time (s) 4901.03
Current children cumulated vsize (KiB) 370892

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 861
/proc/meminfo: memFree=913744/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=366048 CPUtime=4952.49
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 106010 0 0 0 495157 92 0 0 25 0 1 0 161902603 374833152 89662 1992294400 4194304 5460562 548682068800 18446744073709551615 4225752 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 91512 89662 119 309 0 91199 0
Current children cumulated CPU time (s) 4961.03
Current children cumulated vsize (KiB) 371404

[startup+5022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 861
/proc/meminfo: memFree=911120/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=369376 CPUtime=5012.47
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 106664 0 0 0 501155 92 0 0 25 0 1 0 161902603 378241024 90316 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 92344 90316 119 309 0 92031 0
Current children cumulated CPU time (s) 5021.01
Current children cumulated vsize (KiB) 374732

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

[startup+5023.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 861
/proc/meminfo: memFree=911120/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=369376 CPUtime=5014.07
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 106664 0 0 0 501315 92 0 0 25 0 1 0 161902603 378241024 90316 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 92344 90316 119 309 0 92031 0
Current children cumulated CPU time (s) 5022.61
Current children cumulated vsize (KiB) 374732

[startup+5025.5 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 861
/proc/meminfo: memFree=911120/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=369376 CPUtime=5015.66
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 106664 0 0 0 501474 92 0 0 25 0 1 0 161902603 378241024 90316 1992294400 4194304 5460562 548682068800 18446744073709551615 4226155 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 92344 90316 119 309 0 92031 0
Current children cumulated CPU time (s) 5024.2
Current children cumulated vsize (KiB) 374732

[startup+5025.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 861
/proc/meminfo: memFree=911120/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5356 CPUtime=8.54
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 312 61158 0 0 0 0 808 46 16 0 1 0 161901748 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/848/statm: 1339 241 199 169 0 50 0
[pid=851] ppid=848 vsize=369376 CPUtime=5016.07
/proc/851/stat : 851 (rsat) R 848 848 811 0 -1 4194304 106664 0 0 0 501515 92 0 0 25 0 1 0 161902603 378241024 90316 1992294400 4194304 5460562 548682068800 18446744073709551615 4211518 0 0 4096 1026 0 0 0 17 1 0 0
/proc/851/statm: 92344 90316 119 309 0 92031 0
Current children cumulated CPU time (s) 5024.61
Current children cumulated vsize (KiB) 374732

[startup+5026.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 861
/proc/meminfo: memFree=911120/2055920 swapFree=4181812/4192956
[pid=848] ppid=846 vsize=5360 CPUtime=5025.01
/proc/848/stat : 848 (rsat.sh) S 846 848 811 0 -1 4194304 340 167826 0 0 0 0 502356 145 18 0 1 0 161901748 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/848/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 5025.01
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 5026.31
CPU time (s): 5025.03
CPU user time (s): 5023.57
CPU system time (s): 1.46778
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 385740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5023.57
system time used= 1.46778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168293
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= 38
involuntary context switches= 11567

runsolver used 5.68813 second user time and 12.5901 second system time

The end

Launcher Data

Begin job on node52 at 2009-05-03 10:19:02
IDJOB=1774669
IDBENCH=70985
IDSOLVER=615
FILE ID=node52/1774669-1241338741
PBS_JOBID= 9225473
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= 5588dd996576f939b8ae497437078705
RANDOM SEED=1223375903

node52.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:       1298040 kB
Buffers:         74896 kB
Cached:         569080 kB
SwapCached:       5288 kB
Active:          43840 kB
Inactive:       608248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298040 kB
SwapTotal:     4192956 kB
SwapFree:      4181812 kB
Dirty:           28292 kB
Writeback:           0 kB
Mapped:          14072 kB
Slab:            91744 kB
Committed_AS:   782328 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= 66504 MiB
End job on node52 at 2009-05-03 11:42:49