Trace number 3261493

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
CryptoMiniSat TechDemo-Alpha-mtUNSAT 5.46817 1.38809

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-6-9-unsat.cnf
MD5SUMbfd2524dbb7ffd28476c17fbc77b8353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.051992
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of clauses171
Sum of the clauses size594
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2135
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 536

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3261493-1304131594.cnf'
0.00/0.00	c -- header says num vars:             54
0.00/0.00	c -- header says num clauses:         171
0.00/0.00	c -- clauses added:            0 learnts,          171 normals,            0 xors
0.00/0.00	c -- vars added         54
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        54        36       135         0       594         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/36/36 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:     54 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:      54
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
3.17/0.80	c  B st     0         0        54        36       135         0       594         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N dy    20      4038        54        36       135      3811       594     69220     18.20      8.45  --
3.17/0.80	c  N dy    48      8069        54        36       136      5145       594     87217     16.45      8.69  --
3.17/0.80	c  N dy    76     12112        54        36       140      4910       594     74272     15.90      8.62  --
3.17/0.80	c  N dy   104     16227        53        36       158      8608       594    133756     15.88      8.58  --
3.99/1.00	c  N dy   132     20273        53        36       168      7171       594    100020     13.53      8.63  --
5.17/1.30	c  N dy   159     24307        51        36       187     10774       594    149494     11.26      8.56  --
5.17/1.33	c  E dy   162     24607        42        36       200     11021       594    151573     10.24      8.52  --
5.17/1.38	c Following stats are for *FIRST FINISHED THREAD ONLY*
5.17/1.38	c num threads              : 4          
5.17/1.38	c restarts                 : 162        
5.17/1.38	c dynamic restarts         : 156        
5.17/1.38	c static restarts          : 6          
5.17/1.38	c full restarts            : 0          
5.17/1.38	c total simplify time      : 0.00       
5.17/1.38	c learnts DL2              : 0          
5.17/1.38	c learnts size 2           : 200        
5.17/1.38	c learnts size 1           : 54          (100.00    % of vars)
5.17/1.38	c filedLit time            : 0.00        (0.00      % time)
5.17/1.38	c v-elim SatELite          : 0           (0.00      % vars)
5.17/1.38	c SatELite time            : 0.00        (0.00      % time)
5.17/1.38	c v-elim xor               : 0           (0.00      % vars)
5.17/1.38	c xor elim time            : 0.00        (0.00      % time)
5.17/1.38	c num binary xor trees     : 0          
5.17/1.38	c binxor trees' crown      : 0           (nan       leafs/tree)
5.17/1.38	c bin xor find time        : 0.00       
5.17/1.38	c OTF clause subsumed      : 2173        (0.09      clauses/conflict)
5.17/1.38	c OTF subs. size diff      : 2309        (1.06       lits/clause)
5.17/1.38	c OTF cl watch-shrink      : 9560        (0.39      clauses/conflict)
5.17/1.38	c OTF cl watch-sh-lit      : 15900       (1.66       lits/clause)
5.17/1.38	c tried to recurMin cls    : 24592       (99.94      % of conflicts)
5.17/1.38	c updated cache            : 0           (0.00       lits/tried recurMin)
5.17/1.38	c OTF Gate-Rem cl          : 0           (0.00      clauses/conflict)
5.17/1.38	c OTF Gate-rem lits        : 0           (nan       lits/confl)
5.17/1.38	c unit cls received        : 0           (0.00      % of units)
5.17/1.38	c unit cls sent            : 6           (11.11     % of units)
5.17/1.38	c bin cls received         : 9          
5.17/1.38	c bin cls sent             : 43         
5.17/1.38	c tri cls recevied         : 1          
5.17/1.38	c tri cls sent             : 0          
5.17/1.38	c clauses over max glue    : 0           (0.00      % of all clauses)
5.17/1.38	c conflicts                : 24607       (4504.99   / sec)
5.17/1.38	c decisions                : 29074       (0.00      % random)
5.17/1.38	c bogo-props               : 139946000   (25620957.54 / sec)
5.17/1.38	c props                    : 424851      (77780.64  / sec)
5.17/1.38	c conflict literals        : 389336      (23.76     % deleted)
5.17/1.38	c Memory used              : 661.88      MB
5.17/1.38	c single-thread CPU time   : 5.46        s
5.17/1.38	c all-threads sum CPU time : 5.46        s
5.17/1.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3261493-1304131594/watcher-3261493-1304131594 -o /tmp/evaluation-result-3261493-1304131594/solver-3261493-1304131594 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3261493-1304131594.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.37 7.74 7.90 3/171 13246
/proc/meminfo: memFree=30878652/32951132 swapFree=67080200/67111528
[pid=13246] ppid=13244 vsize=80604 CPUtime=0 cores=1,3,5,7
/proc/13246/stat : 13246 (techdemo) R 13244 13246 13214 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 4 0 524759012 82538496 458 33554432000 4194304 4797429 140734522273392 18446744073709551615 210647202801 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13246/statm: 20151 458 361 148 0 15080 0
[pid=13246/tid=13248] ppid=13244 vsize=80604 CPUtime=0 cores=1,3,5,7
/proc/13246/task/13248/stat : 13248 (techdemo) R 13244 13246 13214 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 524759013 82538496 458 33554432000 4194304 4797429 140734522273392 18446744073709551615 47299657836470 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13246/tid=13249] ppid=13244 vsize=80604 CPUtime=0 cores=1,3,5,7
/proc/13246/task/13249/stat : 13249 (techdemo) R 13244 13246 13214 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 524759013 82538496 458 33554432000 4194304 4797429 140734522273392 18446744073709551615 47299657836466 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13246/tid=13250] ppid=13244 vsize=80604 CPUtime=0 cores=1,3,5,7
/proc/13246/task/13250/stat : 13250 (techdemo) R 13244 13246 13214 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524759013 82538496 458 33554432000 4194304 4797429 140734522273392 18446744073709551615 210647202801 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0311331 s]
/proc/loadavg: 6.37 7.74 7.90 3/171 13246
/proc/meminfo: memFree=30878652/32951132 swapFree=67080200/67111528
[pid=13246] ppid=13244 vsize=671404 CPUtime=0.1 cores=1,3,5,7
/proc/13246/stat : 13246 (techdemo) R 13244 13246 13214 0 -1 4202496 877 0 0 0 10 0 0 0 18 0 4 0 524759012 687517696 773 33554432000 4194304 4797429 140734522273392 18446744073709551615 4425030 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13246/statm: 167851 774 408 148 0 162780 0
[pid=13246/tid=13248] ppid=13244 vsize=671404 CPUtime=0.02 cores=1,3,5,7
/proc/13246/task/13248/stat : 13248 (techdemo) R 13244 13246 13214 0 -1 4202560 99 0 0 0 2 0 0 0 18 0 4 0 524759013 687517696 774 33554432000 4194304 4797429 140734522273392 18446744073709551615 210647251487 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13246/tid=13249] ppid=13244 vsize=671404 CPUtime=0.02 cores=1,3,5,7
/proc/13246/task/13249/stat : 13249 (techdemo) R 13244 13246 13214 0 -1 4202560 98 0 0 0 2 0 0 0 18 0 4 0 524759013 687517696 775 33554432000 4194304 4797429 140734522273392 18446744073709551615 4424987 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13246/tid=13250] ppid=13244 vsize=671404 CPUtime=0.02 cores=1,3,5,7
/proc/13246/task/13250/stat : 13250 (techdemo) R 13244 13246 13214 0 -1 4202560 87 0 0 0 2 0 0 0 25 0 4 0 524759013 687517696 775 33554432000 4194304 4797429 140734522273392 18446744073709551615 4395148 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 671404

[startup+0.101122 s]
/proc/loadavg: 6.37 7.74 7.90 3/171 13246
/proc/meminfo: memFree=30878652/32951132 swapFree=67080200/67111528
[pid=13246] ppid=13244 vsize=672356 CPUtime=0.38 cores=1,3,5,7
/proc/13246/stat : 13246 (techdemo) R 13244 13246 13214 0 -1 4202496 1300 0 0 0 38 0 0 0 18 0 4 0 524759012 688492544 1191 33554432000 4194304 4797429 140734522273392 18446744073709551615 4424897 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13246/statm: 168089 1191 410 148 0 163018 0
[pid=13246/tid=13248] ppid=13244 vsize=672356 CPUtime=0.09 cores=1,3,5,7
/proc/13246/task/13248/stat : 13248 (techdemo) R 13244 13246 13214 0 -1 4202560 189 0 0 0 9 0 0 0 18 0 4 0 524759013 688492544 1191 33554432000 4194304 4797429 140734522273392 18446744073709551615 4424877 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13246/tid=13249] ppid=13244 vsize=672356 CPUtime=0.09 cores=1,3,5,7
/proc/13246/task/13249/stat : 13249 (techdemo) R 13244 13246 13214 0 -1 4202560 204 0 0 0 9 0 0 0 18 0 4 0 524759013 688492544 1191 33554432000 4194304 4797429 140734522273392 18446744073709551615 210646843025 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13246/tid=13250] ppid=13244 vsize=672356 CPUtime=0.09 cores=1,3,5,7
/proc/13246/task/13250/stat : 13250 (techdemo) R 13244 13246 13214 0 -1 4202560 187 0 0 0 9 0 0 0 25 0 4 0 524759013 688492544 1191 33554432000 4194304 4797429 140734522273392 18446744073709551615 4414334 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 672356

[startup+0.301088 s]
/proc/loadavg: 6.37 7.74 7.90 3/171 13246
/proc/meminfo: memFree=30878652/32951132 swapFree=67080200/67111528
[pid=13246] ppid=13244 vsize=673916 CPUtime=1.18 cores=1,3,5,7
/proc/13246/stat : 13246 (techdemo) R 13244 13246 13214 0 -1 4202496 2101 0 0 0 118 0 0 0 18 0 4 0 524759012 690089984 1593 33554432000 4194304 4797429 140734522273392 18446744073709551615 4424670 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13246/statm: 168479 1593 411 148 0 163408 0
[pid=13246/tid=13248] ppid=13244 vsize=673916 CPUtime=0.29 cores=1,3,5,7
/proc/13246/task/13248/stat : 13248 (techdemo) R 13244 13246 13214 0 -1 4202560 396 0 0 0 29 0 0 0 18 0 4 0 524759013 690089984 1593 33554432000 4194304 4797429 140734522273392 18446744073709551615 4351600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13246/tid=13249] ppid=13244 vsize=673916 CPUtime=0.29 cores=1,3,5,7
/proc/13246/task/13249/stat : 13249 (techdemo) R 13244 13246 13214 0 -1 4202560 380 0 0 0 29 0 0 0 18 0 4 0 524759013 690089984 1593 33554432000 4194304 4797429 140734522273392 18446744073709551615 4425140 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13246/tid=13250] ppid=13244 vsize=673916 CPUtime=0.29 cores=1,3,5,7
/proc/13246/task/13250/stat : 13250 (techdemo) R 13244 13246 13214 0 -1 4202560 397 0 0 0 29 0 0 0 25 0 4 0 524759013 690089984 1593 33554432000 4194304 4797429 140734522273392 18446744073709551615 4424868 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 673916

[startup+0.701022 s]
/proc/loadavg: 6.37 7.74 7.90 3/171 13246
/proc/meminfo: memFree=30878652/32951132 swapFree=67080200/67111528
[pid=13246] ppid=13244 vsize=676528 CPUtime=2.77 cores=1,3,5,7
/proc/13246/stat : 13246 (techdemo) R 13244 13246 13214 0 -1 4202496 3725 0 0 0 277 0 0 0 18 0 4 0 524759012 692764672 3054 33554432000 4194304 4797429 140734522273392 18446744073709551615 4340810 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13246/statm: 169132 3054 416 148 0 164061 0
[pid=13246/tid=13248] ppid=13244 vsize=676528 CPUtime=0.69 cores=1,3,5,7
/proc/13246/task/13248/stat : 13248 (techdemo) R 13244 13246 13214 0 -1 4202560 834 0 0 0 69 0 0 0 18 0 4 0 524759013 692764672 3054 33554432000 4194304 4797429 140734522273392 18446744073709551615 4429296 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13246/tid=13249] ppid=13244 vsize=676528 CPUtime=0.69 cores=1,3,5,7
/proc/13246/task/13249/stat : 13249 (techdemo) R 13244 13246 13214 0 -1 4202560 859 0 0 0 69 0 0 0 18 0 4 0 524759013 692764672 3054 33554432000 4194304 4797429 140734522273392 18446744073709551615 4429177 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13246/tid=13250] ppid=13244 vsize=676528 CPUtime=0.69 cores=1,3,5,7
/proc/13246/task/13250/stat : 13250 (techdemo) R 13244 13246 13214 0 -1 4202560 796 0 0 0 69 0 0 0 25 0 4 0 524759013 692764672 3054 33554432000 4194304 4797429 140734522273392 18446744073709551615 4429169 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 676528

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

[startup+1.10695 s]
/proc/loadavg: 6.37 7.74 7.90 10/182 13259
/proc/meminfo: memFree=30833428/32951132 swapFree=67080200/67111528
[pid=13246] ppid=13244 vsize=677476 CPUtime=4.39 cores=1,3,5,7
/proc/13246/stat : 13246 (techdemo) R 13244 13246 13214 0 -1 4202496 4455 0 0 0 439 0 0 0 19 0 4 0 524759012 693735424 3051 33554432000 4194304 4797429 140734522273392 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13246/statm: 169369 3051 418 148 0 164298 0
[pid=13246/tid=13248] ppid=13244 vsize=677476 CPUtime=1.1 cores=1,3,5,7
/proc/13246/task/13248/stat : 13248 (techdemo) R 13244 13246 13214 0 -1 4202560 1005 0 0 0 110 0 0 0 19 0 4 0 524759013 693735424 3051 33554432000 4194304 4797429 140734522273392 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13246/tid=13249] ppid=13244 vsize=677476 CPUtime=1.09 cores=1,3,5,7
/proc/13246/task/13249/stat : 13249 (techdemo) R 13244 13246 13214 0 -1 4202560 1042 0 0 0 109 0 0 0 19 0 4 0 524759013 693735424 3051 33554432000 4194304 4797429 140734522273392 18446744073709551615 4429114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13246/tid=13250] ppid=13244 vsize=677476 CPUtime=1.09 cores=1,3,5,7
/proc/13246/task/13250/stat : 13250 (techdemo) R 13244 13246 13214 0 -1 4202560 946 0 0 0 109 0 0 0 25 0 4 0 524759013 693735424 3051 33554432000 4194304 4797429 140734522273392 18446744073709551615 4642168 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 677476

[startup+1.30092 s]
/proc/loadavg: 6.37 7.74 7.90 10/182 13259
/proc/meminfo: memFree=30833428/32951132 swapFree=67080200/67111528
[pid=13246] ppid=13244 vsize=677756 CPUtime=5.17 cores=1,3,5,7
/proc/13246/stat : 13246 (techdemo) R 13244 13246 13214 0 -1 4202496 4640 0 0 0 517 0 0 0 19 0 4 0 524759012 694022144 3230 33554432000 4194304 4797429 140734522273392 18446744073709551615 4426348 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13246/statm: 169439 3230 418 148 0 164368 0
[pid=13246/tid=13248] ppid=13244 vsize=677756 CPUtime=1.29 cores=1,3,5,7
/proc/13246/task/13248/stat : 13248 (techdemo) R 13244 13246 13214 0 -1 4202560 1066 0 0 0 129 0 0 0 19 0 4 0 524759013 694022144 3230 33554432000 4194304 4797429 140734522273392 18446744073709551615 4520396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13246/tid=13249] ppid=13244 vsize=677756 CPUtime=1.29 cores=1,3,5,7
/proc/13246/task/13249/stat : 13249 (techdemo) R 13244 13246 13214 0 -1 4202560 1075 0 0 0 129 0 0 0 19 0 4 0 524759013 694022144 3230 33554432000 4194304 4797429 140734522273392 18446744073709551615 4429169 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13246/tid=13250] ppid=13244 vsize=677756 CPUtime=1.28 cores=1,3,5,7
/proc/13246/task/13250/stat : 13250 (techdemo) R 13244 13246 13214 0 -1 4202560 989 0 0 0 128 0 0 0 25 0 4 0 524759013 694022144 3230 33554432000 4194304 4797429 140734522273392 18446744073709551615 4430142 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 677756

Child status: 20
Real time (s): 1.38809
CPU time (s): 5.46817
CPU user time (s): 5.46217
CPU system time (s): 0.005999
CPU usage (%): 393.934
Max. virtual memory (cumulated for all children) (KiB): 677756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.46217
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4653
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= 171
involuntary context switches= 45

runsolver used 0.003999 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 04:46:34
IDJOB=3261493
IDBENCH=83232
IDSOLVER=1584
FILE ID=node129/3261493-1304131594
RUNJOBID= node129-1304131594-13233
PBS_JOBID= 13170799
Free space on /tmp= 67252 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-6-9-unsat.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261493-1304131594/watcher-3261493-1304131594 -o /tmp/evaluation-result-3261493-1304131594/solver-3261493-1304131594 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3261493-1304131594.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bfd2524dbb7ffd28476c17fbc77b8353
RANDOM SEED=1024571864

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30879180 kB
Buffers:        257388 kB
Cached:        1435264 kB
SwapCached:       4932 kB
Active:         113240 kB
Inactive:      1617356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30879180 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:            7988 kB
Writeback:           0 kB
AnonPages:       36296 kB
Mapped:          12184 kB
Slab:           276136 kB
PageTables:       4544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190416 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67236 MiB
End job on node129 at 2011-04-30 04:46:35