Trace number 1775329

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 431.913 432.12

General information on the benchmark

Namegoldb-heqc-term1mul.cnf
MD5SUMc356d60706abf7ddd80826e417c8de67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.8868
Satisfiable
(Un)Satisfiability was proved
Number of variables3504
Number of clauses22229
Sum of the clauses size75188
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25116
Number of clauses of size 310312
Number of clauses of size 40
Number of clauses of size 56800
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   22229    75188 |    6668       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   22219    75371 |      --       0       --      -- |     --   | -10/183
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 3491   #clauses: 22219   #literals: 75371
0.00/0.05	c CPU time:   0.046992 s
0.00/0.05	c ==============================================================================
0.05/0.07	c Rsat version 3.02
0.05/0.09	c Base unit clause learned: 0
431.78/432.10	c CNF stats: (3491 vars, 22219 clauses)
431.78/432.10	c Decisions: 2228794
431.78/432.10	c Conflicts: 1239226
431.78/432.10	c Restarts: 21
431.78/432.10	c Avg lpc: 24.76
431.78/432.10	c Max decision level: 142
431.78/432.10	c KB reduction: 69 (1165765 clauses removed)
431.78/432.10	c Final decision lit size:3491 (100.00 %)
431.78/432.10	c Final stack/save sizes: 136(3.90 %)/544(15.58 %)
431.78/432.10	c Final cdc size: 400 (11.46 %)
431.78/432.10	c ***********************************************
431.78/432.10	c Conflicts with bac: 43633/1239226 (3.52 %)
431.78/432.10	c Avg bac size: 14.66
431.78/432.10	c Avg bac bt depth: 6.43 vs 1.59 (normal)
431.88/432.11	c Running time: 431.68137 seconds
431.88/432.11	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-1775329-1241343050/watcher-1775329-1241343050 -o /tmp/evaluation-result-1775329-1241343050/solver-1775329-1241343050 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775329-1241343050.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.85 0.97 0.99 3/64 5323
/proc/meminfo: memFree=1807560/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0
/proc/5323/stat : 5323 (rsat.sh) R 5321 5323 5286 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162332734 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5323/statm: 1339 238 198 169 0 50 0
[pid=5324] ppid=5323 vsize=1420 CPUtime=0
/proc/5324/stat : 5324 (SatElite) R 5323 5323 5286 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 162332735 1454080 200 1992294400 4194304 4959918 548682068688 18446744073709551615 4438112 0 0 4096 3 0 0 0 17 0 0 0
/proc/5324/statm: 355 201 64 186 0 165 0

[startup+0.0584721 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5323
/proc/meminfo: memFree=1807560/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162332734 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5323/statm: 1339 239 199 169 0 50 0
[pid=5324] ppid=5323 vsize=4880 CPUtime=0.05
/proc/5324/stat : 5324 (SatElite) R 5323 5323 5286 0 -1 4194304 1074 0 0 0 5 0 0 0 19 0 1 0 162332735 4997120 1057 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/5324/statm: 1220 1057 92 186 0 1030 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10236

[startup+0.101483 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5323
/proc/meminfo: memFree=1807560/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301506 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5323
/proc/meminfo: memFree=1807560/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701543 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5323
/proc/meminfo: memFree=1807560/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.5016 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 5326
/proc/meminfo: memFree=1803576/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=5764 CPUtime=1.41
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 1076 0 0 0 141 0 0 0 25 0 1 0 162332742 5902336 989 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 1441 989 118 309 0 1128 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11120

[startup+3.10175 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 5326
/proc/meminfo: memFree=1802936/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=6084 CPUtime=3.01
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 1548 0 0 0 301 0 0 0 25 0 1 0 162332742 6230016 1041 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 1521 1041 118 309 0 1208 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11440

[startup+6.30105 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 5326
/proc/meminfo: memFree=1802104/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=6552 CPUtime=6.21
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 2543 0 0 0 620 1 0 0 25 0 1 0 162332742 6709248 1172 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 1638 1172 118 309 0 1325 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11908

[startup+12.7016 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 5326
/proc/meminfo: memFree=1801024/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=7972 CPUtime=12.6
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 4560 0 0 0 1259 1 0 0 25 0 1 0 162332742 8163328 1487 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 1993 1487 118 309 0 1680 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13328

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 5326
/proc/meminfo: memFree=1799680/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=9268 CPUtime=25.4
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 7160 0 0 0 2537 3 0 0 25 0 1 0 162332742 9490432 1847 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 2317 1847 118 309 0 2004 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14624

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 5326
/proc/meminfo: memFree=1797440/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=11872 CPUtime=50.99
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 11436 0 0 0 5094 5 0 0 25 0 1 0 162332742 12156928 2405 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 2968 2405 118 309 0 2655 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 17228

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 5326
/proc/meminfo: memFree=1794560/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=14452 CPUtime=102.17
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 15984 0 0 0 10211 6 0 0 25 0 1 0 162332742 14798848 3113 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 3613 3113 118 309 0 3300 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19808

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5326
/proc/meminfo: memFree=1792768/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=17060 CPUtime=162.14
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 19640 0 0 0 16207 7 0 0 25 0 1 0 162332742 17469440 3563 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 4265 3563 118 309 0 3952 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 22416

[startup+222.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 5326
/proc/meminfo: memFree=1790272/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=19456 CPUtime=222.12
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 24205 0 0 0 22203 9 0 0 25 0 1 0 162332742 19922944 4160 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 4864 4160 118 309 0 4551 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 24812

[startup+282.302 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1788736/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=21096 CPUtime=282.08
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 27569 0 0 0 28197 11 0 0 25 0 1 0 162332742 21602304 4548 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5274 4548 118 309 0 4961 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 26452

[startup+342.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1788416/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=20828 CPUtime=342.05
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 29618 0 0 0 34193 12 0 0 25 0 1 0 162332742 21327872 4613 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5207 4613 118 309 0 4894 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 26184

[startup+402.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1786496/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=23000 CPUtime=402.03
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 32096 0 0 0 40189 14 0 0 25 0 1 0 162332742 23552000 5107 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5750 5107 118 309 0 5437 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 28356

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

[startup+409.501 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1786432/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=23000 CPUtime=409.23
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 32154 0 0 0 40909 14 0 0 25 0 1 0 162332742 23552000 5165 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5750 5165 118 309 0 5437 0
Current children cumulated CPU time (s) 409.3
Current children cumulated vsize (KiB) 28356

[startup+422.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1785600/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=23892 CPUtime=422.02
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 33300 0 0 0 42188 14 0 0 25 0 1 0 162332742 24465408 5319 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5973 5319 118 309 0 5660 0
Current children cumulated CPU time (s) 422.09
Current children cumulated vsize (KiB) 29248

[startup+428.701 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1785600/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=23892 CPUtime=428.41
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 33300 0 0 0 42827 14 0 0 25 0 1 0 162332742 24465408 5319 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5973 5319 118 309 0 5660 0
Current children cumulated CPU time (s) 428.48
Current children cumulated vsize (KiB) 29248

[startup+430.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1785600/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=23892 CPUtime=430.01
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 33300 0 0 0 42987 14 0 0 25 0 1 0 162332742 24465408 5319 1992294400 4194304 5460562 548682068800 18446744073709551615 4202498 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5973 5319 118 309 0 5660 0
Current children cumulated CPU time (s) 430.08
Current children cumulated vsize (KiB) 29248

[startup+431.101 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1785600/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=23892 CPUtime=430.81
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 33300 0 0 0 43067 14 0 0 25 0 1 0 162332742 24465408 5319 1992294400 4194304 5460562 548682068800 18446744073709551615 4204455 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5973 5319 118 309 0 5660 0
Current children cumulated CPU time (s) 430.88
Current children cumulated vsize (KiB) 29248

[startup+431.901 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1785600/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=21704 CPUtime=431.61
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 33300 0 0 0 43147 14 0 0 25 0 1 0 162332742 22224896 4878 1992294400 4194304 5460562 548682068800 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5426 4878 118 309 0 5113 0
Current children cumulated CPU time (s) 431.68
Current children cumulated vsize (KiB) 27060

[startup+432.102 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5326
/proc/meminfo: memFree=1785600/2055920 swapFree=4181296/4192956
[pid=5323] ppid=5321 vsize=5356 CPUtime=0.07
/proc/5323/stat : 5323 (rsat.sh) S 5321 5323 5286 0 -1 4194304 312 1077 0 0 0 0 7 0 16 0 1 0 162332734 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5323/statm: 1339 241 199 169 0 50 0
[pid=5326] ppid=5323 vsize=21528 CPUtime=431.81
/proc/5326/stat : 5326 (rsat) R 5323 5323 5286 0 -1 4194304 33302 0 0 0 43167 14 0 0 25 0 1 0 162332742 22044672 4835 1992294400 4194304 5460562 548682068800 18446744073709551615 4793369 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5326/statm: 5382 4835 119 309 0 5069 0
Current children cumulated CPU time (s) 431.88
Current children cumulated vsize (KiB) 26884

Child status: 20
Real time (s): 432.12
CPU time (s): 431.913
CPU user time (s): 431.755
CPU system time (s): 0.157975
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 33344

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

runsolver used 0.410937 second user time and 1.17182 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-03 11:30:50
IDJOB=1775329
IDBENCH=71729
IDSOLVER=615
FILE ID=node48/1775329-1241343050
PBS_JOBID= 9225501
Free space on /tmp= 66416 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/goldb-heqc-term1mul.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775329-1241343050/watcher-1775329-1241343050 -o /tmp/evaluation-result-1775329-1241343050/solver-1775329-1241343050 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775329-1241343050.cnf HOME

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

MD5SUM BENCH= c356d60706abf7ddd80826e417c8de67
RANDOM SEED=1783183813

node48.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.209
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.209
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:       1808112 kB
Buffers:         32068 kB
Cached:         150964 kB
SwapCached:       5464 kB
Active:          79736 kB
Inactive:       111080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808112 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:            6216 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            43052 kB
Committed_AS:   773696 kB
PageTables:       1368 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= 66412 MiB
End job on node48 at 2009-05-03 11:38:02