Trace number 1774899

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 2661.82 2663.01

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1694.48
Satisfiable
(Un)Satisfiability was proved
Number of variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.14	c ==============================================================================
1.09/1.14	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.14	c ==============================================================================
1.09/1.14	c |         0 |  994873  2381294 |  298461       0        0     nan |  0.000 % |
6.18/6.28	c |         0 |  654137  1815422 |      --       0       --      -- |     --   | -89707/7915
6.18/6.28	c ==============================================================================
6.18/6.28	c Result  :   #vars: 101800   #clauses: 654137   #literals: 1815422
6.18/6.28	c CPU time:   6.00009 s
6.18/6.28	c ==============================================================================
6.98/7.03	c Rsat version 3.02
7.02/7.59	c Base unit clause learned: 0
2661.60/2662.80	c CNF stats: (101800 vars, 654137 clauses)
2661.60/2662.80	c Decisions: 3092771
2661.60/2662.80	c Conflicts: 462070
2661.60/2662.80	c Restarts: 252
2661.60/2662.80	c Avg lpc: 208.15
2661.60/2662.80	c Max decision level: 1014
2661.60/2662.80	c KB reduction: 1 (194877 clauses removed)
2661.60/2662.80	c Final decision lit size:32 (0.03 %)
2661.60/2662.80	c Final stack/save sizes: 2036(2.00 %)/8144(8.00 %)
2661.60/2662.80	c Final cdc size: 4072 (4.00 %)
2661.60/2662.80	c ***********************************************
2661.60/2662.80	c Conflicts with bac: 24627/462070 (5.33 %)
2661.60/2662.80	c Avg bac size: 110.30
2661.60/2662.80	c Avg bac bt depth: 32.71 vs 5.13 (normal)
2661.70/2662.97	c Running time: 2654.15751 seconds
2661.70/2662.98	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-1774899-1241339629/watcher-1774899-1241339629 -o /tmp/evaluation-result-1774899-1241339629/solver-1774899-1241339629 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774899-1241339629.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.99 0.97 0.99 3/65 31993
/proc/meminfo: memFree=647296/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=0
/proc/31993/stat : 31993 (rsat.sh) R 31991 31993 31918 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161995709 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31993/statm: 1339 238 198 169 0 50 0
[pid=31994] ppid=31993 vsize=2168 CPUtime=0
/proc/31994/stat : 31994 (SatElite) R 31993 31993 31918 0 -1 4194304 328 0 0 0 0 0 0 0 18 0 1 0 161995709 2220032 311 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/31994/statm: 542 316 65 186 0 352 0

[startup+0.0983879 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 31993
/proc/meminfo: memFree=647296/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=0
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161995709 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31993/statm: 1339 239 199 169 0 50 0
[pid=31994] ppid=31993 vsize=39768 CPUtime=0.09
/proc/31994/stat : 31994 (SatElite) R 31993 31993 31918 0 -1 4194304 7161 0 0 0 5 4 0 0 19 0 1 0 161995709 40722432 7112 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/31994/statm: 9942 7114 64 186 0 9752 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45124

[startup+0.101386 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 31993
/proc/meminfo: memFree=647296/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=0
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161995709 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31993/statm: 1339 239 199 169 0 50 0
[pid=31994] ppid=31993 vsize=40296 CPUtime=0.09
/proc/31994/stat : 31994 (SatElite) R 31993 31993 31918 0 -1 4194304 7333 0 0 0 5 4 0 0 19 0 1 0 161995709 41263104 7284 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/31994/statm: 10074 7287 64 186 0 9884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45652

[startup+0.301409 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 31993
/proc/meminfo: memFree=647296/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=0
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161995709 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31993/statm: 1339 239 199 169 0 50 0
[pid=31994] ppid=31993 vsize=75972 CPUtime=0.29
/proc/31994/stat : 31994 (SatElite) R 31993 31993 31918 0 -1 4194304 15933 0 0 0 20 9 0 0 21 0 1 0 161995709 77795328 15884 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/31994/statm: 18993 15886 64 186 0 18803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81328

[startup+0.701455 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 31993
/proc/meminfo: memFree=647296/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=0
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161995709 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31993/statm: 1339 239 199 169 0 50 0
[pid=31994] ppid=31993 vsize=119320 CPUtime=0.69
/proc/31994/stat : 31994 (SatElite) R 31993 31993 31918 0 -1 4194304 26799 0 0 0 54 15 0 0 25 0 1 0 161995709 122183680 26750 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/31994/statm: 29830 26752 65 186 0 29640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 124676

[startup+1.50155 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31995
/proc/meminfo: memFree=494192/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=0
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161995709 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31993/statm: 1339 239 199 169 0 50 0
[pid=31994] ppid=31993 vsize=168520 CPUtime=1.49
/proc/31994/stat : 31994 (SatElite) R 31993 31993 31918 0 -1 4194304 39614 0 0 0 129 20 0 0 25 0 1 0 161995709 172564480 39565 1992294400 4194304 4959918 548682068688 18446744073709551615 4240893 0 0 4096 3 0 0 0 17 0 0 0
/proc/31994/statm: 42130 39565 86 186 0 41940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 173876

[startup+3.10173 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31995
/proc/meminfo: memFree=475056/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=0
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161995709 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31993/statm: 1339 239 199 169 0 50 0
[pid=31994] ppid=31993 vsize=186232 CPUtime=3.09
/proc/31994/stat : 31994 (SatElite) R 31993 31993 31918 0 -1 4194304 45815 0 0 0 284 25 0 0 25 0 1 0 161995709 190701568 43685 1992294400 4194304 4959918 548682068688 18446744073709551615 4270128 0 0 4096 3 0 0 0 17 0 0 0
/proc/31994/statm: 46558 43685 92 186 0 46368 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191588

[startup+6.3021 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31995
/proc/meminfo: memFree=455024/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=0
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161995709 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31993/statm: 1339 239 199 169 0 50 0
[pid=31994] ppid=31993 vsize=187560 CPUtime=6.29
/proc/31994/stat : 31994 (SatElite) R 31993 31993 31918 0 -1 4194304 50268 0 0 0 601 28 0 0 25 0 1 0 161995709 192061440 44127 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/31994/statm: 46890 44127 92 186 0 46700 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192916

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31996
/proc/meminfo: memFree=570288/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=60824 CPUtime=5.66
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 15387 0 0 0 559 7 0 0 25 0 1 0 161996412 62283776 14443 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 15206 14443 116 309 0 14893 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66180

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31996
/proc/meminfo: memFree=569072/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=62196 CPUtime=18.44
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 15736 0 0 0 1837 7 0 0 25 0 1 0 161996412 63688704 14785 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 15549 14785 116 309 0 15236 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 67552

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31996
/proc/meminfo: memFree=565040/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=66376 CPUtime=44.03
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 16792 0 0 0 4395 8 0 0 25 0 1 0 161996412 67969024 15818 1992294400 4194304 5460562 548682068800 18446744073709551615 4198231 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 16594 15818 118 309 0 16281 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 71732

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31996
/proc/meminfo: memFree=551856/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=79528 CPUtime=95.21
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 20161 0 0 0 9510 11 0 0 25 0 1 0 161996412 81436672 19095 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 19882 19095 118 309 0 19569 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 84884

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31996
/proc/meminfo: memFree=537776/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=94048 CPUtime=155.18
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 23863 0 0 0 15504 14 0 0 25 0 1 0 161996412 96305152 22650 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 23512 22650 118 309 0 23199 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 99404

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31996
/proc/meminfo: memFree=524720/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=106744 CPUtime=215.16
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 27097 0 0 0 21499 17 0 0 25 0 1 0 161996412 109305856 25868 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 26686 25868 118 309 0 26373 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 112100

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31996
/proc/meminfo: memFree=510384/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=121916 CPUtime=275.13
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 30948 0 0 0 27492 21 0 0 25 0 1 0 161996412 124841984 29461 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 30479 29461 118 309 0 30166 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 127272

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31996
/proc/meminfo: memFree=495920/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=136220 CPUtime=335.11
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 34564 0 0 0 33487 24 0 0 25 0 1 0 161996412 139489280 33076 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 34055 33076 118 309 0 33742 0
Current children cumulated CPU time (s) 342.13

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


[startup+2382.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2374.19
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 237362 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2381.21
Current children cumulated vsize (KiB) 301276

[startup+2442.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2434.17
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 243360 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2441.19
Current children cumulated vsize (KiB) 301276

[startup+2502.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2494.15
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 249358 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2501.17
Current children cumulated vsize (KiB) 301276

[startup+2562.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2554.12
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 255355 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2561.14
Current children cumulated vsize (KiB) 301276

[startup+2622.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2614.1
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 261353 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2621.12
Current children cumulated vsize (KiB) 301276

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

[startup+2636.71 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2628.49
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 262792 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2635.51
Current children cumulated vsize (KiB) 301276

[startup+2649.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2641.29
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 264072 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4226340 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2648.31
Current children cumulated vsize (KiB) 301276

[startup+2655.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2647.68
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 264711 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2654.7
Current children cumulated vsize (KiB) 301276

[startup+2659.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2650.88
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 265031 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2657.9
Current children cumulated vsize (KiB) 301276

[startup+2660.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2652.48
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 265191 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2659.5
Current children cumulated vsize (KiB) 301276

[startup+2662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2654.08
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 265351 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4211562 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2661.1
Current children cumulated vsize (KiB) 301276

[startup+2662.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=295920 CPUtime=2654.48
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77384 0 0 0 265391 57 0 0 25 0 1 0 161996412 303022080 73094 1992294400 4194304 5460562 548682068800 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 73980 73094 118 309 0 73667 0
Current children cumulated CPU time (s) 2661.5
Current children cumulated vsize (KiB) 301276

[startup+2662.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32004
/proc/meminfo: memFree=335216/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5356 CPUtime=7.02
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 312 50271 0 0 0 0 668 34 16 0 1 0 161995709 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1339 241 199 169 0 50 0
[pid=31996] ppid=31993 vsize=288756 CPUtime=2654.68
/proc/31996/stat : 31996 (rsat) R 31993 31993 31918 0 -1 4194304 77385 0 0 0 265411 57 0 0 25 0 1 0 161996412 295686144 71356 1992294400 4194304 5460562 548682068800 18446744073709551615 4793473 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31996/statm: 72189 71356 118 309 0 71876 0
Current children cumulated CPU time (s) 2661.7
Current children cumulated vsize (KiB) 294112

[startup+2663 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 32005
/proc/meminfo: memFree=642032/2055920 swapFree=4186136/4192956
[pid=31993] ppid=31991 vsize=5360 CPUtime=2661.79
/proc/31993/stat : 31993 (rsat.sh) S 31991 31993 31918 0 -1 4194304 340 127659 0 0 0 0 266083 96 19 0 1 0 161995709 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31993/statm: 1340 244 200 169 0 51 0
[pid=32005] ppid=31993 vsize=2536 CPUtime=0.01
/proc/32005/stat : 32005 (rm) R 31993 31993 31918 0 -1 4194304 115 0 0 0 0 1 0 0 18 0 1 0 162262008 2596864 91 1992294400 4194304 4227748 548682068656 18446744073709551615 228774876201 0 0 4096 0 0 0 0 17 0 0 0
/proc/32005/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 2661.8
Current children cumulated vsize (KiB) 7896

Child status: 20
Real time (s): 2663.01
CPU time (s): 2661.82
CPU user time (s): 2660.84
CPU system time (s): 0.98285
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 309484

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

runsolver used 2.50462 second user time and 7.18891 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-03 10:33:50
IDJOB=1774899
IDBENCH=71047
IDSOLVER=615
FILE ID=node74/1774899-1241339629
PBS_JOBID= 9225446
Free space on /tmp= 103224 MiB

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

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=167107536

node74.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.233
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.233
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:        647712 kB
Buffers:         91632 kB
Cached:        1189848 kB
SwapCached:       3040 kB
Active:         378212 kB
Inactive:       915020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        647712 kB
SwapTotal:     4192956 kB
SwapFree:      4186136 kB
Dirty:           24272 kB
Writeback:           0 kB
Mapped:          19912 kB
Slab:           100748 kB
Committed_AS:   738416 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103220 MiB
End job on node74 at 2009-05-03 11:18:13