Trace number 1773629

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 7749.98 7753.53

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2353.77
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
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.39/0.47	c ==============================================================================
0.39/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.47	c ==============================================================================
0.39/0.47	c |         0 |  459963  1073247 |  137988       0        0     nan |  0.000 % |
14.03/14.15	c |         0 |  179278   803454 |      --       0       --      -- |     --   | -280663/-269740
14.03/14.15	c ==============================================================================
14.03/14.15	c Result  :   #vars: 13881   #clauses: 179278   #literals: 803454
14.03/14.15	c CPU time:   13.6699 s
14.03/14.15	c ==============================================================================
14.33/14.48	c Rsat version 3.02
14.41/14.63	c Base unit clause learned: 0
7749.73/7753.37	c CNF stats: (13881 vars, 179278 clauses)
7749.73/7753.37	c Decisions: 19386662
7749.73/7753.37	c Conflicts: 4040582
7749.73/7753.37	c Restarts: 1022
7749.73/7753.37	c Avg lpc: 442.25
7749.73/7753.37	c Max decision level: 1262
7749.73/7753.37	c KB reduction: 39 (3909005 clauses removed)
7749.73/7753.37	c Final decision lit size:13881 (100.00 %)
7749.73/7753.37	c Final stack/save sizes: 2208(15.91 %)/4416(31.81 %)
7749.73/7753.37	c Final cdc size: 4416 (31.81 %)
7749.73/7753.37	c ***********************************************
7749.73/7753.37	c Conflicts with bac: 139197/4040582 (3.44 %)
7749.73/7753.37	c Avg bac size: 302.74
7749.73/7753.37	c Avg bac bt depth: 23.46 vs 4.01 (normal)
7749.83/7753.48	c Running time: 7734.48018 seconds
7749.83/7753.49	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-1773629-1241334365/watcher-1773629-1241334365 -o /tmp/evaluation-result-1773629-1241334365/solver-1773629-1241334365 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773629-1241334365.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.02 1.01 1.00 3/65 29363
/proc/meminfo: memFree=1390576/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) R 29361 29363 29076 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29363/statm: 1339 238 198 169 0 50 0
[pid=29364] ppid=29363 vsize=1460 CPUtime=0
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 220 0 0 0 0 0 0 0 18 0 1 0 161466246 1495040 203 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 365 203 64 186 0 175 0

[startup+0.008759 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 29363
/proc/meminfo: memFree=1390576/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 239 199 169 0 50 0
[pid=29364] ppid=29363 vsize=2556 CPUtime=0
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 161466246 2617344 459 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 639 462 64 186 0 449 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7912

[startup+0.102768 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 29363
/proc/meminfo: memFree=1390576/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 239 199 169 0 50 0
[pid=29364] ppid=29363 vsize=28172 CPUtime=0.09
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 6316 0 0 0 6 3 0 0 20 0 1 0 161466246 28848128 6299 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 7043 6301 64 186 0 6853 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33528

[startup+0.301791 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 29363
/proc/meminfo: memFree=1390576/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 239 199 169 0 50 0
[pid=29364] ppid=29363 vsize=73388 CPUtime=0.29
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 17661 0 0 0 20 9 0 0 21 0 1 0 161466246 75149312 17644 1992294400 4194304 4959918 548682068688 18446744073709551615 4237497 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 18347 17650 64 186 0 18157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78744

[startup+0.702835 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 29363
/proc/meminfo: memFree=1390576/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 239 199 169 0 50 0
[pid=29364] ppid=29363 vsize=123000 CPUtime=0.69
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 28320 0 0 0 54 15 0 0 25 0 1 0 161466246 125952000 27026 1992294400 4194304 4959918 548682068688 18446744073709551615 4253236 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 30750 27026 92 186 0 30560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128356

[startup+1.50293 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 29365
/proc/meminfo: memFree=1279328/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 239 199 169 0 50 0
[pid=29364] ppid=29363 vsize=123788 CPUtime=1.49
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 28509 0 0 0 132 17 0 0 25 0 1 0 161466246 126758912 27215 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 30947 27215 92 186 0 30757 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129144

[startup+3.10112 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 29365
/proc/meminfo: memFree=1270944/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 239 199 169 0 50 0
[pid=29364] ppid=29363 vsize=128004 CPUtime=3.08
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 29543 0 0 0 287 21 0 0 25 0 1 0 161466246 131076096 28249 1992294400 4194304 4959918 548682068688 18446744073709551615 4254447 0 0 4096 3 0 0 0 17 1 0 0
/proc/29364/statm: 32001 28249 92 186 0 31811 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 133360

[startup+6.30148 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 29365
/proc/meminfo: memFree=1247848/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 239 199 169 0 50 0
[pid=29364] ppid=29363 vsize=135344 CPUtime=6.27
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 31262 0 0 0 597 30 0 0 25 0 1 0 161466246 138592256 29968 1992294400 4194304 4959918 548682068688 18446744073709551615 4270118 0 0 4096 3 0 0 0 17 1 0 0
/proc/29364/statm: 33836 29968 92 186 0 33646 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 140700

[startup+12.7012 s]
/proc/loadavg: 1.08 1.02 1.00 2/67 29365
/proc/meminfo: memFree=1211176/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=0
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161466246 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 239 199 169 0 50 0
[pid=29364] ppid=29363 vsize=148040 CPUtime=12.64
/proc/29364/stat : 29364 (SatElite) R 29363 29363 29076 0 -1 4194304 34148 0 0 0 1223 41 0 0 25 0 1 0 161466246 151592960 32854 1992294400 4194304 4959918 548682068688 18446744073709551615 4270128 0 0 4096 3 0 0 0 17 1 0 0
/proc/29364/statm: 37010 32854 92 186 0 36820 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 153396

[startup+25.5016 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 29366
/proc/meminfo: memFree=1306152/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=30680 CPUtime=11
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 7261 0 0 0 1097 3 0 0 25 0 1 0 161467694 31416320 7153 1992294400 4194304 5460562 548682068800 18446744073709551615 4227551 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 7670 7153 118 309 0 7357 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 36036

[startup+51.1025 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 29366
/proc/meminfo: memFree=1282344/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=53336 CPUtime=36.57
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 13033 0 0 0 3649 8 0 0 25 0 1 0 161467694 54616064 12702 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29366/statm: 13334 12702 118 309 0 13021 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 58692

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 29366
/proc/meminfo: memFree=1236328/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=100084 CPUtime=87.75
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 25326 0 0 0 8758 17 0 0 25 0 1 0 161467694 102486016 24476 1992294400 4194304 5460562 548682068800 18446744073709551615 4201918 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 25021 24476 118 309 0 24708 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 105440

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 29366
/proc/meminfo: memFree=1185384/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=150596 CPUtime=147.72
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 38480 0 0 0 14747 25 0 0 25 0 1 0 161467694 154210304 37147 1992294400 4194304 5460562 548682068800 18446744073709551615 4227588 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 37649 37147 118 309 0 37336 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 155952

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29366
/proc/meminfo: memFree=1185448/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=150596 CPUtime=207.69
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 38494 0 0 0 20744 25 0 0 25 0 1 0 161467694 154210304 37161 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 37649 37161 118 309 0 37336 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 155952

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29366
/proc/meminfo: memFree=1185448/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=150596 CPUtime=267.66
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 38974 0 0 0 26741 25 0 0 25 0 1 0 161467694 154210304 37161 1992294400 4194304 5460562 548682068800 18446744073709551615 4201897 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 37649 37161 118 309 0 37336 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 155952

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29366
/proc/meminfo: memFree=1181096/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=155920 CPUtime=327.63
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 41334 0 0 0 32736 27 0 0 25 0 1 0 161467694 159662080 38235 1992294400 4194304 5460562 548682068800 18446744073709551615 4201606 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 38980 38235 118 309 0 38667 0
Current children cumulated CPU time (s) 342.04

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

/proc/29366/statm: 98163 97617 118 309 0 97850 0
Current children cumulated CPU time (s) 7298.91
Current children cumulated vsize (KiB) 398008

[startup+7362.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940840/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=392652 CPUtime=7344.49
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 147577 0 0 0 734356 93 0 0 25 0 1 0 161467694 402075648 97629 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 98163 97629 118 309 0 97850 0
Current children cumulated CPU time (s) 7358.9
Current children cumulated vsize (KiB) 398008

[startup+7422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940712/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=392652 CPUtime=7404.47
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 149615 0 0 0 740352 95 0 0 25 0 1 0 161467694 402075648 97651 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 98163 97651 118 309 0 97850 0
Current children cumulated CPU time (s) 7418.88
Current children cumulated vsize (KiB) 398008

[startup+7482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940648/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=392652 CPUtime=7464.44
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 149615 0 0 0 746349 95 0 0 25 0 1 0 161467694 402075648 97651 1992294400 4194304 5460562 548682068800 18446744073709551615 4802875 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 98163 97651 118 309 0 97850 0
Current children cumulated CPU time (s) 7478.85
Current children cumulated vsize (KiB) 398008

[startup+7542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940648/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=392652 CPUtime=7524.41
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 149615 0 0 0 752346 95 0 0 25 0 1 0 161467694 402075648 97651 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 98163 97651 118 309 0 97850 0
Current children cumulated CPU time (s) 7538.82
Current children cumulated vsize (KiB) 398008

[startup+7602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940648/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=392652 CPUtime=7584.39
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 149615 0 0 0 758344 95 0 0 25 0 1 0 161467694 402075648 97651 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 98163 97651 118 309 0 97850 0
Current children cumulated CPU time (s) 7598.8
Current children cumulated vsize (KiB) 398008

[startup+7662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940712/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=392652 CPUtime=7644.36
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 149615 0 0 0 764341 95 0 0 25 0 1 0 161467694 402075648 97651 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 98163 97651 118 309 0 97850 0
Current children cumulated CPU time (s) 7658.77
Current children cumulated vsize (KiB) 398008

[startup+7722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940520/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=396748 CPUtime=7704.33
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 150675 0 0 0 770338 95 0 0 25 0 1 0 161467694 406269952 97685 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 99187 97685 118 309 0 98874 0
Current children cumulated CPU time (s) 7718.74
Current children cumulated vsize (KiB) 402104

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

[startup+7731.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940456/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=396748 CPUtime=7713.13
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 154783 0 0 0 771216 97 0 0 25 0 1 0 161467694 406269952 97693 1992294400 4194304 5460562 548682068800 18446744073709551615 4816256 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 99187 97693 118 309 0 98874 0
Current children cumulated CPU time (s) 7727.54
Current children cumulated vsize (KiB) 402104

[startup+7743.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940456/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=396748 CPUtime=7725.92
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 154783 0 0 0 772495 97 0 0 25 0 1 0 161467694 406269952 97693 1992294400 4194304 5460562 548682068800 18446744073709551615 4199970 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 99187 97693 118 309 0 98874 0
Current children cumulated CPU time (s) 7740.33
Current children cumulated vsize (KiB) 402104

[startup+7750.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940456/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=396748 CPUtime=7732.32
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 154783 0 0 0 773135 97 0 0 25 0 1 0 161467694 406269952 97693 1992294400 4194304 5460562 548682068800 18446744073709551615 4201894 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 99187 97693 118 309 0 98874 0
Current children cumulated CPU time (s) 7746.73
Current children cumulated vsize (KiB) 402104

[startup+7751.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940456/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=396748 CPUtime=7733.92
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 154783 0 0 0 773295 97 0 0 25 0 1 0 161467694 406269952 97693 1992294400 4194304 5460562 548682068800 18446744073709551615 4197999 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 99187 97693 118 309 0 98874 0
Current children cumulated CPU time (s) 7748.33
Current children cumulated vsize (KiB) 402104

[startup+7752.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940456/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=396748 CPUtime=7734.72
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 154783 0 0 0 773375 97 0 0 25 0 1 0 161467694 406269952 97693 1992294400 4194304 5460562 548682068800 18446744073709551615 4226306 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 99187 97693 118 309 0 98874 0
Current children cumulated CPU time (s) 7749.13
Current children cumulated vsize (KiB) 402104

[startup+7753.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940456/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5356 CPUtime=14.41
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 312 36575 0 0 0 0 1395 46 16 0 1 0 161466246 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1339 241 199 169 0 50 0
[pid=29366] ppid=29363 vsize=396748 CPUtime=7735.12
/proc/29366/stat : 29366 (rsat) R 29363 29363 29076 0 -1 4194304 154783 0 0 0 773415 97 0 0 25 0 1 0 161467694 406269952 97693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29366/statm: 99187 97693 118 309 0 98874 0
Current children cumulated CPU time (s) 7749.53
Current children cumulated vsize (KiB) 402104

[startup+7753.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29382
/proc/meminfo: memFree=940456/2055920 swapFree=4192812/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=7749.93
/proc/29363/stat : 29363 (rsat.sh) S 29361 29363 29076 0 -1 4194304 340 191362 0 0 0 0 774843 150 19 0 1 0 161466246 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 7749.93
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 7753.53
CPU time (s): 7749.98
CPU user time (s): 7748.44
CPU system time (s): 1.53977
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 418504

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

runsolver used 7.74782 second user time and 20.4479 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-03 09:06:06
IDJOB=1773629
IDBENCH=70760
IDSOLVER=615
FILE ID=node85/1773629-1241334365
PBS_JOBID= 9225414
Free space on /tmp= 126684 MiB

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

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=1428632620

node85.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1391120 kB
Buffers:         36648 kB
Cached:         538632 kB
SwapCached:        136 kB
Active:         105092 kB
Inactive:       484220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13816 kB
Writeback:           0 kB
Mapped:          23596 kB
Slab:            61436 kB
Committed_AS:   681420 kB
PageTables:       1456 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= 126676 MiB
End job on node85 at 2009-05-03 11:15:19