Trace number 1773839

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 1730.63 1731.38

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray02_32.cnf
MD5SUMda0c445b72f13d929ab0690c3bfa81ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark834.519
Satisfiable
(Un)Satisfiability was proved
Number of variables4252
Number of clauses12563
Sum of the clauses size29311
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28374
Number of clauses of size 34187
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   12561    29309 |    3768       0        0     nan |  0.000 % |
0.04/0.08	c |         0 |    9499    28877 |      --       0       --      -- |     --   | -3060/-427
0.04/0.08	c ==============================================================================
0.04/0.08	c Result  :   #vars: 2111   #clauses: 9499   #literals: 28877
0.04/0.08	c CPU time:   0.072988 s
0.04/0.08	c ==============================================================================
0.04/0.09	c Rsat version 3.02
0.08/0.10	c Base unit clause learned: 0
1730.54/1731.35	c CNF stats: (2111 vars, 9499 clauses)
1730.54/1731.35	c Decisions: 4251581
1730.54/1731.35	c Conflicts: 3081504
1730.54/1731.35	c Restarts: 14
1730.54/1731.35	c Avg lpc: 21.25
1730.54/1731.35	c Max decision level: 119
1730.54/1731.35	c KB reduction: 105 (2873862 clauses removed)
1730.54/1731.35	c Final decision lit size:2111 (100.00 %)
1730.54/1731.35	c Final stack/save sizes: 84(3.98 %)/336(15.92 %)
1730.54/1731.35	c Final cdc size: 400 (18.95 %)
1730.54/1731.35	c ***********************************************
1730.54/1731.35	c Conflicts with bac: 44638/3081504 (1.45 %)
1730.54/1731.35	c Avg bac size: 12.57
1730.54/1731.35	c Avg bac bt depth: 5.04 vs 1.20 (normal)
1730.54/1731.36	c Running time: 1730.22996 seconds
1730.54/1731.36	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-1773839-1241334783/watcher-1773839-1241334783 -o /tmp/evaluation-result-1773839-1241334783/solver-1773839-1241334783 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773839-1241334783.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.95 0.98 0.99 3/64 28246
/proc/meminfo: memFree=1797608/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0
/proc/28246/stat : 28246 (rsat.sh) R 28244 28246 28179 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161506361 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28246/statm: 1339 238 198 169 0 50 0
[pid=28247] ppid=28246 vsize=1516 CPUtime=0
/proc/28247/stat : 28247 (SatElite) R 28246 28246 28179 0 -1 4194304 239 0 0 0 0 0 0 0 18 0 1 0 161506361 1552384 222 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28247/statm: 416 228 64 186 0 226 0

[startup+0.0563189 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 28246
/proc/meminfo: memFree=1797608/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161506361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28246/statm: 1339 239 199 169 0 50 0
[pid=28247] ppid=28246 vsize=5268 CPUtime=0.04
/proc/28247/stat : 28247 (SatElite) R 28246 28246 28179 0 -1 4194304 1114 0 0 0 4 0 0 0 19 0 1 0 161506361 5394432 1097 1992294400 4194304 4959918 548682068688 18446744073709551615 4270053 0 0 4096 3 0 0 0 17 0 0 0
/proc/28247/statm: 1317 1097 92 186 0 1127 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10624

[startup+0.101323 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 28246
/proc/meminfo: memFree=1797608/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.301345 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 28246
/proc/meminfo: memFree=1797608/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.701381 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 28246
/proc/meminfo: memFree=1797608/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+1.50145 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1794968/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=4208 CPUtime=1.39
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 1037 0 0 0 139 0 0 0 25 0 1 0 161506370 4308992 601 1992294400 4194304 5460562 548682068800 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28249/statm: 1052 601 119 309 0 739 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9564

[startup+3.1026 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1794200/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=4816 CPUtime=2.98
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 2096 0 0 0 298 0 0 0 25 0 1 0 161506370 4931584 729 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28249/statm: 1204 729 119 309 0 891 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10172

[startup+6.30188 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1793304/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=5612 CPUtime=6.19
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 3469 0 0 0 618 1 0 0 25 0 1 0 161506370 5746688 950 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 1403 950 119 309 0 1090 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10968

[startup+12.7025 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1791960/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=6936 CPUtime=12.59
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 5976 0 0 0 1256 3 0 0 25 0 1 0 161506370 7102464 1243 1992294400 4194304 5460562 548682068800 18446744073709551615 4226117 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 1734 1243 119 309 0 1421 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12292

[startup+25.5016 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1790360/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=9044 CPUtime=25.38
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 8561 0 0 0 2534 4 0 0 25 0 1 0 161506370 9261056 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4226252 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 2261 1682 119 309 0 1948 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14400

[startup+51.1019 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1788312/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=11340 CPUtime=50.96
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 13516 0 0 0 5090 6 0 0 25 0 1 0 161506370 11612160 2281 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 2835 2281 119 309 0 2522 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 16696

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1785176/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=13808 CPUtime=102.14
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 17547 0 0 0 10206 8 0 0 25 0 1 0 161506370 14139392 2952 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 3452 2952 119 309 0 3139 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 19164

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1783448/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=16944 CPUtime=162.12
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 21560 0 0 0 16202 10 0 0 25 0 1 0 161506370 17350656 3428 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 4236 3428 119 309 0 3923 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 22300

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1781784/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=17728 CPUtime=222.1
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 25881 0 0 0 22198 12 0 0 25 0 1 0 161506370 18153472 3781 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 4432 3781 119 309 0 4119 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 23084

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1780824/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=18992 CPUtime=282.07
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 28123 0 0 0 28194 13 0 0 25 0 1 0 161506370 19447808 4039 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 4748 4039 119 309 0 4435 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 24348

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1779544/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=19820 CPUtime=342.04
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 30424 0 0 0 34190 14 0 0 25 0 1 0 161506370 20295680 4356 1992294400 4194304 5460562 548682068800 18446744073709551615 4201894 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 4955 4356 119 309 0 4642 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 25176

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1778264/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=20972 CPUtime=402.02

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


[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1767384/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=33648 CPUtime=1241.67
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 54018 0 0 0 124143 24 0 0 25 0 1 0 161506370 34455552 7368 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 8412 7368 119 309 0 8099 0
Current children cumulated CPU time (s) 1241.75
Current children cumulated vsize (KiB) 39004

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1766232/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=34672 CPUtime=1301.66
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 56311 0 0 0 130140 26 0 0 25 0 1 0 161506370 35504128 7645 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 8668 7645 119 309 0 8355 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 40028

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1765656/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=34672 CPUtime=1361.63
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 56469 0 0 0 136137 26 0 0 25 0 1 0 161506370 35504128 7803 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 8668 7803 119 309 0 8355 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 40028

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1765208/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=34928 CPUtime=1421.6
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 58557 0 0 0 142133 27 0 0 25 0 1 0 161506370 35766272 7875 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 8732 7875 119 309 0 8419 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 40284

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1765080/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=35184 CPUtime=1481.57
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 58621 0 0 0 148130 27 0 0 25 0 1 0 161506370 36028416 7939 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 8796 7939 119 309 0 8483 0
Current children cumulated CPU time (s) 1481.65
Current children cumulated vsize (KiB) 40540

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28249
/proc/meminfo: memFree=1764568/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=35508 CPUtime=1541.53
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 60748 0 0 0 154125 28 0 0 25 0 1 0 161506370 36360192 8050 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 8877 8050 119 309 0 8564 0
Current children cumulated CPU time (s) 1541.61
Current children cumulated vsize (KiB) 40864

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28251
/proc/meminfo: memFree=1764504/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=35508 CPUtime=1601.51
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 60748 0 0 0 160123 28 0 0 25 0 1 0 161506370 36360192 8050 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 8877 8050 119 309 0 8564 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 40864

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28251
/proc/meminfo: memFree=1764056/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=36532 CPUtime=1661.49
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 60909 0 0 0 166121 28 0 0 25 0 1 0 161506370 37408768 8211 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 9133 8211 119 309 0 8820 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 41888

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28251
/proc/meminfo: memFree=1763544/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=37044 CPUtime=1721.46
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 63019 0 0 0 172117 29 0 0 25 0 1 0 161506370 37933056 8305 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 9261 8305 119 309 0 8948 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 42400

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

[startup+1727.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28251
/proc/meminfo: memFree=1763544/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=37044 CPUtime=1727.06
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 63019 0 0 0 172677 29 0 0 25 0 1 0 161506370 37933056 8305 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 9261 8305 119 309 0 8948 0
Current children cumulated CPU time (s) 1727.14
Current children cumulated vsize (KiB) 42400

[startup+1729.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28251
/proc/meminfo: memFree=1763544/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=37044 CPUtime=1728.66
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 63019 0 0 0 172837 29 0 0 25 0 1 0 161506370 37933056 8305 1992294400 4194304 5460562 548682068800 18446744073709551615 4211542 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 9261 8305 119 309 0 8948 0
Current children cumulated CPU time (s) 1728.74
Current children cumulated vsize (KiB) 42400

[startup+1730.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28251
/proc/meminfo: memFree=1763544/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=37044 CPUtime=1729.46
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 63019 0 0 0 172917 29 0 0 25 0 1 0 161506370 37933056 8305 1992294400 4194304 5460562 548682068800 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 9261 8305 119 309 0 8948 0
Current children cumulated CPU time (s) 1729.54
Current children cumulated vsize (KiB) 42400

[startup+1731.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28251
/proc/meminfo: memFree=1763544/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=37044 CPUtime=1730.26
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 63019 0 0 0 172997 29 0 0 25 0 1 0 161506370 37933056 8305 1992294400 4194304 5460562 548682068800 18446744073709551615 4211508 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 9261 8305 119 309 0 8948 0
Current children cumulated CPU time (s) 1730.34
Current children cumulated vsize (KiB) 42400

[startup+1731.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28251
/proc/meminfo: memFree=1763544/2055920 swapFree=4191900/4192956
[pid=28246] ppid=28244 vsize=5356 CPUtime=0.08
/proc/28246/stat : 28246 (rsat.sh) S 28244 28246 28179 0 -1 4194304 312 1134 0 0 0 0 8 0 16 0 1 0 161506361 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28246/statm: 1339 241 199 169 0 50 0
[pid=28249] ppid=28246 vsize=37044 CPUtime=1730.46
/proc/28249/stat : 28249 (rsat) R 28246 28246 28179 0 -1 4194304 63019 0 0 0 173017 29 0 0 25 0 1 0 161506370 37933056 8305 1992294400 4194304 5460562 548682068800 18446744073709551615 4198139 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28249/statm: 9261 8305 119 309 0 8948 0
Current children cumulated CPU time (s) 1730.54
Current children cumulated vsize (KiB) 42400

Child status: 20
Real time (s): 1731.38
CPU time (s): 1730.63
CPU user time (s): 1730.31
CPU system time (s): 0.319951
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 50080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1730.31
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64624
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= 4573

runsolver used 1.77773 second user time and 4.52531 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-03 09:13:03
IDJOB=1773839
IDBENCH=70811
IDSOLVER=615
FILE ID=node43/1773839-1241334783
PBS_JOBID= 9225440
Free space on /tmp= 66348 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray02_32.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773839-1241334783/watcher-1773839-1241334783 -o /tmp/evaluation-result-1773839-1241334783/solver-1773839-1241334783 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773839-1241334783.cnf HOME

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

MD5SUM BENCH= da0c445b72f13d929ab0690c3bfa81ed
RANDOM SEED=1343862317

node43.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.237
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.237
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:       1798088 kB
Buffers:         33612 kB
Cached:         145512 kB
SwapCached:        260 kB
Active:          70332 kB
Inactive:       121952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798088 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6172 kB
Writeback:           0 kB
Mapped:          21748 kB
Slab:            51612 kB
Committed_AS:   733876 kB
PageTables:       1444 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= 66344 MiB
End job on node43 at 2009-05-03 09:41:55