Trace number 1775309

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 38.6431 38.6684

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.9006
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.39/0.47	c ==============================================================================
0.39/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.47	c ==============================================================================
0.39/0.47	c |         0 |  473595  1105055 |  142078       0        0     nan |  0.000 % |
2.89/2.97	c |         0 |  206201   803155 |      --       0       --      -- |     --   | -267392/-301895
2.89/2.97	c ==============================================================================
2.89/2.97	c Result  :   #vars: 26986   #clauses: 206201   #literals: 803155
2.89/2.97	c CPU time:   2.76358 s
2.89/2.97	c ==============================================================================
3.19/3.30	c Rsat version 3.02
3.29/3.47	c Base unit clause learned: 0
38.55/38.60	c CNF stats: (26986 vars, 206201 clauses)
38.55/38.60	c Decisions: 567463
38.55/38.60	c Conflicts: 112547
38.55/38.60	c Restarts: 30
38.55/38.60	c Avg lpc: 32.83
38.55/38.60	c Max decision level: 1649
38.55/38.60	c KB reduction: 1 (39608 clauses removed)
38.55/38.60	c Final decision lit size:26986 (100.00 %)
38.55/38.60	c Final stack/save sizes: 269(1.00 %)/1076(3.99 %)
38.55/38.60	c Final cdc size: 538 (1.99 %)
38.55/38.60	c ***********************************************
38.55/38.60	c Conflicts with bac: 9800/112547 (8.71 %)
38.55/38.60	c Avg bac size: 12.92
38.55/38.60	c Avg bac bt depth: 18.19 vs 3.66 (normal)
38.55/38.64	c Running time: 35.24964 seconds
38.55/38.65	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-1775309-1241343003/watcher-1775309-1241343003 -o /tmp/evaluation-result-1775309-1241343003/solver-1775309-1241343003 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775309-1241343003.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 28019
/proc/meminfo: memFree=1052912/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (rsat.sh) R 28017 28019 27982 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162333914 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234463903 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28019/statm: 1339 238 198 169 0 50 0
[pid=28020] ppid=28019 vsize=1516 CPUtime=0
/proc/28020/stat : 28020 (SatElite) R 28019 28019 27982 0 -1 4194304 238 0 0 0 0 0 0 0 18 0 1 0 162333914 1552384 222 1992294400 4194304 4959918 548682068688 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/28020/statm: 414 227 64 186 0 224 0

[startup+0.0422039 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28019
/proc/meminfo: memFree=1052912/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162333914 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 239 199 169 0 50 0
[pid=28020] ppid=28019 vsize=12472 CPUtime=0.03
/proc/28020/stat : 28020 (SatElite) R 28019 28019 27982 0 -1 4194304 2592 0 0 0 2 1 0 0 19 0 1 0 162333914 12771328 2575 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28020/statm: 3118 2577 64 186 0 2928 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17828

[startup+0.101207 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28019
/proc/meminfo: memFree=1052912/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162333914 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 239 199 169 0 50 0
[pid=28020] ppid=28019 vsize=27780 CPUtime=0.09
/proc/28020/stat : 28020 (SatElite) R 28019 28019 27982 0 -1 4194304 6202 0 0 0 6 3 0 0 19 0 1 0 162333914 28446720 6185 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28020/statm: 6945 6187 64 186 0 6755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33136

[startup+0.301225 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28019
/proc/meminfo: memFree=1052912/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162333914 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 239 199 169 0 50 0
[pid=28020] ppid=28019 vsize=74712 CPUtime=0.29
/proc/28020/stat : 28020 (SatElite) R 28019 28019 27982 0 -1 4194304 18140 0 0 0 20 9 0 0 21 0 1 0 162333914 76505088 18123 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28020/statm: 18678 18125 64 186 0 18488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80068

[startup+0.701261 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28019
/proc/meminfo: memFree=1052912/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162333914 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 239 199 169 0 50 0
[pid=28020] ppid=28019 vsize=125256 CPUtime=0.69
/proc/28020/stat : 28020 (SatElite) R 28019 28019 27982 0 -1 4194304 29121 0 0 0 55 14 0 0 25 0 1 0 162333914 128262144 27788 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/28020/statm: 31314 27788 92 186 0 31124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130612

[startup+1.50133 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 28021
/proc/meminfo: memFree=936608/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162333914 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 239 199 169 0 50 0
[pid=28020] ppid=28019 vsize=129024 CPUtime=1.49
/proc/28020/stat : 28020 (SatElite) R 28019 28019 27982 0 -1 4194304 29896 0 0 0 133 16 0 0 25 0 1 0 162333914 132120576 28563 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/28020/statm: 32256 28563 92 186 0 32066 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134380

[startup+3.10148 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 28021
/proc/meminfo: memFree=923680/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162333914 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 239 199 169 0 50 0
[pid=28020] ppid=28019 vsize=136984 CPUtime=3.09
/proc/28020/stat : 28020 (SatElite) R 28019 28019 27982 0 -1 4194304 32558 0 0 0 288 21 0 0 25 0 1 0 162333914 140271616 30299 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/28020/statm: 34246 30299 92 186 0 34056 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142340

[startup+6.30277 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 28022
/proc/meminfo: memFree=1011936/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=24768 CPUtime=2.98
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 5857 0 0 0 295 3 0 0 25 0 1 0 162334244 25362432 5613 1992294400 4194304 5460562 548682068800 18446744073709551615 4227830 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 6192 5613 116 309 0 5879 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30124

[startup+12.7014 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 28022
/proc/meminfo: memFree=1005872/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=32252 CPUtime=9.37
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 7867 0 0 0 933 4 0 0 25 0 1 0 162334244 33026048 7409 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 8063 7409 118 309 0 7750 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 37608

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 28022
/proc/meminfo: memFree=997808/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=39972 CPUtime=22.17
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 10958 0 0 0 2211 6 0 0 25 0 1 0 162334244 40931328 9176 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 9993 9176 118 309 0 9680 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45328

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

[startup+31.9061 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 28022
/proc/meminfo: memFree=997616/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=40356 CPUtime=28.57
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 11026 0 0 0 2851 6 0 0 25 0 1 0 162334244 41324544 9244 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 10089 9244 118 309 0 9776 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 45712

[startup+35.1014 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 28022
/proc/meminfo: memFree=996912/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=40932 CPUtime=31.77
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 11136 0 0 0 3171 6 0 0 25 0 1 0 162334244 41914368 9354 1992294400 4194304 5460562 548682068800 18446744073709551615 4225705 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 10233 9354 118 309 0 9920 0
Current children cumulated CPU time (s) 35.06
Current children cumulated vsize (KiB) 46288

[startup+36.7016 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 28022
/proc/meminfo: memFree=996784/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=41124 CPUtime=33.36
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 11204 0 0 0 3330 6 0 0 25 0 1 0 162334244 42110976 9422 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 10281 9422 118 309 0 9968 0
Current children cumulated CPU time (s) 36.65
Current children cumulated vsize (KiB) 46480

[startup+37.5016 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 28022
/proc/meminfo: memFree=996592/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=41380 CPUtime=34.16
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 11225 0 0 0 3410 6 0 0 25 0 1 0 162334244 42373120 9443 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 10345 9443 118 309 0 10032 0
Current children cumulated CPU time (s) 37.45
Current children cumulated vsize (KiB) 46736

[startup+38.3017 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 28022
/proc/meminfo: memFree=996592/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=41380 CPUtime=34.96
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 11225 0 0 0 3490 6 0 0 25 0 1 0 162334244 42373120 9443 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 10345 9443 118 309 0 10032 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 46736

[startup+38.5067 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 28022
/proc/meminfo: memFree=996528/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=41380 CPUtime=35.16
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 11225 0 0 0 3510 6 0 0 25 0 1 0 162334244 42373120 9443 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 10345 9443 118 309 0 10032 0
Current children cumulated CPU time (s) 38.45
Current children cumulated vsize (KiB) 46736

[startup+38.6017 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 28022
/proc/meminfo: memFree=996528/2055920 swapFree=4181256/4192956
[pid=28019] ppid=28017 vsize=5356 CPUtime=3.29
/proc/28019/stat : 28019 (rsat.sh) S 28017 28019 27982 0 -1 4194304 312 32561 0 0 0 0 306 23 16 0 1 0 162333914 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28019/statm: 1339 241 199 169 0 50 0
[pid=28022] ppid=28019 vsize=41380 CPUtime=35.26
/proc/28022/stat : 28022 (rsat) R 28019 28019 27982 0 -1 4194304 11225 0 0 0 3520 6 0 0 25 0 1 0 162334244 42373120 9443 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28022/statm: 10345 9443 118 309 0 10032 0
Current children cumulated CPU time (s) 38.55
Current children cumulated vsize (KiB) 46736

Child status: 20
Real time (s): 38.6684
CPU time (s): 38.6431
CPU user time (s): 38.3162
CPU system time (s): 0.32695
CPU usage (%): 99.9347
Max. virtual memory (cumulated for all children) (KiB): 142340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.3162
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44257
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= 10
involuntary context switches= 148

runsolver used 0.043993 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-03 11:30:04
IDJOB=1775309
IDBENCH=71717
IDSOLVER=615
FILE ID=node14/1775309-1241343003
PBS_JOBID= 9225500
Free space on /tmp= 66544 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-g10id.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775309-1241343003/watcher-1775309-1241343003 -o /tmp/evaluation-result-1775309-1241343003/solver-1775309-1241343003 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775309-1241343003.cnf HOME

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=743607471

node14.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	: 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.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:       1053328 kB
Buffers:         88260 kB
Cached:         807288 kB
SwapCached:       5520 kB
Active:         147780 kB
Inactive:       755540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1053328 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:           14228 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            85184 kB
Committed_AS:   643212 kB
PageTables:       1448 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 node14 at 2009-05-03 11:30:43