Trace number 1772839

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 2439.3 2440.2

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1110.79
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

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 |   16192    42927 |    4857       0        0     nan |  0.000 % |
0.02/0.09	c |         0 |   12797    40460 |      --       0       --      -- |     --   | -3395/-2467
0.02/0.09	c ==============================================================================
0.02/0.09	c Result  :   #vars: 2513   #clauses: 12797   #literals: 40460
0.02/0.09	c CPU time:   0.090986 s
0.02/0.09	c ==============================================================================
0.09/0.11	c Rsat version 3.02
0.09/0.12	c Base unit clause learned: 0
2439.18/2440.18	c CNF stats: (2513 vars, 12797 clauses)
2439.18/2440.18	c Decisions: 3830035
2439.18/2440.18	c Conflicts: 2470077
2439.18/2440.18	c Restarts: 14
2439.18/2440.18	c Avg lpc: 63.24
2439.18/2440.18	c Max decision level: 127
2439.18/2440.18	c KB reduction: 92 (2363958 clauses removed)
2439.18/2440.18	c Final decision lit size:2513 (100.00 %)
2439.18/2440.18	c Final stack/save sizes: 200(7.96 %)/800(31.83 %)
2439.18/2440.18	c Final cdc size: 800 (31.83 %)
2439.18/2440.18	c ***********************************************
2439.18/2440.18	c Conflicts with bac: 40516/2470077 (1.64 %)
2439.18/2440.18	c Avg bac size: 17.05
2439.18/2440.18	c Avg bac bt depth: 7.84 vs 1.27 (normal)
2439.18/2440.18	c Running time: 2438.88223 seconds
2439.18/2440.19	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-1772839-1241329043/watcher-1772839-1241329043 -o /tmp/evaluation-result-1772839-1241329043/solver-1772839-1241329043 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772839-1241329043.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.91 0.95 0.98 3/64 30771
/proc/meminfo: memFree=1779440/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160937596 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 239 199 169 0 50 0
[pid=30772] ppid=30771 vsize=1464 CPUtime=0
/proc/30772/stat : 30772 (SatElite) R 30771 30771 30734 0 -1 4194304 242 0 0 0 0 0 0 0 20 0 1 0 160937597 1499136 225 1992294400 4194304 4959918 548682068688 18446744073709551615 4237248 0 0 4096 3 0 0 0 17 1 0 0
/proc/30772/statm: 414 227 62 186 0 224 0

[startup+0.0354121 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 30771
/proc/meminfo: memFree=1779440/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160937596 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 239 199 169 0 50 0
[pid=30772] ppid=30771 vsize=5260 CPUtime=0.02
/proc/30772/stat : 30772 (SatElite) R 30771 30771 30734 0 -1 4194304 1125 0 0 0 2 0 0 0 20 0 1 0 160937597 5386240 1108 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/30772/statm: 1315 1108 90 186 0 1125 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10616

[startup+0.101424 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 30771
/proc/meminfo: memFree=1779440/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160937596 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 239 199 169 0 50 0
[pid=30772] ppid=30771 vsize=5972 CPUtime=0.09
/proc/30772/stat : 30772 (SatElite) R 30771 30771 30734 0 -1 4194304 1286 0 0 0 9 0 0 0 20 0 1 0 160937597 6115328 1269 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/30772/statm: 1493 1269 93 186 0 1303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11328

[startup+0.301468 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 30771
/proc/meminfo: memFree=1779440/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5356

[startup+0.701549 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 30771
/proc/meminfo: memFree=1779440/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5356

[startup+1.5017 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 30774
/proc/meminfo: memFree=1775640/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=5360 CPUtime=1.37
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 914 0 0 0 137 0 0 0 25 0 1 0 160937608 5488640 863 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 1340 863 118 309 0 1027 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10716

[startup+3.10201 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 30774
/proc/meminfo: memFree=1775320/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=5620 CPUtime=2.97
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 1095 0 0 0 297 0 0 0 25 0 1 0 160937608 5754880 948 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 1405 948 118 309 0 1092 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10976

[startup+6.53473 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 30774
/proc/meminfo: memFree=1775128/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=5664 CPUtime=6.44
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 1236 0 0 0 644 0 0 0 25 0 1 0 160937608 5799936 960 1992294400 4194304 5460562 548682068800 18446744073709551615 4200320 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 1416 960 118 309 0 1103 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 11020

[startup+12.7019 s]
/proc/loadavg: 1.15 1.00 1.00 2/66 30774
/proc/meminfo: memFree=1774760/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=5932 CPUtime=12.57
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 1499 0 0 0 1256 1 0 0 25 0 1 0 160937608 6074368 1030 1992294400 4194304 5460562 548682068800 18446744073709551615 4201873 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 1483 1030 118 309 0 1170 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11288

[startup+25.5014 s]
/proc/loadavg: 1.13 1.00 1.00 2/66 30774
/proc/meminfo: memFree=1773800/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=7032 CPUtime=25.34
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 2470 0 0 0 2533 1 0 0 25 0 1 0 160937608 7200768 1293 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 1758 1293 118 309 0 1445 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 12388

[startup+51.1014 s]
/proc/loadavg: 1.08 1.00 1.00 2/66 30774
/proc/meminfo: memFree=1772264/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=8508 CPUtime=50.93
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 3712 0 0 0 5091 2 0 0 25 0 1 0 160937608 8712192 1671 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 2127 1671 118 309 0 1814 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 13864

[startup+102.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 30774
/proc/meminfo: memFree=1769448/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=11460 CPUtime=102.11
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 6333 0 0 0 10208 3 0 0 25 0 1 0 160937608 11735040 2367 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 2865 2367 118 309 0 2552 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 16816

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 30776
/proc/meminfo: memFree=1766952/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=13712 CPUtime=162.09
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 8490 0 0 0 16205 4 0 0 25 0 1 0 160937608 14041088 2956 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 3428 2956 118 309 0 3115 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19068

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30776
/proc/meminfo: memFree=1765416/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=15964 CPUtime=222.07
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 10254 0 0 0 22202 5 0 0 25 0 1 0 160937608 16347136 3402 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 3991 3402 118 309 0 3678 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 21320

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30776
/proc/meminfo: memFree=1763176/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=17816 CPUtime=282.04
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 12661 0 0 0 28198 6 0 0 25 0 1 0 160937608 18243584 3889 1992294400 4194304 5460562 548682068800 18446744073709551615 4200326 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 4454 3889 118 309 0 4141 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 23172

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30776
/proc/meminfo: memFree=1761576/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=19348 CPUtime=342.03
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 14509 0 0 0 34195 8 0 0 25 0 1 0 160937608 19812352 4297 1992294400 4194304 5460562 548682068800 18446744073709551615 4198087 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 4837 4297 118 309 0 4524 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 24704

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30776
/proc/meminfo: memFree=1760808/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1

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


[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1738280/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=44996 CPUtime=2141.38
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 46180 0 0 0 214113 25 0 0 25 0 1 0 160937608 46075904 10066 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11249 10066 118 309 0 10936 0
Current children cumulated CPU time (s) 2141.48
Current children cumulated vsize (KiB) 50352

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1737128/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=45428 CPUtime=2201.37
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 48436 0 0 0 220110 27 0 0 25 0 1 0 160937608 46518272 10306 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11357 10306 118 309 0 11044 0
Current children cumulated CPU time (s) 2201.47
Current children cumulated vsize (KiB) 50784

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1737128/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=45428 CPUtime=2261.35
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 48479 0 0 0 226108 27 0 0 25 0 1 0 160937608 46518272 10349 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11357 10349 118 309 0 11044 0
Current children cumulated CPU time (s) 2261.45
Current children cumulated vsize (KiB) 50784

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1736104/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46132 CPUtime=2321.32
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 50705 0 0 0 232104 28 0 0 25 0 1 0 160937608 47239168 10559 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11533 10559 118 309 0 11220 0
Current children cumulated CPU time (s) 2321.42
Current children cumulated vsize (KiB) 51488

[startup+2382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735912/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46132 CPUtime=2381.3
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 50773 0 0 0 238102 28 0 0 25 0 1 0 160937608 47239168 10627 1992294400 4194304 5460562 548682068800 18446744073709551615 4227838 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11533 10627 118 309 0 11220 0
Current children cumulated CPU time (s) 2381.4
Current children cumulated vsize (KiB) 51488

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

[startup+2407.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2406.79
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52810 0 0 0 240651 28 0 0 25 0 1 0 160937608 47235072 10648 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10648 118 309 0 11219 0
Current children cumulated CPU time (s) 2406.89
Current children cumulated vsize (KiB) 51484

[startup+2420.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2419.58
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52810 0 0 0 241930 28 0 0 25 0 1 0 160937608 47235072 10648 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10648 118 309 0 11219 0
Current children cumulated CPU time (s) 2419.68
Current children cumulated vsize (KiB) 51484

[startup+2433.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2432.38
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52810 0 0 0 243210 28 0 0 25 0 1 0 160937608 47235072 10648 1992294400 4194304 5460562 548682068800 18446744073709551615 4225217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10648 118 309 0 11219 0
Current children cumulated CPU time (s) 2432.48
Current children cumulated vsize (KiB) 51484

[startup+2436.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2435.58
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52810 0 0 0 243530 28 0 0 25 0 1 0 160937608 47235072 10648 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10648 118 309 0 11219 0
Current children cumulated CPU time (s) 2435.68
Current children cumulated vsize (KiB) 51484

[startup+2438.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2437.18
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52810 0 0 0 243690 28 0 0 25 0 1 0 160937608 47235072 10648 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10648 118 309 0 11219 0
Current children cumulated CPU time (s) 2437.28
Current children cumulated vsize (KiB) 51484

[startup+2439 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2437.98
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52810 0 0 0 243770 28 0 0 25 0 1 0 160937608 47235072 10648 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10648 118 309 0 11219 0
Current children cumulated CPU time (s) 2438.08
Current children cumulated vsize (KiB) 51484

[startup+2439.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2438.78
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52811 0 0 0 243850 28 0 0 25 0 1 0 160937608 47235072 10649 1992294400 4194304 5460562 548682068800 18446744073709551615 4227747 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10649 119 309 0 11219 0
Current children cumulated CPU time (s) 2438.88
Current children cumulated vsize (KiB) 51484

[startup+2440 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2438.98
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52811 0 0 0 243870 28 0 0 25 0 1 0 160937608 47235072 10649 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10649 119 309 0 11219 0
Current children cumulated CPU time (s) 2439.08
Current children cumulated vsize (KiB) 51484

[startup+2440.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30782
/proc/meminfo: memFree=1735656/2055920 swapFree=4180712/4192956
[pid=30771] ppid=30769 vsize=5356 CPUtime=0.1
/proc/30771/stat : 30771 (rsat.sh) S 30769 30771 30734 0 -1 4194304 312 1290 0 0 0 0 10 0 15 0 1 0 160937596 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30771/statm: 1339 241 199 169 0 50 0
[pid=30774] ppid=30771 vsize=46128 CPUtime=2439.08
/proc/30774/stat : 30774 (rsat) R 30771 30771 30734 0 -1 4194304 52811 0 0 0 243880 28 0 0 25 0 1 0 160937608 47235072 10649 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30774/statm: 11532 10649 119 309 0 11219 0
Current children cumulated CPU time (s) 2439.18
Current children cumulated vsize (KiB) 51484

Child status: 20
Real time (s): 2440.2
CPU time (s): 2439.3
CPU user time (s): 2438.99
CPU system time (s): 0.310952
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 59680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2438.99
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54572
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= 39
involuntary context switches= 5395

runsolver used 2.76458 second user time and 6.30904 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-03 07:37:23
IDJOB=1772839
IDBENCH=20400
IDSOLVER=615
FILE ID=node28/1772839-1241329043
PBS_JOBID= 9225400
Free space on /tmp= 66284 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772839-1241329043/watcher-1772839-1241329043 -o /tmp/evaluation-result-1772839-1241329043/solver-1772839-1241329043 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1772839-1241329043.cnf HOME

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

MD5SUM BENCH= 81ed5ec4a2e7c208a4184383f9e53838
RANDOM SEED=15528429

node28.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.261
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.261
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:       1779920 kB
Buffers:         45536 kB
Cached:         147964 kB
SwapCached:       5468 kB
Active:          65816 kB
Inactive:       136216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779920 kB
SwapTotal:     4192956 kB
SwapFree:      4180712 kB
Dirty:            6140 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            59724 kB
Committed_AS:   738044 kB
PageTables:       1420 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= 66280 MiB
End job on node28 at 2009-05-03 08:18:03