Trace number 1775479

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 2075.37 2076.26

General information on the benchmark

Namevelev-pipe-uns-1.0-8.cnf
MD5SUM0767e5dbf6844720495e9eb5423112e1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark307.484
Satisfiable
(Un)Satisfiability was proved
Number of variables35065
Number of clauses1332773
Sum of the clauses size3936683
Maximum clause length178
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21290115
Number of clauses of size 314508
Number of clauses of size 4256
Number of clauses of size 5216
Number of clauses of size over 527677

Solver Data

0.00/0.00	c Parsing...
0.89/0.98	c ==============================================================================
0.89/0.98	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.98	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.98	c ==============================================================================
0.89/0.98	c |         0 | 1332772  3936682 |  399831       0        0     nan |  0.000 % |
10.89/10.95	c |         0 | 1317234  4010071 |      --       0       --      -- |     --   | -15195/74092
10.89/10.95	c ==============================================================================
10.89/10.95	c Result  :   #vars: 30665   #clauses: 1317234   #literals: 4010071
10.89/10.95	c CPU time:   10.6634 s
10.89/10.95	c ==============================================================================
12.28/12.36	c Rsat version 3.02
13.16/13.23	c Base unit clause learned: 0
2075.00/2075.99	c CNF stats: (30665 vars, 1317234 clauses)
2075.00/2075.99	c Decisions: 10536886
2075.00/2075.99	c Conflicts: 1994142
2075.00/2075.99	c Restarts: 380
2075.00/2075.99	c Avg lpc: 57.91
2075.00/2075.99	c Max decision level: 4138
2075.00/2075.99	c KB reduction: 3 (1297488 clauses removed)
2075.00/2075.99	c Final decision lit size:30665 (100.00 %)
2075.00/2075.99	c Final stack/save sizes: 2448(7.98 %)/2448(7.98 %)
2075.00/2075.99	c Final cdc size: 4896 (15.97 %)
2075.00/2075.99	c ***********************************************
2075.00/2075.99	c Conflicts with bac: 76803/1994142 (3.85 %)
2075.00/2075.99	c Avg bac size: 47.69
2075.00/2075.99	c Avg bac bt depth: 20.71 vs 4.63 (normal)
2075.29/2076.23	c Running time: 2062.41646 seconds
2075.29/2076.24	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-1775479-1241343638/watcher-1775479-1241343638 -o /tmp/evaluation-result-1775479-1241343638/solver-1775479-1241343638 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775479-1241343638.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 0.99 0.99 3/64 28171
/proc/meminfo: memFree=1028912/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=0
/proc/28171/stat : 28171 (rsat.sh) R 28169 28171 27982 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162397483 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234463903 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28171/statm: 1339 238 198 169 0 50 0
[pid=28172] ppid=28171 vsize=1412 CPUtime=0
/proc/28172/stat : 28172 (SatElite) R 28171 28171 27982 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 162397483 1445888 181 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28172/statm: 353 183 65 186 0 163 0

[startup+0.036179 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28171
/proc/meminfo: memFree=1028912/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=0
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162397483 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28171/statm: 1339 239 199 169 0 50 0
[pid=28172] ppid=28171 vsize=6336 CPUtime=0.02
/proc/28172/stat : 28172 (SatElite) R 28171 28171 27982 0 -1 4194304 1409 0 0 0 2 0 0 0 19 0 1 0 162397483 6488064 1392 1992294400 4194304 4959918 548682068688 18446744073709551615 4438128 0 0 4096 3 0 0 0 17 0 0 0
/proc/28172/statm: 1584 1394 65 186 0 1394 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11692

[startup+0.101184 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28171
/proc/meminfo: memFree=1028912/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=0
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162397483 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28171/statm: 1339 239 199 169 0 50 0
[pid=28172] ppid=28171 vsize=16740 CPUtime=0.08
/proc/28172/stat : 28172 (SatElite) R 28171 28171 27982 0 -1 4194304 3739 0 0 0 7 1 0 0 19 0 1 0 162397483 17141760 3722 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/28172/statm: 4218 3723 65 186 0 4028 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22096

[startup+0.3012 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28171
/proc/meminfo: memFree=1028912/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=0
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162397483 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28171/statm: 1339 239 199 169 0 50 0
[pid=28172] ppid=28171 vsize=45376 CPUtime=0.29
/proc/28172/stat : 28172 (SatElite) R 28171 28171 27982 0 -1 4194304 10840 0 0 0 24 5 0 0 21 0 1 0 162397483 46465024 10823 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28172/statm: 11344 10824 65 186 0 11154 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50732

[startup+0.701236 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28171
/proc/meminfo: memFree=1028912/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=0
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162397483 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28171/statm: 1339 239 199 169 0 50 0
[pid=28172] ppid=28171 vsize=107168 CPUtime=0.69
/proc/28172/stat : 28172 (SatElite) R 28171 28171 27982 0 -1 4194304 24334 0 0 0 55 14 0 0 25 0 1 0 162397483 109740032 24317 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28172/statm: 26792 24318 65 186 0 26602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112524

[startup+1.50131 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28173
/proc/meminfo: memFree=877472/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=0
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162397483 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28171/statm: 1339 239 199 169 0 50 0
[pid=28172] ppid=28171 vsize=186464 CPUtime=1.49
/proc/28172/stat : 28172 (SatElite) R 28171 28171 27982 0 -1 4194304 43496 0 0 0 124 25 0 0 25 0 1 0 162397483 190939136 40875 1992294400 4194304 4959918 548682068688 18446744073709551615 4270128 0 0 4096 3 0 0 0 17 0 0 0
/proc/28172/statm: 46616 40875 92 186 0 46426 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191820

[startup+3.10246 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28173
/proc/meminfo: memFree=861920/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=0
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162397483 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28171/statm: 1339 239 199 169 0 50 0
[pid=28172] ppid=28171 vsize=190524 CPUtime=3.09
/proc/28172/stat : 28172 (SatElite) R 28171 28171 27982 0 -1 4194304 44475 0 0 0 282 27 0 0 25 0 1 0 162397483 195096576 41854 1992294400 4194304 4959918 548682068688 18446744073709551615 4241696 0 0 4096 3 0 0 0 17 0 0 0
/proc/28172/statm: 47631 41854 92 186 0 47441 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 195880

[startup+6.30175 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28173
/proc/meminfo: memFree=847536/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=0
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162397483 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28171/statm: 1339 239 199 169 0 50 0
[pid=28172] ppid=28171 vsize=210916 CPUtime=6.29
/proc/28172/stat : 28172 (SatElite) R 28171 28171 27982 0 -1 4194304 47585 0 0 0 601 28 0 0 25 0 1 0 162397483 215977984 44964 1992294400 4194304 4959918 548682068688 18446744073709551615 4241699 0 0 4096 3 0 0 0 17 0 0 0
/proc/28172/statm: 52729 44964 92 186 0 52539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 216272

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28173
/proc/meminfo: memFree=841008/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 5356

[startup+25.5015 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28174
/proc/meminfo: memFree=902128/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=104972 CPUtime=13.12
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 25563 0 0 0 1300 12 0 0 25 0 1 0 162398719 107491328 25248 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 26243 25248 118 309 0 25930 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 110328

[startup+51.1018 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28174
/proc/meminfo: memFree=885168/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=122476 CPUtime=38.7
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 30018 0 0 0 3855 15 0 0 25 0 1 0 162398719 125415424 29548 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 30619 29548 118 309 0 30306 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 127832

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28174
/proc/meminfo: memFree=859696/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=147944 CPUtime=89.87
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 36602 0 0 0 8967 20 0 0 25 0 1 0 162398719 151494656 35839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 36986 35839 118 309 0 36673 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 153300

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28174
/proc/meminfo: memFree=826224/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=184052 CPUtime=149.84
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 45681 0 0 0 14957 27 0 0 25 0 1 0 162398719 188469248 44319 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 46013 44319 118 309 0 45700 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 189408

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28174
/proc/meminfo: memFree=805104/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=204656 CPUtime=209.82
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 51004 0 0 0 20951 31 0 0 25 0 1 0 162398719 209567744 49552 1992294400 4194304 5460562 548682068800 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 51164 49552 118 309 0 50851 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 210012

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28174
/proc/meminfo: memFree=788080/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=225052 CPUtime=269.8
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 56413 0 0 0 26945 35 0 0 25 0 1 0 162398719 230453248 53843 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 56263 53843 118 309 0 55950 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 230408

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28174
/proc/meminfo: memFree=767728/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=244928 CPUtime=329.77
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 61454 0 0 0 32938 39 0 0 25 0 1 0 162398719 250806272 58841 1992294400 4194304 5460562 548682068800 18446744073709551615 4198087 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 61232 58841 118 309 0 60919 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 250284

[startup+402.302 s]

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


[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=1769.16
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84777 0 0 0 176863 53 0 0 25 0 1 0 162398719 291958784 69744 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69744 118 309 0 70966 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 290472

[startup+1842.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=1829.14
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84777 0 0 0 182861 53 0 0 25 0 1 0 162398719 291958784 69744 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69744 118 309 0 70966 0
Current children cumulated CPU time (s) 1841.48
Current children cumulated vsize (KiB) 290472

[startup+1902.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=1889.12
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84777 0 0 0 188859 53 0 0 25 0 1 0 162398719 291958784 69744 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69744 118 309 0 70966 0
Current children cumulated CPU time (s) 1901.46
Current children cumulated vsize (KiB) 290472

[startup+1962.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=1949.11
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84777 0 0 0 194857 54 0 0 25 0 1 0 162398719 291958784 69744 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69744 118 309 0 70966 0
Current children cumulated CPU time (s) 1961.45
Current children cumulated vsize (KiB) 290472

[startup+2022.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=2009.08
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84780 0 0 0 200854 54 0 0 25 0 1 0 162398719 291958784 69747 1992294400 4194304 5460562 548682068800 18446744073709551615 4198032 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69747 118 309 0 70966 0
Current children cumulated CPU time (s) 2021.42
Current children cumulated vsize (KiB) 290472

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

[startup+2047.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=2034.67
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84780 0 0 0 203413 54 0 0 25 0 1 0 162398719 291958784 69747 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69747 118 309 0 70966 0
Current children cumulated CPU time (s) 2047.01
Current children cumulated vsize (KiB) 290472

[startup+2060.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=2047.47
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84781 0 0 0 204693 54 0 0 25 0 1 0 162398719 291958784 69748 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69748 118 309 0 70966 0
Current children cumulated CPU time (s) 2059.81
Current children cumulated vsize (KiB) 290472

[startup+2067.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=2053.87
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84785 0 0 0 205333 54 0 0 25 0 1 0 162398719 291958784 69752 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69752 118 309 0 70966 0
Current children cumulated CPU time (s) 2066.21
Current children cumulated vsize (KiB) 290472

[startup+2070.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=2057.06
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84785 0 0 0 205652 54 0 0 25 0 1 0 162398719 291958784 69752 1992294400 4194304 5460562 548682068800 18446744073709551615 4198172 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69752 118 309 0 70966 0
Current children cumulated CPU time (s) 2069.4
Current children cumulated vsize (KiB) 290472

[startup+2073.51 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=2060.27
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84786 0 0 0 205973 54 0 0 25 0 1 0 162398719 291958784 69753 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69753 118 309 0 70966 0
Current children cumulated CPU time (s) 2072.61
Current children cumulated vsize (KiB) 290472

[startup+2075.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=2061.86
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84786 0 0 0 206132 54 0 0 25 0 1 0 162398719 291958784 69753 1992294400 4194304 5460562 548682068800 18446744073709551615 4227567 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69753 118 309 0 70966 0
Current children cumulated CPU time (s) 2074.2
Current children cumulated vsize (KiB) 290472

[startup+2075.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=285116 CPUtime=2062.66
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84786 0 0 0 206212 54 0 0 25 0 1 0 162398719 291958784 69753 1992294400 4194304 5460562 548682068800 18446744073709551615 4214259 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 71279 69753 118 309 0 70966 0
Current children cumulated CPU time (s) 2075
Current children cumulated vsize (KiB) 290472

[startup+2076.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=274824 CPUtime=2062.85
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84787 0 0 0 206231 54 0 0 25 0 1 0 162398719 281419776 67180 1992294400 4194304 5460562 548682068800 18446744073709551615 4792247 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 68706 67180 118 309 0 68393 0
Current children cumulated CPU time (s) 2075.19
Current children cumulated vsize (KiB) 280180

[startup+2076.2 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28180
/proc/meminfo: memFree=723568/2055920 swapFree=4181256/4192956
[pid=28171] ppid=28169 vsize=5356 CPUtime=12.34
/proc/28171/stat : 28171 (rsat.sh) S 28169 28171 27982 0 -1 4194304 312 47591 0 0 0 0 1194 40 16 0 1 0 162397483 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28171/statm: 1339 241 199 169 0 50 0
[pid=28174] ppid=28171 vsize=268876 CPUtime=2062.95
/proc/28174/stat : 28174 (rsat) R 28171 28171 27982 0 -1 4194304 84787 0 0 0 206241 54 0 0 25 0 1 0 162398719 275329024 65988 1992294400 4194304 5460562 548682068800 18446744073709551615 5053658 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28174/statm: 67219 65988 2142 309 0 66906 0
Current children cumulated CPU time (s) 2075.29
Current children cumulated vsize (KiB) 274232

Child status: 20
Real time (s): 2076.26
CPU time (s): 2075.37
CPU user time (s): 2074.37
CPU system time (s): 1.00785
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 306988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2074.37
system time used= 1.00785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132848
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= 37
involuntary context switches= 7019

runsolver used 2.22266 second user time and 5.33419 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-03 11:40:40
IDJOB=1775479
IDBENCH=71777
IDSOLVER=615
FILE ID=node14/1775479-1241343638
PBS_JOBID= 9225500
Free space on /tmp= 66528 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/velev-pipe-uns-1.0-8.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775479-1241343638/watcher-1775479-1241343638 -o /tmp/evaluation-result-1775479-1241343638/solver-1775479-1241343638 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775479-1241343638.cnf HOME

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

MD5SUM BENCH= 0767e5dbf6844720495e9eb5423112e1
RANDOM SEED=1266327525

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:       1029392 kB
Buffers:         88592 kB
Cached:         830416 kB
SwapCached:       5520 kB
Active:         164388 kB
Inactive:       762464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1029392 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:           30108 kB
Writeback:           0 kB
Mapped:          13552 kB
Slab:            85664 kB
Committed_AS:   643264 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= 66524 MiB
End job on node14 at 2009-05-03 12:15:16