Trace number 1772809

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 933.666 934.058

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.131
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

0.00/0.00	c Parsing...
0.09/0.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.09/1.12	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.09/1.12	c ==============================================================================
1.09/1.12	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.09/1.12	c CPU time:   1.06484 s
1.09/1.12	c ==============================================================================
1.19/1.29	c Rsat version 3.02
1.28/1.39	c Base unit clause learned: 0
933.50/934.00	c CNF stats: (18800 vars, 114078 clauses)
933.50/934.00	c Decisions: 9815160
933.50/934.00	c Conflicts: 1354975
933.50/934.00	c Restarts: 30
933.50/934.00	c Avg lpc: 49.57
933.50/934.00	c Max decision level: 2831
933.50/934.00	c KB reduction: 30 (1241380 clauses removed)
933.50/934.00	c Final decision lit size:18800 (100.00 %)
933.50/934.00	c Final stack/save sizes: 752(4.00 %)/1504(8.00 %)
933.50/934.00	c Final cdc size: 3008 (16.00 %)
933.50/934.00	c ***********************************************
933.50/934.00	c Conflicts with bac: 39051/1354975 (2.88 %)
933.50/934.00	c Avg bac size: 25.51
933.50/934.00	c Avg bac bt depth: 22.91 vs 6.69 (normal)
933.60/934.04	c Running time: 932.15929 seconds
933.60/934.04	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-1772809-1241328810/watcher-1772809-1241328810 -o /tmp/evaluation-result-1772809-1241328810/solver-1772809-1241328810 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772809-1241328810.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.92 0.98 0.99 2/64 1173
/proc/meminfo: memFree=1695352/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=0
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160914645 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 239 199 169 0 50 0
[pid=1174] ppid=1173 vsize=1464 CPUtime=0
/proc/1174/stat : 1174 (SatElite) R 1173 1173 1136 0 -1 4194304 230 0 0 0 0 0 0 0 20 0 1 0 160914645 1499136 213 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 1 0 0
/proc/1174/statm: 366 216 62 186 0 176 0

[startup+0.0388329 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 1173
/proc/meminfo: memFree=1695352/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=0
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160914645 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 239 199 169 0 50 0
[pid=1174] ppid=1173 vsize=11956 CPUtime=0.02
/proc/1174/stat : 1174 (SatElite) R 1173 1173 1136 0 -1 4194304 2060 0 0 0 2 0 0 0 20 0 1 0 160914645 12242944 2013 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/1174/statm: 2989 2014 65 186 0 2799 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17312

[startup+0.101845 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 1173
/proc/meminfo: memFree=1695352/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=0
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160914645 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 239 199 169 0 50 0
[pid=1174] ppid=1173 vsize=22232 CPUtime=0.09
/proc/1174/stat : 1174 (SatElite) R 1173 1173 1136 0 -1 4194304 4635 0 0 0 7 2 0 0 20 0 1 0 160914645 22765568 4588 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/1174/statm: 5558 4589 65 186 0 5368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27588

[startup+0.301887 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 1173
/proc/meminfo: memFree=1695352/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=0
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160914645 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 239 199 169 0 50 0
[pid=1174] ppid=1173 vsize=32732 CPUtime=0.28
/proc/1174/stat : 1174 (SatElite) R 1173 1173 1136 0 -1 4194304 7168 0 0 0 24 4 0 0 21 0 1 0 160914645 33517568 6794 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/1174/statm: 8183 6794 91 186 0 7993 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 38088

[startup+0.701973 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 1173
/proc/meminfo: memFree=1695352/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=0
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160914645 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 239 199 169 0 50 0
[pid=1174] ppid=1173 vsize=36812 CPUtime=0.69
/proc/1174/stat : 1174 (SatElite) R 1173 1173 1136 0 -1 4194304 7981 0 0 0 64 5 0 0 25 0 1 0 160914645 37695488 7607 1992294400 4194304 4959918 548682068688 18446744073709551615 4269376 0 0 4096 3 0 0 0 17 1 0 0
/proc/1174/statm: 9203 7607 91 186 0 9013 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42168

[startup+1.50116 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 1175
/proc/meminfo: memFree=1664488/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 5356

[startup+3.10149 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 1176
/proc/meminfo: memFree=1679272/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=14484 CPUtime=1.8
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 3257 0 0 0 178 2 0 0 25 0 1 0 160914774 14831616 3091 1992294400 4194304 5460562 548682068800 18446744073709551615 4198061 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 3621 3091 116 309 0 3308 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19840

[startup+6.30117 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 1176
/proc/meminfo: memFree=1676520/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=17056 CPUtime=4.99
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 3901 0 0 0 497 2 0 0 25 0 1 0 160914774 17465344 3730 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 4264 3730 118 309 0 3951 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22412

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 1176
/proc/meminfo: memFree=1672808/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=21092 CPUtime=11.39
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 4977 0 0 0 1136 3 0 0 25 0 1 0 160914774 21598208 4730 1992294400 4194304 5460562 548682068800 18446744073709551615 4204948 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 5273 4730 118 309 0 4960 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26448

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 1176
/proc/meminfo: memFree=1668968/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=24568 CPUtime=24.18
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 6410 0 0 0 2414 4 0 0 25 0 1 0 160914774 25157632 5513 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 6142 5513 118 309 0 5829 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29924

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 1176
/proc/meminfo: memFree=1667304/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=26144 CPUtime=49.76
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 7786 0 0 0 4972 4 0 0 25 0 1 0 160914774 26771456 5929 1992294400 4194304 5460562 548682068800 18446744073709551615 4226103 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 6536 5929 118 309 0 6223 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 31500

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 1176
/proc/meminfo: memFree=1664552/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=28760 CPUtime=100.95
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 10400 0 0 0 10089 6 0 0 25 0 1 0 160914774 29450240 6617 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 7190 6617 118 309 0 6877 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 34116

[startup+162.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 1176
/proc/meminfo: memFree=1662056/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=31180 CPUtime=160.92
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 12958 0 0 0 16085 7 0 0 25 0 1 0 160914774 31928320 7252 1992294400 4194304 5460562 548682068800 18446744073709551615 4226267 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 7795 7252 118 309 0 7482 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 36536

[startup+222.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 1176
/proc/meminfo: memFree=1661096/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=31928 CPUtime=220.9
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 14622 0 0 0 22082 8 0 0 25 0 1 0 160914774 32694272 7473 1992294400 4194304 5460562 548682068800 18446744073709551615 4210596 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 7982 7473 118 309 0 7669 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 37284

[startup+282.301 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 1176
/proc/meminfo: memFree=1660136/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=33968 CPUtime=280.87
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 17153 0 0 0 28078 9 0 0 25 0 1 0 160914774 34783232 7726 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 8492 7726 118 309 0 8179 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 39324

[startup+342.302 s]
/proc/loadavg: 1.05 1.04 1.00 2/66 1176
/proc/meminfo: memFree=1658728/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=35296 CPUtime=340.85
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 19472 0 0 0 34075 10 0 0 25 0 1 0 160914774 36143104 8060 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 8824 8060 118 309 0 8511 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 40652

[startup+402.301 s]

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


[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1651624/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=41784 CPUtime=640.73
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 29173 0 0 0 64057 16 0 0 25 0 1 0 160914774 42786816 9823 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 10446 9823 118 309 0 10133 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 47140

[startup+702.301 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 1178
/proc/meminfo: memFree=1650024/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=43596 CPUtime=700.71
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 30556 0 0 0 70053 18 0 0 25 0 1 0 160914774 44642304 10213 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 10899 10213 118 309 0 10586 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 48952

[startup+762.305 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 1178
/proc/meminfo: memFree=1649640/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=43708 CPUtime=760.68
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 31641 0 0 0 76050 18 0 0 25 0 1 0 160914774 44756992 10306 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 10927 10306 118 309 0 10614 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 49064

[startup+822.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1649256/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=43964 CPUtime=820.66
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 32724 0 0 0 82047 19 0 0 25 0 1 0 160914774 45019136 10397 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 10991 10397 118 309 0 10678 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 49320

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=880.63
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33806 0 0 0 88044 19 0 0 25 0 1 0 160914774 45543424 10487 1992294400 4194304 5460562 548682068800 18446744073709551615 4198222 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10487 118 309 0 10806 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 49832

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

[startup+895.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=894.23
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33806 0 0 0 89403 20 0 0 25 0 1 0 160914774 45543424 10487 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10487 118 309 0 10806 0
Current children cumulated CPU time (s) 895.51
Current children cumulated vsize (KiB) 49832

[startup+908.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=907.03
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33806 0 0 0 90683 20 0 0 25 0 1 0 160914774 45543424 10487 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10487 118 309 0 10806 0
Current children cumulated CPU time (s) 908.31
Current children cumulated vsize (KiB) 49832

[startup+921.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=919.82
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33827 0 0 0 91962 20 0 0 25 0 1 0 160914774 45543424 10508 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10508 118 309 0 10806 0
Current children cumulated CPU time (s) 921.1
Current children cumulated vsize (KiB) 49832

[startup+927.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=926.22
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33827 0 0 0 92602 20 0 0 25 0 1 0 160914774 45543424 10508 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10508 118 309 0 10806 0
Current children cumulated CPU time (s) 927.5
Current children cumulated vsize (KiB) 49832

[startup+931.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=929.42
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33827 0 0 0 92922 20 0 0 25 0 1 0 160914774 45543424 10508 1992294400 4194304 5460562 548682068800 18446744073709551615 4795365 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10508 118 309 0 10806 0
Current children cumulated CPU time (s) 930.7
Current children cumulated vsize (KiB) 49832

[startup+932.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=931.02
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33827 0 0 0 93082 20 0 0 25 0 1 0 160914774 45543424 10508 1992294400 4194304 5460562 548682068800 18446744073709551615 4227792 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10508 118 309 0 10806 0
Current children cumulated CPU time (s) 932.3
Current children cumulated vsize (KiB) 49832

[startup+933.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=931.82
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33827 0 0 0 93162 20 0 0 25 0 1 0 160914774 45543424 10508 1992294400 4194304 5460562 548682068800 18446744073709551615 4200114 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10508 118 309 0 10806 0
Current children cumulated CPU time (s) 933.1
Current children cumulated vsize (KiB) 49832

[startup+933.905 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=932.22
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33827 0 0 0 93202 20 0 0 25 0 1 0 160914774 45543424 10508 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10508 118 309 0 10806 0
Current children cumulated CPU time (s) 933.5
Current children cumulated vsize (KiB) 49832

[startup+934.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1178
/proc/meminfo: memFree=1648872/2055920 swapFree=4178716/4192956
[pid=1173] ppid=1171 vsize=5356 CPUtime=1.28
/proc/1173/stat : 1173 (rsat.sh) S 1171 1173 1136 0 -1 4194304 312 8477 0 0 0 0 121 7 16 0 1 0 160914645 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1173/statm: 1339 241 199 169 0 50 0
[pid=1176] ppid=1173 vsize=44476 CPUtime=932.32
/proc/1176/stat : 1176 (rsat) R 1173 1173 1136 0 -1 4194304 33828 0 0 0 93212 20 0 0 25 0 1 0 160914774 45543424 10508 1992294400 4194304 5460562 548682068800 18446744073709551615 4868192 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1176/statm: 11119 10508 118 309 0 10806 0
Current children cumulated CPU time (s) 933.6
Current children cumulated vsize (KiB) 49832

Child status: 20
Real time (s): 934.058
CPU time (s): 933.666
CPU user time (s): 933.375
CPU system time (s): 0.290955
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 53928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 933.375
system time used= 0.290955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42775
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= 40
involuntary context switches= 2217

runsolver used 0.98285 second user time and 2.35264 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-03 07:33:30
IDJOB=1772809
IDBENCH=20390
IDSOLVER=615
FILE ID=node10/1772809-1241328810
PBS_JOBID= 9225397
Free space on /tmp= 66552 MiB

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

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=1084873043

node10.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.263
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	: 5931.00
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.263
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:       1695768 kB
Buffers:         47140 kB
Cached:         229348 kB
SwapCached:       8092 kB
Active:          70720 kB
Inactive:       215536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695768 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            8708 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            59976 kB
Committed_AS:   699824 kB
PageTables:       1372 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= 66548 MiB
End job on node10 at 2009-05-03 07:49:04