Trace number 1774819

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 305.39 305.524

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.805
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.10/1.17	c ==============================================================================
1.10/1.17	c |           |     ORIGINAL     |              LEARNT              |          |
1.10/1.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.10/1.17	c ==============================================================================
1.10/1.17	c |         0 |  995760  2383068 |  298728       0        0     nan |  0.000 % |
5.58/5.60	c |         0 |  659939  1826685 |      --       0       --      -- |     --   | -84792/17404
5.58/5.60	c ==============================================================================
5.58/5.60	c Result  :   #vars: 102107   #clauses: 659939   #literals: 1826685
5.58/5.60	c CPU time:   5.30319 s
5.58/5.60	c ==============================================================================
6.39/6.40	c Rsat version 3.02
6.87/6.96	c Base unit clause learned: 0
305.15/305.33	c CNF stats: (102107 vars, 659939 clauses)
305.15/305.33	c Decisions: 983837
305.15/305.33	c Conflicts: 120037
305.15/305.33	c Restarts: 84
305.15/305.33	c Avg lpc: 155.82
305.15/305.33	c Max decision level: 3954
305.15/305.33	c KB reduction: 0 (0 clauses removed)
305.15/305.33	c Final decision lit size:4 (0.00 %)
305.15/305.33	c Final stack/save sizes: 1021(1.00 %)/4084(4.00 %)
305.15/305.33	c Final cdc size: 2042 (2.00 %)
305.15/305.33	c ***********************************************
305.15/305.33	c Conflicts with bac: 8289/120037 (6.91 %)
305.15/305.33	c Avg bac size: 61.15
305.15/305.33	c Avg bac bt depth: 44.32 vs 5.37 (normal)
305.25/305.49	c Running time: 298.70959 seconds
305.34/305.50	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-1774819-1241339129/watcher-1774819-1241339129 -o /tmp/evaluation-result-1774819-1241339129/solver-1774819-1241339129 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774819-1241339129.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3198
/proc/meminfo: memFree=1326288/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=0
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161946855 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3198/statm: 1339 239 199 169 0 50 0
[pid=3199] ppid=3198 vsize=3192 CPUtime=0
/proc/3199/stat : 3199 (SatElite) R 3198 3198 3002 0 -1 4194304 627 0 0 0 0 0 0 0 18 0 1 0 161946855 3268608 610 1992294400 4194304 4959918 548682068688 18446744073709551615 4438128 0 0 4096 3 0 0 0 17 1 0 0
/proc/3199/statm: 862 613 64 186 0 672 0

[startup+0.0728981 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3198
/proc/meminfo: memFree=1326288/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=0
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161946855 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3198/statm: 1339 239 199 169 0 50 0
[pid=3199] ppid=3198 vsize=32796 CPUtime=0.06
/proc/3199/stat : 3199 (SatElite) R 3198 3198 3002 0 -1 4194304 5533 0 0 0 4 2 0 0 18 0 1 0 161946855 33583104 5484 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/3199/statm: 8199 5485 64 186 0 8009 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38152

[startup+0.101901 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3198
/proc/meminfo: memFree=1326288/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=0
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161946855 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3198/statm: 1339 239 199 169 0 50 0
[pid=3199] ppid=3198 vsize=39504 CPUtime=0.08
/proc/3199/stat : 3199 (SatElite) R 3198 3198 3002 0 -1 4194304 7118 0 0 0 6 2 0 0 18 0 1 0 161946855 40452096 7069 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/3199/statm: 9876 7070 64 186 0 9686 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44860

[startup+0.301939 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3198
/proc/meminfo: memFree=1326288/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=0
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161946855 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3198/statm: 1339 239 199 169 0 50 0
[pid=3199] ppid=3198 vsize=75180 CPUtime=0.29
/proc/3199/stat : 3199 (SatElite) R 3198 3198 3002 0 -1 4194304 15711 0 0 0 22 7 0 0 19 0 1 0 161946855 76984320 15662 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/3199/statm: 18795 15663 64 186 0 18605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80536

[startup+0.702012 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3198
/proc/meminfo: memFree=1326288/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=0
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161946855 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3198/statm: 1339 239 199 169 0 50 0
[pid=3199] ppid=3198 vsize=117820 CPUtime=0.69
/proc/3199/stat : 3199 (SatElite) R 3198 3198 3002 0 -1 4194304 26250 0 0 0 55 14 0 0 23 0 1 0 161946855 120647680 26201 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/3199/statm: 29455 26205 65 186 0 29265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123176

[startup+1.50116 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3200
/proc/meminfo: memFree=1172672/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=0
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161946855 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3198/statm: 1339 239 199 169 0 50 0
[pid=3199] ppid=3198 vsize=168780 CPUtime=1.49
/proc/3199/stat : 3199 (SatElite) R 3198 3198 3002 0 -1 4194304 39738 0 0 0 128 21 0 0 25 0 1 0 161946855 172830720 39657 1992294400 4194304 4959918 548682068688 18446744073709551615 4412576 0 0 4096 3 0 0 0 17 1 0 0
/proc/3199/statm: 42195 39657 86 186 0 42005 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 174136

[startup+3.10145 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3200
/proc/meminfo: memFree=1156736/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=0
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161946855 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3198/statm: 1339 239 199 169 0 50 0
[pid=3199] ppid=3198 vsize=186664 CPUtime=3.09
/proc/3199/stat : 3199 (SatElite) R 3198 3198 3002 0 -1 4194304 45834 0 0 0 283 26 0 0 25 0 1 0 161946855 191143936 43670 1992294400 4194304 4959918 548682068688 18446744073709551615 4270476 0 0 4096 3 0 0 0 17 1 0 0
/proc/3199/statm: 46666 43670 92 186 0 46476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192020

[startup+6.30205 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3200
/proc/meminfo: memFree=1133760/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=0
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161946855 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3198/statm: 1339 239 199 169 0 50 0
[pid=3199] ppid=3198 vsize=188508 CPUtime=6.29
/proc/3199/stat : 3199 (SatElite) R 3198 3198 3002 0 -1 4194304 52572 0 0 0 595 34 0 0 25 0 1 0 161946855 193032192 44307 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/3199/statm: 47127 44307 92 186 0 46937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 193864

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1249280/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=61120 CPUtime=6.28
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 15453 0 0 0 621 7 0 0 25 0 1 0 161947495 62586880 14513 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 15280 14513 116 309 0 14967 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 66476

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 3/66 3201
/proc/meminfo: memFree=1248064/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=62472 CPUtime=19.07
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 15809 0 0 0 1900 7 0 0 25 0 1 0 161947495 63971328 14857 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 15618 14857 118 309 0 15305 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 67828

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1240704/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=70472 CPUtime=44.64
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 17824 0 0 0 4455 9 0 0 25 0 1 0 161947495 72163328 16799 1992294400 4194304 5460562 548682068800 18446744073709551615 4197987 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 17618 16799 118 309 0 17305 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 75828

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1228992/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=82072 CPUtime=95.84
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 20799 0 0 0 9572 12 0 0 25 0 1 0 161947495 84041728 19641 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 20518 19641 118 309 0 20205 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 87428

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1213504/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=97276 CPUtime=155.81
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 24676 0 0 0 15565 16 0 0 25 0 1 0 161947495 99610624 23518 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 24319 23518 118 309 0 24006 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 102632

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1195392/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=115972 CPUtime=215.78
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 29438 0 0 0 21559 19 0 0 25 0 1 0 161947495 118755328 28022 1992294400 4194304 5460562 548682068800 18446744073709551615 4819139 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 28993 28022 118 309 0 28680 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 121328

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1183360/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=127868 CPUtime=275.76
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 32835 0 0 0 27554 22 0 0 25 0 1 0 161947495 130936832 31070 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 31967 31070 119 309 0 31654 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 133224

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

[startup+294.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1179776/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=131328 CPUtime=287.75
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 33737 0 0 0 28752 23 0 0 25 0 1 0 161947495 134479872 31972 1992294400 4194304 5460562 548682068800 18446744073709551615 4225752 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 32832 31972 119 309 0 32519 0
Current children cumulated CPU time (s) 294.14
Current children cumulated vsize (KiB) 136684

[startup+300.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1178624/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=132268 CPUtime=294.16
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 33968 0 0 0 29392 24 0 0 25 0 1 0 161947495 135442432 32201 1992294400 4194304 5460562 548682068800 18446744073709551615 4226051 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 33067 32201 119 309 0 32754 0
Current children cumulated CPU time (s) 300.55
Current children cumulated vsize (KiB) 137624

[startup+303.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1178560/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=132268 CPUtime=297.36
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 33968 0 0 0 29712 24 0 0 25 0 1 0 161947495 135442432 32201 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 33067 32201 119 309 0 32754 0
Current children cumulated CPU time (s) 303.75
Current children cumulated vsize (KiB) 137624

[startup+304.705 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1178560/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=132268 CPUtime=298.16
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 33968 0 0 0 29792 24 0 0 25 0 1 0 161947495 135442432 32201 1992294400 4194304 5460562 548682068800 18446744073709551615 4214267 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 33067 32201 119 309 0 32754 0
Current children cumulated CPU time (s) 304.55
Current children cumulated vsize (KiB) 137624

[startup+305.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1178560/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=132268 CPUtime=298.56
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194304 33968 0 0 0 29832 24 0 0 25 0 1 0 161947495 135442432 32201 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 33067 32201 119 309 0 32754 0
Current children cumulated CPU time (s) 304.95
Current children cumulated vsize (KiB) 137624

[startup+305.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3201
/proc/meminfo: memFree=1178560/2055920 swapFree=4180196/4192956
[pid=3198] ppid=3196 vsize=5356 CPUtime=6.39
/proc/3198/stat : 3198 (rsat.sh) S 3196 3198 3002 0 -1 4194304 312 52575 0 0 0 0 602 37 16 0 1 0 161946855 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3198/statm: 1339 241 199 169 0 50 0
[pid=3201] ppid=3198 vsize=0 CPUtime=298.95
/proc/3201/stat : 3201 (rsat) R 3198 3198 3002 0 -1 4194308 33972 0 0 0 29870 25 0 0 25 0 1 0 161947495 0 0 1992294400 0 0 0 0 0 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3201/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 305.34
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 305.524
CPU time (s): 305.39
CPU user time (s): 304.734
CPU system time (s): 0.6559
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 207076

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

runsolver used 0.344947 second user time and 0.773882 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-03 10:25:30
IDJOB=1774819
IDBENCH=71025
IDSOLVER=615
FILE ID=node7/1774819-1241339129
PBS_JOBID= 9225427
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=1726113609

node7.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.256
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.256
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:       1326704 kB
Buffers:         87664 kB
Cached:         538972 kB
SwapCached:       7192 kB
Active:         180860 kB
Inactive:       454320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326704 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:           24300 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            79916 kB
Committed_AS:  1033696 kB
PageTables:       1444 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= 66540 MiB
End job on node7 at 2009-05-03 10:30:36