Trace number 1775369

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 385.169 385.374

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.171
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   24658    57931 |    7397       0        0     nan |  0.000 % |
0.09/0.19	c |         0 |   10352    31518 |      --       0       --      -- |     --   | -12019/-20697
0.09/0.19	c ==============================================================================
0.09/0.19	c Result  :   #vars: 2123   #clauses: 10352   #literals: 31518
0.09/0.19	c CPU time:   0.181972 s
0.09/0.19	c ==============================================================================
0.19/0.21	c Rsat version 3.02
0.19/0.22	c Base unit clause learned: 0
385.08/385.36	c CNF stats: (2123 vars, 10352 clauses)
385.08/385.36	c Decisions: 1417759
385.08/385.36	c Conflicts: 1006054
385.08/385.36	c Restarts: 5
385.08/385.36	c Avg lpc: 32.13
385.08/385.36	c Max decision level: 74
385.08/385.36	c KB reduction: 77 (931675 clauses removed)
385.08/385.36	c Final decision lit size:2123 (100.00 %)
385.08/385.36	c Final stack/save sizes: 84(3.96 %)/168(7.91 %)
385.08/385.36	c Final cdc size: 200 (9.42 %)
385.08/385.36	c ***********************************************
385.08/385.36	c Conflicts with bac: 12549/1006054 (1.25 %)
385.08/385.36	c Avg bac size: 24.81
385.08/385.36	c Avg bac bt depth: 5.49 vs 1.15 (normal)
385.08/385.36	c Running time: 384.82350 seconds
385.08/385.36	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-1775369-1241343105/watcher-1775369-1241343105 -o /tmp/evaluation-result-1775369-1241343105/solver-1775369-1241343105 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775369-1241343105.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: 1.00 1.00 1.00 3/64 28156
/proc/meminfo: memFree=1089536/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0
/proc/28156/stat : 28156 (rsat.sh) R 28154 28156 27871 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162337253 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28156/statm: 1339 238 198 169 0 50 0
[pid=28157] ppid=28156 vsize=2168 CPUtime=0
/proc/28157/stat : 28157 (SatElite) R 28156 28156 27871 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 162337254 2220032 318 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/28157/statm: 542 323 64 186 0 352 0

[startup+0.0706349 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28156
/proc/meminfo: memFree=1089536/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162337253 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28156/statm: 1339 239 199 169 0 50 0
[pid=28157] ppid=28156 vsize=8164 CPUtime=0.06
/proc/28157/stat : 28157 (SatElite) R 28156 28156 27871 0 -1 4194304 1802 0 0 0 5 1 0 0 19 0 1 0 162337254 8359936 1725 1992294400 4194304 4959918 548682068688 18446744073709551615 4438031 0 0 4096 3 0 0 0 17 0 0 0
/proc/28157/statm: 2041 1725 92 186 0 1851 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13520

[startup+0.10164 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28156
/proc/meminfo: memFree=1089536/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162337253 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28156/statm: 1339 239 199 169 0 50 0
[pid=28157] ppid=28156 vsize=8164 CPUtime=0.09
/proc/28157/stat : 28157 (SatElite) R 28156 28156 27871 0 -1 4194304 1842 0 0 0 8 1 0 0 19 0 1 0 162337254 8359936 1765 1992294400 4194304 4959918 548682068688 18446744073709551615 4241670 0 0 4096 3 0 0 0 17 0 0 0
/proc/28157/statm: 2041 1765 92 186 0 1851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13520

[startup+0.30168 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28156
/proc/meminfo: memFree=1089536/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+0.701752 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28156
/proc/meminfo: memFree=1089536/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1086576/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=4432 CPUtime=1.28
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 679 0 0 0 128 0 0 0 25 0 1 0 162337275 4538368 656 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 1108 656 118 309 0 795 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9788

[startup+3.10118 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1085936/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=4728 CPUtime=2.88
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 908 0 0 0 288 0 0 0 25 0 1 0 162337275 4841472 725 1992294400 4194304 5460562 548682068800 18446744073709551615 4795188 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 1182 725 118 309 0 869 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10084

[startup+6.30175 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1085616/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=5160 CPUtime=6.07
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 1317 0 0 0 607 0 0 0 25 0 1 0 162337275 5283840 837 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 1290 837 118 309 0 977 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10516

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1084400/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=6356 CPUtime=12.48
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 2405 0 0 0 1247 1 0 0 25 0 1 0 162337275 6508544 1113 1992294400 4194304 5460562 548682068800 18446744073709551615 4226016 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 1589 1113 118 309 0 1276 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11712

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1083312/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=7880 CPUtime=25.26
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 3819 0 0 0 2525 1 0 0 25 0 1 0 162337275 8069120 1431 1992294400 4194304 5460562 548682068800 18446744073709551615 4219412 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 1970 1437 123 309 0 1657 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13236

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1081648/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=9040 CPUtime=50.86
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 6728 0 0 0 5082 4 0 0 25 0 1 0 162337275 9256960 1774 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 2260 1774 118 309 0 1947 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14396

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1078256/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=12824 CPUtime=102.03
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 10766 0 0 0 10197 6 0 0 25 0 1 0 162337275 13131776 2638 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 3206 2638 118 309 0 2893 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18180

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1075760/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=15216 CPUtime=162
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 14270 0 0 0 16192 8 0 0 25 0 1 0 162337275 15581184 3262 1992294400 4194304 5460562 548682068800 18446744073709551615 4226134 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 3804 3262 118 309 0 3491 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 20572

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1074416/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=16792 CPUtime=221.96
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 16567 0 0 0 22187 9 0 0 25 0 1 0 162337275 17195008 3639 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 4198 3639 118 309 0 3885 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 22148

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1071600/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=19152 CPUtime=281.93
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 18911 0 0 0 28183 10 0 0 25 0 1 0 162337275 19611648 4302 1992294400 4194304 5460562 548682068800 18446744073709551615 4200076 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 4788 4302 118 309 0 4475 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 24508

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1071472/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=19328 CPUtime=341.9
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 20097 0 0 0 34179 11 0 0 25 0 1 0 162337275 19791872 4335 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 4832 4335 118 309 0 4519 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 24684

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1071472/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=20352 CPUtime=357.89
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 20385 0 0 0 35778 11 0 0 25 0 1 0 162337275 20840448 4365 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 5088 4365 118 309 0 4775 0
Current children cumulated CPU time (s) 358.09
Current children cumulated vsize (KiB) 25708

[startup+371.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1071344/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=20352 CPUtime=370.68
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 21417 0 0 0 37057 11 0 0 25 0 1 0 162337275 20840448 4369 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 5088 4369 118 309 0 4775 0
Current children cumulated CPU time (s) 370.88
Current children cumulated vsize (KiB) 25708

[startup+377.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1070448/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=22144 CPUtime=377.09
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 21683 0 0 0 37697 12 0 0 25 0 1 0 162337275 22675456 4635 1992294400 4194304 5460562 548682068800 18446744073709551615 4225722 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 5536 4635 118 309 0 5223 0
Current children cumulated CPU time (s) 377.29
Current children cumulated vsize (KiB) 27500

[startup+380.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1070384/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=22144 CPUtime=380.28
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 21701 0 0 0 38016 12 0 0 25 0 1 0 162337275 22675456 4653 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 5536 4653 118 309 0 5223 0
Current children cumulated CPU time (s) 380.48
Current children cumulated vsize (KiB) 27500

[startup+383.906 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1071600/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=20024 CPUtime=383.48
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 21701 0 0 0 38336 12 0 0 25 0 1 0 162337275 20504576 4306 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 5006 4306 118 309 0 4693 0
Current children cumulated CPU time (s) 383.68
Current children cumulated vsize (KiB) 25380

[startup+384.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1071600/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=20024 CPUtime=384.28
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 21701 0 0 0 38416 12 0 0 25 0 1 0 162337275 20504576 4306 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 5006 4306 118 309 0 4693 0
Current children cumulated CPU time (s) 384.48
Current children cumulated vsize (KiB) 25380

[startup+385.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1071600/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=20024 CPUtime=384.68
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 21701 0 0 0 38456 12 0 0 25 0 1 0 162337275 20504576 4306 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 5006 4306 118 309 0 4693 0
Current children cumulated CPU time (s) 384.88
Current children cumulated vsize (KiB) 25380

[startup+385.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28159
/proc/meminfo: memFree=1071600/2055920 swapFree=4181016/4192956
[pid=28156] ppid=28154 vsize=5356 CPUtime=0.2
/proc/28156/stat : 28156 (rsat.sh) S 28154 28156 27871 0 -1 4194304 312 1942 0 0 0 0 19 1 16 0 1 0 162337253 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28156/statm: 1339 241 199 169 0 50 0
[pid=28159] ppid=28156 vsize=20024 CPUtime=384.88
/proc/28159/stat : 28159 (rsat) R 28156 28156 27871 0 -1 4194304 21701 0 0 0 38476 12 0 0 25 0 1 0 162337275 20504576 4306 1992294400 4194304 5460562 548682068800 18446744073709551615 4198111 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28159/statm: 5006 4306 118 309 0 4693 0
Current children cumulated CPU time (s) 385.08
Current children cumulated vsize (KiB) 25380

Child status: 20
Real time (s): 385.374
CPU time (s): 385.169
CPU user time (s): 385.019
CPU system time (s): 0.149977
CPU usage (%): 99.9469
Max. virtual memory (cumulated for all children) (KiB): 29820

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

runsolver used 0.386941 second user time and 1.02284 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 11:31:45
IDJOB=1775369
IDBENCH=71741
IDSOLVER=615
FILE ID=node60/1775369-1241343105
PBS_JOBID= 9225470
Free space on /tmp= 66500 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775369-1241343105/watcher-1775369-1241343105 -o /tmp/evaluation-result-1775369-1241343105/solver-1775369-1241343105 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775369-1241343105.cnf HOME

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=1105142399

node60.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:       1090080 kB
Buffers:         77100 kB
Cached:         785164 kB
SwapCached:       6096 kB
Active:          70876 kB
Inactive:       800136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1090080 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:            6380 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            80864 kB
Committed_AS:   722264 kB
PageTables:       1456 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= 66496 MiB
End job on node60 at 2009-05-03 11:38:10